Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_3/Zend/zend_alloc.c branches/PHP_5_4/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/zend

2011-09-13 Thread Christopher Jones
Dmitry, This is diffing for me in 5.4 (I've haven't looked at 5.3 or trunk): 007+ Fatal error: Allowed memory size of 3221225472 bytes exhausted at /home/cjones/phpsrc/php/php-src/branches/PHP_5_4/ext/standard/string.c:4636 (tried to allocate 536870913 bytes) in

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_3/Zend/zend_alloc.c branches/PHP_5_4/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/zend

2011-09-13 Thread Laruence
Hi: anyone has Zend karma, plz help dmitry to fix this litte bug. specifically, change the expect warning to : Fatal error: Allowed memory size of %d bytes exhausted at %s (tried to allocate %d bytes) in %s/bug55509.php on line %d thanks 2011/9/14 Christopher Jones

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

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 09:23:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316513 Log: curl news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/crypt.c branches/PHP_5_3/ext/standard/tests/strings/crypt_variation1.phpt branches/PHP_5_4/ext/standard/crypt.c bra

2011-09-12 Thread Hannes Magnusson
On Tue, Jul 5, 2011 at 01:38, Stanislav Malyshev s...@php.net wrote: stas                                     Mon, 04 Jul 2011 23:38:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312919 Log: fix crypt() issue with overlong salt Changed paths:    U  

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/base64.c branches/PHP_5_3/ext/standard/tests/url/bug55273.phpt branches/PHP_5_4/ext/standard/base64.c branches/PHP_5_4/

2011-09-12 Thread Ilia Alshanetsky
iliaaMon, 12 Sep 2011 17:20:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316560 Log: Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad) Bug: https://bugs.php.net/55273 (Open) base64_decode with strict rejects

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/crypt.c branches/PHP_5_3/ext/standard/tests/strings/crypt_variation1.phpt branches/PHP_5_4/ext/standard/crypt.c bra

2011-09-12 Thread Stas Malyshev
Hi! On 9/12/11 3:04 AM, Hannes Magnusson wrote: Shouldn't this be merged to trunk too? Thanks, somehow I forgot to merge it. Done now. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/tests/bug48203.phpt branches/PHP_5_3/ext/curl/tests/bug54798.phpt branches/PHP_5_

2011-09-09 Thread Hannes Magnusson
On Thu, Sep 8, 2011 at 21:53, Alexey Shein con...@gmail.com wrote: Hello, Hannes! It seems your fix is wrong, bug54798 still fails on my machine on trunk, 5.4 and 5.3 branches (ubuntu x64). IMO you should move your patch one line upper, i.e. before call to _php_curl_cleanup_handle(ch); since

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/tests/bug48203.phpt branches/PHP_5_3/ext/curl/tests/bug54798.phpt branches/PHP_5_4/ex

2011-09-08 Thread Hannes Magnusson
bjoriThu, 08 Sep 2011 14:37:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316417 Log: Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec Bug: https://bugs.php.net/54798 (Assigned) Segfault when

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/tests/bug48203.phpt branches/PHP_5_3/ext/curl/tests/bug54798.phpt branches/PHP_5_

2011-09-08 Thread Alexey Shein
Hello, Hannes! It seems your fix is wrong, bug54798 still fails on my machine on trunk, 5.4 and 5.3 branches (ubuntu x64). IMO you should move your patch one line upper, i.e. before call to _php_curl_cleanup_handle(ch); since error is rasing there. I've also made some patches for this, could you

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/rfc1867.c branches/PHP_5_3/tests/basic/030.phpt branches/PHP_5_3/tests/basic/031.phpt branches/PHP_5_3/tests/basic/032.phpt bra

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 16:19:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316373 Log: Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request Bug: https://bugs.php.net/55504 (Assigned) Content-Type header is

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqlnd/config9.m4 branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c branches/PHP_5_4/ext/mysqlnd/config9.m4 branches/PHP_5_4/ext/mysql

2011-09-06 Thread Johannes Schlüter
johannes Tue, 06 Sep 2011 16:38:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316281 Log: - Fix bug #55609 (mysqlnd cannot be built shared) # This adds an option --enable-mysqlnd to explicitly built mysqlnd, like any # other extension it can

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/mysqli_libmysql.h branches/PHP_5_3/ext/mysqli/mysqli_mysqlnd.h branches/PHP_5_3/

2011-09-05 Thread Andrey Hristov
andrey Mon, 05 Sep 2011 15:29:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316188 Log: Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used Bug: https://bugs.php.net/55582 (Open) mysqli_num_rows()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/basic_functions.c trunk/ext/standard/basic_functions.c

2011-09-04 Thread Gustavo André dos Santos Lopes
cataphract Sun, 04 Sep 2011 23:00:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316122 Log: - Fixed bug #55576: Cannot conditionally move uploaded file without race condition. Bug: https://bugs.php.net/55576 (Open) Race condition in

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

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 13:24:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316037 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_4/ext/pdo_mysql/mysql_driver.c trunk/ext/pdo_mysql/mysql_driver.c

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 13:53:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316039 Log: Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE and a bunch of other small preprocessor fixes Bug:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/simplexml/simplexml.c ext/simplexml/tests/008.phpt

2011-09-01 Thread Christian Stocker
chregu Thu, 01 Sep 2011 13:42:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315990 Log: Merge from Trunk simplexml-query returns empty array if no nodes were found and false if libxml thinks the xpath-expression was invalid. Behaves now the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysql/php_mysql.c branches/PHP_5_4/ext/mysql/php_mysql.c trunk/ext/mysql/php_mysql.c

2011-08-31 Thread Johannes Schlüter
johannes Wed, 31 Aug 2011 11:11:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315877 Log: - Fix Bug #0 mysql.trace_mode miscounts result sets, fixes ext/mysql/tests/mysql_deprecated_api.phpt Bug: https://bugs.php.net/0 (Open)

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

2011-08-30 Thread Hannes Magnusson
On Mon, Aug 29, 2011 at 23:45, Arpad Ray ar...@php.net wrote: arpad                                    Mon, 29 Aug 2011 21:45:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315747 Log: news entry for r66021 Log: Changed paths:    U   php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3/ext/date/tests/bug48476.phpt branches/PHP_5_4/ext/date/php_date.c branches/PHP_5_4/ext/date/tes

2011-08-30 Thread Hannes Magnusson
bjoriTue, 30 Aug 2011 13:41:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315779 Log: Fixed bug#48476 Bug: https://bugs.php.net/48476 (Assigned) cloning extended DateTime class without calling parent::__constr crashed PHP Changed

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

2011-08-30 Thread Arpad Ray
arpadTue, 30 Aug 2011 14:01:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315784 Log: fix news entries Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS Modified:

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

2011-08-30 Thread Kalle Sommer Nielsen
Hi 2011/8/30 Arpad Ray ar...@php.net: arpad                                    Tue, 30 Aug 2011 14:01:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315784 Log: fix news entries Changed paths:    U   php/php-src/branches/PHP_5_3/NEWS    U  

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/phar/phar.c branches/PHP_5_4/ext/phar/phar.c trunk/ext/phar/phar.c

2011-08-29 Thread Hannes Magnusson
bjoriMon, 29 Aug 2011 14:19:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315703 Log: Fixed bug#52013 (Unable to decompress files in a compressed phar) Bug: https://bugs.php.net/52013 (Assigned) Unable to decompress files in a compressed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/phar/tests/bug53872/first.txt branches/PHP_5_3/ext/phar/tests/bug53872/second.txt branches/PHP_5_3/ext/phar/tests/bug53872/third

2011-08-29 Thread Hannes Magnusson
bjoriMon, 29 Aug 2011 16:05:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315713 Log: Fixed bug#53872 (internal corruption of phar) Bug: https://bugs.php.net/53872 (Open) internal corruption of phar Changed paths: U

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

2011-08-29 Thread Arpad Ray
arpadMon, 29 Aug 2011 21:15:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315743 Log: NEWS entry for fix #55510: $_FILES 'name' missing first character after upload Bug: https://bugs.php.net/55510 (Closed) $_FILES 'name' missing first

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/session/session.c branches/PHP_5_4/ext/session/session.c trunk/ext/session/session.c

2011-08-29 Thread Hannes Magnusson
bjoriMon, 29 Aug 2011 21:20:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315744 Log: fixed bug #55267 - session_regenerate_id fails after header sent even if session.use_cookies = 0 Bug: https://bugs.php.net/55267 (Closed)

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

2011-08-29 Thread Arpad Ray
arpadMon, 29 Aug 2011 21:45:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315747 Log: news entry for r66021 Log: Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-08-23 Thread Uwe Schindler
thetaphi Tue, 23 Aug 2011 17:03:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315377 Log: Fix NEWS entries for ongoing 5.3.9 development Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-08-22 Thread Johannes Schlüter
johannes Mon, 22 Aug 2011 21:37:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315311 Log: - Update NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-22 Thread Johannes Schlüter
johannes Mon, 22 Aug 2011 22:08:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315313 Log: - PHP 5.3.8 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-22 Thread Johannes Schlüter
johannes Mon, 22 Aug 2011 23:24:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315315 Log: Back to -dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

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

2011-08-22 Thread Johannes Schlüter
johannes Mon, 22 Aug 2011 23:34:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315317 Log: Fix year (we won't make 2001 anymore, I assume) Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-08-21 Thread Pierre Joye
pajoye Sun, 21 Aug 2011 14:31:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315257 Log: - merge two mysqli section Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/info.c branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/info.c trunk/ext/standard/info.c

2011-08-19 Thread Pierre Joye
pajoye Fri, 19 Aug 2011 09:59:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315170 Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns) Bug: https://bugs.php.net/52461 (Assigned) phpinfo() corrections Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS sapi/nsapi/nsapi.c

2011-08-18 Thread Uwe Schindler
thetaphi Thu, 18 Aug 2011 19:12:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315149 Log: Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection Bug: https://bugs.php.net/55403 (Assigned) $_SERVER['HTTPS'] should be undefined on

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-17 Thread Ilia Alshanetsky
iliaaWed, 17 Aug 2011 13:30:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315066 Log: 5.3.7 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-17 Thread Ilia Alshanetsky
iliaaWed, 17 Aug 2011 14:28:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315071 Log: Back to dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-11 Thread Ilia Alshanetsky
iliaaThu, 11 Aug 2011 13:02:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314785 Log: 5.3.7RC5 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-08-11 Thread Ilia Alshanetsky
iliaaThu, 11 Aug 2011 14:35:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314787 Log: Back to dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

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

2011-08-11 Thread Rasmus Lerdorf
rasmus Thu, 11 Aug 2011 19:20:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314796 Log: Fix bug number there Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/soap/php_encoding.c branches/PHP_5_3/ext/soap/tests/bugs/bug55323.phpt branches/PHP_5_3/ext/soap/tests/bugs/bug55323.wsdl branch

2011-08-10 Thread Dmitry Stogov
dmitry Wed, 10 Aug 2011 13:44:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314737 Log: Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself) Bug: https://bugs.php.net/55323 (Assigned) SoapClient

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h branches/PHP_5_4/ext/sqlite3/libsqlite/sqlite3.c br

2011-08-09 Thread Scott MacVicar
scottmac Tue, 09 Aug 2011 07:31:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314586 Log: Update SQLite3 to the latest version Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c branches/PHP_5_3/ext/mysqli/tests/bug55283.phpt branches/PHP_5_4/ext/mysqli/mysqli_nonapi.c branches/PHP_

2011-08-05 Thread Andrey Hristov
andrey Fri, 05 Aug 2011 13:39:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314330 Log: Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections Bug: https://bugs.php.net/55283 (Verified) SSL options

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/imap/php_imap.c branches/PHP_5_4/ext/imap/php_imap.c trunk/ext/imap/php_imap.c

2011-08-05 Thread Felipe Pena
felipe Sat, 06 Aug 2011 00:59:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314350 Log: - Fixed bug #55313 (Number of retries not set when params specified) patch by: kevin at kevinlocke dot name Bug: https://bugs.php.net/55313 (Open)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55339.phpt branches/PHP_5_3/Zend/zend.c branches/PHP_5_4/Zend/zend.c trunk/Zend/zend.c

2011-08-02 Thread Dmitry Stogov
dmitry Tue, 02 Aug 2011 07:38:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314086 Log: Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off) Bug: https://bugs.php.net/55339 (Feedback) Segfault with

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug45742.phpt branches/PHP_5_3/Zend/tests/bug50816.phpt branches/PHP_5_3/Zend/zend_hash.c branches/PHP_5_4/Zend/tests/bug

2011-08-01 Thread Dmitry Stogov
dmitry Mon, 01 Aug 2011 11:21:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314013 Log: Fixed bug #50816 (Using class constants in array definition fails). Bug: https://bugs.php.net/50816 (Verified) Using class constants in array

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-07-28 Thread Ilia Alshanetsky
iliaaThu, 28 Jul 2011 11:53:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313841 Log: 5.3.7RC4 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-07-28 Thread Ilia Alshanetsky
iliaaThu, 28 Jul 2011 11:54:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313843 Log: back to dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c branches/PHP_5_4/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2011-07-27 Thread Pierre Joye
pajoye Wed, 27 Jul 2011 14:23:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313782 Log: - Fix #55295, check if malloc failed Bug: https://bugs.php.net/55295 (error getting bug information) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/xp_ssl.c branches/PHP_5_4/ext/openssl/xp_ssl.c trunk/ext/openssl/xp_ssl.c

2011-07-22 Thread Scott MacVicar
scottmac Sat, 23 Jul 2011 01:29:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313616 Log: When we have a blocking SSL socket, respect the timeout option. reading from SSL sockets could block indefinitely due to the lack of timeout Changed

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/standard/info.c

2011-07-21 Thread Pierre Joye
pajoye Thu, 21 Jul 2011 14:49:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313538 Log: - Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/5.4) Bug: https://bugs.php.net/55258 (Open) Windows Version Detecting

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c branches/PHP_5_4/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2011-07-19 Thread Scott MacVicar
scottmac Tue, 19 Jul 2011 22:15:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313453 Log: openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher. The result is

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS main/php_ini.c

2011-07-18 Thread Pierre Joye
pajoye Mon, 18 Jul 2011 21:00:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313404 Log: - MFH: Fixed bug #54204 (Can't set a value with a PATH section in php.ini). Bug: https://bugs.php.net/54204 (Assigned) Can't set a value with a PATH

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

2011-07-17 Thread Stanislav Malyshev
stas Sun, 17 Jul 2011 07:03:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313316 Log: Register warning change Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-07-14 Thread Ilia Alshanetsky
iliaaThu, 14 Jul 2011 12:02:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313241 Log: Back to dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-07-14 Thread Ilia Alshanetsky
iliaaThu, 14 Jul 2011 12:01:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313239 Log: 5.3.7RC3 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/strings/bug54332.phpt branches/PHP_5_3/main/snprintf.c branches/PHP_5_3/main/spprintf.c branches/PHP_5_4/ext/stan

2011-07-11 Thread Dmitry Stogov
dmitry Mon, 11 Jul 2011 09:47:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313127 Log: Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) Bug: https://bugs.php.net/54332 (error getting bug information) Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug54305.phpt branches/PHP_5_3/Zend/zend_vm_def.h branches/PHP_5_3/Zend/zend_vm_execute.h branches/PHP_5_4/Zend/tests/bug

2011-07-11 Thread Dmitry Stogov
dmitry Mon, 11 Jul 2011 10:31:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313129 Log: Fixed bug #54305 (Crash in gc_remove_zval_from_buffer) Bug: https://bugs.php.net/54305 (error getting bug information) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/reentrancy.c branches/PHP_5_4/main/reentrancy.c trunk/main/reentrancy.c

2011-07-11 Thread Ilia Alshanetsky
iliaaMon, 11 Jul 2011 17:01:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313144 Log: Fixed bug #55014 (Compile failure due to improper use of ctime_r()). Bug: https://bugs.php.net/55014 (Open) Error Compiling: too many arguments to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mcrypt/mcrypt.c branches/PHP_5_4/ext/mcrypt/mcrypt.c trunk/ext/mcrypt/mcrypt.c

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:19:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313109 Log: - use warning here to match unix behavior Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:36:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313110 Log: - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data Bug: https://bugs.php.net/55169 (Open) mcrypt_create_iv always fails to

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_

2011-07-08 Thread Daniel Convissor
Hi Folks: On Thu, Jul 07, 2011 at 02:20:50PM -0700, Stas Malyshev wrote: In fact, I'm not sure why would we need such warning at all. Unknown class - return false, who cares? +1 Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functions.c branches/PHP_5_3/e

2011-07-07 Thread Johannes Schlüter
Hi, I was told (didn't verify) that this causes lots of trouble with PEAR and other applications. We're in final RC phase of 5.3.7. I don't think it is critical for 5.3.7 and I wonder whether we need it for 5.3 at all. johannes On Mon, 2011-07-04 at 14:55 +, Dmitry Stogov wrote: dmitry

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functi

2011-07-07 Thread Pierre Joye
what kind of troubles do they see? 2011/7/7 Johannes Schlüter johan...@schlueters.de: Hi, I was told (didn't verify) that this causes lots of trouble with PEAR and other applications. We're in final RC phase of 5.3.7. I don't think it is critical for 5.3.7 and I wonder whether we need it for

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functi

2011-07-07 Thread Johannes Schlüter
On Thu, 2011-07-07 at 20:27 +0200, Pierre Joye wrote: what kind of troubles do they see? https://pear.php.net/bugs/bug.php?id=18656 Even if the Warning is good it's questionable for 5.3, especially during RC. (note that warnings not only cause the error being reported, which can be switched off

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_fu

2011-07-07 Thread Stas Malyshev
Hi! On 7/7/11 2:08 PM, Johannes Schlüter wrote: On Thu, 2011-07-07 at 20:27 +0200, Pierre Joye wrote: what kind of troubles do they see? https://pear.php.net/bugs/bug.php?id=18656 Even if the Warning is good it's questionable for 5.3, especially during RC. Yes, I had problem with it too

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55156.phpt branches/PHP_5_4/Zend/tests/bug55156.phpt branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/tests/bug55156.ph

2011-07-07 Thread Felipe Pena
felipe Thu, 07 Jul 2011 23:07:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313056 Log: - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) Bug: https://bugs.php.net/55156 (Closed)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/streams/streams.c branches/PHP_5_4/main/streams/streams.c trunk/main/streams/streams.c

2011-07-05 Thread Gustavo André dos Santos Lopes
cataphract Tue, 05 Jul 2011 16:09:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312937 Log: - Fixed bug #52935 (call exit in user_error_handler cause stream relate core). Bug: https://bugs.php.net/52935 (Assigned) call exit in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_3/sapi/fpm/fpm/zlog.c branches/PHP_5_3/sapi/fpm/fpm/zlog.h branches/PHP_5_4/sapi/fpm/fpm/fpm_

2011-07-05 Thread Jérôme Loyet
fat Tue, 05 Jul 2011 18:09:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312943 Log: - Fixed wrong value of log_level when invoking fpm with -tt Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functions.c branches/PHP_5_3/ext/s

2011-07-04 Thread Dmitry Stogov
dmitry Mon, 04 Jul 2011 14:55:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312904 Log: Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) Bug: https://bugs.php.net/53727 (Assigned) Inconsistent behavior of

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS sapi/fpm/fpm/fpm_status.c

2011-07-04 Thread Jérôme Loyet
fat Mon, 04 Jul 2011 21:29:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312914 Log: - Fixed missing Expires and Cache-Control headers for ping and status pages Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_4/sapi/fpm/fpm/fpm_conf.c trunk/sapi/fpm/fpm/fpm_conf.c

2011-07-04 Thread Jérôme Loyet
fat Tue, 05 Jul 2011 01:43:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312923 Log: Fixed memory leak Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/crypt.c branches/PHP_5_3/ext/standard/tests/strings/crypt_variation1.phpt branches/PHP_5_4/ext/standard/crypt.c branche

2011-07-04 Thread Stanislav Malyshev
stas Mon, 04 Jul 2011 23:38:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312919 Log: fix crypt() issue with overlong salt Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/crypt.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/pdo_dblib/dblib_stmt.c

2011-07-03 Thread Felipe Pena
felipe Sun, 03 Jul 2011 19:01:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312860 Log: - Fixed bug #54329 (MSSql extension memory leak) patch by: dotslashpok at gmail dot com Bug: https://bugs.php.net/54329 (Open) MSSql extension memory

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm.h branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_3/sapi/fpm/fpm/fpm_ma

2011-07-02 Thread Jérôme Loyet
fat Sat, 02 Jul 2011 23:41:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312827 Log: - Implemented FR #54172 (Overriding the pid file location of php-fpm) Bug: https://bugs.php.net/54172 (Closed) Overriding the pid file location of

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

2011-06-30 Thread Adam Harvey
aharvey Thu, 30 Jun 2011 06:14:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312659 Log: Fix bug #55066 (Missing linebreak in NEWS). Bug: https://bugs.php.net/55066 (Open) Missing linebreak in NEWS Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/general_functions/var_export_basic9.phpt branches/PHP_5_3/ext/standard/var.c branches/PHP_5_4/ext/standard/tests/

2011-06-30 Thread Gustavo André dos Santos Lopes
cataphract Thu, 30 Jun 2011 09:26:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312661 Log: - Fixed bug #55082 (var_export() doesn't escape properties properly). Bug: https://bugs.php.net/55082 (Open) var_export() doesn't escape properties

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-06-30 Thread Ilia Alshanetsky
iliaaThu, 30 Jun 2011 13:16:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312679 Log: 5.3.7RC2 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-06-30 Thread Ilia Alshanetsky
iliaaThu, 30 Jun 2011 13:31:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312687 Log: Back to dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_iterators.c branches/PHP_5_3/ext/spl/tests/bug54971.phpt branches/PHP_5_4/ext/spl/spl_iterators.c branches/PHP_5_4/ext/s

2011-06-28 Thread Pierrick Charron
pierrick Tue, 28 Jun 2011 11:09:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312564 Log: Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true) Bug: http://bugs.php.net/54971 (unknown) Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dba/dba_db4.c branches/PHP_5_4/ext/dba/dba_db4.c trunk/ext/dba/dba_db4.c

2011-06-27 Thread Christopher Jones
sixd Mon, 27 Jun 2011 22:58:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312540 Log: Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error message prefixes Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/config.m4 branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm_atomic.h branches/PHP_5_3/sapi/fpm/fpm/

2011-06-26 Thread Johannes Schlüter
On Sun, 2011-06-26 at 15:48 +, Jérôme Loyet wrote: fat Sun, 26 Jun 2011 15:48:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312496 Log: - Replaced shm_slots with a real scoreboard - Added several improvements to the status page

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/config.m4 branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm_atomic.h branches/PHP_5_3/sapi/fpm/fpm/

2011-06-26 Thread Jérôme Loyet
This looks like a rather big change. Is that needed for 5.3.7? Even if it looks big, it's not that big. I've extended the SHM usage and renamed it to scoreboard. It's not necessary needed for 5.3.7. ++ Jerome -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2011-06-26 Thread Felipe Pena
felipe Mon, 27 Jun 2011 01:39:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312507 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-06-23 Thread Felipe Pena
felipe Fri, 24 Jun 2011 00:53:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312426 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/zlog.c branches/PHP_5_4/sapi/fpm/fpm/zlog.c trunk/sapi/fpm/fpm/zlog.c

2011-06-19 Thread Jérôme Loyet
fat Mon, 20 Jun 2011 00:03:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312319 Log: Removed pid in debug logs written by chrildren processes Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:05:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312259 Log: ws Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm_children.c branches/PHP_5_3/sapi/fpm/fpm/fpm_events.c branches/PHP_5_3/sapi/fpm

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:15:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312260 Log: Fixed exit at FPM startup on fpm_resources_prepare Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.h branches/PHP_5_3/sapi/fpm/fpm/fpm_unix.c branches/PHP_5_3/sapi/fpm/

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:27:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312261 Log: Added master rlimit_files and rlimit_core in the global configuration settings Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/interval.c branches/PHP_5_3/ext/date/tests/date_diff1.phpt branches/PHP_5_4/ext/date/lib/interval.c branches/PHP_5_4/ex

2011-06-17 Thread Derick Rethans
derick Fri, 17 Jun 2011 16:38:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312235 Log: - Fixed bug where the DateTime object got changed while using date_diff(). Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c branches/PHP_5_3/sapi/fpm/fpm/fpm_status.c branches/PHP_5_3/sapi/fpm/fpm/fpm_status.h branches/PHP_5_4/sapi/

2011-06-17 Thread Jérôme Loyet
fat Fri, 17 Jun 2011 23:19:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312244 Log: - added xml format to the status page - clean fpm_status.c code Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-06-16 Thread Johannes Schlüter
johannes Thu, 16 Jun 2011 12:40:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312204 Log: 5.3.7RC1 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-06-16 Thread Johannes Schlüter
johannes Thu, 16 Jun 2011 12:47:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312206 Log: - Back to -dev Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h branches/PHP_5_4/ext/sqlite3/libsqlite/sqlite3.c br

2011-06-14 Thread Scott MacVicar
scottmac Tue, 14 Jun 2011 17:00:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312159 Log: Upgrade SQLite to 3.7.6.3 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c

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

2011-06-14 Thread Gustavo André dos Santos Lopes
cataphract Tue, 14 Jun 2011 22:18:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312175 Log: - Broken overlong (80 chars) lines. - Added entry corresponding to r301991, as requested. Changed paths: U php/php-src/branches/PHP_5_3/NEWS

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

2011-06-13 Thread Felipe Pena
felipe Mon, 13 Jun 2011 19:47:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312128 Log: - Added CVE id Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS main/rfc1867.c

2011-06-12 Thread Felipe Pena
felipe Sun, 12 Jun 2011 15:14:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312103 Log: - Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload filename) Reported by: kkotowicz at gmail dot com Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug54624.phpt branches/PHP_5_3/Zend/zend_compile.c branches/PHP_5_4/Zend/tests/bug54624.phpt branches/PHP_5_4/Zend/zend_c

2011-06-12 Thread Felipe Pena
felipe Sun, 12 Jun 2011 21:10:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312112 Log: - Fixed bug #54624 (class_alias and type hint) Bug: http://bugs.php.net/54624 (Open) class_alias and type hint (II.) Changed paths: U

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

2011-06-11 Thread Pierre Joye
pajoye Sat, 11 Jun 2011 13:23:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312050 Log: - missing entry for curl.cainfo Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_4/ext/reflection/php_reflection.c trunk/ext/reflection/php_reflection.c

2011-06-11 Thread Felipe Pena
felipe Sat, 11 Jun 2011 15:11:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312052 Log: - Missing fix for bug #54347 Bug: http://bugs.php.net/54347 (Closed) reflection_extension does not lowercase module function name Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/oci8_interface.c branches/PHP_5_3/ext/oci8/php_oci8_int.h branches/PHP_5_3/ext/oci8/tests/

2011-06-10 Thread Christopher Jones
sixd Fri, 10 Jun 2011 17:38:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312017 Log: Add oci_client_version() returning the runtime Oracle client library version - predominantly useful for the test suite Changed paths: U

<    1   2   3   4   5   6   7   8   9   10   >