Re: [PHP-DEV] Stand alone GD status?

2013-05-17 Thread Pierre Joye
hi, On Fri, May 17, 2013 at 6:55 PM, Chris Barker - NOAA Federal wrote: > Hi Folks, > > I tried to post this note via the web interace, but I don't think it made > it, so here it is again. I finally figured out how to subscribe to the list > properly. > > (side NOTE: how to subscribe to the lists

[PHP-DEV] Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/uns

2013-05-17 Thread Stas Malyshev
Hi! > Imho this should have been briefly discussed on internals beforehand. At > least to me this seems rather dubious (why is it needed? why are you > manually parsing a part of the DLL serialization?) and also clashes with > Stas' proposed changes to unserialize. I don't remember any discussion

Re: [PHP-DEV] Stand alone GD status?

2013-05-17 Thread Remi Collet
Le 17/05/2013 18:55, Chris Barker - NOAA Federal a écrit : > But as we all know the state of libGD's web presence is confusing (though > recently improved). I have found it hard to: > > 1) know which source code I should use => https://bitbucket.org/libgd/gd-libgd Remi. -- PHP Internals - PH

Re: [PHP-DEV] php-fpm and systemd integration

2013-05-17 Thread Remi Collet
Le 17/05/2013 18:44, Remi Collet a écrit : > I plan to allow php-fpm to be aware of systemd and so, use the > type=notify mode. Just to be clear on the goal, this allow systemd to display some information about the health of the service (Status line) # systemctl php-fpm.service status Loaded: l

[PHP-DEV] Stand alone GD status?

2013-05-17 Thread Chris Barker - NOAA Federal
Hi Folks, I tried to post this note via the web interace, but I don't think it made it, so here it is again. I finally figured out how to subscribe to the list properly. (side NOTE: how to subscribe to the lists is very poorly documented -- there is nice whole page about all the php lists, but no

[PHP-DEV] php-fpm and systemd integration

2013-05-17 Thread Remi Collet
Hi, I plan to allow php-fpm to be aware of systemd and so, use the type=notify mode. I'd like to apply to attached patch to 5.4 and 5.5, as this change have no impact on standard build (need new --with-fpm-systemd build option). Any feedback before I process ? Remi. diff -up ../sapi/fpm/config

[PHP-DEV] Firebird PDO Fixes

2013-05-17 Thread Matheus Degiovani
Hello, I have some fixes for pdo-firebird I sent as pull requests on github. I contacted the php developer Mariuz, but he's currently busy and is unable to review and commit the changes to master. Could someone please review them for inclusion in the next php release? Thanks. -- Matheus Degiov

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-17 Thread Peter Wang
More information about this bug: To stably re-produce the bug, we need create 2 files. // file1.php, can be empty // leak.php wrote: > Hi, > > I found that the memory leak is actually related to APC, > even with the latest version of PHP (5.3.25) and latest version of APC > (3.1.13), > the memo

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-17 Thread Peter Wang
Hi, Thanks for your information. I also tested the latest stable version of APC (3.1.9), which has the same problem. On Fri, May 17, 2013 at 9:42 AM, Leigh wrote: > > > > I found that the memory leak is actually related to APC, > > > > even with the lat

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-17 Thread Leigh
> > > I found that the memory leak is actually related to APC, > > > even with the latest version of PHP (5.3.25) and latest version of APC > > > (3.1.13), Just to make sure it's extra clear, APC 3.1.13 is a beta release. 3.1.14 was released and un-released because of memory leak issues. If you'r