| Hartmut Holzgraefe 2006-01-22, 7:04 pm |
| hholzgra Sun Jan 22 19:38:25 2006 UTC
Modified files:
/phpdoc/scripts zendapi_macros.php zendapi_protos.php
Log:
added zend_object_handlers.h to parse list
http://cvs.php.net/viewcvs.cgi/phpd...1&diff_format=u
Index: phpdoc/scripts/zendapi_macros.php
diff -u phpdoc/scripts/zendapi_macros.php:1.10 phpdoc/scripts/zendapi_macros.php:1.11
--- phpdoc/scripts/zendapi_macros.php:1.10 Sun Jan 15 12:10:40 2006
+++ phpdoc/scripts/zendapi_macros.php Sun Jan 22 19:38:25 2006
@@ -6,6 +6,7 @@
$zend_include_files = array("zend.h",
"zend_API.h",
"zend_objects_API.h",
+ "zend_object_handlers.h",
"zend_hash.h",
"zend_list.h",
"zend_variables.h",
http://cvs.php.net/viewcvs.cgi/phpd...5&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.24 phpdoc/scripts/zendapi_protos.php:1.25
--- phpdoc/scripts/zendapi_protos.php:1.24 Sat Jan 21 19:50:08 2006
+++ phpdoc/scripts/zendapi_protos.php Sun Jan 22 19:38:25 2006
@@ -6,6 +6,7 @@
$zend_include_files = array("zend.h",
"zend_API.h",
"zend_objects_API.h",
+ "zend_object_handlers.h",
"zend_hash.h",
"zend_list.h",
"zend_variables.h",
|