Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-28 Thread Matt Wilmas
Hi Lukas, all, - Original Message - From: "Lukas Kahwe Smith" Sent: Thursday, May 28, 2009 On 12.05.2009, at 04:20, Matt Wilmas wrote: Hi Lukas, - Original Message - From: "Lukas Kahwe Smith" Sent: Monday, May 11, 2009 [...] Critical issues: 1) I assume the issues with r

[PHP-DEV] patch for #48247

2009-05-28 Thread Stanislav Malyshev
Hi! No, it's not fixed. Just needs some infinite recursion protection plus moving the (or rather adding it also) init of tzcache into GINIT. Attached is the patch that seems to do the trick for me. Any objections? -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.c

Re: [PHP-DEV] APM

2009-05-28 Thread Mikko Koppanen
On Thu, May 28, 2009 at 5:49 PM, Patrick ALLAERT wrote: > > The only thing I see now is the ability to make the extension active > on a request basis rather than globally. > Hi, looks like the extension overrides zend_error_cb. Is this affected by set_error_handler in the userland? If I remember

Re: [PHP-DEV] APM

2009-05-28 Thread Patrick ALLAERT
2009/5/25 Ilia Alshanetsky : > Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a > whole pile of overhead to every request. Sounds logic, but I remember we thought about it and had to open it at RINIT but I really don't remember those reason. Do you see pro's for current s

Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-28 Thread Lukas Kahwe Smith
On 12.05.2009, at 04:20, Matt Wilmas wrote: Hi Lukas, - Original Message - From: "Lukas Kahwe Smith" Sent: Monday, May 11, 2009 [...] Critical issues: 1) I assume the issues with rounding are resolved. If any issues pop up again, please let the list know. @Matt/Dmitry: Can you

[PHP-DEV] ext/ldap for PHP6

2009-05-28 Thread Patrick ALLAERT
Hi list, Having done some PHPT tests on ext/ldap [1] with Davide Mendolia at the Testfest, we realized that the extension wasn't ready in PHP 6. In attachment I put a patch that enables all LDAP tests [1] to "PASS" using PHP6. As it is my first patch here, could you please revise it and give me y

Re: [PHP-DEV] shell_exec, environment, and multithreading servers

2009-05-28 Thread Antony Dovgal
On 28.05.2009 17:21, jvlad wrote: > Why not to enhance semantic of exec() and backticks functions? Why not to > run child process with copy of $_ENV[] instead of current process > envrironment? Most likely because nobody uses (and cares of) multithreaded servers. But a patch would be welcome, I g

Re: [PHP-DEV] shell_exec, environment, and multithreading servers

2009-05-28 Thread jvlad
>> Recently I faced with one funny problem in PHP. Seems there is no way to >> run >> a sub-process using exec() (or backticks), and pass there specially >> crafted environment without affecting all running threads. As soon as I >> update the environment, all other threads see the change. It's >>

Re: [PHP-DEV] shell_exec, environment, and multithreading servers

2009-05-28 Thread Richard Quadling
2009/5/24 jvlad : > Hi all, > > Recently I faced with one funny problem in PHP. Seems there is no way to run > a sub-process using shell_exec() (or backticks), and pass there specially > crafted environment without affecting all running threads. As soon as I > update the environment, all other thre

Re: [PHP-DEV] PHP 5.2.10RC1 Testing

2009-05-28 Thread Jani Taskinen
Stanislav Malyshev wrote: Hi! The first release candidate of 5.2.10 was just released for testing and can be downloaded here: Do I understand right that #48247 is not fixed yet in 5.2? If so, I think it'd be good to have the fix for 5.2.10 release. No, it's not fixed. Just needs some infin