Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_object_handlers.c branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/fopen_wrapper

2009-09-06 Thread Dmitry Stogov
Hi, I'm wondered why the shebang line support was removed from scanner. Note that going back to this solution requires extra open() and fstat() syscalls in case the requested file already stored in opcode cache. It might be a visible slowdown for FastCGI sapi. Thanks. Dmitry. Jani Taskinen

[PHP-CVS] svn: /SVNROOT/ pear_avail

2009-09-06 Thread Christian Weiske
cweiske Mon, 07 Sep 2009 06:06:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=288119 Log: give isaac tewolde karma for mdb2_tablebrowser Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/filter/sanitizing_filters.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/sanitizing_filters.c trunk/ext/filter/sanitizing_f

2009-09-06 Thread Ilia Alshanetsky
iliaaMon, 07 Sep 2009 02:35:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=288117 Log: Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters). Bug: http://bugs.php.net/49470 (Verified) FILTER_SANITIZE_EMAIL does not work

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ info.c

2009-09-06 Thread Pierre-Alain Joye
pajoye Sun, 06 Sep 2009 22:01:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=288116 Log: - fix #40013, php_uname() doesnt return nodename (MFH) Bug: http://bugs.php.net/40013 (Open) php_uname() doesnt return nodename Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/php_pcre.c trunk/ext/pcre/php_pcre.c

2009-09-06 Thread Felipe Pena
felipe Sun, 06 Sep 2009 17:41:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=288111 Log: - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional) Bug: http://bugs.php.net/49483 (Open) preg_replace 'subject' parameter listed

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Pierre Joye
already done :) On Sun, Sep 6, 2009 at 6:03 PM, Moriyoshi Koizumi wrote: > Ok, I just figured out now. I'm gonna revert'em shortly > > Moriyoshi > > On Mon, Sep 7, 2009 at 1:02 AM, Moriyoshi Koizumi wrote: >> Hi, >> >> Obviously use_heap has to be set to true whenever the heap is used. >> Doesn't

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Moriyoshi Koizumi
Ok, I just figured out now. I'm gonna revert'em shortly Moriyoshi On Mon, Sep 7, 2009 at 1:02 AM, Moriyoshi Koizumi wrote: > Hi, > > Obviously use_heap has to be set to true whenever the heap is used. > Doesn't it? The problem only occurs on Mac OS X and I noticed this > during developing an exte

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Moriyoshi Koizumi
Hi, Obviously use_heap has to be set to true whenever the heap is used. Doesn't it? The problem only occurs on Mac OS X and I noticed this during developing an extension that is just a private one. Moriyoshi On Sun, Sep 6, 2009 at 11:55 PM, Pierre Joye wrote: > Hi, > > This change breaks the bui

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Pierre-Alain Joye
pajoye Sun, 06 Sep 2009 15:56:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=288110 Log: - revert last commit, breaks the build and needs test case(s) Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend.h U php/php-src/branch

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Pierre Joye
Hi, This change breaks the build, sounds wrong and I did not see any leak in there. Do you have a test case to reproduce the leak you are trying to fix? In the mean time, please revert this change. On Sun, Sep 6, 2009 at 4:43 PM, Moriyoshi Koizumi wrote: > moriyoshi                              

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend.h branches/PHP_5_3/Zend/zend.h trunk/Zend/zend.h

2009-09-06 Thread Moriyoshi Koizumi
moriyoshiSun, 06 Sep 2009 14:43:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=288109 Log: - Fix leaks. Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend.h U php/php-src/branches/PHP_5_3/Zend/zend.h U php/php-src/trunk/