johannes Sun May 6 12:57:28 2007 UTC
Modified files:
/php-src/sapi/cli php_cli.c
Log:
- Fix build without reflection
# reflection_what is used fby --ri, too
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.178&r2=1.179&diff_format=u
Index: php-src/sapi/cli/php_cli.c
diff -u php-src/sapi/cli/php_cli.c:1.178 php-src/sapi/cli/php_cli.c:1.179
--- php-src/sapi/cli/php_cli.c:1.178 Sat May 5 12:46:30 2007
+++ php-src/sapi/cli/php_cli.c Sun May 6 12:57:27 2007
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_cli.c,v 1.178 2007/05/05 12:46:30 helly Exp $ */
+/* $Id: php_cli.c,v 1.179 2007/05/06 12:57:27 johannes Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -595,9 +595,7 @@
zend_file_handle file_handle;
/* temporary locals */
enum behavior_mode behavior = PHP_MODE_STANDARD;
-#ifdef HAVE_REFLECTION
char *reflection_what = NULL;
-#endif
int orig_optind=php_optind;
char *orig_optarg=php_optarg;
char *arg_free=NULL, **arg_excp=&arg_free;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php