[PHP-DEV] PHP 5 Bug Summary Report

2009-01-12 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1256 total -- which includes 777 feature requests) ===[*Directory/Filesystem functions] 46990 Assigned Passing UTF8 strings to filesystem functions produce wrong filenames ===

[PHP-DEV] PHP 6 Bug Summary Report

2009-01-12 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (73 total -- which includes 32 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===

[PHP-DEV] Typo in INI files

2009-01-12 Thread Richard Quadling
Can someone please commit these typo fixes. I've fixed the documentation. The original mail.c is fine. Index: php.ini-dist === RCS file: /repository/php-src/php.ini-dist,v retrieving revision 1.286 diff -u -r1.286 php.ini-dist ---

Re: [PHP-DEV] Typo in INI files

2009-01-12 Thread Antony Dovgal
On 12.01.2009 13:38, Richard Quadling wrote: > Can someone please commit these typo fixes. Committed, thanks a lot. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] status update for beta1

2009-01-12 Thread Lukas Kahwe Smith
Hello all, Just wanted to get a status update on the work going on: - Eric and Nathan are working on new php.ini files and I guess they will soon post their proposals to the list - @Steph: have you begun work on the Upgrading Guide? I would really like to have something for beta1. The scratch

Re: [PHP-DEV] Typo in INI files

2009-01-12 Thread Richard Quadling
2009/1/12 Antony Dovgal : > On 12.01.2009 13:38, Richard Quadling wrote: >> Can someone please commit these typo fixes. > > Committed, thanks a lot. > > -- > Wbr, > Antony Dovgal > Just standing on the shoulders ... -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZE

[PHP-DEV] Has the CAPTCHA been removed from bugs.php.net?

2009-01-12 Thread Richard Quadling
Hi. I see that the CAPTCHA has been removed from bug.php.net? Is this correct/normal/expected? Or an issue due to some part of the move of pear/pecl to new servers? Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standin

Re: [PHP-DEV] Has the CAPTCHA been removed from bugs.php.net?

2009-01-12 Thread Kalle
Hi If you are logged in, then the captcha will disaper afair -K Den 12/01/2009 kl. 12.19 skrev "Richard Quadling" >: Hi. I see that the CAPTCHA has been removed from bug.php.net? Is this correct/normal/expected? Or an issue due to some part of the move of pear/pecl to new servers? Regard

Re: [PHP-DEV] Typo in INI files

2009-01-12 Thread Ronald Chmara
On Jan 12, 2009, at 2:58 AM, Richard Quadling wrote: 2009/1/12 Antony Dovgal : On 12.01.2009 13:38, Richard Quadling wrote: Can someone please commit these typo fixes. Committed, thanks a lot. Just standing on the shoulders ... Welcome to the pyramid (we've gotten pretty tall, now). :) -Bo

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Scott MacVicar
Lukas Kahwe Smith wrote: > Hello all, > > Just wanted to get a status update on the work going on: > - Eric and Nathan are working on new php.ini files and I guess they will > soon post their proposals to the list > - @Steph: have you begun work on the Upgrading Guide? I would really > like to hav

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Derick Rethans
On Mon, 12 Jan 2009, Lukas Kahwe Smith wrote: > - @Derick: whats the state of the "call_user_func segfault"? Dmitry doesn't want to fix it basically because it could break debuggers. IMO that's a secondary thing, and we should fix things properly without PHP making segfaults. This is however a

[PHP-DEV] open_basedir .htaccess relative path problem - BUG or Expected?

2009-01-12 Thread Nathan Rixham
Hi All, Figured this was for internals before opening up a bug report. In php 5.2.8 on windows and linux (only ones tested so far) when you add in a value to open_basedir in either php.ini or a vhosts.conf file; *relative* paths suddenly do not work for the php_value error_log specified in a

[PHP-DEV] Re: open_basedir .htaccess relative path problem - BUG or Expected?

2009-01-12 Thread Nathan Rixham
Nathan Rixham wrote: Hi All, Figured this was for internals before opening up a bug report. In php 5.2.8 on windows and linux (only ones tested so far) when you add in a value to open_basedir in either php.ini or a vhosts.conf file; *relative* paths suddenly do not work for the php_value err

Re: [PHP-DEV] Re: open_basedir .htaccess relative path problem - BUG or Expected?

2009-01-12 Thread Jani Taskinen
Nathan Rixham wrote: with php.ini/vhosts.conf open_basedir set these values in .htaccess WILL NOT work php_flag log_errors on php_value error_log logfile.txt these values in vhosts.conf WILL work php_flag log_errors on php_value error_log logfile.txt absolute paths to the same fi

Re: [PHP-DEV] Re: open_basedir .htaccess relative path problem -BUG or Expected?

2009-01-12 Thread Nathan Rixham
Jani Taskinen wrote: Nathan Rixham wrote: with php.ini/vhosts.conf open_basedir set these values in .htaccess WILL NOT work php_flag log_errors on php_value error_log logfile.txt these values in vhosts.conf WILL work php_flag log_errors on php_value error_log logfile.txt absolut

Re: [PHP-DEV] Re: open_basedir .htaccess relative path problem -BUGor Expected?

2009-01-12 Thread Nathan Rixham
Nathan Rixham wrote: Jani Taskinen wrote: Nathan Rixham wrote: with php.ini/vhosts.conf open_basedir set these values in .htaccess WILL NOT work php_flag log_errors on php_value error_log logfile.txt these values in vhosts.conf WILL work php_flag log_errors on php_value error_log logfile.txt

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Guilherme Blanco
On Mon, Jan 12, 2009 at 8:56 AM, Lukas Kahwe Smith wrote: > Hello all, > > Just wanted to get a status update on the work going on: > - Ettienne/Lars/Guilherme: whats the status of > spl_object_id()/spl_object_hash()? Lars has an working patch and I'm waiting him to send me to apply and do some t

Re: [PHP-DEV] Has the CAPTCHA been removed from bugs.php.net?

2009-01-12 Thread Hannes Magnusson
On Mon, Jan 12, 2009 at 12:19, Richard Quadling wrote: > Hi. > > I see that the CAPTCHA has been removed from bug.php.net? > > Is this correct/normal/expected? > > Or an issue due to some part of the move of pear/pecl to new servers? Please use correct mailinglists. This has absolutely nothing w

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Hannes Magnusson
On Mon, Jan 12, 2009 at 11:56, Lukas Kahwe Smith wrote: > - @Steph: have you begun work on the Upgrading Guide? I would really like to > have something for beta1. The scratchpad should make it possible to get > something going quickly Jakub had a docsprint last week and documented bunch of things

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Lukas Kahwe Smith
On 12.01.2009, at 14:56, Hannes Magnusson wrote: Why did the LFS patch never get committed? LFS = large file support? AFAIK there is no patch to commit at this point. regards, Lukas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Hannes Magnusson
On Mon, Jan 12, 2009 at 14:59, Lukas Kahwe Smith wrote: > > On 12.01.2009, at 14:56, Hannes Magnusson wrote: > >> Why did the LFS patch never get committed? > > LFS = large file support? > AFAIK there is no patch to commit at this point. http://php.markmail.org/message/rhqy2wu5eu5253fm -Hannes

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Ilia Alshanetsky
On 12-Jan-09, at 5:56 AM, Lukas Kahwe Smith wrote: - First line of included files not output if they begin with # A patch for this already went in on Friday. Ilia Alshanetsky -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Lukas Kahwe Smith
On 12.01.2009, at 16:59, Ilia Alshanetsky wrote: On 12-Jan-09, at 5:56 AM, Lukas Kahwe Smith wrote: - First line of included files not output if they begin with # A patch for this already went in on Friday. was this the one where Nuno raised some BC concerns? regards, Lukas -- PHP Int

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Ilia Alshanetsky
On 12-Jan-09, at 11:36 AM, Lukas Kahwe Smith wrote: On 12.01.2009, at 16:59, Ilia Alshanetsky wrote: On 12-Jan-09, at 5:56 AM, Lukas Kahwe Smith wrote: - First line of included files not output if they begin with # A patch for this already went in on Friday. was this the one where Nun

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Marcus Boerger
Hello Lukas, Monday, January 12, 2009, 11:56:02 AM, you wrote: > Hello all, > Just wanted to get a status update on the work going on: > - Eric and Nathan are working on new php.ini files and I guess they > will soon post their proposals to the list > - @Steph: have you begun work on the Upgra

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Pierre Joye
hi Marcus! 2009/1/12 Marcus Boerger : >> - @Marcus: where do you see your closures RFC going? > The prototype support needs a bit of tweaking on my local dev machine and > can then be submitted. The direct call stuff should not go into 5.3.0. > Let's do that for 5.3.1 and see to it that we can (e

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Marcus Boerger
Hello Lukas, it appears Dmitry and Stas are against that, so I let it for you to decide whetehr you want me to drop all of it or continue workig on it to make all I can ready for 5.3.0. marcus Monday, January 12, 2009, 10:22:33 PM, you wrote: > Hello Lukas, > Monday, January 12, 2009, 11:56:

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Stanislav Malyshev
Hi! it appears Dmitry and Stas are against that, so I let it for you to decide whetehr you want me to drop all of it or continue workig on it to make all I can ready for 5.3.0. I'm not precisely against it because I'm not even sure what "it" is. Is there a RFC/proposal somewhere that descri

[PHP-DEV] [RFC] prototyping

2009-01-12 Thread Marcus Boerger
Hello Internals, our new closures can easily work as prototypes and I actually thought of simply doing it as a bug fix. But it appeared that my first attempt was inclomplete if not to say completely wrong. It further more turned out that not everyone is a fan of the genral idea. Basically what

Re: [PHP-DEV] [RFC] prototyping

2009-01-12 Thread Stanislav Malyshev
Hi! 1) a non static closure assigned to an instance changes the closures this to be set to the actual object: I'm not sure why would you expect this. If you have closure that has some bound $var inside, and you use it in context which has another $var, you don't expect that $var change to ne