]> granicus.if.org Git - php/commitdiff
New function notice.
authorAndrei Zmievski <andrei@php.net>
Tue, 8 Feb 2000 18:03:19 +0000 (18:03 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 8 Feb 2000 18:03:19 +0000 (18:03 +0000)
NEWS
sapi/apache/mod_php4.c
sapi/apache/mod_php4.h

diff --git a/NEWS b/NEWS
index ed9682f49ae70606d1a3a9603ac009ec8beefab0..38522a4907b4bb3194e77f825b49a985f2233726 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? ????, Version 4.0 Beta 4
+- Added strncmp() function, courtesy of Walter. (Andrei)
 - Made the output of var_dump() more informative. (Thies)
 - Fixed some OCIBindByName() problems. (Thies)
 - Protect the ISAPI module against exceptions.  Stack overflows in scripts are
index 1485b3801dde85a759fc87bbdba9324bc137a741..74bba3467e932d7ad9eb199346e55c1c84ff8002 100644 (file)
@@ -58,8 +58,6 @@
 # include "mod_dav.h"
 #endif
 
-extern zend_module_entry apache_module_entry;
-
 PHPAPI int apache_php_module_main(request_rec *r, int fd, int display_source_mode SLS_DC);
 void php_save_umask(void);
 void php_restore_umask(void);
index f2c00806fc22c697c5a65a9d9972e57b126b01ff..55d1b27eb7b014ef1ef2f8c5d892d4e7157794f6 100644 (file)
@@ -33,6 +33,7 @@ typedef struct {
        long xbithack;
 } php_apache_info_struct;
 
+extern zend_module_entry apache_module_entry;
 extern php_apache_info_struct php_apache_info;
 
 #if MSVC5