[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/dir/opendir_variation6-win32.phpt branches/PHP_5_4/ext/standard/tests/dir/opendir_variation6-win32.phpt trunk/ext/standard/tests/dir/op

2012-01-10 Thread Pierre Joye
pajoye Tue, 10 Jan 2012 08:30:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322003 Log: - make it windows version independent, error msg differs, bad but well Changed paths: A

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/mkdist.php branches/PHP_5_4/win32/build/mkdist.php trunk/win32/build/mkdist.php

2012-01-09 Thread Pierre Joye
pajoye Mon, 09 Jan 2012 13:56:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321952 Log: - spl tests are also under examples (sigh) Changed paths: U php/php-src/branches/PHP_5_3/win32/build/mkdist.php U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/tests/basic/bug46313-win.phpt trunk/tests/basic/bug46313-win.phpt

2012-01-09 Thread Pierre Joye
pajoye Mon, 09 Jan 2012 14:29:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321953 Log: - rm Changed paths: D php/php-src/branches/PHP_5_4/tests/basic/bug46313-win.phpt D php/php-src/trunk/tests/basic/bug46313-win.phpt Deleted:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/rename_variation6-win32.phpt branches/PHP_5_4/ext/standard/tests/file/rename_variation6-win32.phpt trunk/ext/standard/tests/file/r

2012-01-09 Thread Pierre Joye
pajoye Mon, 09 Jan 2012 15:31:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321954 Log: - error is windows version dependent and not what we test here Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt trunk/sapi/cli/tests/php_cli_server_003.phpt

2012-01-09 Thread Pierre Joye
pajoye Tue, 10 Jan 2012 07:33:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322000 Log: - any other dir may not exist or may not be used Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt U

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Pierre Joye
Buggy skipif code simply does not work, and as posix does not exist on windows On Sun, Jan 8, 2012 at 9:42 PM, Rasmus Lerdorf ras...@php.net wrote: On 01/08/2012 12:36 PM, Stas Malyshev wrote: +if (posix_geteuid() == 0) die('SKIP Cannot run test as root.'); Does this work on Windows?

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-01-03 Thread Pierre Joye
pajoye Tue, 03 Jan 2012 23:46:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321735 Log: - Jenny access to wincache Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2011-12-26 Thread Pierre Joye
pajoye Mon, 26 Dec 2011 12:32:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321411 Log: - Fix bug #60326, fix TS build (introduced by r321406) Bug: https://bugs.php.net/60326 (error getting bug information) Changed paths: U

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

2011-12-26 Thread Pierre Joye
pajoye Tue, 27 Dec 2011 02:39:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321420 Log: - fix bug 60326, fix crash introduce by the fix Bug: https://bugs.php.net/60326 (Assigned) ob_gzhander() removed Changed paths: U

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

2011-12-18 Thread Pierre Joye
hi, do you have a test case for this crash? Cheers, On Sun, Dec 18, 2011 at 6:14 AM, Scott MacVicar scott...@php.net wrote: scottmac                                 Sun, 18 Dec 2011 05:14:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321094 Log: Fix segfault in older

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

2011-12-18 Thread Pierre Joye
On Sun, Dec 18, 2011 at 9:03 PM, Scott MacVicar sc...@macvicar.net wrote: It's not worth adding a test for, it's never going to re-occur and it only affects 4 year old versions of OpenSSL. Basically RHEL 5 is the only thing with a problem. I wrote one but don't want to add a somewhat

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS main/main.c main/php_globals.h main/php_variables.c

2011-12-15 Thread Pierre Joye
hi Dmitry, As of yesterday, please add it to php.ini and to the UPGRADING guide :) Thanks! On Thu, Dec 15, 2011 at 9:47 AM, Dmitry Stogov dmi...@php.net wrote: dmitry                                   Thu, 15 Dec 2011 08:47:03 + Revision:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/main/main.c branches/PHP_5_4/main/php_globals.h branches/PHP_5_4/main/php_variables.c trunk/main/main.c trunk/main/php_globals.h

2011-12-14 Thread Pierre Joye
hi Dmitry, Please add a note to the UPGRADING guide as well. Thanks, On Wed, Dec 14, 2011 at 9:56 AM, Dmitry Stogov dmi...@php.net wrote: dmitry                                   Wed, 14 Dec 2011 08:56:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321003 Log: Added

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/README.RELEASE_PROCESS branches/PHP_5_4/README.RELEASE_PROCESS trunk/README.RELEASE_PROCESS

2011-12-14 Thread Pierre Joye
pajoye Wed, 14 Dec 2011 16:32:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321018 Log: - add announce steps, s,cvs,svn, MFH Changed paths: U php/php-src/branches/PHP_5_3/README.RELEASE_PROCESS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/rename_variation13-win32.phpt branches/PHP_5_4/ext/standard/tests/file/rename_variation13-win32.phpt trunk/ext/standard/tests/file

2011-12-13 Thread Pierre Joye
pajoye Tue, 13 Dec 2011 13:46:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320939 Log: - ignore notices here, not what we test (array to string conversion) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/pdo_firebird/ firebird_driver.c

2011-12-13 Thread Pierre Joye
do a sparse checkout and commit all branches at once from php-src, see https://wiki.php.net/vcs/svnfaq :) 2011/12/13 marius adrian popa map...@gmail.com: 2011/12/13 Johannes Schlüter johan...@schlueters.de: Hi. Is there a test? I will add one to the tree And btw. Usually we commit to all

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/asort_variation5.phpt branches/PHP_5_4/ext/standard/tests/array/asort_variation5.phpt trunk/ext/standard/tests/array/asort_variat

2011-12-13 Thread Pierre Joye
pajoye Tue, 13 Dec 2011 23:04:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320994 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/asort_variation5.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt branches/PHP_5_4/ext/standard/tests/file/bug52624.phpt trunk/ext/standard/tests/file/bug52624.phpt

2011-12-13 Thread Pierre Joye
pajoye Tue, 13 Dec 2011 23:18:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320995 Log: - tmp dir is system depedent Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt branches/PHP_5_4/ext/standard/tests/array/array_change_key_case_variation8.phpt trunk/ext/s

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 13:31:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320895 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/arsort_variation5.phpt branches/PHP_5_4/ext/standard/tests/array/arsort_variation5.phpt trunk/ext/standard/tests/array/arsort_var

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 13:34:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320896 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/arsort_variation5.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/krsort_variation5.phpt branches/PHP_5_4/ext/standard/tests/array/krsort_variation5.phpt trunk/ext/standard/tests/array/krsort_var

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 13:49:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320897 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/krsort_variation5.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/ksort_variation5.phpt branches/PHP_5_4/ext/standard/tests/array/ksort_variation5.phpt trunk/ext/standard/tests/array/ksort_variat

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 13:53:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320898 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/ksort_variation5.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/natcasesort_variation4.phpt branches/PHP_5_4/ext/standard/tests/array/natcasesort_variation4.phpt trunk/ext/standard/tests/array/

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 13:56:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320899 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/natcasesort_variation4.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/array/sort_variation5.phpt branches/PHP_5_4/ext/standard/tests/array/sort_variation5.phpt trunk/ext/standard/tests/array/sort_variation

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 14:03:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320902 Log: - skip on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/sort_variation5.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/win32/build/mkdist.php trunk/win32/build/mkdist.php

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 15:09:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320909 Log: - copy run-test php Changed paths: U php/php-src/branches/PHP_5_4/win32/build/mkdist.php U php/php-src/trunk/win32/build/mkdist.php

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/win32/build/ mkdist.php

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 15:10:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320910 Log: - copy run-test php Changed paths: U php/php-src/branches/PHP_5_3/win32/build/mkdist.php Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/bug20424.phpt branches/PHP_5_4/ext/standard/tests/file/bug20424.phpt trunk/ext/standard/tests/file/bug20424.phpt

2011-12-12 Thread Pierre Joye
pajoye Mon, 12 Dec 2011 19:09:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320928 Log: - use the test itself, making the test passes when ran outside the src tree Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug51223.phpt trunk/ext/date/tests/bug51223.phpt

2011-12-07 Thread Pierre Joye
pajoye Wed, 07 Dec 2011 08:33:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320561 Log: - set TZ Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/bug51223.phpt U php/php-src/trunk/ext/date/tests/bug51223.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug51223.phpt branches/PHP_5_4/ext/date/tests/bug52113.phpt trunk/ext/date/tests/bug51223.phpt trunk/ext/date/tests/bug52113.phpt trunk/ext

2011-12-07 Thread Pierre Joye
pajoye Wed, 07 Dec 2011 08:37:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320562 Log: - rename to correct bug # Changed paths: D php/php-src/branches/PHP_5_4/ext/date/tests/bug51223.phpt A +

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/interval.c branches/PHP_5_4/ext/date/lib/interval.c trunk/ext/date/lib/interval.c

2011-12-07 Thread Pierre Joye
pajoye Wed, 07 Dec 2011 08:39:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320563 Log: - fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug48678.phpt branches/PHP_5_3/ext/date/tests/date_default_timezone_set-1.phpt branches/PHP_5_4/ext/date/tests/bug48678.phpt trunk/ext/date

2011-12-07 Thread Pierre Joye
pajoye Wed, 07 Dec 2011 09:03:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320564 Log: - print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug52062.phpt trunk/ext/date/tests/bug52062.phpt

2011-12-07 Thread Pierre Joye
pajoye Wed, 07 Dec 2011 10:38:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320568 Log: - tests require 64bit integer Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/main/main.c branches/PHP_5_4/main/php_globals.h branches/PHP_5_4/main/php_ini.c branches/PHP_5_4/tests/basic/bug54514.phpt trunk

2011-12-07 Thread Pierre Joye
this patch is not correct, php crashes on startup when a request is initialized. ==7872==at 0x816204B: php_auto_globals_create_request (php_variables.c:804) ==7872==by 0x818E564: zend_auto_global_init (zend_compile.c:6694) ==7872==by 0x81BB0CE: zend_hash_apply (zend_hash.c:716)

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/main/main.c branches/PHP_5_4/main/php_globals.h branches/PHP_5_4/main/php_ini.c branches/PHP_5_4/tests/basic/bug54514.phpt trunk

2011-12-07 Thread Pierre Joye
seems to be due to partially generated global table, clean build and I cannot reproduce the crash anymore. Sorry for the noise :) On Wed, Dec 7, 2011 at 12:20 PM, Pierre Joye pierre@gmail.com wrote: this patch is not correct, php crashes on startup when a request is initialized

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/phar/tests/005.phpt PHP_5_4/ext/phar/tests/005.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 11:58:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320491 Log: - force LF as EOL as the code expects it. however it sounds like a bug in the implementation phar.c:720 if (4 != php_stream_read(fp, buffer,

[PHP-CVS] svn: /php/php-src/trunk/ext/phar/tests/ 005.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:06:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320499 Log: - force LF as EOL as the code expects it. however it sounds like a bug in the implementation phar.c:720 if (4 != php_stream_read(fp, buffer,

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/phar_commitwrite.phpt branches/PHP_5_4/ext/phar/tests/phar_commitwrite.phpt trunk/ext/phar/tests/phar_commitwrite.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:07:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320500 Log: - force LF Changed paths: UU php/php-src/branches/PHP_5_3/ext/phar/tests/phar_commitwrite.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/phar_create_in_cwd.phpt branches/PHP_5_4/ext/phar/tests/phar_create_in_cwd.phpt trunk/ext/phar/tests/phar_create_in_cwd.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:16:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320501 Log: - force LF Changed paths: UU php/php-src/branches/PHP_5_3/ext/phar/tests/phar_create_in_cwd.phpt UU

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/phar_gobyebye.phpt branches/PHP_5_4/ext/phar/tests/phar_gobyebye.phpt trunk/ext/phar/tests/phar_gobyebye-win32.phpt trunk/ext/phar/tests/ph

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:34:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320502 Log: - add windows version of this test Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/tests/phar_gobyebye.phpt U

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/phar/tests/phar_gobyebye-win32.phpt PHP_5_4/ext/phar/tests/phar_gobyebye-win32.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:35:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320503 Log: - add windows version of this test Changed paths: A php/php-src/branches/PHP_5_3/ext/phar/tests/phar_gobyebye-win32.phpt A

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/phar_mount.phpt branches/PHP_5_4/ext/phar/tests/phar_mount.phpt trunk/ext/phar/tests/phar_mount.phpt

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 13:42:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320504 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/phar/tests/phar_mount.phpt UU

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

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 15:35:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320509 Log: - fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only Changed paths: U php/php-src/trunk/ext/curl/interface.c Modified:

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

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 15:57:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320510 Log: - fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only Changed paths: U php/php-src/trunk/ext/curl/interface.c Modified:

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

2011-12-06 Thread Pierre Joye
pajoye Tue, 06 Dec 2011 16:09:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=320511 Log: - fix the fix, wrong endif pos Changed paths: U php/php-src/trunk/ext/curl/interface.c Modified: php/php-src/trunk/ext/curl/interface.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-11-25 Thread Pierre Joye
pajoye Fri, 25 Nov 2011 21:18:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319846 Log: - implement FR #60390, SERVER_PORT missing Bug: https://bugs.php.net/60390 (Open) Missing _SERVER[SERVER_PORT] Changed paths: U

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

2011-11-25 Thread Pierre Joye
pajoye Fri, 25 Nov 2011 21:21:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319849 Log: - FR #60390 Bug: https://bugs.php.net/60390 (Closed) Missing _SERVER[SERVER_PORT] Changed paths: U php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/UPGRADING branches/PHP_5_3/main/main.c branches/PHP_5_3/main/php_globals.h branches/PHP_5_4/main/main.c trunk/main/main.c

2011-11-24 Thread Pierre Joye
pajoye Thu, 24 Nov 2011 12:46:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319750 Log: - merge crt warning change (r216594) and rename the ini to windows.show_crt_warning Changed paths: U php/php-src/branches/PHP_5_3/UPGRADING U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/php.ini-development branches/PHP_5_3/php.ini-production branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/php.ini-development

2011-11-24 Thread Pierre Joye
pajoye Thu, 24 Nov 2011 12:51:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319752 Log: - add crt warning ini Changed paths: U php/php-src/branches/PHP_5_3/php.ini-development U php/php-src/branches/PHP_5_3/php.ini-production

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-23 Thread Pierre Joye
hi Pierrick! Don't forget the UPGRADING guide :) Cheers, On Wed, Nov 23, 2011 at 11:20 PM, Pierrick Charron pierr...@php.net wrote: pierrick                                 Wed, 23 Nov 2011 22:20:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319729 Log: Implemented FR

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

2011-11-22 Thread Pierre Joye
they are, we only not raise notices or warnings anymore to keep the user experience at a good level. So please keep them in here :) On Tue, Nov 22, 2011 at 2:11 PM, Pierrick Charron pierr...@php.net wrote: pierrick                                 Tue, 22 Nov 2011 13:11:20 + Revision:

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

2011-11-22 Thread Pierre Joye
. Traditionally we mark functions as deprecated if they're deprecated in the code (e.g. PHP_DEP_FE), but that's not the case for these two. Should we just say in the change log that they'll always return false, or should the term deprecated be used? Peter On 22 November 2011 13:16, Pierre Joye

[PHP-CVS] Re: [PHP-DOC] [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Pierre Joye
On Tue, Nov 22, 2011 at 5:56 PM, Philip Olson phi...@roshambo.org wrote: I do not think they are deprecated, nor think they should be documented as such. They are but we removed the warnings to ease migration. These functions exist to help write portable code that works with 5.3 and 5.4

Re: [PHP-CVS] Re: [PHP-DOC] [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Pierre Joye
On Tue, Nov 22, 2011 at 6:28 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Nov 22, 2011 at 18:19, Pierre Joye pierre@gmail.com wrote: On Tue, Nov 22, 2011 at 5:56 PM, Philip Olson phi...@roshambo.org wrote: I do not think they are deprecated, nor think they should

Re: [PHP-CVS] Re: [PHP-DOC] [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Pierre Joye
On Tue, Nov 22, 2011 at 6:41 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: No. Please stop telling the doc team how to do their work. I'm not telling anyone anything but how things have been discussed. However, now that you open this topic, the doc team may document what we decide

Re: [PHP-CVS] Re: [PHP-DOC] [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Pierre Joye
On Tue, Nov 22, 2011 at 6:53 PM, Pierre Joye pierre@gmail.com wrote: On Tue, Nov 22, 2011 at 6:41 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: No. Please stop telling the doc team how to do their work. I'm not telling anyone anything but how things have been discussed

Re: [PHP-CVS] [PHP-DOC] [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Pierre Joye
On Tue, Nov 22, 2011 at 7:04 PM, Philip Olson phi...@roshambo.org wrote: I cannot find a discussion or decision. An old patch was applied that lacked an associated RFC. People later noticed the E_DEPRECATED error, so it was removed. That's how I see it, at least, We removed it because it

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

2011-11-20 Thread Pierre Joye
pajoye Sun, 20 Nov 2011 10:10:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319576 Log: - restore correct window_size Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/phar.c U php/php-src/branches/PHP_5_4/ext/phar/phar.c

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

2011-11-20 Thread Pierre Joye
no, fixed, thanks :) On Sun, Nov 20, 2011 at 10:51 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Sun, Nov 20, 2011 at 00:09, Pierre Joye paj...@php.net wrote: pajoye                                   Sat, 19 Nov 2011 23:09:12 + Revision: http://svn.php.net/viewvc?view

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Pierre Joye
On Fri, Nov 18, 2011 at 3:07 PM, Stefan Marr p...@stefan-marr.de wrote: Would it be a problem to revert that change, or at least 'table' it again? http://svn.php.net/viewvc/php/php-src/trunk/CODING_STANDARDS?revision=296679view=markup Nothing to discuss, love, hate, etc., just apply them :-)

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Pierre Joye
On Fri, Nov 18, 2011 at 4:03 PM, Stefan Marr p...@stefan-marr.de wrote: On 18 Nov 2011, at 15:36, Felipe Pena wrote: 'Be generous with whitespace' is the opposite of what you want to do. I.e. generous != stingy. :P I was obviously to imprecise in my request: I do not want to sound harsh but

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-11-15 Thread Pierre Joye
pajoye Tue, 15 Nov 2011 11:23:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319240 Log: - use actual handle Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-11-15 Thread Pierre Joye
pajoye Tue, 15 Nov 2011 11:24:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319241 Log: - use actual handle Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-11-15 Thread Pierre Joye
pajoye Tue, 15 Nov 2011 12:42:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319246 Log: - use actual handle Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt trunk/ext/standard/tests/streams/bug49936.phpt

2011-11-13 Thread Pierre Joye
On Sun, Nov 13, 2011 at 4:24 PM, Rasmus Lerdorf ras...@php.net wrote: On 11/13/2011 06:11 AM, Ferenc Kovacs wrote: Hi Rasmus, this change ( http://ci.qa.php.net/job/php-src-5.4-matrix-tests/architecture=x86-64,os=linux-debian-6.0/109/changes) broke the build on ci.qa.php.net:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt trunk/ext/standard/tests/streams/bug49936.phpt

2011-11-13 Thread Pierre Joye
On Sun, Nov 13, 2011 at 8:09 PM, Rasmus Lerdorf ras...@php.net wrote: Yeah, but there is also a different number of messages, so it isn't just sticking a %s in the message string part. We are going to end up with an expected output regex that basically accepts anything the way this test is

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

2011-11-12 Thread Pierre Joye
 #60279 2011/11/12 Johannes Schlüter johan...@schlueters.de: On Sat, 2011-11-12 at 10:36 +, Mateusz Kocielski wrote: Log: - Fixed NULL pointer dereference in stream_socket_enable_crypto, case when   ssl_handle of session_stream is not initialized. Changed paths:     U  

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli.c trunk/sapi/cli/php_cli.c

2011-11-11 Thread Pierre Joye
pajoye Fri, 11 Nov 2011 18:50:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319071 Log: - fix bug #60272, typo Bug: https://bugs.php.net/60272 (Open) Type in command line of php -h Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2011-11-10 Thread Pierre Joye
hi Mateusz, Not necessary in 5.3 and 5.4? Cheers, On Thu, Nov 10, 2011 at 11:33 AM, Mateusz Kocielski s...@php.net wrote: shm                                      Thu, 10 Nov 2011 10:33:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318987 Log: Fixed NULL pointer

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug60139.phpt branches/PHP_5_3/Zend/zend_closures.c branches/PHP_5_4/Zend/tests/bug60139.phpt branches/PHP_5_4/Zend/z

2011-11-02 Thread Pierre Joye
hi Dmitry! Thanks for this fix :) Can you add a note to the UPGRADING.INTERNALS please? About the new get_gc handler? Thanks! On Wed, Nov 2, 2011 at 7:31 AM, Dmitry Stogov dmi...@php.net wrote: dmitry                                   Wed, 02 Nov 2011 06:31:33 + Revision:

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

2011-10-26 Thread Pierre Joye
pajoye Wed, 26 Oct 2011 12:33:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318433 Log: - ws Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h

2011-10-24 Thread Pierre Joye
hi Rui, Did you test it that on other platforms than linux? It will also be nice to add tests case for this as this function (actually both escape args and cmds) has suffered from lack of testing on all platforms in the last php releases. Btw, update the upgrading guide too :) On Sun, Oct 23,

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

2011-10-24 Thread Pierre Joye
pajoye Mon, 24 Oct 2011 10:53:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318364 Log: - win9x is not supported anymore since 5.3 Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/tests/file/bug60120.phpt branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/

2011-10-24 Thread Pierre Joye
pajoye Mon, 24 Oct 2011 12:39:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318366 Log: - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes Bug: https://bugs.php.net/60120

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

2011-10-08 Thread Pierre Joye
pajoye Sat, 08 Oct 2011 06:17:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317882 Log: - fix bug #55870, PDO ignores all SSL parameters when used with mysql native driver Bug: https://bugs.php.net/55870 (Open) PDO ignores all SSL

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-10-08 Thread Pierre Joye
pajoye Sat, 08 Oct 2011 14:21:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317904 Log: - ruslan's karma for eio Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2011-10-04 Thread Pierre Joye
pajoye Wed, 05 Oct 2011 05:20:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317753 Log: - Revert r313616 (When we have a blocking SSL socket, respect the timeout option, scottmac) # This caused bug #55283 and #55848, we should investigate

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

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:36:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317304 Log: - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) sizeof(int) like on sparc Bug: https://bugs.php.net/55622 (error

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

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:38:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317305 Log: - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) sizeof(int) like on sparc Bug: https://bugs.php.net/55622 (error

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

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:49:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317306 Log: - be sure to check if the var ha not been removed between the two calls Changed paths: U

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

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:56:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317307 Log: - update news 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/ext/standard/basic_functions.c branches/PHP_5_4/main/php_ini.c trunk/ext/standard/basic_functions.c

2011-09-26 Thread Pierre Joye
yes, another commit has been done at the same time by mistake, I added a comment about that in the respective bug report. Cheers, On Mon, Sep 26, 2011 at 2:30 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 26, 2011 at 10:49, Pierre Joye paj...@php.net wrote: pajoye

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

2011-09-26 Thread Pierre Joye
that's changes since last 5.4 releases and will be cleaned up in final. There was a discussion about that and it was told to do so. On Mon, Sep 26, 2011 at 2:32 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 26, 2011 at 10:56, Pierre Joye paj...@php.net wrote: pajoye

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-09-23 Thread Pierre Joye
pajoye Fri, 23 Sep 2011 11:40:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317189 Log: - zend karma for Laruence (dmitry laruence: you can commit yourself) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-09-21 Thread Pierre Joye
VCWD_GETCWD is sufficient. On Wed, Sep 21, 2011 at 1:49 AM, Moriyoshi Koizumi m...@mozo.jp wrote: Hi, Where does HAVE_BROKEN_GETCWD come from? Isn't simply using VCWD_GETCWD sufficient? Moriyoshi On 2011/09/20, at 16:06, Xinchen Hui wrote: laruence                                 Tue,

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysqlnd/mysqlnd.c branches/PHP_5_4/ext/mysqlnd/mysqlnd_ps.c trunk/ext/mysqlnd/mysqlnd.c trunk/ext/mysqlnd/mysqlnd_ps.c

2011-09-17 Thread Pierre Joye
pajoye Sat, 17 Sep 2011 10:24:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316906 Log: - fix TS build Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.c U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_ps.c

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

2011-09-17 Thread Pierre Joye
pajoye Sat, 17 Sep 2011 12:41:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316910 Log: - fix build (macros mess) Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/bz2/tests/005.phpt branches/PHP_5_4/ext/bz2/tests/005.phpt trunk/ext/bz2/tests/005.phpt

2011-09-15 Thread Pierre Joye
pajoye Thu, 15 Sep 2011 09:15:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316809 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/bz2/tests/005.phpt _U php/php-src/branches/PHP_5_4/ext/bz2/tests/005.phpt _U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ md5_file.phpt

2011-09-14 Thread Pierre Joye
hm, right, fails here too. Let me check again previous revision. On Wed, Sep 14, 2011 at 10:02 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Sep 6, 2011 at 19:10, Pierre Joye paj...@php.net wrote: pajoye                                   Tue, 06 Sep 2011 17:10:16 +

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt PHP_5_4/ext/standard/t

2011-09-14 Thread Pierre Joye
Same, that's again the discussion about the parser. Please keep it as it was so it is parser independent. On Wed, Sep 14, 2011 at 10:07 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Sep 13, 2011 at 15:02, Xinchen Hui larue...@php.net wrote: laruence                              

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

2011-09-14 Thread Pierre Joye
pajoye Wed, 14 Sep 2011 10:30:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316729 Log: - fix text (encoding was broken with the previous commit) Changed paths: U php/php-src/trunk/ext/standard/tests/strings/md5_file.phpt Modified:

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

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 10:38:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316594 Log: - do not display the crt warnings anymore by default. It is enough to simply fail from a user land pov as it is the case on posix platforms Changed

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

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 10:39:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316595 Log: - news for the crt warning Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug33415-2.phpt branches/PHP_5_4/ext/date/tests/bug33415-2.phpt trunk/ext/date/tests/bug33415-2.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 12:04:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316609 Log: - fix test on win, putenv is not supported for TZ and ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33415-2.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/bug33532.phpt trunk/ext/date/tests/bug33532.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:26:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316625 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33532.phpt

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

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:27:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316626 Log: - fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33532.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/date_default_timezone_get-1.phpt branches/PHP_5_4/ext/date/tests/date_default_timezone_get-1.phpt trunk/ext/date/tests/date_default_timezon

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:39:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316630 Log: - TZ auto detection varies, not always UTC Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/date_default_timezone_get-1.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/date_default_timezone_get-2.phpt branches/PHP_5_4/ext/date/tests/date_default_timezone_get-2.phpt trunk/ext/date/tests/date_default_timezon

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:42:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316631 Log: - TZ auto detection varies, not always UTC Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/date_default_timezone_get-2.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/mktime-2.phpt branches/PHP_5_4/ext/date/tests/mktime-2.phpt trunk/ext/date/tests/mktime-2.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:51:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316633 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/mktime-2.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/timezone-configuration.phpt branches/PHP_5_4/ext/date/tests/timezone-configuration.phpt trunk/ext/date/tests/timezone-configuration.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:58:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316634 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt trunk/ext/date/tests/DateInterval_format_a.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 16:21:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=31 Log: - test passes now (and VC6 is not supported anymore) Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt U

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