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

2009-08-03 Thread Antony Dovgal
tony2001 Mon, 03 Aug 2009 08:45:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286719 Log: revert bogus memleak fix causing Valgrind to scream Changed paths: U php/php-src/branches/PHP_5_2/NEWS U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug48058.phpt

2009-08-03 Thread Derick Rethans
On Sun, 2 Aug 2009, Rasmus Lerdorf wrote: rasmus Sun, 02 Aug 2009 22:37:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286707 Log: Fix test on 32-bit I'd rather see we had a test for both platforms instead of making this one vague...

[PHP-CVS] svn: /php/phpruntests/trunk/tests/configuration/ rtExternalToolTest.php rtMemoryToolTest.php

2009-08-03 Thread Zoe Slattery
zoe Mon, 03 Aug 2009 09:48:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286720 Log: oops Changed paths: D php/phpruntests/trunk/tests/configuration/rtExternalToolTest.php A +

[PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Uwe Schindler
thetaphi Mon, 03 Aug 2009 10:12:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286721 Log: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server 7.0

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

2009-08-03 Thread Uwe Schindler
thetaphi Mon, 03 Aug 2009 10:13:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286722 Log: MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server

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

2009-08-03 Thread Uwe Schindler
thetaphi Mon, 03 Aug 2009 10:14:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286723 Log: MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/strings/htmlentities02.phpt branches/PHP_5_2/ext/standard/tests/strings/htmlentities04.phpt branches/PHP_5_2/ext/standard/tests/strings

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 10:23:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286724 Log: - These tests fail if mbstring is enabled, not because of bad libc.. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Jani Taskinen
Please use the single-commit way instead of doing multiple commits. Especially when you fix bugs..now there are 3 commit entries in that report. :D See also: http://wiki.php.net/vcs/svnfaq#sparse_directory_checkout_instructions --Jani On 08/03/2009 01:12 PM, Uwe Schindler wrote:

RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Uwe Schindler
Thanks Jani, I thought it is still optional to do this. The question is, how to do that on Windows with TortoiseSVN using the GUI? We had a similar discussion on the Lucene-Java Mailinglist about updating the backwards-compatibility tests branch with one commit together with trunk. - Uwe

Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Jani Taskinen
On 08/03/2009 01:36 PM, Uwe Schindler wrote: Thanks Jani, I thought it is still optional to do this. Semi-optional. Since we use svn, why not fully make use of the features it provides? The question is, how to do that on Windows with TortoiseSVN using the GUI? No idea..is it not

Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Kalle Sommer Nielsen
Hi Uwe 2009/8/3 Uwe Schindler theta...@php.net: Thanks Jani, I thought it is still optional to do this. The question is, how to do that on Windows with TortoiseSVN using the GUI? We had a similar discussion on the Lucene-Java Mailinglist about updating the backwards-compatibility tests

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

2009-08-03 Thread Kalle Sommer Nielsen
Hi +- Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX). +  (Uwe Schindler)  - Fixed bug #49132 (posix_times returns false without error).   (phpbugs at gunnu dot us)  - Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu) Please order

RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Uwe Schindler
On 08/03/2009 01:36 PM, Uwe Schindler wrote: Thanks Jani, I thought it is still optional to do this. Semi-optional. Since we use svn, why not fully make use of the features it provides? +1. But excuse my fault, it was my first commit since the SVN migration. The question is, how to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_3/ext/readline/config.m4 trunk/ext/readline/config.m4

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 11:21:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286725 Log: - Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning) # This isn't worth of NEWS entry, it's just cosmetic

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/strings/htmlentities02.phpt branches/PHP_5_2/ext/standard/tests/strings/htmlentities04.phpt branches/PHP_5_2/ext/standard/tests/s

2009-08-03 Thread Jani Taskinen
On 08/03/2009 01:53 PM, Hannes Magnusson wrote: On Mon, Aug 3, 2009 at 12:23, Jani Taskinenj...@php.net wrote: jani Mon, 03 Aug 2009 10:23:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286724 Log: - These tests fail if mbstring is

[PHP-CVS] svn: /php/phpruntests/trunk/src/testcase/sections/configurationsections/ rtStdinSection.php

2009-08-03 Thread Zoe Slattery
zoe Mon, 03 Aug 2009 11:59:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286729 Log: fixing to run on Windows Changed paths: U php/phpruntests/trunk/src/testcase/sections/configurationsections/rtStdinSection.php Modified:

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

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 13:02:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286732 Log: - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag) Bug: http://bugs.php.net/48400 (Assigned) imap crashes when closing

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/standard/streamsfuncs.c branches/PHP_5_2/ext/standard/tests/streams/stream_is_local.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/

2009-08-03 Thread Felipe Pena
felipe Mon, 03 Aug 2009 13:16:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286733 Log: - Re-fix stream_is_local() memory leaks Changed paths: U php/php-src/branches/PHP_5_2/NEWS U

[PHP-CVS] svn: /SVNROOT/ pear_avail

2009-08-03 Thread Brett Bieber
saltybeagle Mon, 03 Aug 2009 13:24:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286735 Log: Grant Michiel Rook access to pear/packages/VersionControl_SVN Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail

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

2009-08-03 Thread Felipe Pena
felipe Mon, 03 Aug 2009 13:26:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286736 Log: - Improved. No ugly copy. (Tony) Changed paths: U php/php-src/branches/PHP_5_2/NEWS U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd.h

2009-08-03 Thread Andrey Hristov
andrey Mon, 03 Aug 2009 14:46:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286738 Log: test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd.h

2009-08-03 Thread Andrey Hristov
andrey Mon, 03 Aug 2009 14:50:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286739 Log: test 2 Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/streamsfuncs.c branches/PHP_5_3/ext/standard/streamsfuncs.c trunk/ext/standard/streamsfuncs.c

2009-08-03 Thread Felipe Pena
felipe Mon, 03 Aug 2009 15:58:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286744 Log: - CS Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/streamsfuncs.c U php/php-src/branches/PHP_5_3/ext/standard/streamsfuncs.c

[PHP-CVS] svn: /php/php-src/trunk/ext/zlib/ zlib.c

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 18:08:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286749 Log: - Fix output compression Changed paths: U php/php-src/trunk/ext/zlib/zlib.c Modified: php/php-src/trunk/ext/zlib/zlib.c

[PHP-CVS] svn: /php/php-src/trunk/ext/zlib/ php_zlib.h zlib.c

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 18:09:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286750 Log: - Cleanup Changed paths: U php/php-src/trunk/ext/zlib/php_zlib.h U php/php-src/trunk/ext/zlib/zlib.c Modified:

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_2/ext/zlib/php_zlib.h PHP_5_2/main/SAPI.c PHP_5_3/NEWS PHP_5_3/ext/zlib/php_zlib.h PHP_5_3/main/SAPI.c

2009-08-03 Thread Jani Taskinen
jani Mon, 03 Aug 2009 18:15:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286751 Log: - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value) # also fixes bug #35936 (ini.zlib.output-compression

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

2009-08-03 Thread Felipe Pena
felipe Mon, 03 Aug 2009 19:05:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286752 Log: - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32) Bug: http://bugs.php.net/49095 (Closed) proc_get_status['exitcode'] fails on win32

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/simplexml/tests/bug36611.phpt branches/PHP_5_2/ext/simplexml/tests/bug40451.phpt branches/PHP_5_2/ext/simplexml/tests/bug41175.phpt branches/PHP_5_2/e

2009-08-03 Thread andy wharmby
wharmby Mon, 03 Aug 2009 22:40:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286770 Log: Add missing SKIPIF sections to tests Changed paths: U php/php-src/branches/PHP_5_2/ext/simplexml/tests/bug36611.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/get_defined_constants_basic.phpt branches/PHP_5_2/ext/standard/tests/general_functions/get_defined_constants_error.ph

2009-08-03 Thread andy wharmby
wharmby Mon, 03 Aug 2009 23:12:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286771 Log: New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ parse_ini_file_variation6.phpt

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:17:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286776 Log: - Fix test Changed paths: U php/php-src/trunk/ext/standard/tests/file/parse_ini_file_variation6.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ bug47859.phpt

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:24:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286777 Log: - fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/bug47859.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/bug49056.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_ini_scanner.l branches/PHP_5_3/ext/standard/tests/gene

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:34:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286778 Log: - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys) Bug: http://bugs.php.net/49056 (Open)

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/ bug47859.phpt

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:34:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286779 Log: - cosmetics Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/bug47859.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_ini_scanner.c branches/PHP_5_3/Zend/zend_ini_scanner_defs.h trunk/Zend/zend_ini_scanner.c trunk/Zend/zend_ini_scanner_defs.h

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:35:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286780 Log: - Generated files Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/http/ bug43510.phpt

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:54:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286781 Log: -fix test Changed paths: U php/php-src/trunk/ext/standard/tests/http/bug43510.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/http/bug48929.phpt branches/PHP_5_3/ext/standard/tests/http/bug48929.phpt trunk/ext/standard/tests/http/bug48929.phpt

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:55:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286782 Log: - Fix title Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/http/bug48929.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_ini_scanner.l branches/PHP_5_3/ext/standard/tests/general_functions/bug48768.phpt trunk/Zend/zend_ini_scanner.l trunk/ext/

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:56:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286783 Log: - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) Bug: http://bugs.php.net/48768 (Verified) parse_ini_*() crash with INI_SCANNER_RAW