For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2005 > cvs: phpdoc /scripts zendapi_protos.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts zendapi_protos.php
Hartmut Holzgraefe

2005-08-30, 6:56 pm

hholzgra Tue Aug 30 16:27:26 2005 EDT

Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
added zend_hash.h to the list of parsed header files


http://cvs.php.net/diff.php/phpdoc/...1.6&r2=1.7&ty=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.6 phpdoc/scripts/zendapi_protos.php:1.7
--- phpdoc/scripts/zendapi_protos.php:1.6 Tue Aug 30 13:20:19 2005
+++ phpdoc/scripts/zendapi_protos.php Tue Aug 30 16:27:24 2005
@@ -1,7 +1,7 @@
<?php
$zend_include_dir = "../../php-src/Zend";

-$zend_include_files = array("zend_API.h", "zend_objects_API.h");
+$zend_include_files = array("zend_API.h", "zend_objects_API.h", "zend_hash.h");

$functions_dir = "../en/internals/zendapi/functions/";

@@ -151,4 +151,4 @@

}
}
-?>
\ No newline at end of file
+?>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com