mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -87,7 +87,7 @@ PHP_MINFO_FUNCTION(libxml);
|
|||
/* }}} */
|
||||
|
||||
/* {{{ extension definition structures */
|
||||
function_entry libxml_functions[] = {
|
||||
zend_function_entry libxml_functions[] = {
|
||||
PHP_FE(libxml_set_streams_context, NULL)
|
||||
PHP_FE(libxml_use_internal_errors, NULL)
|
||||
PHP_FE(libxml_get_last_error, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue