[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2011-01-06 Thread Pierre Joye
pajoye   Thu, 06 Jan 2011 12:51:35 +

Revision: http://svn.php.net/viewvc?view=revision&revision=307158

Log:
- add CVE (too late for the release tho')

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2011-01-06 12:01:41 UTC (rev 307157)
+++ php/php-src/branches/PHP_5_2/NEWS   2011-01-06 12:51:35 UTC (rev 307158)
@@ -3,7 +3,8 @@
 ?? ??? , PHP 5.2.18

 06 Jan 2010, PHP 5.2.17
-- Fixed Bug #53632 (infinite loop with x87 fpu). (Scott, Rasmus)
+- Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
+  Rasmus)

 16 Dec 2010, PHP 5.2.16
 - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2011-01-06 12:01:41 UTC (rev 307157)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-01-06 12:51:35 UTC (rev 307158)
@@ -102,7 +102,8 @@
 gmail dot com, Gustavo)

 ?? ??? 2011, PHP 5.3.5
-- Fixed Bug #53632 (infinite loop with x87 fpu). (Scott, Rasmus)
+- Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
+  Rasmus)

 09 Dec 2010, PHP 5.3.4
 - Upgraded bundled Sqlite3 to version 3.7.3. (Ilia)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-11-03 Thread Pierre Joye
pajoye   Wed, 03 Nov 2010 20:22:08 +

Revision: http://svn.php.net/viewvc?view=revision&revision=305062

Log:
- add CVE

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-11-03 18:52:29 UTC (rev 305061)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-11-03 20:22:08 UTC (rev 305062)
@@ -2,7 +2,7 @@
 |||
 ?? ??? 2010, PHP 5.2.15
 - Fixed a possible double free in imap extension (Identified by Mateusz
-  Kocielski). (Ilia)
+  Kocielski). (CVE-2010-4150). (Ilia)
 - Fixed possible flaw in open_basedir (CVE-2010-3436). (Pierre)
 - Fixed possible crash in mssql_fetch_batch(). (Kalle)


Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-11-03 18:52:29 UTC (rev 305061)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-11-03 20:22:08 UTC (rev 305062)
@@ -26,7 +26,7 @@
   disables zlib.output_compression.

 - Fixed a possible double free in imap extension (Identified by Mateusz
-  Kocielski). (Ilia)
+  Kocielski). (CVE-2010-4150). (Ilia)
 - Fixed NULL pointer dereference in ZipArchive::getArchiveComment.
   (CVE-2010-3709). (Maksymilian Arciemowicz)
 - Fixed possible flaw in open_basedir (CVE-2010-3436). (Pierre)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-08-18 Thread Kalle Sommer Nielsen
kalleWed, 18 Aug 2010 20:26:42 +

Revision: http://svn.php.net/viewvc?view=revision&revision=302458

Log:
Use userland function name, not internal name for NEWS

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-08-18 20:16:05 UTC (rev 302457)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-08-18 20:26:42 UTC (rev 302458)
@@ -1,7 +1,7 @@
 PHP
NEWS
 |||
 ?? ??? 2010, PHP 5.2.15
-- Fixed possible crash in php_mssql_get_column_content_without_type(). (Kalle)
+- Fixed possible crash in mssql_fetch_batch(). (Kalle)

 - Fixed bug #52636 (php_mysql_fetch_hash writes long value into int).
   (Kalle, rein at basefarm dot no)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-08-18 20:16:05 UTC (rev 302457)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-08-18 20:26:42 UTC (rev 302458)
@@ -11,7 +11,7 @@
   (Kalle)
 - Changed the $context parameter on copy() to actually have an effect. (Kalle)

-- Fixed possible crash in php_mssql_get_column_content_without_type(). (Kalle)
+- Fixed possible crash in mssql_fetch_batch(). (Kalle)

 - Fixed bug #52636 (php_mysql_fetch_hash writes long value into int).
   (Kalle, rein at basefarm dot no)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-07-21 Thread Johannes Schlüter
johannes Wed, 21 Jul 2010 09:02:45 +

Revision: http://svn.php.net/viewvc?view=revision&revision=301436

Log:
- merge NEWS for 5.2.14 and 5.3.3

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS	2010-07-21 04:02:19 UTC (rev 301435)
+++ php/php-src/branches/PHP_5_2/NEWS	2010-07-21 09:02:45 UTC (rev 301436)
@@ -1,51 +1,14 @@
 PHPNEWS
 |||
-?? Jul 2010, PHP 5.2.14
-- Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
-  bit)). (Adam)
-
-
-15 Jul 2010, PHP 5.2.14RC3
-- Rewrote var_export() to use smart_str rather than output buffering, prevents
-  data disclosure if a fatal error occurs (CVE-2010-2531). (Scott)
-
-- Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
-  (Johannes)
-- Fixed bug #52237 (Crash when passing the reference of the property of a
-  non-object). (Dmitry)
-- Fixed bug #52037 (Concurrent builds fail in install-programs). (seanius at
-  debian dot org, Kalle)
-- Fixed bug #51943 (AIX: Several files are out of ANSI spec). (Kalle,
-  coreystup at gmail dot com)
-
-01 Jul 2010, PHP 5.2.14RC2
-- Fixed a possible interruption array leak in strrchr(). Reported by
-  Péter Veres. (CVE-2010-2484) (Felipe)
-- Fixed a possible interruption array leak in strchr(), strstr(), substr(),
-  chunk_split(), strtok(), addcslashes(), str_repeat(), trim(). (Felipe)
-- Fixed a possible memory corruption in substr_replace() (Dmitry)
-- Fixed SplObjectStorage unserialization problems (CVE-2010-2225). (Stas)
-
-- Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't
-  be set). (Felipe)
-- Fixed bug #52162 (custom request header variables with numbers are removed).
-  (Sriram Natarajan)
-- Fixed bug #52160 (Invalid E_STRICT redefined constructor error). (Felipe)
-- Fixed bug #52061 (memory_limit above 2G). (Felipe)
-- Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
-  (Ilia, Felipe)
-- Fixed bug #49730 (Firebird - new PDO() returns NULL). (Felipe)
-- Fixed bug #33210 (getimagesize() fails to detect width/height on certain
-  JPEGs). (Ilia)
-
-17 Jun 2010, PHP 5.2.14RC1
-- Upgraded bundled PCRE to version 8.02. (Ilia)
-
+22 Jul 2010, PHP 5.2.14
 - Reverted bug fix #49521 (PDO fetchObject sets values before calling
   constructor). (Felipe)

 - Updated timezone database to version 2010.5. (Derick)
+- Upgraded bundled PCRE to version 8.02. (Ilia)

+- Rewrote var_export() to use smart_str rather than output buffering, prevents
+  data disclosure if a fatal error occurs (CVE-2010-2531). (Scott)
 - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan
   Esser (Ilia)
 - Reset error state in PDO::beginTransaction() reset error state. (Ilia)
@@ -59,9 +22,27 @@
   PDOStatement if instantiated directly instead of doing by the PDO methods.
   (Felipe)

+- Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
+  bit)). (Adam)
+- Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
+  (Johannes)
+- Fixed bug #52237 (Crash when passing the reference of the property of a
+  non-object). (Dmitry)
+- Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't
+  be set). (Felipe)
+- Fixed bug #52162 (custom request header variables with numbers are removed).
+  (Sriram Natarajan)
+- Fixed bug #52160 (Invalid E_STRICT redefined constructor error). (Felipe)
+- Fixed bug #52061 (memory_limit above 2G). (Felipe)
 - Fixed bug #52041 (Memory leak when writing on uninitialized variable returned
   from function). (Dmitry)
+- Fixed bug #52037 (Concurrent builds fail in install-programs). (seanius at
+  debian dot org, Kalle)
 - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore). (Patrick)
+- Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
+  (Ilia, Felipe)
+- Fixed bug #51943 (AIX: Several files are out of ANSI spec). (Kalle,
+  coreystup at gmail dot com)
 - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with
   constant array). (Felipe)
 - Fixed bug #51905 (ReflectionParameter fails if default value is an array
@@ -114,7 +95,8 @@
   an invalid option is provided). (Ilia)
 - Fixed bug #51128 (imagefill() doesn't work with large images). (Pierre)
 - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones)
-- Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris Jones)
+- Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris
+  Jones)
 - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
   (Raphael Geissert)
 - Fixed bug #50762 (in WSDL mode Soap Header 

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-06-26 Thread Felipe Pena
felipe   Sat, 26 Jun 2010 22:07:04 +

Revision: http://svn.php.net/viewvc?view=revision&revision=300771

Log:
- BFN

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-06-26 22:05:13 UTC (rev 300770)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-06-26 22:07:04 UTC (rev 300771)
@@ -9,6 +9,8 @@
 - Fixed bug #52061 (memory_limit above 2G). (Felipe)
 - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
   (Ilia, Felipe)
+- Fixed bug #51421 (Abstract __construct constructor argument list not
+  enforced). (Felipe)
 - Fixed bug #49730 (Firebird - new PDO() returns NULL). (Felipe)

 17 Jun 2010, PHP 5.2.14RC1

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-06-26 22:05:13 UTC (rev 300770)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-06-26 22:07:04 UTC (rev 300771)
@@ -15,6 +15,8 @@
   (Felipe)
 - Fixed bug #52115 (mysqli_result::fetch_all returns null, not an empty array).
   (Andrey)
+- Fixed bug #51421 (Abstract __construct constructor argument list not
+  enforced). (Felipe)

 17 Jun 2010, PHP 5.3.3 RC1
 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-06-16 Thread Felipe Pena
felipe   Wed, 16 Jun 2010 23:40:23 +

Revision: http://svn.php.net/viewvc?view=revision&revision=300505

Log:
- BFN

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-06-16 23:33:01 UTC (rev 300504)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-06-16 23:40:23 UTC (rev 300505)
@@ -17,6 +17,9 @@
   characters. Reported by Stefan Esser (Ilia)
 - Fixed a possible arbitrary memory access inside sqlite extension. Reported
   by Mateusz Kocielski. (Ilia)
+- Fixed a crash when calling an inexistent method of a class that inherits
+  PDOStatement if instantiated directly instead of doing by the PDO methods.
+  (Felipe)

 - Fixed bug #52041 (Memory leak when writing on uninitialized variable returned
   from function). (Dmitry)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-06-16 23:33:01 UTC (rev 300504)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-06-16 23:40:23 UTC (rev 300505)
@@ -37,6 +37,9 @@
   Reported by Stefan Esser. (Andrey)
 - Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
   (Andrey)
+- Fixed a crash when calling an inexistent method of a class that inherits
+  PDOStatement if instantiated directly instead of doing by the PDO methods.
+  (Felipe)

 - Fixed memory leak on error in mcrypt_create_iv on Windows. (Pierre)
 - Fixed a possible crash because of recursive GC invocation. (Dmitry)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-03-06 Thread Raphael Geissert
geissert Sat, 06 Mar 2010 20:02:25 +

Revision: http://svn.php.net/viewvc?view=revision&revision=295901

Log:
Add NEWS entries for filter overflow fix

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-03-06 19:19:09 UTC (rev 295900)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-03-06 20:02:25 UTC (rev 295901)
@@ -11,6 +11,8 @@
   an invalid option is provided). (Ilia)
 - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones)
 - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris 
Jones)
+- Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
+  (Raphael Geissert)
 - Fixed bug #49267 (Linking fails for iconv). (Moriyosh)
 - Fixed bug #43314 (iconv_mime_encode(), broken Q scheme). (Rasmus)
 - Fixed bug #23229 (syslog function truncates messages). (Adam)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-03-06 19:19:09 UTC (rev 295900)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-03-06 20:02:25 UTC (rev 295901)
@@ -16,6 +16,8 @@
   parsing date strings). (Derick)
 - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones)
 - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris 
Jones)
+- Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
+  (Raphael Geissert)
 - Fixed bug #50999 (unaligned memory access in dba_fetch()). (Felipe)
 - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with
   spl_autoload_register). (Felipe)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2010-01-08 Thread Jani Taskinen
jani Fri, 08 Jan 2010 09:56:38 +

Revision: http://svn.php.net/viewvc?view=revision&revision=293254

Log:
fix news

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2010-01-08 09:43:14 UTC (rev 293253)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-01-08 09:56:38 UTC (rev 293254)
@@ -9,10 +9,10 @@
 - Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
   (Ilia)

+- Improved LCG entropy. (Rasmus, Samy Kamkar)
+
 - Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey)

-- Improved LCG entropy (Rasmus, Samy Kamkar)
-
 - Fixed bug #50680 (strtotime() does not support eighth ordinal number).
   (Ilia)
 - Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2010-01-08 09:43:14 UTC (rev 293253)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-01-08 09:56:38 UTC (rev 293254)
@@ -3,11 +3,12 @@
 ?? ??? 20??, PHP 5.3.3
 - Upgraded bundled libmagic to version 5.03. (Mikko)

+- Improved LCG entropy. (Rasmus, Samy Kamkar)
+
 - Added support for DISABLE_AUTHENTICATOR for imap_open. (Pierre)
 - Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
   (Ilia)
 - Added stream_resolve_include_path(). (Mikko)
-- Improved LCG entropy (Rasmus, Samy Kamkar)

 - Fixed bug #50680 (strtotime() does not support eighth ordinal number).
   (Ilia)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-12-18 Thread Stanislav Malyshev
stas Fri, 18 Dec 2009 19:20:33 +

Revision: http://svn.php.net/viewvc?view=revision&revision=292296

Log:
Fixed bug #50394 (Reference argument converted to value in __call)

Bug: http://bugs.php.net/50394 (Closed) Reference argument converted to value 
in __call
  
Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-12-18 19:12:11 UTC (rev 292295)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-18 19:20:33 UTC (rev 292296)
@@ -5,6 +5,7 @@

 - Fixed bug #50508 (compile failure: Conflicting HEADER type declarations).
   (Jani)
+- Fixed bug #50394 (Reference argument converted to value in __call). (Stas)


 17 Dec 2009, PHP 5.2.12

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-18 19:12:11 UTC (rev 292295)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-18 19:20:33 UTC (rev 292296)
@@ -44,6 +44,7 @@
 - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures). (Felipe, Pierrick)
 - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
   seg fault). (davbrown4 at yahoo dot com, Felipe)
+- Fixed bug #50394 (Reference argument converted to value in __call). (Stas)
 - Fixed bug #50351 (performance regression handling objects, ten times slower
   in 5.3 than in 5.2). (Dmitry)
 - Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u'

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-12-13 Thread Felipe Pena
felipe   Sun, 13 Dec 2009 20:51:15 +

Revision: http://svn.php.net/viewvc?view=revision&revision=292085

Log:
- Improved the bug#49174 entry summary

Bug: http://bugs.php.net/49174 (Closed) crash when extending PDOStatement and 
trying to set queryString property
  
Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-12-13 20:04:44 UTC (rev 292084)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-13 20:51:15 UTC (rev 292085)
@@ -5,7 +5,8 @@
   seg fault). (davbrown4 at yahoo dot com, Felipe)
 - Fixed bug #50209 (Compiling with libedit cannot find readline.h).
   (tcallawa at redhat dot com)
-- Fixed bug #49174 (crash on queryString set). (Felipe)
+- Fixed bug #49174 (crash when extending PDOStatement and trying to set
+  queryString property). (Felipe)

 10 Dec 2009, PHP 5.2.12RC4
 - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-13 20:04:44 UTC (rev 292084)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-13 20:51:15 UTC (rev 292085)
@@ -117,7 +117,8 @@
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
-- Fixed bug #49174 (crash on queryString set). (Felipe)
+- Fixed bug #49174 (crash when extending PDOStatement and trying to set
+  queryString property). (Felipe)
 - Fixed bug #47848 (importNode doesn't preserve attribute namespaces). (Rob)
 - Fixed bug #45120 (PDOStatement->execute() returns true then false for same
   statement). (Pierrick)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-12-06 Thread Jani Taskinen
jani Mon, 07 Dec 2009 07:30:41 +

Revision: http://svn.php.net/viewvc?view=revision&revision=291804

Log:
- Fix NEWS

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-12-07 06:50:39 UTC (rev 291803)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-07 07:30:41 UTC (rev 291804)
@@ -3,9 +3,9 @@
 ?? Dec 2009, PHP 5.2.12RC4
 - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
   single text node when using libxml2.7.3+. (Kalle)
-
-- Protect http_session_vars from interrupt corruption and improve save_path
-  check. (Stas)
+- Added protection for $_SESSION from interrupt corruption and improved
+  "session.save_path" check. (Stas)
+
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)

 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-07 06:50:39 UTC (rev 291803)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-07 07:30:41 UTC (rev 291804)
@@ -9,6 +9,8 @@
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)

+- Added protection for $_SESSION from interrupt corruption and improved
+  "session.save_path" check. (Stas)
 - Added LIBXML_PARSEHUGE constant to override the maximum text size of a
   single text node when using libxml2.7.3+. (Kalle)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
@@ -19,8 +21,6 @@
   (Linus Nielsen Feltzing )
 - Added client-side server name indication support in openssl. (Arnaud)

-- Protect http_session_vars from interrupt corruption and improve save_path
-  check. (Stas)
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)

 - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-12-03 Thread Jani Taskinen
jani Thu, 03 Dec 2009 22:24:04 +

Revision: http://svn.php.net/viewvc?view=revision&revision=291676

Log:
bfn

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-12-03 21:41:00 UTC (rev 291675)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-03 22:24:04 UTC (rev 291676)
@@ -18,6 +18,7 @@
 - Fixed bug #45120 (PDOStatement->execute() returns true then false for same
   statement). (Pierrick)

+
 27 Nov 2009, PHP 5.2.12RC3
 - Fixed break in the build chain introduced in 5.2.12RC2 (Jani)


Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-03 21:41:00 UTC (rev 291675)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-03 22:24:04 UTC (rev 291676)
@@ -97,6 +97,7 @@
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
+- Fixed bug #47848 (importNode doesn't preserve attribute namespaces). (Rob)
 - Fixed bug #45120 (PDOStatement->execute() returns true then false for same
   statement). (Pierrick)


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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-24 Thread Jani Taskinen
jani Wed, 25 Nov 2009 07:21:38 +

Revision: http://svn.php.net/viewvc?view=revision&revision=291292

Log:
- Do not forget NEWS for 5.2..

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-25 05:44:27 UTC (rev 291291)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-25 07:21:38 UTC (rev 291292)
@@ -8,6 +8,7 @@
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)

+- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)
 - Fixed error_log() to be binary safe when using message_type 3. (Jani)

 - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-25 05:44:27 UTC (rev 291291)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-25 07:21:38 UTC (rev 291292)
@@ -20,12 +20,12 @@
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing )

+- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)
 - Fixed error_log() to be binary safe when using message_type 3. (Jani)
 - Fixed unnecessary invocation of setitimer when timeouts have been disabled.
   (Arvind Srinivasan)
 - Fixed memory leak in extension loading when an error occurs on Windows.
   (Pierre)
-- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)

 - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays).
   (Felipe)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-24 Thread Jani Taskinen
jani Tue, 24 Nov 2009 14:14:13 +

Revision: http://svn.php.net/viewvc?view=revision&revision=291266

Log:
- Fix news

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-24 13:59:56 UTC (rev 291265)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-24 14:14:13 UTC (rev 291266)
@@ -3,13 +3,13 @@
 ?? Nov 2009, PHP 5.2.12RC2
 - Updated timezone database to version 2009.19 (2009s). (Derick)

+- Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
+  (David Soria Parra)
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)

 - Fixed error_log() to be binary safe when using message_type 3. (Jani)

-- Implement feature request #50283 (allow base in gmp_strval to use full
-  range: 2 to 62, and -2 to -36). (David Soria Parra)
 - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in
   calling function). (Felipe)
 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-24 13:59:56 UTC (rev 291265)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-24 14:14:13 UTC (rev 291266)
@@ -4,6 +4,8 @@
 - Upgraded bundled sqlite to version 3.6.20. (Ilia)
 - Upgraded bundled PCRE to version 8.00. (Scott)

+- Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
+  (David Soria Parra)
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)


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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-18 Thread Jani Taskinen
jani Wed, 18 Nov 2009 17:59:18 +

Revision: http://svn.php.net/viewvc?view=revision&revision=290926

Log:
- Fix news

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-18 17:52:22 UTC (rev 290925)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-18 17:59:18 UTC (rev 290926)
@@ -3,7 +3,8 @@
 ?? Nov 2009, PHP 5.2.12RC2
 - Updated timezone database to version 2009.19 (2009s). (Derick)

-- Made it possible to disable post_max_size (Rasmus)
+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+  setting it to 0. (Rasmus)

 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array
   when there is no error). (Jani)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-18 17:52:22 UTC (rev 290925)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-18 17:59:18 UTC (rev 290926)
@@ -4,14 +4,16 @@
 - Upgraded bundled sqlite to version 3.6.20. (Ilia)
 - Upgraded bundled PCRE to version 8.00. (Scott)

+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+  setting it to 0. (Rasmus)
+
 - Added "max_file_uploads" INI directive, which can be set to limit the
   number of file uploads per-request to 20 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
 - Added Collator::getSortKey for intl extension. (Stas)
-- Made it possible to disable post_max_size (Rasmus)
-
+
 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing )

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-17 Thread Rasmus Lerdorf
rasmus   Tue, 17 Nov 2009 20:41:47 +

Revision: http://svn.php.net/viewvc?view=revision&revision=290886

Log:
News entry for post_max_size fix

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-17 20:33:51 UTC (rev 290885)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-17 20:41:47 UTC (rev 290886)
@@ -3,12 +3,15 @@
 ?? Nov 2009, PHP 5.2.12RC2
 - Updated timezone database to version 2009.19 (2009s). (Derick)

+- Made it possible to disable post_max_size (Rasmus)
+
 - Fixed bug #50174 (Incorrectly matched docComment). (Felipe)
 - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses
   containing = or ?). (Pierrick)
 - Fixed bug #49521 (PDO fetchObject sets values before calling constructor).
   (Pierrick)

+
 12 Nov 2009, PHP 5.2.12RC1
 - Updated timezone database to version 2009.18 (2009r). (Derick)


Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-17 20:33:51 UTC (rev 290885)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-17 20:41:47 UTC (rev 290886)
@@ -10,6 +10,7 @@
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
 - Added Collator::getSortKey for intl extension. (Stas)
+- Made it possible to disable post_max_size (Rasmus)

 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-12 Thread Jani Taskinen
jani Thu, 12 Nov 2009 09:07:51 +

Revision: http://svn.php.net/viewvc?view=revision&revision=290575

Log:
bfn

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-12 08:26:43 UTC (rev 290574)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-12 09:07:51 UTC (rev 290575)
@@ -27,8 +27,8 @@
   makes segmentation fault). (Felipe)
 - Fixed bug #49990 (SNMP3 warning message about security level printed twice).
   (Jani)
-- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
-  transaction). (ben dot pineau at gmail dot com, Ilia, Matteo)
+- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
+  (ben dot pineau at gmail dot com, Ilia, Matteo)
 - Fixed bug #49921 (Curl post upload functions changed). (Ilia)
 - Fixed bug #49972 (AppendIterator undefined function crash). (Johannes)
 - Fixed bug #49855 (import_request_variables() always returns NULL). (Ilia,
@@ -63,7 +63,7 @@
   (Moriyoshi)
 - Fixed bug #49332 (Build error with Snow Leopard). (Scott)
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
-- Fixed bug #49098 (mysqli segfault on error) (Rasmus)
+- Fixed bug #49098 (mysqli segfault on error). (Rasmus)
 - Fixed bug #48805 (IPv6 socket transport is not working). (Ilia)
 - Fixed bug #48764 (PDO_pgsql::query() always uses implicit prepared statements
   if v3 proto available). (Matteo, Mark Kirkwood)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-12 08:26:43 UTC (rev 290574)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-12 09:07:51 UTC (rev 290575)
@@ -49,8 +49,9 @@
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
-- Fixed bug #49098 (mysqli segfault on error) (Rasmus)
+- Fixed bug #49098 (mysqli segfault on error). (Rasmus)

+
 ?? ??? 2009, PHP 5.3.1
 # Will be merged in from branches/PHP_5_3_1 once released
 # Pleas add stuff under 5.3.2

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-11-12 Thread Rasmus Lerdorf
rasmus   Thu, 12 Nov 2009 08:26:43 +

Revision: http://svn.php.net/viewvc?view=revision&revision=290574

Log:
NEWS entries for mysqli crash fix bug

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-12 08:20:57 UTC (rev 290573)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-12 08:26:43 UTC (rev 290574)
@@ -63,6 +63,7 @@
   (Moriyoshi)
 - Fixed bug #49332 (Build error with Snow Leopard). (Scott)
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
+- Fixed bug #49098 (mysqli segfault on error) (Rasmus)
 - Fixed bug #48805 (IPv6 socket transport is not working). (Ilia)
 - Fixed bug #48764 (PDO_pgsql::query() always uses implicit prepared statements
   if v3 proto available). (Matteo, Mark Kirkwood)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-12 08:20:57 UTC (rev 290573)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-12 08:26:43 UTC (rev 290574)
@@ -49,6 +49,7 @@
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
+- Fixed bug #49098 (mysqli segfault on error) (Rasmus)

 ?? ??? 2009, PHP 5.3.1
 # Will be merged in from branches/PHP_5_3_1 once released

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-10-27 Thread Jani Taskinen
jani Tue, 27 Oct 2009 22:15:19 +

Revision: http://svn.php.net/viewvc?view=revision&revision=290003

Log:
- You add, remove, fix or implement. Introduce yourself to someone else.

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-10-27 21:57:26 UTC (rev 290002)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-10-27 22:15:19 UTC (rev 290003)
@@ -3,7 +3,7 @@
 ?? ??? 2009, PHP 5.2.12
 - Updated timezone database to version 2009.14 (2009n). (Derick)

-- Introduced a max_file_uploads INI setting, which is set to limit the
+- Added "max_file_uploads" INI directive, which can be set to limit the
   number of file uploads per-request to 100 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)


Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-10-27 21:57:26 UTC (rev 290002)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-10-27 22:15:19 UTC (rev 290003)
@@ -1,17 +1,16 @@
 PHPNEWS
 |||
 ?? ??? 20??, PHP 5.3.2
+- Added "max_file_uploads" INI directive, which can be set to limit the
+  number of file uploads per-request to 100 by default, to prevent possible
+  DOS via temporary file exhaustion. (Ilia)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
-
+
 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing )

-- Introduced a max_file_uploads INI setting, which is set to limit the
-  number of file uploads per-request to 100 by default, to prevent possible
-  DOS via temporary file exhaustion. (Ilia)
-
 - Fixed memory leak in extension loading when an error occurs on Windows.
   (Pierre)


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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-10-12 Thread Felipe Pena
felipe   Mon, 12 Oct 2009 19:23:07 +

Revision: http://svn.php.net/viewvc?view=revision&revision=289593

Log:
- BFN

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-10-12 19:22:50 UTC (rev 289592)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-10-12 19:23:07 UTC (rev 289593)
@@ -5,6 +5,10 @@
   (Rasmus)
 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
   Stachowiak.  (Rasmus)
+- Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery()
+  when calling using Reflection. (Felipe)
+- Fixed crash when instantiating PDORow and PDOStatement through Reflection.
+  (Felipe)

 - Fixed bug #49809 (time_sleep_until() is not available on OpenSolaris). (Jani)
 - Fixed Bug #49785 (insufficient input string validation of 
htmlspecialchars()).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-10-12 19:22:50 UTC (rev 289592)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-10-12 19:23:07 UTC (rev 289593)
@@ -1,8 +1,8 @@
 PHPNEWS
 |||
 ?? ??? 20??, PHP 5.3.2
-- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case
-  insensitive (garretts)
+- Changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case
+  insensitive (Garretts)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)

@@ -14,6 +14,10 @@
   (Rasmus)
 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
   Stachowiak.  (Rasmus)
+- Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery()
+  when calling using Reflection. (Felipe)
+- Fixed crash when instantiating PDORow and PDOStatement through Reflection.
+  (Felipe)

 - Fixed bug #49809 (time_sleep_until() is not available on OpenSolaris). (Jani)
 - Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-09-28 Thread Kalle Sommer Nielsen
kalleMon, 28 Sep 2009 15:07:37 +

Revision: http://svn.php.net/viewvc?view=revision&revision=288907

Log:
NEWS for Rasmus' bug fix

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-09-28 15:06:42 UTC (rev 288906)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-09-28 15:07:37 UTC (rev 288907)
@@ -1,6 +1,7 @@
-PHPNEWS
+PHP
NEWS
 |||
 ?? ??? 20??, PHP 5.2.12
+- Fixed bug #49698 (Unexpected change in strnatcasecmp()). (Rasmus)
 - Fixed bug #49647 (DOMUserData does not exist). (Rob)
 - Fixed bug #49630 (imap_listscan function missing). (Felipe)
 - Fixed bug #49578 (make install-pear fails). (Hannes)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-09-28 15:06:42 UTC (rev 288906)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-09-28 15:07:37 UTC (rev 288907)
@@ -1,4 +1,4 @@
-PHPNEWS
+PHP
NEWS
 |||
 ?? ??? 20??, PHP 5.3.2
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
@@ -8,6 +8,7 @@
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing )

+- Fixed bug #49698 (Unexpected change in strnatcasecmp()). (Rasmus)
 - Fixed bug #49647 (DOMUserData does not exist). (Rob)
 - Fixed bug #49630 (imap_listscan function missing). (Felipe)
 - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-09-24 Thread Jani Taskinen
jani Thu, 24 Sep 2009 22:40:15 +

Revision: http://svn.php.net/viewvc?view=revision&revision=288693

Log:
fn

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-09-24 22:34:20 UTC (rev 288692)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-09-24 22:40:15 UTC (rev 288693)
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? , PHP 5.2.12
+?? ??? 20??, PHP 5.2.12
 - Fixed bug #49647 (DOMUserData does not exist). (Rob)
 - Fixed bug #49630 (imap_listscan function missing). (Felipe)
 - Fixed bug #49578 (make install-pear fails). (Hannes)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-09-24 22:34:20 UTC (rev 288692)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-09-24 22:40:15 UTC (rev 288693)
@@ -1,8 +1,10 @@
 PHPNEWS
 |||
-?? ??? 2009, PHP 5.3.2
+?? ??? 20??, PHP 5.3.2
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
+
+- Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing )

@@ -10,8 +12,6 @@
 - Fixed bug #49630 (imap_listscan function missing). (Felipe)
 - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE
   cannot be set"). (Felipe)
-- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).
-  (Sriram Natarajan)


 ?? ??? 2009, PHP 5.3.1RC? <- WHY IS THIS HERE? Gonna be released after 5.3.1 
or what??

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-08-31 Thread Jani Taskinen
jani Mon, 31 Aug 2009 21:19:29 +

Revision: http://svn.php.net/viewvc?view=revision&revision=287927

Log:
fix typo

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-08-31 21:18:55 UTC (rev 287926)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-08-31 21:19:29 UTC (rev 287927)
@@ -3,7 +3,7 @@
 ?? ??? 2009, PHP 5.2.11
 - Added missing sanity checks around exif processing (Ilia)

-- Fixed zlib.deflate compress filter to actually accpet level parameter. (Jani)
+- Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
 - Fixed leak on error in popen/exec (and related functions on Windows. (Pierre)

 - Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-08-31 21:18:55 UTC (rev 287926)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-08-31 21:19:29 UTC (rev 287927)
@@ -16,7 +16,7 @@
 - Improved shared extension loading on OSX to use the standard Unix dlopen()
   API. (Scott)

-- Fixed zlib.deflate compress filter to actually accpet level parameter. (Jani)
+- Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
 - Fixed leak on error in popen/exec (and related functions) on Windows.
   (Pierre)
 - Fixed possible bad caching of symlinked directories in the realpath cache

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-08-26 Thread Pierre-Alain Joye
pajoye   Wed, 26 Aug 2009 20:03:49 +

Revision: http://svn.php.net/viewvc?view=revision&revision=287780

Log:
- update

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-08-26 19:57:01 UTC (rev 287779)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-08-26 20:03:49 UTC (rev 287780)
@@ -102,6 +102,7 @@
 - Fixed bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
   (Paul Richards, Kalle)
 - Fixed bug #45141 (setcookie will output expires years of >4 digits). (Ilia)
+- Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
 - Fixed bug #44144 (spl_autoload_functions() should return object instance
   when appropriate). (Hannes, Etienne)
 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-08-26 19:57:01 UTC (rev 287779)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-08-26 20:03:49 UTC (rev 287780)
@@ -155,6 +155,7 @@
 - Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
   (Uwe Schindler)
 - Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
+- Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used
   in fopen). (Jani)
 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-08-17 Thread Jani Taskinen
jani Mon, 17 Aug 2009 20:14:25 +

Revision: http://svn.php.net/viewvc?view=revision&revision=287427

Log:
- Fix news

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-08-17 19:39:02 UTC (rev 287426)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-08-17 20:14:25 UTC (rev 287427)
@@ -6,9 +6,10 @@
 - Fixed bug #49269 (Ternary operator fails on Iterator object when used inside
   foreach declaration). (Etienne, Dmitry)
 - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani)
-- Fixed bug #49144 (import of schema from different host transmits original
+- Fixed bug #49144 (Import of schema from different host transmits original
   authentication details). (Dmitry)

+
 13 Aug 2009, PHP 5.2.11RC1
 - Fixed regression in cURL extension that prevented flush of data to output
   defined as a file handle. (Ilia)

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-08-17 19:39:02 UTC (rev 287426)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-08-17 20:14:25 UTC (rev 287427)
@@ -1,9 +1,12 @@
 PHPNEWS
 |||
 ?? ??? 2009, PHP 5.3.1
-- Added missing sanity checks around exif processing. (Ilia)
 - Upgraded bundled sqlite to version 3.6.17. (Scott)

+- Added missing sanity checks around exif processing. (Ilia)
+- Added error constant when json_encode() detects an invalid UTF-8 sequence.
+  (Scott)
+
 - Improved dns_get_record  support on windows. Always available when IPv6 
is
   support is installed, format is now the same than on unix. (Pierre)
 - Improved the DNS functions on OSX to use newer APIs, also use Bind 9 API
@@ -11,9 +14,6 @@
 - Improved shared extension loading on OSX to use the standard Unix dlopen() 
API.
   (Scott)

-- Added error constant when json_encode() detects an invalid UTF-8 sequence.
-  (Scott)
-
 - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and
   Functors. (Christian Seiler)
 - Fixed open_basedir circumvention for mail.log. (Maksymilian Arciemowicz,
@@ -28,7 +28,7 @@
 - Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies
   wrong type in declaration). (Ilia)
 - Fixed bug #49183 (dns_get_record does not return NAPTR records). (Pierre)
-- Fixed bug #49144 (import of schema from different host transmits original
+- Fixed bug #49144 (Import of schema from different host transmits original
   authentication details). (Dmitry)
 - Fixed bug #49132 (posix_times returns false without error).
   (phpbugs at gunnu dot us)

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

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-07-29 Thread Jani Taskinen
jani Wed, 29 Jul 2009 09:10:52 +

Revision: http://svn.php.net/viewvc?view=revision&revision=286498

Log:
- Fix news

Changed paths:
U   php/php-src/branches/PHP_5_2/NEWS
U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===
--- php/php-src/branches/PHP_5_2/NEWS   2009-07-29 08:28:26 UTC (rev 286497)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-07-29 09:10:52 UTC (rev 286498)
@@ -1,7 +1,6 @@
 PHP
NEWS
 |||
 ?? ??? 2009, PHP 5.2.11
-- Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal 
html-entities). (Moriyoshi)
 - Fixed regression in cURL extension that prevented flush of data to output
   defined as a file handle. (Ilia)

@@ -35,6 +34,8 @@
 - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly
   formatted). (peter at lvp-media dot com, Felipe)
 - Fixed bug #48661 (phpize is broken with non-bash shells). (Jani)
+- Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal
+  html-entities). (Moriyoshi)
 - Fixed bug #48637 ("file" fopen wrapper is overwritten when using
   --with-curlwrappers). (Jani)
 - Fixed bug #48636 (Error compiling of ext/date on netware). (guenter at

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2009-07-29 08:28:26 UTC (rev 286497)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-07-29 09:10:52 UTC (rev 286498)
@@ -55,6 +55,8 @@
   components). (Ilia)
 - Fixed bug #48681 (openssl signature verification for tar archives broken).
   (Greg)
+- Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal
+  html-entities). (Moriyoshi)
 - Fixed bug #48637 ("file" fopen wrapper is overwritten when using
   --with-curlwrappers). (Jani)
 - Fixed bug #48377 (error message unclear on converting phar with existing 
file).

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