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/scripts/zendapi_protos.php?r1=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
+?>

Reply via email to