Re: [PHP-DEV] php.ini-production & php.ini-development last minute updates.

2009-03-25 Thread Eric Stewart
Remi, Thank you for the heads up. This problem has been corrected in the PHP 5.3 branch as well as head. Eric Stewart ericleestew...@gmail.com On Tue, Mar 24, 2009 at 4:11 PM, Remi Collet wrote: > Le 22/03/2009 06:15, Eric Stewart a écrit : > > > Here is a link to the patches for review: > > htt

Re: [PHP-DEV] un-deprecating ticks ?

2009-03-25 Thread Arnaud Le Blanc
On Wed, 2009-03-25 at 20:05 +0100, Lukas Kahwe Smith wrote: > On 19.03.2009, at 14:32, Arnaud Le Blanc wrote: > > > Hi, > > > > After having seen some complaints about ticks being deprecated I'm > > wondering if they could be un-deprecated for now. > > > > Ticks are used by the pcntl extension to

Re: [PHP-DEV] CVS Account Request: mbeccati

2009-03-25 Thread Matteo Beccati
Hi, The cvs account was correctly set up, but it looks like there's an issue with my karma. I've both tried to commit fixes for pdo_pgsql and pcntl without success, e.g. Access denied: insufficient karma (mbeccati|php-src/ext/pdo_pgsql) Contact gr...@php.net for access to php-src/ext/pdo

Re: [PHP-DEV] Access to syntax tree?

2009-03-25 Thread Manuel Pichler
Hello Jeremy, On Wed, 2009-03-25 at 10:13 -0700, Jeremy wrote: > Is there any way to access the parse tree of a PHP file from within PHP? > > I'm trying to write a code-checking utility to find namespace-related > problems in code and alert me to them. Specifically: > > namespace foo\bar; > >

Re: [PHP-DEV] Memory Leak in ob_get_clean() / ob_get_flush ()

2009-03-25 Thread Kalle Sommer Nielsen
Hi Christian 2009/3/25 Christian Seiler : > Hi Lukas, > >> Did this get addressed yet? > > No, it didn't. But since no one complained about it I'll commit it later > this evening. (commit freeze is over, right?) Yes commit freeze is over, RC1 was tagged in CVS the other day and released yesterday

Re: [PHP-DEV] un-deprecating ticks ?

2009-03-25 Thread Kalle Sommer Nielsen
2009/3/25 Lukas Kahwe Smith : > > On 19.03.2009, at 14:32, Arnaud Le Blanc wrote: > >> Hi, >> >> After having seen some complaints about ticks being deprecated I'm >> wondering if they could be un-deprecated for now. >> >> Ticks are used by the pcntl extension to call signal handlers when >> signal

RE: [PHP-DEV] Access to syntax tree?

2009-03-25 Thread Baptiste Autin
Other possibility: The PEAR package "PHP_UML" can parse PHP files/folders, and generate the API in the form of a global standard XML file (and/or in the form of a full XHTML documentation). Namespaced code is supported. But the parsed code must be object oriented, not procedural (for now). Perhaps

Re: [PHP-DEV] un-deprecating ticks ?

2009-03-25 Thread Lukas Kahwe Smith
On 19.03.2009, at 14:32, Arnaud Le Blanc wrote: Hi, After having seen some complaints about ticks being deprecated I'm wondering if they could be un-deprecated for now. Ticks are used by the pcntl extension to call signal handlers when signals are triggered. I added some functions as an alter

Re: [PHP-DEV] Memory Leak in ob_get_clean() / ob_get_flush ()

2009-03-25 Thread Christian Seiler
Hi Lukas, > Did this get addressed yet? No, it didn't. But since no one complained about it I'll commit it later this evening. (commit freeze is over, right?) Regards, Christian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PATCH] Netlink sockets support for Linux

2009-03-25 Thread Lukas Kahwe Smith
Hi, Whats the status here? I would say it does not sound like something we need to add now, but maybe for 5.3.1? So in that light I would say please file a feature request with the patch attached or linked .. regards, Lukas On 10.03.2009, at 18:55, Oleg A. Arkhangelsky wrote: Hello, Th

Re: [PHP-DEV] Memory Leak in ob_get_clean() / ob_get_flush ()

2009-03-25 Thread Lukas Kahwe Smith
Hi, Did this get addressed yet? regards, Lukas On 18.03.2009, at 03:15, Christian Seiler wrote: Hi, When running 'make test' on my system I discovered that tests/output/ob_start_basic_unerasable_003.phpt and tests/output/ob_start_basic_unerasable_004.phpt produced memory leaks - due to th

Re: [PHP-DEV] Access to syntax tree?

2009-03-25 Thread Jeremy
Alexey Zakhlestin wrote: On Wed, Mar 25, 2009 at 8:13 PM, Jeremy wrote: Is there any way to access the parse tree of a PHP file from within PHP? will this work for you? http://docs.php.net/manual/en/tokenizer.examples.php That looks like it should work perfectly! Thanks for pointing this

Re: [PHP-DEV] Access to syntax tree?

2009-03-25 Thread Alexey Zakhlestin
On Wed, Mar 25, 2009 at 8:13 PM, Jeremy wrote: > Is there any way to access the parse tree of a PHP file from within PHP? will this work for you? http://docs.php.net/manual/en/tokenizer.examples.php > I'm trying to write a code-checking utility to find namespace-related > problems in code and al

[PHP-DEV] Access to syntax tree?

2009-03-25 Thread Jeremy
Is there any way to access the parse tree of a PHP file from within PHP? I'm trying to write a code-checking utility to find namespace-related problems in code and alert me to them. Specifically: namespace foo\bar; function foobar() { try { ... }

[PHP-DEV] Can't compile pcntl on FreeBSD 6

2009-03-25 Thread Matteo Beccati
Hi everyone, I have a FreeBSD 6.2 system and I just found out that I can't build PHP 5.3 with the pcntl extension enabled. I've created a bug report http://bugs.php.net/bug.php?id=4 Eventually I can provide ssh access to the system. Cheers -- Matteo Beccati OpenX - http://www.openx.org

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Steph
Hi Lukas, all, Well the last thread on the topic ("5.3 todos") stopped with Steph explaining that there are 2 different documents, one the UPGRADING guide in php-src and one being the manual and that she intends to focus the UPGRADING guide to be short and to the point for sysadmins wanting to

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Hannes Magnusson
On Wed, Mar 25, 2009 at 15:07, Steph wrote: > Hannes Magnusson wrote: >> Could phpdoc@ be kept in the loop too? >> I'd like to know when I can start converting it to DocBook... > > You aren't going to be converting it to DocBook, see previous discussion. > The version of the file that ends up in t

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Lukas Kahwe Smith
On 25.03.2009, at 15:09, Pierre Joye wrote: On Wed, Mar 25, 2009 at 3:07 PM, Steph wrote: Hannes Magnusson wrote: And now to the list too *sigh*, sorry Steph :) I did wonder :) On Wed, Mar 25, 2009 at 13:49, Steph wrote: Hannes Magnusson wrote: 2009/1/28 Steph Fox : sfox

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Pierre Joye
On Wed, Mar 25, 2009 at 3:07 PM, Steph wrote: > Hannes Magnusson wrote: >> >> And now to the list too *sigh*, sorry Steph :) > > I did wonder :) > >> On Wed, Mar 25, 2009 at 13:49, Steph wrote: >>> >>> Hannes Magnusson wrote: 2009/1/28 Steph Fox : > > sfox            Wed Jan

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Steph
Hannes Magnusson wrote: And now to the list too *sigh*, sorry Steph :) I did wonder :) On Wed, Mar 25, 2009 at 13:49, Steph wrote: Hannes Magnusson wrote: 2009/1/28 Steph Fox : sfoxWed Jan 28 17:23:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Hannes Magnusson
And now to the list too *sigh*, sorry Steph :) On Wed, Mar 25, 2009 at 13:49, Steph wrote: > Hannes Magnusson wrote: >> >> 2009/1/28 Steph Fox : >>> >>> sfox            Wed Jan 28 17:23:28 2009 UTC >>> >>>  Modified files:              (Branch: PHP_5_3) >>>   /php-src    UPGRADING >>>  Log: >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Steph
Hannes Magnusson wrote: 2009/1/28 Steph Fox : sfoxWed Jan 28 17:23:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: - Skeleton version taken directly from the scratchpad and tidied. @Lukas, Johannes: This is nowhere near complete, and may

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-03-25 Thread Hannes Magnusson
2009/1/28 Steph Fox : > sfox            Wed Jan 28 17:23:28 2009 UTC > >  Modified files:              (Branch: PHP_5_3) >    /php-src    UPGRADING >  Log: >  - Skeleton version taken directly from the scratchpad and tidied. > �...@lukas, Johannes: This is nowhere near complete, and may contain ent