Skip to content

Commit

Permalink
added check for 'json' in test_php.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dtompkins committed Mar 29, 2011
1 parent 2192678 commit 5fc0332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/test_php.php
Expand Up @@ -20,6 +20,8 @@
PrintOut("\n");
PrintOut("curl extension loaded = [" . extension_loaded('curl') . "]\n");
PrintOut("\n");
PrintOut("json extension loaded = [" . extension_loaded('json') . "]\n");
PrintOut("\n");
PrintOut("FBCMD environment variable = [" . getenv('FBCMD') . "]\n");
PrintOut("\n");
PrintOut("current path = [" . getcwd() . "]\n");
Expand Down

0 comments on commit 5fc0332

Please sign in to comment.