diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
commit | d29a4fd2dd3b5d4cf6e80b602544d7b71d794e76 (patch) | |
tree | b38e2e5c6974b9a15f103e5cf884cba9fff90ef4 /main/internal_functions_nw.c | |
parent | a88a88d0986a4a32288c102cdbfebd78d7e91d99 (diff) | |
download | php-d29a4fd2dd3b5d4cf6e80b602544d7b71d794e76.tar.gz |
Imported Upstream version 5.2.0upstream/5.2.0
Diffstat (limited to 'main/internal_functions_nw.c')
-rw-r--r-- | main/internal_functions_nw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/internal_functions_nw.c b/main/internal_functions_nw.c index da8f54abe..d4756f382 100644 --- a/main/internal_functions_nw.c +++ b/main/internal_functions_nw.c @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: internal_functions_nw.c,v 1.9.2.1 2006/01/01 12:50:17 sniper Exp $ */ +/* $Id: internal_functions_nw.c,v 1.9.2.1.2.1 2006/08/12 19:33:54 nlopess Exp $ */ /* {{{ includes */ @@ -62,7 +62,7 @@ /* {{{ php_builtin_extensions[] */ -zend_module_entry *php_builtin_extensions[] = { +static zend_module_entry *php_builtin_extensions[] = { phpext_standard_ptr, #if HAVE_BCMATH phpext_bcmath_ptr, |