Closed scottchiefbaker closed 10 years ago
Thanks for the cleanup!
Happy to help. Anything else I can help with? Any cleanup that needs doing?
Not that I can think of.Mvg,
Stijn
On Fri, Feb 7, 2014 at 12:16 AM, Scott Baker notifications@github.com wrote:
Happy to help. Anything else I can help with? Any cleanup that needs doing?
Reply to this email directly or view it on GitHub: https://github.com/subutux/json-rpc2php/pull/8#issuecomment-34336639
Couple other minor changes
1)
<?
to<?php
short tags are off in most environments
2) There are a lot of
print
/echo
/print_r
in the client code? It makes the output really noisy so I removed them. They should probably be behind a $debug option.