Re: [PHP-DEV] Inspecting opcode

2009-12-04 Thread Stefan Esser
Hello, Cannot compile with VC6/x86 under Windows.. Is there any precompiled binary for this environment? Thanks I recently realised that the ZTS build is broken. Will fix it during the weekend or early next week. I will also move Bytekit and Suhosin.org to new redmine installations, becaue Trac

[PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Antony Dovgal
Hello all. I'm glad to announce that we now have FPM SAPI available for testing in a separate SVN branch. You can check out its sources using the following command: svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3_FPM php_5_3_fpm Building FPM is as easy as `./configure

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Jordi Boggiano
On 04.12.2009 13:53, Antony Dovgal wrote: - advanced process management with graceful stop/start; - ability to start workers with different uid/gid/chroot/environment and different php.ini (replaces safe_mode); - stdout stderr logging; - emergency restart in case of accidental opcode cache

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Johannes Schlüter
On Fri, 2009-12-04 at 15:53 +0300, Antony Dovgal wrote: Hello all. I'm glad to announce that we now have FPM SAPI available for testing in a separate SVN branch. You can check out its sources using the following command: svn co

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Antony Dovgal
On 04.12.2009 16:58, Johannes Schlüter wrote: How big would be the impact in regards to BC and stuff for merging it back in 5_3? If i read the svn log correct it's just a SAPI ... so adding it might be low risk as it only affects people using it. That's right, it's a separate SAPI, it doesn't

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Stanislav Malyshev
Hi! You can check out its sources using the following command: svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3_FPM php_5_3_fpm Just curious - any plans for win32 support? -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829

[PHP-DEV] Stream: Cast and Seek

2009-12-04 Thread Samuel ROZE
Hello, I'm working on the use of a PHP SSH2 Stream returned by ssh2_shell function with stream_select() function. Within the PHP code, before being used into the select() C function, a stream have to be casted... The problem is that I don't really know what is it and how it generally works. So,

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Michael Shadle
Antony - thank you so much! This is quite a surprise though, I didn't know there were plans for this... I was talking to gwynne on IRC about the best way to get this going. I suppose it being a separate SAPI works, but I had also thought: What if it was just a modification to the FCGI SAPI, and

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Michael Shadle
what version of PHP-FPM code is this based off of? the latest 0.6.x at launchpad or one of the older patches? we have had reports of some issues with php 5.3.x and php-fpm 0.6.x. Andrei had changed the code from being a patch to being a standalone daemon that builds against vanilla php sources