| Hartmut Holzgraefe 2006-01-14, 6:56 pm |
| hholzgra Sat Jan 14 21:36:12 2006 UTC
Modified files:
/phpdoc/scripts zendapi_macros.php zendapi_protos.php
Log:
added zend_modules.h to parse list
http://cvs.php.net/viewcvs.cgi/phpd...4&diff_format=u
Index: phpdoc/scripts/zendapi_macros.php
diff -u phpdoc/scripts/zendapi_macros.php:1.3 phpdoc/scripts/zendapi_macros.php:1.4
--- phpdoc/scripts/zendapi_macros.php:1.3 Sat Jan 14 21:33:31 2006
+++ phpdoc/scripts/zendapi_macros.php Sat Jan 14 21:36:12 2006
@@ -11,7 +11,8 @@
"zend_variables.h",
"zend_unicode.h",
"zend_operators.h",
- "zend_execute.h");
+ "zend_execute.h",
+ "zend_modules.h");
$macro_prefixes = array("ZEND_", "Z_", "RETURN_");
http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.15 phpdoc/scripts/zendapi_protos.php:1.16
--- phpdoc/scripts/zendapi_protos.php:1.15 Sat Jan 14 21:35:20 2006
+++ phpdoc/scripts/zendapi_protos.php Sat Jan 14 21:36:12 2006
@@ -9,7 +9,8 @@
"zend_hash.h",
"zend_list.h",
"zend_variables.h",
- "zend_unicode.h");
+ "zend_unicode.h",
+ "zend_modules.h");
$functions_dir = "../en/internals/zendapi/functions/";
|