Skip to content

Commit

Permalink
- MFH: Broken include.
Browse files Browse the repository at this point in the history
SVN Rev: 1726
  • Loading branch information
derickr committed Aug 30, 2005
1 parent 1c1cb88 commit f67f59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test.sh
@@ -1 +1 @@
TEST_PHP_EXECUTABLE=`which php` php /dat/dev/php/php-5.0dev/run-tests.php tests/*.phpt
TEST_PHP_EXECUTABLE=`which php` php-5.0dev /dat/dev/php/php-5.0dev/run-tests.php tests/*.phpt
2 changes: 1 addition & 1 deletion xdebug.c
Expand Up @@ -36,7 +36,7 @@

#include "TSRM.h"
#include "SAPI.h"
#include "php_ini.h"
#include "main/php_ini.h"
#include "ext/standard/html.h"
#include "ext/standard/info.h"
#include "ext/standard/php_smart_str.h"
Expand Down

0 comments on commit f67f59a

Please sign in to comment.