]> granicus.if.org Git - php/commitdiff
- WS
authorMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 14:15:41 +0000 (14:15 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 14:15:41 +0000 (14:15 +0000)
sapi/cli/php_cli.c
sapi/embed/php_embed.c

index 73943bec3624517719d45436f902d77c850d9f5e..74129abe5cffb069502d717f8bd19f6b8c03b6b9 100644 (file)
@@ -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)
index c124ddd882367d3c595490eee84474a12f3aa51f..5edb90c4ce0c505cb3b5f777d20ddcedc870e72d 100644 (file)
@@ -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)