Re: [PHP-DEV] [RFC] Importing namespaced functions

2013-08-21 Thread Michael Wallner
On 20 August 2013 23:29, Igor Wiedler i...@wiedler.ch wrote: Hi Stas, Thanks for the notes. I will address these issues, hopefully during the next few days. Nay news on that? -- Regards, Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] 5.4 RecursiveDirectoryIterator

2013-08-21 Thread Martin Keckeis
Hello, Two things could be done IMO: - revert this change from 5.4 - mention it in the Upgrade Guide 5.3 - 5.4 that was a bug, that if you didn't pass SKIP_DOTS , dots should no be skipped. and this bug is also fixed in 5.3 branch. thanks Yeah i understand that it was a bug, but the

Re: [PHP-DEV] [RFC] Importing namespaced functions

2013-08-21 Thread Igor Wiedler
Hi, I just looked into the first issue you mentioned. The following does not produce a warning either currently: use bar as bar; As such, I would say that it would be inconsistent to produce a warning for functions. Do you agree? Regards, Igor On Aug 19, 2013, at 3:32 AM, Stas

Re: [PHP-DEV] [RFC] Importing namespaced functions

2013-08-21 Thread Stas Malyshev
Hi! use bar as bar; Hmm... they probably should both produce a notice. But if it's hard to do, then ok to do the same thing as class does. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development

[PHP-DEV] Pull requests report (21/8/2013)

2013-08-21 Thread Lior Kaplan
(reporting about two weeks) Merged requests (past 7 days): #359 https://github.com/php/php-src/issues/359 PHPTests for the DOMDocument::load and DOMDocument::loadXML #360 https://github.com/php/php-src/pull/360 Bug44168 #381 https://github.com/php/php-src/issues/381 Fixed #65225: PHP_BINARY