sniper          Mon Apr 10 11:55:14 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/main       php_compat.h 
  Log:
  MFH: - Silence some PCRE compile warnings
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_compat.h?r1=1.25.2.2&r2=1.25.2.3&diff_format=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.25.2.2 php-src/main/php_compat.h:1.25.2.3
--- php-src/main/php_compat.h:1.25.2.2  Wed Feb  1 13:52:46 2006
+++ php-src/main/php_compat.h   Mon Apr 10 11:55:14 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.25.2.2 2006/02/01 13:52:46 jorton Exp $ */
+/* $Id: php_compat.h,v 1.25.2.3 2006/04/10 11:55:14 sniper Exp $ */
 
 #ifndef PHP_COMPAT_H
 #define PHP_COMPAT_H
@@ -38,6 +38,8 @@
 #define pcre_study                             php_pcre_study
 #define pcre_version                   php_pcre_version
 #define pcre_fullinfo                  php_pcre_fullinfo
+#define pcre_free                              php_pcre_free
+#define pcre_malloc                            php_pcre_malloc
 #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