Skip to content

Commit 0aa24dc

Browse files
committed
- remove declaration of non existant function php_treat_data
1 parent b8d26da commit 0aa24dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/php_variables.h

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#define PARSE_STRING 3
3232

3333
BEGIN_EXTERN_C()
34-
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
3534
void php_startup_auto_globals(TSRMLS_D);
3635
extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
3736
PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array TSRMLS_DC);

0 commit comments

Comments
 (0)