[PHP-DEV] libmagic 5.14 upgrade

2013-03-26 Thread Anatol Belski
Hi, I've developed a patch for libmagic 5.14 which is available under http://belski.net/phpz/finfo/finfo_5.14_5.patch.gz . For those willing to test please overwrite ext/fileinfo/tests/magic with http://belski.net/phpz/finfo/magic.mgc.gz (not contained in the patch). I've tested it on Linux and W

[PHP-DEV] DateTimeImmutable

2013-03-26 Thread Michael Wallner
Hi all! I am concerned by the introduction of DateTimeImmutable extending DateTime, and despite not being the talking guy, I'll try to outline the reasons why I and obviously a lot of other people think so. I can understand the frustration with a DateTime that should not have been modifiable in t

Re: [PHP-DEV] [VOTE] Deprecate and remove calls from incompatible context

2013-03-26 Thread Ferenc Kovacs
On Sun, Jan 20, 2013 at 8:17 PM, Gustavo Lopes wrote: > I've opened the vote for the "remove calls from incompatible context" RFC: > > https://wiki.php.net/rfc/**incompat_ctx#vote > > -- > Gustavo Lopes > > -- > PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] PHP 5.5 and clang

2013-03-26 Thread Johannes Schlüter
On Tue, 2013-03-26 at 15:55 +0100, Ondřej Surý wrote: > It does seem to produce lot of fatal errors on lot of places, so it seems > that php5 can be used to improve llvm/clang as well :). Recent clang versions work well for me with PHP. Earlier versions led to infinite hanging compilers and such w

[PHP-DEV] PHP 5.5 and clang

2013-03-26 Thread Ondřej Surý
Hi, I am trying to build PHP 5.5beta1 with clang, so the question is: Would you be interested in the results? This would be one shot only. The next step would be to do automatic builds and publishing results of scan-build (a Clang static analysis tool). Would you be interested? It does seem to

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-26 Thread Pierre Joye
On Tue, Mar 26, 2013 at 9:23 AM, Lars Strojny wrote: > Start simple: ask Derick to revert and go through the usual RFC process. > > @Derick: given the overall response on the list, could you revert the > introduction of DateTimeImmutable? huge +1. Even more for an extension that can't be disabl

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-26 Thread Lars Strojny
Start simple: ask Derick to revert and go through the usual RFC process. @Derick: given the overall response on the list, could you revert the introduction of DateTimeImmutable? cu, Lars Am 26.03.2013 um 01:21 schrieb Levi Morrison : > So how do we officially undo something that didn't use an