Re: [PHP-CVS] CVS update: yahoo/packages/yahoo/php_ext/yahoo_libxml2 Makefile ...

2006-10-16 Thread Brian J. France
[resending Rasmus's email as Xiaoxi is not on php-cvs] On Sun, 15 Oct 2006, Xiaoxi Liu wrote: CVSROOT:/CVSROOT Module name:yahoo Changes by: [EMAIL PROTECTED] 2006-10-15 19:03:52 Added files: packages/yahoo/php_ext/yahoo_libxml2: Makefile config.m4

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

Re: [PHP-CVS] cvs: php-src /ext/pspell php_pspell.h pspell.c

2004-02-11 Thread Brian J. France
Ok, let me know if you want me to back them out. I worked with Vlad on the changes and had him review the patch before committing it. We (Yahoo) have been running them for a couple of weeks now with out any problems. Brian On Feb 11, 2004, at 3:12 PM, Jan Lehnardt wrote: Hi, On 11 Feb 2004,

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-08-14 Thread Brian J. France
I am trying to commit this to HEAD, but I am getting the following error: cvs [server aborted]: commit requires write access to the repository Any chance I can get access or can somebody can commit this change to HEAD? Thanks, Brian On Wed, 13 Aug 2003 22:50:34 -, Brian France wrote:

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Brian J. France
I have tested for this problem on HEAD, but I can't seem to make it happen. Some how the auto global code kicks in and they get registered. I haven't been able to figure out why that is since _SERVER seems to be how $_SERVER is registered and argv and argc names are not registered. I had