Browse Source

Added symbols to build PostgreSQL extension for NetWare.

PHP-5
Anantha Kesari H Y 23 years ago
parent
commit
159f0bcdd8
  1. 10
      netware/phplib.imp

10
netware/phplib.imp

@ -9,16 +9,23 @@ _estrndup,
_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_set_status,
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_get_parameters_ex,
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,

Loading…
Cancel
Save