mike Wed Mar 8 08:43:25 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/main php_variables.h
Log:
- remove declaration of non existant function php_treat_data
http://cvs.php.net/viewcvs.cgi/php-src/main/php_variables.h?r1=1.22.2.2&r2=1.22.2.3&diff_format=u
Index: php-src/main/php_variables.h
diff -u php-src/main/php_variables.h:1.22.2.2
php-src/main/php_variables.h:1.22.2.3
--- php-src/main/php_variables.h:1.22.2.2 Sun Jan 1 12:50:17 2006
+++ php-src/main/php_variables.h Wed Mar 8 08:43:25 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.h,v 1.22.2.2 2006/01/01 12:50:17 sniper Exp $ */
+/* $Id: php_variables.h,v 1.22.2.3 2006/03/08 08:43:25 mike Exp $ */
#ifndef PHP_VARIABLES_H
#define PHP_VARIABLES_H
@@ -31,7 +31,6 @@
#define PARSE_STRING 3
BEGIN_EXTERN_C()
-void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
void php_startup_auto_globals(TSRMLS_D);
extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr
TSRMLS_DC);
PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array
TSRMLS_DC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php