[PHP-CVS] cvs: php-src(PHP_4_4) /main php_compat.h

2008-07-17 Thread Nuno Lopes
nlopess Thu Jul 17 14:33:36 2008 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: update PCRE symbols http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.11.4.6.2.4r2=1.11.4.6.2.5diff_format=u Index: php-src/main/php_compat.h

[PHP-CVS] cvs: php-src(PHP_4_4) /main php_compat.h

2006-08-23 Thread Andrei Zmievski
andrei Wed Aug 23 20:40:39 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.11.4.6.2.2r2=1.11.4.6.2.3diff_format=u Index: php-src/main/php_compat.h diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) /main php_compat.h

2006-05-31 Thread Andrei Zmievski
andrei Wed May 31 17:17:46 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: Add pcre_compile2() to the list of aliases. http://cvs.php.net/viewcvs.cgi/php-src/main/php_compat.h?r1=1.11.4.6.2.1r2=1.11.4.6.2.2diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /main php_compat.h

2006-05-31 Thread Derick Rethans
On Wed, 31 May 2006, Andrei Zmievski wrote: andreiWed May 31 17:17:46 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: Add pcre_compile2() to the list of aliases. Just wondering... what is this needed for? Derick --

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /main php_compat.h

2006-05-31 Thread Brian J. France
It is required because both pcre_compile and pcre_compile2 are exported (non static) functions that need compat'ized. Just ran into the problem where PHP was calling the wrong pcre_compile2 function because a new version of our apache loads a module that loads a different build of PCRE