Browse Source

- WS

experimental/first_unicode_implementation
Marcus Boerger 18 years ago
parent
commit
509f9455a0
  1. 1
      sapi/cli/php_cli.c
  2. 1
      sapi/embed/php_embed.c

1
sapi/cli/php_cli.c

@ -429,6 +429,7 @@ static sapi_module_struct cli_sapi_module = {
STANDARD_SAPI_MODULE_PROPERTIES
};
/* }}} */
/* {{{ arginfo ext/standard/dl.c */
ZEND_BEGIN_ARG_INFO(arginfo_dl, 0)
ZEND_ARG_INFO(0, extension_filename)

1
sapi/embed/php_embed.c

@ -140,6 +140,7 @@ sapi_module_struct php_embed_module = {
STANDARD_SAPI_MODULE_PROPERTIES
};
/* }}} */
/* {{{ arginfo ext/standard/dl.c */
ZEND_BEGIN_ARG_INFO(arginfo_dl, 0)
ZEND_ARG_INFO(0, extension_filename)

Loading…
Cancel
Save