[PHP-CVS] com php-src: BFN: NEWS UPGRADING

2013-12-05 Thread Michael Wallner
Commit:ecf95a4cc5ef0168b0669cc659cad83eb7807efd
Author:Michael Wallner m...@php.net Thu, 5 Dec 2013 11:30:52 +0100
Parents:   44ff944b37985cbe016c89ee7229710cdc342a52
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=ecf95a4cc5ef0168b0669cc659cad83eb7807efd

Log:
BFN

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index e527eee..a1fa83c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 
   NEWS
 |||
 ?? ??? 20??, PHP 5.7.0 
 
+- DBA:
+  . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). 
(Mike)
 - XSL:
   . Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
 
diff --git a/UPGRADING b/UPGRADING
index e086188..f5e36fe 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -20,6 +20,9 @@ PHP X.Y UPGRADE NOTES
 1. Backward Incompatible Changes
 
 
+- DBA
+  . dba_delete() now returns false if the key was not found for the inifile 
+handler, too.
 
 
 2. New Features


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2013-12-03 Thread Michael Wallner
Commit:ffbb56685ff316e89161a80911b71039e4544184
Author:Michael Wallner m...@php.net Mon, 2 Dec 2013 17:02:01 +0100
Parents:   9c0a70c1de5ff0f53167822ddd445918db2fb482
Branches:  PHP-5.5 PHP-5.6 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=ffbb56685ff316e89161a80911b71039e4544184

Log:
BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 0815ca0..792aa27 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP  
  NEWS
   . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
   . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
   
+- DOM:
+  . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() 
+Produces invalid Markup). (Mike)
+
 - Sockets:
   . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-10-05 Thread Felipe Pena
Commit:248afd1c3c0c923c15d7544b4a588396ad0c136e
Author:Felipe Pena felipe...@gmail.com Sat, 5 Oct 2013 12:52:32 
-0300
Parents:   6a823071f9b321ca8580d082c99829b1caffa8a3
Branches:  PHP-5.4 PHP-5.5

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=248afd1c3c0c923c15d7544b4a588396ad0c136e

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 7a7ceca..fcf34c3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP
NEWS
 |||
 ?? ??? 2013, PHP 5.4.22
 
+- CLI server:
+  . Fixed bug #65818 (Segfault with built-in webserver and chunked transfer 
+encoding). (Felipe)
+
 - FTP:
   . Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-07-13 Thread Felipe Pena
Commit:eab076020d0520267074bbbda0fec1dd69df4136
Author:Felipe Pena felipe...@gmail.com Sat, 13 Jul 2013 17:55:50 
-0300
Parents:   0863a0d6a0f740874b4ef8dc732a4ec94949470c
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=eab076020d0520267074bbbda0fec1dd69df4136

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ba2922d..a172918 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ PHP  
  NEWS
   . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
 (chibisuke at web dot de, Felipe)
 
+- FTP:
+  . Fixed bug #65228 (FTPs memory leak with SSL).
+(marco dot beierer at mbsecurity dot ch)
+
 - GMP:
   . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-26 Thread Felipe Pena
Commit:891bd46f3d0130abea2513868699b5efaa7e1a29
Author:Felipe Pena felipe...@gmail.com Wed, 26 Jun 2013 15:08:33 
-0300
Parents:   cd176e045219373a10f32ed412092992cdbcc5b6
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=891bd46f3d0130abea2513868699b5efaa7e1a29

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 0559d15..48dcda8 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,11 @@ PHP   
 NEWS
 (David Soria Parra, Laruence)
   . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
 (Adam)
+  . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
+(chibisuke at web dot de, Felipe)
   . Fixed bug #62964 (Possible XSS on Registered stream filters info).
 (david at nnucomputerwhiz dot com)
-  . Fixed bug #62672 (Error on serialize of ArrayObject).
-(lior dot k at zend dot com)
+  . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan)
   . Fixed bug #62475 (variant_* functions causes crash when null given as an 
 argument). (Felipe)
   . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-26 Thread Felipe Pena
Commit:76866e0a2e5e8175621edfce9b4c091d3007d42a
Author:Felipe Pena felipe...@gmail.com Wed, 26 Jun 2013 19:16:13 
-0300
Parents:   60dcc5851f0dd7cf387270d6ba243f9ac46bc396
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=76866e0a2e5e8175621edfce9b4c091d3007d42a

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 62fb500..c7e4c58 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP  
  NEWS
 - FPM:
   . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
 (chibisuke at web dot de, Felipe)
+
+- Imap:
+  . Fixed bug #64467 (Segmentation fault after imap_reopen failure).
+(askalski at gmail dot com)
 
 - Intl: 
   . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-25 Thread Felipe Pena
Commit:5ae1983b33cc46cb21af278162b4dfdcb2ef4d29
Author:Felipe Pena felipe...@gmail.com Tue, 25 Jun 2013 16:27:30 
-0300
Parents:   6ba93a4bae355ac1d247d1e474381bb92d1eb038
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=5ae1983b33cc46cb21af278162b4dfdcb2ef4d29

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 685c037..7d6f6bd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ PHP 
   NEWS
 (David Soria Parra, Laruence)
   . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
 (Adam)
+  . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
 
 - CLI server:
   . Fixed bug #65066 (Cli server not responsive when responding with 422 http


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-25 Thread Felipe Pena
Commit:40c360194745ad09f066e6a1798d8c18dcdb58f4
Author:Felipe Pena felipe...@gmail.com Tue, 25 Jun 2013 18:04:25 
-0300
Parents:   2ab53f4b5e00d9291bdaa5df84c17e6b8c22e40f
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=40c360194745ad09f066e6a1798d8c18dcdb58f4

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 7d6f6bd..d5e7ba2 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP 
   NEWS
 (David Soria Parra, Laruence)
   . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
 (Adam)
+  . Fixed bug #62964 (Possible XSS on Registered stream filters info).
+(david at nnucomputerwhiz dot com)
   . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
 
 - CLI server:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-25 Thread Felipe Pena
Commit:a689fde2bf77d950901edb6be28dcfa9a8ff0b9c
Author:Felipe Pena felipe...@gmail.com Tue, 25 Jun 2013 21:19:56 
-0300
Parents:   04db57066deb73ef9c960a2c5bebad49195bc1bb
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=a689fde2bf77d950901edb6be28dcfa9a8ff0b9c

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d5e7ba2..116c79a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP 
   NEWS
 (Adam)
   . Fixed bug #62964 (Possible XSS on Registered stream filters info).
 (david at nnucomputerwhiz dot com)
+  . Fixed bug #62672 (Error on serialize of ArrayObject).
+(lior dot k at zend dot com)
   . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
 
 - CLI server:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-25 Thread Felipe Pena
Commit:12b75e3d3e67289c28cfc879716c476f0de04999
Author:Felipe Pena felipe...@gmail.com Tue, 25 Jun 2013 21:43:23 
-0300
Parents:   e15ca39708cf2a4bbf4a60a1a29a7b979bd0dab0
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=12b75e3d3e67289c28cfc879716c476f0de04999

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b3ff18d..e5819b1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP   
 NEWS
 (david at nnucomputerwhiz dot com)
   . Fixed bug #62672 (Error on serialize of ArrayObject).
 (lior dot k at zend dot com)
+  . Fixed bug #62475 (variant_* functions causes crash when null given as an 
+argument). (Felipe)
   . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
 
 - CLI server:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2013-06-24 Thread Felipe Pena
Commit:d43a2f0ffb669971d8c549554e9e85cbcdd90f20
Author:Felipe Pena felipe...@gmail.com Mon, 24 Jun 2013 14:50:14 
-0300
Parents:   8776555d7a4fa510e79a986799921b4248c628c0
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=d43a2f0ffb669971d8c549554e9e85cbcdd90f20

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 2dbe468..e441cd3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP  
  NEWS
 
 - Intl: 
   . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas)
+  
+- ODBC:
+  . Fixed bug #61387 (NULL valued anonymous column causes segfault in 
+odbc_fetch_array). (Brandon Kirsch)
 
 - Sockets:
   . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-11-09 Thread Felipe Pena
Commit:065862a750a4c7b20d580b4e32a9df62b00b90a0
Author:Felipe Pena felipe...@gmail.com Fri, 9 Nov 2012 21:28:30 
-0200
Parents:   44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=065862a750a4c7b20d580b4e32a9df62b00b90a0

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 5981ec4..26b179d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP
NEWS
 |||
 ?? ??? 2ß12, PHP 5.3.20
 
+- 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)
+
 ?? ??? 2012, PHP 5.3.19
 
 !


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-10-12 Thread Felipe Pena
Commit:c8cc0cde34879647a1d7f957e745ff4de74e7b98
Author:Felipe Pena felipe...@gmail.com Fri, 12 Oct 2012 19:48:30 
-0300
Parents:   9a6bc885652e0f9ecf2cea1d0c741cd91a1477c6
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c8cc0cde34879647a1d7f957e745ff4de74e7b98

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d7f600a..475eec6 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,10 @@ PHP  
  NEWS
 DBQUOTEDIDENT, 1)). (Laruence)
   . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
 (Martin Osvald, Remi)
+
+- PDO Firebird:
+  . Fixed bug #63214 (Large PDO Firebird Queries).
+(james at kenjim dot com)
 
 - SOAP
   . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a 
choice).


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2012-09-12 Thread Johannes Schlüter
Commit:f9e407ec415dc289f901416ac25dfb92c22a1462
Author:Johannes Schlüter johan...@php.net Wed, 12 Sep 2012 
23:25:56 +0200
Parents:   c1efbad899e9202aaddd36491163f951f09344f0
Branches:  PHP-5.3.17

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f9e407ec415dc289f901416ac25dfb92c22a1462

Log:
BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 59db3b8..d06121f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP 
   NEWS
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
+  . Fixed bug #62955 (Only one directive is loaded from Per Directory Values 
+Windows registry). (aserbulov at parallels dot com)
   . Fixed bug #62763 (register_shutdown_function and extending class). 
 (Laruence)
   . Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-08-30 Thread Felipe Pena
Commit:8afb848e18187974df79d3ddc8d215695d7cf632
Author:Felipe Pena felipe...@gmail.com Thu, 30 Aug 2012 09:33:35 
-0300
Parents:   de884997e0bc5cfc49b955099f369d1beae941b0
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=8afb848e18187974df79d3ddc8d215695d7cf632

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index cd7333c..2ef6084 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP 
   NEWS
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
+  . Fixed bug #62955 (Only one directive is loaded from Per Directory Values 
+Windows registry). (aserbulov at parallels dot com)
   . Fixed bug #62763 (register_shutdown_function and extending class). 
 (Laruence)
   . Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-08-22 Thread Felipe Pena
Commit:b721ed57eb767dd14630aef375cec5a729245d62
Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 10:54:14 
-0300
Parents:   7a56ac00a04d4fc72052bb679626e723da3eef44
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=b721ed57eb767dd14630aef375cec5a729245d62

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d60f51b..ad50c26 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,11 @@ PHP
NEWS
 ?? ??? 2012, PHP 5.4.7
 
 - Core:
+  . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing 
+trait methods as private). (Felipe)
   . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
+  . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not 
+set). (Felipe)
   . Fixed bug #62763 (register_shutdown_function and extending class).
 (Laruence)
   . Fixed bug #62725 (Calling exit() in a shutdown function does not return


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-07-14 Thread Felipe Pena
Commit:9c2839306776bfb3cb68fb6c56f1ef926daa070e
Author:Felipe Pena felipe...@gmail.com Sat, 14 Jul 2012 12:27:44 
-0300
Parents:   0bff7cfadd0177601cd7b7253b7311d3bd13fa45
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=9c2839306776bfb3cb68fb6c56f1ef926daa070e

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 3d91e50..7f8704d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,20 @@ PHP   
 NEWS
 |||
 ?? ??? 2012, PHP 5.4.6
 
+- Core:
+  . Fixed bug #62565 (Crashes due non-initialized internal properties_table).
+(Felipe)
+
 - CURL:
   . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, ) returns false).
 (r.hampartsum...@gmail.com, Laruence)
 
 - DateTime:
   . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
+  
+- Intl:
+  . Fixed bug #62564 (Extending MessageFormatter and adding property causes 
+crash). (Felipe)
 
 - SimpleXML:
   . Implemented FR #55218 Get namespaces from current node. (Lonny)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2012-06-25 Thread Moriyoshi Koizumi
Commit:ce2082d24f2461b6403e13563ed18656a95581fa
Author:Moriyoshi Koizumi m...@mozo.jp Mon, 25 Jun 2012 19:20:38 
+0900
Parents:   e42718227945202044516c71f0098fe464987410
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=ce2082d24f2461b6403e13563ed18656a95581fa

Log:
BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b9bb009..63e91f5 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,8 @@ PHP   
 NEWS
 (Anatoliy)
   . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
   . Changed php://fd to be available only for CLI.
+  . Fixed bug #62373 (serialize() generates wrong reference to the object).
+(Moriyoshi)
 
 - 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: - BFN: NEWS

2012-06-23 Thread Felipe Pena
Commit:e8862725770c3d5ee27c6c8c8a01b226b610fa08
Author:Felipe Pena felipe...@gmail.com Sat, 23 Jun 2012 15:21:32 
-0300
Parents:   5e36306feb8ce2b43eb494d5c486fd341b0a1ea7
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=e8862725770c3d5ee27c6c8c8a01b226b610fa08

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index dfad253..e93d717 100644
--- a/NEWS
+++ b/NEWS
@@ -52,8 +52,10 @@ PHP  
  NEWS
 return a value). (Johannes)
 
 - Reflection:
-   . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks 
- with constant). (Laruence)
+  . Fixed bug #62384 (Attempting to invoke a Closure more than once causes 
+segfault). (Felipe)
+  . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks 
+with constant). (Laruence)
 
 - Sockets:
   . Fixed bug #62025 (__ss_family was changed on AIX 5.3). (Felipe)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-06-23 Thread Felipe Pena
Commit:cc90ac54beb7359e5a3210261ce09159bbc43e92
Author:Felipe Pena felipe...@gmail.com Sat, 23 Jun 2012 15:21:20 
-0300
Parents:   c3f34796a053f5ff1016d872f8c339e32468783f
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=cc90ac54beb7359e5a3210261ce09159bbc43e92

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 79b7325..b9bb009 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP   
 NEWS
   . Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
 
 - Reflection:
+  . Fixed bug #62384 (Attempting to invoke a Closure more than once causes 
+segfault). (Felipe)
   . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks 
 with constant). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-06-07 Thread Felipe Pena
Commit:7cae4ff02c593ed212a363d65c83c38a67a27f0d
Author:Felipe Pena felipe...@gmail.com Thu, 7 Jun 2012 14:23:17 
-0300
Parents:   018a9b321fc1d405dacff7cba4c2623f4ec0fe51
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=7cae4ff02c593ed212a363d65c83c38a67a27f0d

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index a6b41f4..d56b540 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ PHP   
 NEWS
   . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks
 pattern). (Gustavo)
   . Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo)
+  
+- Phar:
+  . Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
 
 - Reflection:
   . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-05-24 Thread Felipe Pena
Commit:abe0f17e8817eb3d81227ec9223f4674bab998c8
Author:Felipe Pena felipe...@gmail.com Thu, 24 May 2012 13:45:03 
-0300
Parents:   11b4f3becd371dae9f76ec18d2197edf53130db7
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=abe0f17e8817eb3d81227ec9223f4674bab998c8

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 174b5e6..50959c6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,14 +4,17 @@ PHP   
 NEWS
 
 ?? ??? 2012, PHP 5.3.14
 
-- FPM
+- Fileinfo:
+  . Fixed magic file regex support. (Felipe)
+
+- FPM:
   . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
   . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat)
   . Fixed bug #61295 (php-fpm should not fail with commented 'user'
 for non-root start). (fat)
   . Fixed bug #61026 (FPM pools can listen on the same address). (fat)
 
-- Intl
+- Intl:
   . Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
   . Fixed bug #62082 (memory corruption in internal get_icu_disp_value_src_php
 function). (Gustavo)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-05-20 Thread Felipe Pena
Commit:c5fcd9f5af09b69df998a4226f66f2ea320f46db
Author:Felipe Pena felipe...@gmail.com Sun, 20 May 2012 19:41:15 
-0300
Parents:   ffe8303f24bd1db8af1e64e99c9f7edca4940d95
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c5fcd9f5af09b69df998a4226f66f2ea320f46db

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ce906b9..1a87234 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,9 @@ PHP   
 NEWS
   . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
 (Laruence)
 
+- Sockets:
+  . Fixed bug #62025 (__ss_family was changed on AIX 5.3). (Felipe)
+
 - XML Writer:
   . Fixed bug #62064 (memory leak in the XML Writer module). 
 (jean-pierre dot lozi at lip6 dot fr)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-05-18 Thread Felipe Pena
Commit:79d52503a40e2efba4f27514373eb6cc7273d4ae
Author:Felipe Pena felipe...@gmail.com Fri, 18 May 2012 19:38:02 
-0300
Parents:   6d928fd26d27e00da4a6b812b231ca526ddecaac
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=79d52503a40e2efba4f27514373eb6cc7273d4ae

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 7fe462b..5f1146a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ PHP
NEWS
 
 ?? ??? 2012, PHP 5.3.14
 
+- XML Writer:
+  . Fixed bug #62064 (memory leak in the XML Writer module). 
+(jean-pierre dot lozi at lip6 dot fr)
+
 (merge after release)
 
 08 May 2012, PHP 5.3.13


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-05-18 Thread Felipe Pena
Commit:c9331a3ef27018a93ce17d0ed87bce3c689e8eec
Author:Felipe Pena felipe...@gmail.com Fri, 18 May 2012 21:26:24 
-0300
Parents:   88275e547fb8c94a9fc23e057dd96f9fc19b3ede
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c9331a3ef27018a93ce17d0ed87bce3c689e8eec

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 6b63e90..ce906b9 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,10 @@ PHP  
  NEWS
 - Libxml:
   . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
 (Laruence)
+
+- XML Writer:
+  . Fixed bug #62064 (memory leak in the XML Writer module). 
+(jean-pierre dot lozi at lip6 dot fr)
 
 - Zlib:
   . Fixed bug #61820 (using ob_gzhandler will complain about headers already


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2012-05-15 Thread Michael Wallner
Commit:956d74572aee5a9d561b3178a0ff79de3cc90c02
Author:Michael Wallner m...@php.net Tue, 15 May 2012 11:26:13 
+0200
Parents:   38398529b814fa75cc79ee3e3de6b05171779775
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=956d74572aee5a9d561b3178a0ff79de3cc90c02

Log:
BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 728c2f3..01481a3 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ PHP   
 NEWS
   . Fixed bug #61820 (using ob_gzhandler will complain about headers already 
 sent when no compression). (Mike)
   . Fixed bug #61443 (can't change zlib.output_compression on the fly). (Mike)
+  . Fixed bug #60761 (zlib.output_compression fails on refresh). (Mike)
 
 08 May 2012, PHP 5.4.3


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-05-08 Thread Felipe Pena
Commit:f46a064760bd99223d8a8aec9df9807bab262022
Author:Felipe Pena felipe...@gmail.com Tue, 8 May 2012 21:07:29 
-0300
Parents:   92bc49b2b06417f86dc0fc537326e60f4d0a0c0b
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f46a064760bd99223d8a8aec9df9807bab262022

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 6008f42..d989f34 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP   
 NEWS
 (Laruence)
 
 - Core:
+  . Fixed bug #61978 (Object recursion not detected for classes that implement
+JsonSerializable). (Felipe)
   . Fixed bug #61730 (Segfault from array_walk modifying an array passed by
 reference). (Laruence)
   . Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config).


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-04-29 Thread Felipe Pena
Commit:9aff3a1156efdfae7660d5b5e7a6d8b29c263722
Author:Felipe Pena felipe...@gmail.com Sun, 29 Apr 2012 19:44:27 
-0300
Parents:   d44a3839861113dee10c7041d589096b82f23cc5
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=9aff3a1156efdfae7660d5b5e7a6d8b29c263722

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b8193c9..a49ecfa 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP 
   NEWS
 ?? ??? 2012, PHP 5.3.12
 
 - Core:
+  . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
   . 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-04-29 Thread Felipe Pena
Commit:b336af29e11fbb31d2737cb7f2e42149e8de4208
Author:Felipe Pena felipe...@gmail.com Sun, 29 Apr 2012 19:48:00 
-0300
Parents:   cc5b995c78038b92317b38356c9009ff80850d8b
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=b336af29e11fbb31d2737cb7f2e42149e8de4208

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index e314f26..057e1aa 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ PHP   
 NEWS
   . Connection: close instead of Connection: closed (Gustavo)
 
 - Core:
+  . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
+  . Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
   . Fixed bug #61761 ('Overriding' a private static method with a different 
 signature causes crash). (Laruence)
   . Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2012-04-24 Thread Michael Wallner
Commit:52cb8ed314d5f4476547c6c7955ca96de900333a
Author:Michael Wallner m...@php.net Tue, 24 Apr 2012 20:40:19 
+0200
Parents:   7c93a16477d7e4d6e0386d0613558360f036d57b
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=52cb8ed314d5f4476547c6c7955ca96de900333a

Log:
BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 3a4bc9a..94971ac 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ PHP   
 NEWS
   . Connection: close instead of Connection: closed (Gustavo)
 
 - Core:
+  . Fixed bug #61820 (using ob_gzhandler will complain about headers already 
+sent when no compression). (Mike)
   . Fixed bug #61761 ('Overriding' a private static method with a different 
 signature causes crash). (Laruence)
   . Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown 
@@ -20,6 +22,7 @@ PHP   
 NEWS
   . Fixed bug #61650 (ini parser crashes when using ${} ini variables
 (without apache2)). (Laruence)
   . Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
+  . Fixed bug #61443 (can't change zlib.output_compression on the fly). (Mike)
   . Fixed bug #61374 (html_entity_decode tries to decode code points that don't
 exist in ISO-8859-1). (Gustavo)
   . Fixed bug #61273 (call_user_func_array with more than 16333 arguments


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-04-19 Thread Felipe Pena
Commit:dd34fe52b93dd48b9667dd75f07d0a48681c3dca
Author:Felipe Pena felipe...@gmail.com Thu, 19 Apr 2012 23:23:46 
-0300
Parents:   c3b0fb4fbe20e46266a792cb1f332d08ef40923b
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=dd34fe52b93dd48b9667dd75f07d0a48681c3dca

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 5fe7245..79e9f7a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP
NEWS
 |||
 ?? ??? 2012, PHP 5.3.12
 
+- Core:
+  . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
+   set to null). (Anatoliy)
+
 - JSON
   . Fixed bug #61537 (json_encode() incorrectly truncates/discards
 information). (Adam)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - BFN: NEWS

2012-04-19 Thread Felipe Pena
Commit:bca2d6b985dee0d120b0f14f088c1238f8eeef15
Author:Felipe Pena felipe...@gmail.com Thu, 19 Apr 2012 23:23:59 
-0300
Parents:   d2798c6035faf1e2497a26964cb4b9672017e8d9
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=bca2d6b985dee0d120b0f14f088c1238f8eeef15

Log:
- BFN

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index e09e1ab..b2c6a8d 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,8 @@ PHP   
 NEWS
   . Fixed bug #60573 (type hinting with self keyword causes weird errors).
 (Laruence)
   . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
+  . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
+set to null). (Anatoliy)
   . Fixed bug #52719 (array_walk_recursive crashes if third param of the
 function is by reference). (Nikita Popov)
   . Improve performance of set_exception_handler while doing reset (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: BFN: NEWS

2012-03-22 Thread Ilia Alshanetsky
Commit:2630bc6e5fd523bc10c5b3bc064f58a03a846c89
Author:Ilia Alshanetsky ili...@php.net Thu, 22 Mar 2012 09:15:40 
-0400
Parents:   30f6a9ba485c3b91b14a8ec8c575106f1effec38
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=2630bc6e5fd523bc10c5b3bc064f58a03a846c89

Log:
BFN

Changed paths:
  M  NEWS


Diff:
2630bc6e5fd523bc10c5b3bc064f58a03a846c89
diff --git a/NEWS b/NEWS
index cc2de2e..c0ba091 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,7 @@ PHP   
 NEWS
 SessionHandler::write()). (Ilia)
 
 - SOAP
+  . Fixed bug #61423 (gzip compression fails). (Ilia)
   . Fixed bug #60887 (SoapClient ignores user_agent option and sends no
 User-Agent header). (carloschilazo at gmail dot com)
   . Fixed bug #60842, #51775 (Chunked response parsing error when


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php