Second parameter to php_check_syntax should be passed by reference only.

Jakub Vrana
===================================================================
RCS file: /repository/php-src/ext/standard/basic_functions.c,v
retrieving revision 1.679
diff -u -r1.679 basic_functions.c
--- basic_functions.c   31 Jul 2004 17:28:27 -0000      1.679
+++ basic_functions.c   3 Aug 2004 16:36:37 -0000
@@ -479,7 +479,7 @@
        PHP_FALIAS(show_source,                 highlight_file,                        
                         NULL)
        PHP_FE(highlight_string,                                                       
                                         NULL)
        PHP_FE(php_strip_whitespace,                                                   
                                         NULL)
-       PHP_FE(php_check_syntax,                                                       
                                         NULL)
+       PHP_FE(php_check_syntax,                                                       
                                         second_arg_force_ref)
 
        PHP_FE(ini_get,                                                                
                                                 NULL)
        PHP_FE(ini_get_all,                                                            
                                                 NULL)
-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to