[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/config.m4 branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm.h branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c

2010-11-14 Thread Jérôme Loyet
fat Sun, 14 Nov 2010 22:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305341 Log: - Fixed #52691 (allow multiple instance of FPM using a custom prefix) Bug: http://bugs.php.net/52691 (Analyzed) allow multiple instance of FPM using a

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm.h branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.h branches/PHP_5_3/

2010-11-14 Thread Jérôme Loyet
fat Sun, 14 Nov 2010 22:22:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305342 Log: - extend the 'i-t' fpm argument to dump configuration file when called twice (-tt) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/interbase/config.w32 branches/PHP_5_3/ext/pdo_firebird/config.w32 trunk/ext/interbase/config.w32 trunk/ext/pdo_firebird/config.w32

2010-11-14 Thread Pierre Joye
pajoye Sun, 14 Nov 2010 22:40:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305343 Log: - allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+) Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS ext/standard/basic_functions.c ext/standard/basic_functions.h main/php_streams.h main/streams/memory.c main/streams/streams.c

2010-11-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 03:05:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305346 Log: - Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS

2010-11-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 03:22:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305347 Log: - Fixed incorrection in UPGRADING.INTERNALS. Changed paths: U php/php-src/trunk/UPGRADING.INTERNALS Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS ext/standard/basic_functions.c ext/standard/basic_functions.h main/php_streams.h main/streams/memory.c main/streams/streams.c

2010-11-14 Thread Kalle Sommer Nielsen
Hi 2010/11/15 Gustavo André dos Santos Lopes cataphr...@php.net: cataphract                               Mon, 15 Nov 2010 03:05:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305346 Log: - Added leak_variable() function. Why do we need a leak_variable() function in a