diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-21 20:13:02 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-21 20:13:02 +0000 |
commit | 942f4092928ea0d981e944e8f5a23edc8c7db8fc (patch) | |
tree | 8e3ac2619617d4a51ce188bdb8a4157e18ab8adc /Zend/zend_API.h | |
parent | 15734127769a3ed11ecfea8941a482416a3196d8 (diff) | |
download | php-git-942f4092928ea0d981e944e8f5a23edc8c7db8fc.tar.gz |
* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's
that we dont have in Windows)
It does NOT compile or work yet :)
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r-- | Zend/zend_API.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 4e264ae967..ddc17f8807 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -35,7 +35,7 @@ ZEND_API int getParametersArray(int ht, int param_count, zval **argument_array); ZEND_API int getParametersEx(int param_count,...); ZEND_API int getParametersArrayEx(int param_count, zval ***argument_array); -ZEND_API int getThis(zval **this); +ZEND_API int getThis(zval **this_ptr); ZEND_API int ParameterPassedByReference(int ht, uint n); int zend_register_functions(zend_function_entry *functions); |