Hi Internals,
Our RC1 of PHP 5.5.2 has been released for testing. It fixes some bugs in
the 5.5 branch. You'll find details in the NEWS file.
The packages can be found at:
and windows packages at
Please test the release carefully and report any bugs.
5.5.2 GA is planned for August 15th.
Thank you.
Regards
Julien and David
Julien Pauli in php.internals (Fri, 2 Aug 2013 10:05:00 +0200):
Please test the release carefully and report any bugs.
What is the best way to report things that are so small that opening an
issue would be overkill?
I have got some tiny remarks:
- Typo in NEWS: OPcahce should be OPcache
- Remove the reference to php_zip.dll in both php.ini-*'s
- Add 'case 90' in ext/gd/libgd/gd_jpeg.c to avoid "unknown" for jpeg
lib 9
Compiled all 4 variants with VC11 flawlessly.
Jan
Julien Pauli in php.internals (Fri, 2 Aug 2013 10:05:00 +0200):
Please test the release carefully and report any bugs.
What is the best way to report things that are so small that opening an
issue would be overkill?I have got some tiny remarks:
- Typo in NEWS: OPcahce should be OPcache
- Remove the reference to php_zip.dll in both php.ini-*'s
- Add 'case 90' in ext/gd/libgd/gd_jpeg.c to avoid "unknown" for jpeg
lib 9Compiled all 4 variants with VC11 flawlessly.
Jan
Submit pull requests with patches, then nag until someone applies them.
Then nag to get karma to make changes yourself.
The OPCache typo is already fixed, I believe.
http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=c01b43ed7bcda9d3c846df439cf32ead01c098d6;hb=refs/heads/PHP-5.5
The gd change might qualify for a bug report, so any background can be
discussed.
Chris
--
christopher.jones@oracle.com http://twitter.com/ghrd
Free PHP & Oracle book:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
Julien Pauli in php.internals (Fri, 2 Aug 2013 10:05:00 +0200):
Please test the release carefully and report any bugs.
What is the best way to report things that are so small that opening an
issue would be overkill?I have got some tiny remarks:
- Typo in NEWS: OPcahce should be OPcache
- Remove the reference to php_zip.dll in both php.ini-*'s
- Add 'case 90' in ext/gd/libgd/gd_jpeg.c to avoid "unknown" for jpeg
lib 9Compiled all 4 variants with VC11 flawlessly.
Jan
Submit pull requests with patches, then nag until someone applies them.
Then nag to get karma to make changes yourself.The OPCache typo is already fixed, I believe.
http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=c01b43ed7bcda9d3c846df439cf32ead01c098d6;hb=refs/heads/PHP-5.5The gd change might qualify for a bug report, so any background can be
discussed.Chris
--
christopher.jones@oracle.com http://twitter.com/ghrd
Free PHP & Oracle book:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html--
--
Regards,
Mike
What is the best way to report things that are so small that opening an
issue would be overkill?Submit pull requests with patches, then nag until someone applies them.
Then nag to get karma to make changes yourself.
++1000
PS: sorry, the send button was too tasty (re previous post)
--
Regards,
Mike
Christopher Jones in php.internals (Mon, 05 Aug 2013 08:46:19 -0700):
Submit pull requests with patches, then nag until someone applies them.
Then nag to get karma to make changes yourself.
I managed to get a 404 ;-)
https://github.com/php/php-src/pull/404
The OPCache typo is already fixed, I believe.
http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=c01b43ed7bcda9d3c846df439cf32ead01c098d6;hb=refs/heads/PHP-5.5
Yeah, that was done by someone called, ehhh, Christopher Jones.
The gd change might qualify for a bug report, so any background can be
discussed.
OK, will do.
Jan