RE: [PHP-DEV] Patch for opcode caches

2008-03-17 Thread Dmitry Stogov
-Original Message- From: Xuefer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2008 11:21 AM To: Rasmus Lerdorf Cc: Marcus Boerger; Stas Malyshev; Dmitry Stogov; Andi Gutmans; internals@lists.php.net Subject: Re: [PHP-DEV] Patch for opcode caches I don't actually see

RE: [PHP-DEV] Patch for opcode caches

2008-03-17 Thread Dmitry Stogov
-Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:11 PM To: Rasmus Lerdorf Cc: Marcus Boerger; Dmitry Stogov; Andi Gutmans; internals@lists.php.net Subject: Re: [PHP-DEV] Patch for opcode caches I don't actually see early

[PHP-DEV] PHP 6 Bug Summary Report

2008-03-17 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (59 total including feature requests) ===[*Compile Issues]== 3 Open cvsclean fails on Darwin 9 ===[*General

Re: [PHP-DEV] Patch for opcode caches

2008-03-17 Thread Ilia Alshanetsky
Keeping it seems fairly meaningless (it was a temporary hack anyway). Since 5.1 (or possibly even late 5.0) releases much of the new functionality ignores it anyway. On 14-Mar-08, at 11:23 AM, Derick Rethans wrote: On Fri, 14 Mar 2008, Dmitry Stogov wrote: however in PHP_5_3 we even

RE: [PHP-DEV] Patch for opcode caches

2008-03-17 Thread Dmitry Stogov
-Original Message- From: Marcus Boerger [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:28 PM To: Stas Malyshev Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Patch for opcode caches Hello Stanislav, Friday, March 14, 2008, 6:48:52 PM, you wrote: Hi!

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Scott MacVicar
It should be fixed now. Scott Stanislav Malyshev wrote: Hi! Windows build is broken right now. When trying to build, I get: \cygwin\bin\bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y \cygwin\bin\re2c.exe --case-inverted -cbdFt Zend\zend_ini_scanner_defs.h

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-03-17 Thread Elizabeth M Smith
Stanislav Malyshev wrote: I do not see any reason to suppose that - no more than building under Linux or FreeBSD means that you have changed the source. And since re2c is not supplied by any standard packages (cygwin, PHP build zip, etc.) and as far as I am aware of no documentation exists on

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-03-17 Thread Stanislav Malyshev
Hi! First of all, re2c is easily available for windows - easier to find then flex - just visit the re2c homepage and download the pre-compiled Flex is installed by cygwin (which everybody that does anything with builds on windows knows about), re2c isn't. Granted, it can be located after

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Interesting. I did a clean checkout when Stas' message came through and can't reproduce the problem here. Stas, is yours a cygwin-reliant exe? - Steph It should be fixed now. Scott Stanislav Malyshev wrote: Hi! Windows build is broken right now. When trying to build, I get:

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Stanislav Malyshev
Interesting. I did a clean checkout when Stas' message came through and can't reproduce the problem here. Stas, is yours a cygwin-reliant exe? Erm, not sure what you mean here. I downloaded re2c.exe from sourceforge release, did checkput of 5.3, buildconf and configure. Since configure now

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-03-17 Thread Steph Fox
Secondly, my $0.02 1. If re2c IS found, try to rebuild the .c versions 2. If re2C is NOT found, use the .c versions in cvs - this allows not making re2c required but letting people who do have it get properly generated files every time Sounds like a plan. (And to pierre too.) - Steph -- PHP

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-03-17 Thread Pierre Joye
On Mon, Mar 17, 2008 at 6:18 PM, Stanislav Malyshev [EMAIL PROTECTED] wrote: Hi! First of all, re2c is easily available for windows - easier to find then flex - just visit the re2c homepage and download the pre-compiled Flex is installed by cygwin (which everybody that does anything

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Interesting. I did a clean checkout when Stas' message came through and can't reproduce the problem here. Stas, is yours a cygwin-reliant exe? Erm, not sure what you mean here. I meant 'does it rely on cygwin1.dll or is it native'? I downloaded re2c.exe from sourceforge release, did

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Stanislav Malyshev
I meant 'does it rely on cygwin1.dll or is it native'? No idea, whatever the person who put it on sourceforge built. I downloaded re2c.exe from sourceforge release, did checkput of 5.3, buildconf and configure. Since configure now produces RE2C_FLAGS=null in makefile, build failed. After

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Hi Stas, I meant 'does it rely on cygwin1.dll or is it native'? No idea, whatever the person who put it on sourceforge built. If people are distributing binaries that rely on the cygwin runtime they usually say something about it somewhere, so I'll assume not in in this case. I just

[PHP-DEV] apache and MSHUTDOWN

2008-03-17 Thread ati
hi, what is the correct behavior, if apache killing _idle_ child processes in an environment where: apache prefork_mpm php loaded as apache module php loads a module with extension=xy.so should be the msshutdown function called for each httpd child or only once if the whole httpd server shuts

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Nevermind, I fixed it. yes... but given that mine worked in the first place, the question is whether your (and Scott's) fixes will work here, which means I now need to check out 5_3 and try again. Sorry, it's going to have to be after I finish work for the day, taken up too much time

Re: [PHP-DEV] Patch for opcode caches

2008-03-17 Thread phpxcache
session (or caused by TSRM/ZendEngine) seems broken in my local cvs checkout i'm not sure if it's relatived to this patch but i did 'cvs up' and some commit broke the patch (with conflicts) please commit, or roll out another diff against the PHP_5_3 cvs so i can test it again thanks -- PHP

[PHP-DEV] [PATCH] Bug 43477 - Unicode error mode ignored

2008-03-17 Thread Stephen Bach
Attached is a simple proposed patch that fixes Bug 43477. Basically, the code that set the error mode of the ICU converter was giving it an instruction (the context parameter) to only skip or substitute if the code point was not represented in the new encoding. However, it still was returning

[PHP-DEV] setjmp usage

2008-03-17 Thread Rasmus Lerdorf
We are using setjmp(__bailout) in zend_try, but setjmp behaves differently on BSD and Linux. POSIX doesn't specify whether the signal mask should be saved or not for this call, so different operating systems do different things here. I think it would be more consistent if we used