diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-08-14 09:41:16 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-08-14 09:41:16 +0000 |
| commit | 9e7d254f68a93d1ba5e742d1d3df8842638fb355 (patch) | |
| tree | 15f26f44635363e82aeb3b516d3f5e5e6ef5c4b4 /ext/standard/basic_functions.c | |
| parent | a2059930aa19961afc188d1cb8e89266b76c22e1 (diff) | |
| download | php-git-9e7d254f68a93d1ba5e742d1d3df8842638fb355.tar.gz | |
fix build
compile before commit?
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 0cc8d85856..8372e1dcc6 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2737,7 +2737,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_hebrevc, 0, 0, 1) ZEND_END_ARG_INFO() static -ZEND_BEGIN_ARG_INFO(arginfo_nl2br, 0, 0, 1) +ZEND_BEGIN_ARG_INFO_EX(arginfo_nl2br, 0, 0, 1) ZEND_ARG_INFO(0, str) ZEND_ARG_INFO(0, is_xhtml) ZEND_END_ARG_INFO() |
