hyanantha               Mon Jan  6 04:08:56 2003 EDT

  Modified files:              
    /php4/netware       phplib.imp 
  Log:
  Added symbols to build PostgreSQL extension for NetWare.
  
  
Index: php4/netware/phplib.imp
diff -u php4/netware/phplib.imp:1.4 php4/netware/phplib.imp:1.5
--- php4/netware/phplib.imp:1.4 Fri Jan  3 10:21:33 2003
+++ php4/netware/phplib.imp     Mon Jan  6 04:08:55 2003
@@ -9,16 +9,23 @@
 _object_and_properties_init,
 _object_init,
 _object_init_ex,
+_php_stream_cast,
+_php_stream_free,
+_php_stream_open_wrapper_ex,
 _zend_get_parameters_array,
+_zend_get_parameters_array_ex,
 _zend_list_addref,
 _zend_list_delete,
 _zend_list_find,
 _zval_copy_ctor,
 _zval_dtor,
 _zval_ptr_dtor,
+add_assoc_bool_ex,
 add_assoc_long_ex,
+add_assoc_zval_ex,
 add_index_null,
 add_index_long,
+add_index_zval,
 add_assoc_string_ex,
 add_assoc_stringl_ex,
 add_assoc_null_ex,
@@ -83,6 +90,8 @@
 php_output_startup,
 php_print_info,
 php_printf,
+php_regcomp,
+php_regexec,
 php_regfree,
 php_register_variable,
 php_request_shutdown,
@@ -122,6 +131,7 @@
 zend_hash_add_or_update,
 zend_hash_apply,
 zend_hash_apply_with_argument,
+zend_hash_clean,
 zend_hash_del_key_or_index,
 zend_hash_destroy,
 zend_hash_exists,



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to