[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:4f4fa32ca51a41080ddf8fe0f4ad0685f37c3e5a Author:Anatol Belski Thu, 11 Jul 2013 00:51:10 +0200 Parents: ecf057d197d94e0e02073d43d612cf5459b824de Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4f4fa32ca51a41080ddf8fe0f4ad0685f37c3e5a Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3ba0e47..65fbb5f 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ PHP NEWS . Fixed bug #65035 (yield / exit segfault). (Nikita) . Fixed bug #65161 (Generator + autoload + syntax error = segfault). (Nikita) . hex2bin() raises E_WARNING for invalid hex string. (Yasuo) + . Fixed bug #65226 (chroot() does not get enabled). (Anatol) - OPcache . Fixed bug #64827 (Segfault in zval_mark_grey (zend_gc.c)). (Laruence) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:f47e879235e5b475b75a8b7122eb8ad21fe438c4 Author:Anatol Belski Thu, 6 Jun 2013 18:53:22 +0200 Parents: bbdbef40dba46abc826af1ea2914d07d538116ed Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f47e879235e5b475b75a8b7122eb8ad21fe438c4 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 430f826..ae8ddc1 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP NEWS . Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence) . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110). (Stas) + . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol) - FPM: . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:4b96b8f909ffe97d59d09aaae9425669f416b763 Author:Anatol Belski Thu, 6 Jun 2013 18:52:05 +0200 Parents: 25cae37b13e76f91546e314c62822a9f85e6d408 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4b96b8f909ffe97d59d09aaae9425669f416b763 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 9fd0f3f..f3be839 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP NEWS - Core: . Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence) + . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol) - FPM: . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:07bd1fac57b1f608c15c5d5ebaa6d9383c7cc564 Author:Anatol Belski Thu, 16 May 2013 08:44:36 +0200 Parents: fda25c7ea68a35d55cc72368a344a787608a0b29 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=07bd1fac57b1f608c15c5d5ebaa6d9383c7cc564 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 99dcbe7..95ef3dc 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||| ?? ??? 2013, PHP 5.5.0 Release Candidate 2 +- Core: + . Fixed bug #64853 (Use of no longer available ini directives causes crash +on TS build). (Anatol) + - Fileinfo: . Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:2626819d656b2a91b030caad13276d5a47a80bee Author:Anatol Belski Tue, 14 May 2013 09:42:34 +0200 Parents: 933e01bbac894c219a56db9f378c60c0c93f3ca2 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2626819d656b2a91b030caad13276d5a47a80bee Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index f98388d..881fb64 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||| ?? ??? 2013, PHP 5.5.0 Release Candidate 2 +- Fileinfo: + . Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol) + - mbstring: . Fixed bug #64769 (mbstring PHPTs crash on Windows x64). (Anatol) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:3fd39c13f9b3e982ffccf66b40ec1ed05b5146d6 Author:Anatol Belski Sun, 12 May 2013 14:09:59 +0200 Parents: 2d8ce75f395f8e46133552097f9254e46fc44d1e Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3fd39c13f9b3e982ffccf66b40ec1ed05b5146d6 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 7c83bd5..4d6f957 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ PHP NEWS - Sockets: . Fixed bug #64508 (Fails to build with --disable-ipv6). (Gustavo) +- Zend Engine: + . Fixed bug #64821 (Custom Exceptions crash when internal properties overridden). + (Anatol) 09 May 2013, PHP 5.5.0 Release Candidate 1 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:89159926ad1ceda2acb3c051599d3a918deba808 Author:Anatol Belski Sun, 12 May 2013 14:08:42 +0200 Parents: dd188e9538a83473246d94642a7ce577fc5de33b Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=89159926ad1ceda2acb3c051599d3a918deba808 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 7040afc..db1a03b 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ PHP NEWS (Boris Lytochkin) . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin) +- Zend Engine: + . Fixed bug #64821 (Custom Exceptions crash when internal properties overridden). + (Anatol) + ?? ??? 2013, PHP 5.4.15 - Core: . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:f7830e4f985d67de37078fe8033e8bde32fff6cc Author:Anatol Belski Fri, 3 May 2013 17:05:54 +0200 Parents: 6d41711fd9c86e6f99358bffa5b3342a415461cc Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f7830e4f985d67de37078fe8033e8bde32fff6cc Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 00b11c4..f1132f2 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS (Boris Lytochkin) . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin) +- Streams: + . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() +on Windows x64). (Anatol) + 25 Apr 2013, PHP 5.5.0 Beta 4 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:b1c24d1eac3a7e1521b2a9ee57d096e9a156d76d Author:Anatol Belski Fri, 3 May 2013 17:04:26 +0200 Parents: aa4762572ee85e29e7d3cb063444f97074f61b85 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b1c24d1eac3a7e1521b2a9ee57d096e9a156d76d Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index dba1508..7040afc 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,8 @@ PHP NEWS - Streams: . Fixed Windows x64 version of stream_socket_pair() and improved error handling. (Anatol Belski) + . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() +on Windows x64). (Anatol) 11 Apr 2013, PHP 5.4.14 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:b119836765a72700a07b004b95c92beffa3daf95 Author:Anatol Belski Mon, 22 Apr 2013 19:00:46 +0200 Parents: f578bb038874098140f408468a3999fe7dc7fc6c Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b119836765a72700a07b004b95c92beffa3daf95 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 15aa0bc..74ed8dc 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ PHP NEWS . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence). (Anatol) +- Streams: + . Fixed Windows x64 version of stream_socket_pair() and improved error handling +(Anatol Belski) + 11 Apr 2013, PHP 5.5.0 Beta 3 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:b3aa3c26168df33fd739669bb7ede2af88051158 Author:Anatol Belski Mon, 22 Apr 2013 18:59:47 +0200 Parents: 8febe2ad081dafa3d9d617c3d27f73777d735cc4 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b3aa3c26168df33fd739669bb7ede2af88051158 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 9aa035c..c93c899 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ PHP NEWS . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence). (Anatol) +- Streams: + . Fixed Windows x64 version of stream_socket_pair() and improved error handling +(Anatol Belski) + 11 Apr 2013, PHP 5.4.14 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:782085bbfbb6fff07c59b3528285bc619ee5847b Author:Anatol Belski Wed, 10 Apr 2013 20:44:41 +0200 Parents: ceb5b684e09df93e6061b1308c91a3d311608cff Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=782085bbfbb6fff07c59b3528285bc619ee5847b Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 4eece09..9aa035c 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS - Fileinfo: . Upgraded libmagic to 5.14. (Anatol) +- Zip: + . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence). +(Anatol) + 11 Apr 2013, PHP 5.4.14 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:ee0df8c40ab8757c6edd9892b94773463a396b64 Author:Anatol Belski Sun, 7 Apr 2013 22:20:12 +0200 Parents: b12f79cafb40fc8a9a3768cfd6e4d2d9f056d506 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ee0df8c40ab8757c6edd9892b94773463a396b64 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3bff64f..c830633 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,9 @@ PHP NEWS . Drop support for bison < 2.4 when building PHP from GIT source. (Laruence) +- Fileinfo: + . Upgraded libmagic to 5.14. (Anatol) + 28 Mar 2013, PHP 5.5.0 Beta 2 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:0881ff046686197984013e3ca3d84a797144ffcd Author:Anatol Belski Wed, 20 Mar 2013 09:13:13 +0100 Parents: 06a526be3e0e819b48b340eae3e8b315beba441c Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0881ff046686197984013e3ca3d84a797144ffcd Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index ca51fc3..4e4557f 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ PHP NEWS . Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly). (Boris Lytochkin) +- Zip: + . Bug #64452 (Zip crash intermittently). (Anatol) + 14 Mar 2013, PHP 5.4.13 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:bf8026aacf6ebeafca9c78928e3e660d7698ff6a Author:Anatol Belski Wed, 20 Mar 2013 09:15:16 +0100 Parents: 0125ec77d21fa585206617fc593da3ebce74304a Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bf8026aacf6ebeafca9c78928e3e660d7698ff6a Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 597010b..18d4d1e 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,9 @@ PHP NEWS . Implement FR #48358 (Add SplDoublyLinkedList::add() to insert an element at a given offset). (Mark Baker, David Soria Parra) +- Zip: + . Bug #64452 (Zip crash intermittently). (Anatol) + 07 Mar 2013, PHP 5.5.0 Alpha 6 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:73c38eca5a7f3c68e1122aee001409dbd615c5a8 Author:Anatol Belski Fri, 15 Mar 2013 19:11:53 +0100 Parents: 90c8f16c3bb8c8ce75b189a2bd6f77a2dabefb8f Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=73c38eca5a7f3c68e1122aee001409dbd615c5a8 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index ac0c943..0176a93 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHPNEWS ||| ?? ??? 2013, PHP 5.4.14 +- Core + . Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']). +(Anatol) + - PCRE: . Merged PCRE 8.32. (Anatol) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:555d584a408aac06321f1e022a208aa249fce999 Author:Anatol Belski Sun, 3 Mar 2013 19:16:36 +0100 Parents: b89c326578362846758ea0976381de49e22e55ce Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=555d584a408aac06321f1e022a208aa249fce999 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index d6e40de..a5b11c0 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ PHP NEWS . Fixed bug #64287 (sendmsg/recvmsg shutdown handler causes segfault). (Gustavo) +- PCRE: + . Merged PCRE 8.32. (Anatol) + 21 Feb 2013, PHP 5.5.0 Alpha 5 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:00ecc12c0fb86f3f4c03d55e1ae0fe1e417acea6 Author:Anatol Belski Sun, 3 Mar 2013 19:14:50 +0100 Parents: faf14e9b2ebb7284b899b57b8f944ddf89bf2c6c Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=00ecc12c0fb86f3f4c03d55e1ae0fe1e417acea6 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 7d0d2b6..36f6f9a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHPNEWS ||| ?? ??? 2012, PHP 5.4.14 +- PCRE: + . Merged PCRE 8.32. (Anatol) ?? ??? 2012, PHP 5.4.13 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:e1023affc173ecdc3e43aaabcdfb528b3c1bfb7a Author:Anatol Belski Sun, 3 Mar 2013 19:13:38 +0100 Parents: 357ab3cbada57374075ccf57c9ec25cb6948 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e1023affc173ecdc3e43aaabcdfb528b3c1bfb7a Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 6eea516..82afa3a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHPNEWS ||| ?? ??? 2013, PHP 5.3.24 +- PCRE: + . Merged PCRE 8.32). (Anatol) + 28 Feb 2013, PHP 5.3.23RC1 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:ca240f5b2259ea7d915e4b3182b0ee55d32572cb Author:Anatoliy Belsky Tue, 27 Nov 2012 16:59:27 +0100 Parents: f094723852b0ac8dbb2767a385bbe6653b4d444f Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ca240f5b2259ea7d915e4b3182b0ee55d32572cb Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index cc4cb1d..f64dec7 100644 --- a/NEWS +++ b/NEWS @@ -180,6 +180,8 @@ PHP NEWS - Fileinfo: . Fixed bug #63248 (Load multiple magic files from a directory under Windows). (Anatoliy) + . Fixed bug #63590 (Different results in TS and NTS under Windows). + (Anatoliy) - Apache2 Handler SAPI: . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING
Jup, of course. But it's added to the windows section, not to the SAPIs one. So it should be fine. Regards Anatoliy On Wed, November 14, 2012 10:33, Johannes Schlüter wrote: > On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote: > >> >> +- Apache 2.4 handler is supported as of PHP 5.3.20 >> + >> > > That's Windows specific, isn't? From source, I think, we supported this > for a while already. > > johannes > > > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING
On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote: > > +- Apache 2.4 handler is supported as of PHP 5.3.20 > + That's Windows specific, isn't? From source, I think, we supported this for a while already. johannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING
Commit:e73beb82dfec93e4e196604107355b21bb2f166e Author:Anatoliy Belsky Wed, 14 Nov 2012 10:15:42 +0100 Parents: 0cac06c0ebe5033199ce984d005173edd94e615b Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e73beb82dfec93e4e196604107355b21bb2f166e Log: Updated NEWS Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index 41f2d2a..cc4cb1d 100644 --- a/NEWS +++ b/NEWS @@ -181,4 +181,7 @@ PHP NEWS . Fixed bug #63248 (Load multiple magic files from a directory under Windows). (Anatoliy) +- Apache2 Handler SAPI: + . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> diff --git a/UPGRADING b/UPGRADING index 0e497f7..e6362be 100755 --- a/UPGRADING +++ b/UPGRADING @@ -13,7 +13,8 @@ PHP X.Y UPGRADE NOTES 8. Other Changes to Extensions 9. New Global Constants 10. Changes to INI File Handling -11. Other Changes +11. Windows Support +12. Other Changes @@ -247,9 +248,15 @@ PHP X.Y UPGRADE NOTES APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used with the new auth protocol, although at coarser level. + +11. Windows Support + + +- Apache 2.4 handler is supported as of PHP 5.5.0 + -11. Other Changes +12. Other Changes - Logo GUIDs will no longer work -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: UPdated NEWS: NEWS UPGRADING
Commit:5a1d2fe415cbd21f2237629b956012565494f203 Author:Anatoliy Belsky Wed, 14 Nov 2012 10:06:46 +0100 Parents: 55a4da7f53820846f38a89b061193afa943a0954 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5a1d2fe415cbd21f2237629b956012565494f203 Log: UPdated NEWS Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index ee9a884..3672fe0 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,9 @@ PHP NEWS . Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames). (Laruence) +- Apache2 Handler SAPI: + . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) + 18 Oct 2012, PHP 5.4.8 - CLI server: diff --git a/UPGRADING b/UPGRADING index 68102b8..0293a6a 100755 --- a/UPGRADING +++ b/UPGRADING @@ -525,6 +525,8 @@ b. Extensions with changed behavior must be activated manually with the "extension = php_com_dotnet.dll" directive in php.ini. +- Apache 2.4 handler is supported as of PHP 5.4.9 + == 12. New in PHP 5.4 == -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING
Commit:f5d8b638c7864150db3e7d39ecf3808850c82e0f Author:Anatoliy Belsky Wed, 14 Nov 2012 10:02:35 +0100 Parents: 019bdff3951f415e2d5c44933da30a4669c628e8 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f5d8b638c7864150db3e7d39ecf3808850c82e0f Log: Updated NEWS Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index 26b179d..bca9590 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS - Core: . Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created). (kemcline at au1 dot ibm dot com) +- Apache2 Handler SAPI: + . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) + ?? ??? 2012, PHP 5.3.19 diff --git a/UPGRADING b/UPGRADING index 9d62054..bccae66 100755 --- a/UPGRADING +++ b/UPGRADING @@ -484,6 +484,8 @@ UPGRADE NOTES - PHP 5.3 must be activated manually with the "extension = php_com_dotnet.dll" directive in php.ini. +- Apache 2.4 handler is supported as of PHP 5.3.20 + = 11.1 New in PHP 5.3.4 = -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:df82bf8a124145ec4defb132d423c15ac1c366e6 Author:Anatoliy Belsky Fri, 19 Oct 2012 10:02:37 +0200 Parents: 3f9cd82fa6652aaf3ae0581496ef61d5acc12c94 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=df82bf8a124145ec4defb132d423c15ac1c366e6 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c2e3444..ca21853 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,7 @@ PHP NEWS - PCRE: . Deprecated the /e modifier (https://wiki.php.net/rfc/remove_preg_replace_eval_modifier). (Nikita Popov) + . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy) - pgsql . Added pg_escape_literal() and pg_escape_identifier() (Yasuo) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:7293cb72509350a4ede860c6383ebb2c11d93d39 Author:Anatoliy Belsky Fri, 19 Oct 2012 09:56:02 +0200 Parents: 276c5de0d86abab52a19f489dd74565fdec0d3ca Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7293cb72509350a4ede860c6383ebb2c11d93d39 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 11f4c92..bb3811c 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS - PCRE: . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite). (Dmitry, Laruence) + . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy) - PDO: . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:7eba512b5170fc57dc3d4a6b93f98a0e0acc7721 Author:Anatoliy Belsky Tue, 16 Oct 2012 11:14:43 +0200 Parents: 3c89f8507f5c476135e7b3ceead4837271dff421 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7eba512b5170fc57dc3d4a6b93f98a0e0acc7721 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 2ad1fa7..c2e3444 100644 --- a/NEWS +++ b/NEWS @@ -86,4 +86,8 @@ PHP NEWS - Zip: . Upgraded libzip to 0.10.1 (Anatoliy) +- Fileinfo: + . Fixed bug #63248 (Load multiple magic files from a directory under Windows). + (Anatoliy) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:be8f089a13ef5e023ec27f14de8bc2453c75bb54 Author:Anatoliy Belsky Wed, 11 Jul 2012 22:37:39 +0200 Parents: 899c8f485a00bee3885ccb40f4fb5af4e499b887 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=be8f089a13ef5e023ec27f14de8bc2453c75bb54 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3d91e50..3281663 100644 --- a/NEWS +++ b/NEWS @@ -92,6 +92,7 @@ PHP NEWS dot files). (Laruence) . Fixed bug #62262 (RecursiveArrayIterator does not implement Countable). (Nikita Popov) + . Fixed bug #62477 LimitIterator int overflow. (Anatoliy) - XML Writer: . Fixed bug #62064 (memory leak in the XML Writer module). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:896d0fcd41df13fc852417de222aac2482d2704b Author:Anatoliy Belsky Wed, 11 Jul 2012 22:33:42 +0200 Parents: b383ddf1e5175abf1d000e887961fdcebae646a0 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=896d0fcd41df13fc852417de222aac2482d2704b Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 902185c..2f60c43 100644 --- a/NEWS +++ b/NEWS @@ -204,6 +204,7 @@ PHP NEWS having had its dtor callback called in between). (Gustavo) . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence) . Fixed bug #61326 (ArrayObject comparison). (Gustavo) + . Fixed bug #62477 LimitIterator int overflow. (Anatoliy) - SQLite3 extension: . Add createCollation() method. (Brad Dewar) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:0c7ebf50fbe51e1a1a25ebc83d8e92df65528847 Author:Anatoliy Belsky Thu, 7 Jun 2012 21:46:51 +0200 Parents: 8af8125ec58c4f9e7407f13bc2b1fc054ca2fbaf Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0c7ebf50fbe51e1a1a25ebc83d8e92df65528847 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3adefae..e9e70e9 100644 --- a/NEWS +++ b/NEWS @@ -53,4 +53,7 @@ PHP NEWS - pgsql . Added pg_escape_literal() and pg_escape_identifier() (Yasuo) +- Zip: + . Upgraded libzip to 0.10.1 (Anatoliy) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:7907dc4d666e9879997c7a9b18074da9d05dadbd Author:Anatoliy Belsky Thu, 7 Jun 2012 21:45:30 +0200 Parents: d206206c1006ecd9ed73df19d5511838e0752c0f Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7907dc4d666e9879997c7a9b18074da9d05dadbd Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 9ab8b62..31a6218 100644 --- a/NEWS +++ b/NEWS @@ -53,6 +53,8 @@ PHP NEWS - XML Writer: . Fixed bug #62064 (memory leak in the XML Writer module). (jean-pierre dot lozi at lip6 dot fr) +- Zip: + . Upgraded libzip to 0.10.1 (Anatoliy) ?? ??? 2012, PHP 5.4.4 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:9ecb67d5a424d132a3e7c1ef6413b58343d72415 Author:Anatoliy Belsky Thu, 7 Jun 2012 21:43:07 +0200 Parents: bde0e8c2a14944016d9dbd0653b74e9e2b75c965 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9ecb67d5a424d132a3e7c1ef6413b58343d72415 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index d56b540..9d70ebd 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ PHP NEWS - XML Writer: . Fixed bug #62064 (memory leak in the XML Writer module). (jean-pierre dot lozi at lip6 dot fr) +- Zip: + . Upgraded libzip to 0.10.1 (Anatoliy) ?? ??? 2012, PHP 5.3.14 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:fc0c9054e68a109c36143dafa4fdb133dfb17a5b Author:Anatoliy Belsky Thu, 10 May 2012 15:56:50 +0200 Parents: 19f85f8676bfb993a3f1838429afe8597c65dbd2 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fc0c9054e68a109c36143dafa4fdb133dfb17a5b Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index cb00f7a..3717537 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ PHP NEWS . Fixed bug #61605 (header_remove() does not remove all headers). (Laruence) . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null). (Anatoliy) + . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy) - FPM . Fixed bug #61812 (Uninitialised value used in libmagic). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:652632a89bc4ec1623ddcc41da82bd888c874b29 Author:Anatoliy Belsky Thu, 10 May 2012 15:48:56 +0200 Parents: f7d8b274c7affabd3158075ff1feec45e2cdf56f Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=652632a89bc4ec1623ddcc41da82bd888c874b29 Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index bd194be..e9c1370 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ PHP NEWS set to null). (Anatoliy) . Fixed bug #61713 (Logic error in charset detection for htmlentities). (Anatoliy) + . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy) - Fileinfo: . Fixed bug #61812 (Uninitialised value used in libmagic). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: updated NEWS: NEWS
Commit:838b4b8ff7d78dfb0da99e0b17568558a85a1c2a Author:Anatoliy Belsky Tue, 8 May 2012 18:51:49 +0200 Parents: d776a933eb270c7aa094c937168966fa89e2fa5c Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=838b4b8ff7d78dfb0da99e0b17568558a85a1c2a Log: updated NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c354b39..bd194be 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ PHP NEWS . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo) . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null). (Anatoliy) + . Fixed bug #61713 (Logic error in charset detection for htmlentities). +(Anatoliy) - Fileinfo: . Fixed bug #61812 (Uninitialised value used in libmagic). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php