sniper          Thu Jul 10 12:09:43 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/main       php_compat.h 
  Log:
  MFH: Fixed bug #24563 (preg_match() crashes PHP under Apache2)
  
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.11.4.1 php-src/main/php_compat.h:1.11.4.2
--- php-src/main/php_compat.h:1.11.4.1  Mon Nov 18 08:30:18 2002
+++ php-src/main/php_compat.h   Thu Jul 10 12:09:43 2003
@@ -19,6 +19,7 @@
 #define pcre_maketables                        php_pcre_maketables
 #define pcre_study                             php_pcre_study
 #define pcre_version                   php_pcre_version
+#define pcre_fullinfo                  php_pcre_fullinfo
 #endif
 
 #define lookup                         php_lookup



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to