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

2011-09-19 Thread Ulf Wendel
Am 19.09.2011 11:57, schrieb Ferenc Kovacs: On Mon, Sep 19, 2011 at 10:19 AM, Ulf Wendelulf.wen...@oracle.com wrote: Am 17.09.2011 05:12, schrieb Xinchen Hui: laruence Sat, 17 Sep 2011 03:12:23 + Revision:

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

2011-09-19 Thread Ferenc Kovacs
Good point, are you proposing to change code and make libmysql 5.0+ a requirement? If so, several changes should be made to ext/mysql, ext/mysqli and PDO_MySQL. I think that it is your call, but yes, I think it would reasonable, and it would make our/your work much easier if we would have to

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

2011-09-19 Thread Johannes Schlüter
johannes Mon, 19 Sep 2011 12:31:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316982 Log: - Fix folding Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c U

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

2011-09-19 Thread Johannes Schlüter
On Mon, 2011-09-19 at 12:25 +0200, Ferenc Kovacs wrote: Good point, are you proposing to change code and make libmysql 5.0+ a requirement? If so, several changes should be made to ext/mysql, ext/mysqli and PDO_MySQL. I think that it is your call, but yes, I think it would reasonable,

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

2011-09-17 Thread Kalle Sommer Nielsen
Hi 2011/9/17 Xinchen Hui larue...@php.net: laruence                                 Sat, 17 Sep 2011 03:23:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316897 Log: Update NEWS 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_4/NEWS trunk/NEWS

2011-09-17 Thread Laruence
Hi: done~ :) thanks 2011/9/17 Kalle Sommer Nielsen ka...@php.net: Hi 2011/9/17 Xinchen Hui larue...@php.net: laruence                                 Sat, 17 Sep 2011 03:23:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316897 Log: Update NEWS Changed paths:    U

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

2011-09-16 Thread Hannes Magnusson
bjoriFri, 16 Sep 2011 07:43:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316847 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/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/tests/bug55509.phpt trunk/Zend/tests/bug55509.phpt

2011-09-16 Thread Pierrick Charron
pierrick Fri, 16 Sep 2011 18:29:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316862 Log: Fixed test bug #55713 (Christopher Jones) Bug: https://bugs.php.net/55713 (Open) Test masks patch for bug55509.phpt Changed paths: U

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

2011-09-16 Thread Christopher Jones
sixd Fri, 16 Sep 2011 19:56:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316864 Log: Test portability fix Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/tests/pecl_bug16035.phpt U

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

2011-09-16 Thread Felipe Pena
felipe Sat, 17 Sep 2011 00:01:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316885 Log: - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4) Bug: https://bugs.php.net/55231 (Closed) Unsatisfied symbols __sync_fetch_and_add_4

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

2011-09-16 Thread Felipe Pena
felipe Sat, 17 Sep 2011 00:05:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316886 Log: - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) Bug: https://bugs.php.net/55707 (Open) undefined reference to

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

2011-09-16 Thread Xinchen Hui
laruence Sat, 17 Sep 2011 03:12:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316895 Log: Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Since the catalog values always is def now, see

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

2011-09-16 Thread Xinchen Hui
laruence Sat, 17 Sep 2011 03:23:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316897 Log: Update NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS U php/php-src/trunk/NEWS Modified:

[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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/zend_builtin_functions.c

2011-09-15 Thread Dmitry Stogov
dmitry Thu, 15 Sep 2011 09:58:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316810 Log: Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com) Bug: https://bugs.php.net/55475 (Assigned) is_a() triggers autoloader

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/zend_builtin_functions.c

2011-09-15 Thread Ferenc Kovacs
On Thu, Sep 15, 2011 at 11:58 AM, Dmitry Stogov dmi...@php.net wrote: dmitry                                   Thu, 15 Sep 2011 09:58:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316810 Log: Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com)

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/zend_builtin_functions.c

2011-09-15 Thread Dmitry Stogov
dmitry Thu, 15 Sep 2011 10:59:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316811 Log: Reverted the fix for #55475 (is_a() triggers autoloader) before the common decision Bug: https://bugs.php.net/55475 (Closed) is_a() triggers autoloader

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/zend_builtin_functions.c

2011-09-15 Thread Johannes Schlüter
On Thu, 2011-09-15 at 12:28 +0200, Ferenc Kovacs wrote: so we are now reverting back to the old behavior? I didn't expected that by the discussion on the mailing list. ack, we shouldn't have changed the behavior in the fist place. But going back and forth is creating an even bigger mess.

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

2011-09-15 Thread Dmitry Stogov
dmitry Thu, 15 Sep 2011 11:30:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316812 Log: Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) Bug: https://bugs.php.net/50982 (Assigned) incorrect assumption of PAGE_SIZE size

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

2011-09-15 Thread Christopher Jones
sixd Thu, 15 Sep 2011 17:23:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316825 Log: Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351 Bug: https://bugs.php.net/351 (Closed)

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 Hannes Magnusson
On Tue, Sep 13, 2011 at 15:02, Xinchen Hui larue...@php.net wrote: laruence                                 Tue, 13 Sep 2011 13:02:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316621 Log: MFH, fix test Changed paths:    U  

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 Laruence
Hi: cjorcl laruence, from earlier: cjorcl who broke parse_ini_file.phpt and parse_ini_string_002.phpt? laruence_ your change borked it for me. Perhaps one of us has out of sync scanner. I'll check mine later, but no time today cjorcl laruence, re ini tests. OK. thanks 2011/9/14 Hannes

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/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/tests

2011-09-14 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 08:49:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316723 Log: Fix test, Make warning message bison independed Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug36732.phpt branches/PHP_5_3/ext/openssl/tests/openssl.cnf branches/PHP_5_4/ext/openssl/tests/bug36732.phpt branches/PHP_5_4/ext/opens

2011-09-14 Thread Gustavo André dos Santos Lopes
cataphract Wed, 14 Sep 2011 10:55:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316731 Log: - ext/openssl/tests/bug36732.phpt more portable. Bug: https://bugs.php.net/36732 (Closed) configargs req_extensions x509_extensions broken

[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_all

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:01:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316590 Log: Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence) Bug: https://bugs.php.net/55509 (Verified) segfault on x86_64 using more

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

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:07:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316591 Log: Fixed Bug #55649 (Undefined function Bug()). (Laruence) Bug: https://bugs.php.net/55649 (Assigned) Undefined function Bug() Changed paths: U

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

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:08:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316592 Log: sort changelog according to bug number 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/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/standard/file.c branches/PHP_5_3/ext/standard/tests/strings/bug55674.phpt branches/PHP_5_4/ext/standard/file.c branches/PHP_5_4/ext/standard/tests/str

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 12:44:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316618 Log: Fixed Bug #55674 (fgetcsv str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543 Bug: https://bugs.php.net/55674

[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/tests

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:02:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316621 Log: MFH, fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt U

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

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:11:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316622 Log: update news Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS Modified:

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

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:18:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316623 Log: Fix test (gzdecode not valid in 5.3 branch, maybe need add ? ) Changed paths: U php/php-src/branches/PHP_5_3/ext/zlib/tests/003.phpt Modified:

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

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:20:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316624 Log: MFH, fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/strings/md5_file.phpt Modified:

[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

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

2011-09-13 Thread Hannes Magnusson
On Tue, Sep 13, 2011 at 15:11, Xinchen Hui larue...@php.net wrote: laruence                                 Tue, 13 Sep 2011 13:11:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316622 Log: update news 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/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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/session_save_path_variation4.phpt branches/PHP_5_4/ext/session/tests/session_save_path_variation4.phpt trunk/ext/session/tests/session_s

2011-09-13 Thread Ferenc Kovacs
tyrael Tue, 13 Sep 2011 21:06:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316686 Log: I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation. Changed paths: U

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/ext/fileinfo/libmagic/print.c branches/PHP_5_4/ext/fileinfo/libmagic/print.c trunk/ext/fileinfo/libmagic/print.c

2011-09-13 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 02:19:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316700 Log: Fix warning implicit declaration of function `vasprintf' Changed paths: U php/php-src/branches/PHP_5_3/ext/fileinfo/libmagic/print.c U

[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

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

2011-09-12 Thread Popa Adrian Marius
mariuz Mon, 12 Sep 2011 09:56:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316521 Log: fix test 006 for firebird driver Changed paths: U php/php-src/branches/PHP_5_3/ext/interbase/tests/006.phpt Modified:

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  

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/multi.c branches/PHP_5_3/ext/curl/php_curl.h branches/PHP_5_3/ext/curl/tests/bug48203_multi.phpt branch

2011-09-12 Thread Alexey Shein
Hello, found memleak in a couple of tests: http://pastebin.com/pGpkr8GR 2011/9/12 Hannes Magnusson bj...@php.net: bjori                                    Mon, 12 Sep 2011 09:16:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316511 Log: Fixed issues when streams were

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

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 11:44:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316528 Log: Ensure we are working with strings here Changed paths: U php/php-src/branches/PHP_5_3/ext/pcre/php_pcre.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt branches/PHP_

2011-09-12 Thread Ulf Wendel
uw Mon, 12 Sep 2011 12:14:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316529 Log: Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if

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

2011-09-12 Thread Pierre Joye
hi, This fix is wrong, the conversion is done elsewhere already. Please revert. On Mon, Sep 12, 2011 at 1:44 PM, Hannes Magnusson bj...@php.net wrote: bjori                                    Mon, 12 Sep 2011 11:44:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316528

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/multi.c branches/PHP_5_3/ext/curl/php_curl.h branches/PHP_5_3/ext/curl/tests/bug48203_multi.phpt branch

2011-09-12 Thread Pierre Joye
hi, This fix seems incomplete or not fully tested (new leaks). Please revert it (feel free to keep it in trunk if you wish to) but revert it from 5.3/5.4 as both branches may have releases very soon and we do need clean tests before the release process begins. I will do it by tonight if you don't

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

2011-09-12 Thread Pierre Joye
pajoye Mon, 12 Sep 2011 12:59:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316531 Log: - revert incorrect fix introduced in r316528 Changed paths: U php/php-src/branches/PHP_5_3/ext/pcre/php_pcre.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_explain_metadata.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_explain_metadata.phpt trunk/ext/mysqli/tests/mysqli_explain_metadat

2011-09-12 Thread Ulf Wendel
uw Mon, 12 Sep 2011 13:14:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316533 Log: Hits libmysql/MySQL bug, works with mysqlnd Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_explain_metadata.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_explain_metadata.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_explain_metadata.phpt trunk/ext/mysqli/tests/mysqli_explain_met

2011-09-12 Thread Laruence
Hi: did you test with mysqlnd? I did before and get same segfault, you also said it was server issue? thanks 2011/9/12 Ulf Wendel u...@php.net: uw                                       Mon, 12 Sep 2011 13:14:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316533

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

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 13:21:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316536 Log: Allow replacement to be any scalar value Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_iterators.c U

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

2011-09-12 Thread Ulf Wendel
uw Mon, 12 Sep 2011 13:39:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316539 Log: Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt trunk/ext/mysqli/tests/mysqli_poll_kill.phpt

2011-09-12 Thread Kalle Sommer Nielsen
Hi Ulf 2011/9/12 Ulf Wendel u...@php.net:  array(1) {   [%u|b%processed beofre killed]= Is this correct? Shouldn't it be named: processed before killed? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2011-09-12 Thread Popa Adrian Marius
mariuz Mon, 12 Sep 2011 13:43:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316542 Log: fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object Changed paths: U

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

2011-09-12 Thread Ulf Wendel
uw Mon, 12 Sep 2011 13:55:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316545 Log: Fix typo. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/connect.inc branches/PHP_5_3/ext/mysql/tests/mysql_affected_rows.phpt branches/PHP_5_3/ext/mysql/tests/mysql_insert_id.phpt branches/PHP_5

2011-09-12 Thread Tjerk Anne Meesters
datibbaw Mon, 12 Sep 2011 14:35:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316547 Log: Reverted changes in connect.inc based on Ulf's feedback - Moved the ini_set() entries into a separate script 'setupdefault.inc' - Let mysql_affected_rows

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

2011-09-12 Thread Ulf Wendel
uw Mon, 12 Sep 2011 15:05:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316550 Log: This should please gcov.php.net which hits error 1044 instead of 1049. Changed paths: U

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

2011-09-12 Thread Derick Rethans
derick Mon, 12 Sep 2011 15:49:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316553 Log: - Updated to version 2011.10 (2011j) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h 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

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

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 17:20:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316561 Log: Test for non-string replacement, bug#54304 Bug: https://bugs.php.net/54304 (Closed) Invalid read in RegexIterator::accept() causes crash Changed

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

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

2011-09-12 Thread Pierre Joye
pajoye Mon, 12 Sep 2011 23:31:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316569 Log: - skip on win, strftime uses system TZ Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug32555.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mbstring/tests/mb_split-compat-01.phpt branches/PHP_5_4/ext/mbstring/tests/mb_split-compat-01.phpt trunk/ext/mbstring/tests/mb_split-compat-01.phpt

2011-09-12 Thread Pierre Joye
pajoye Mon, 12 Sep 2011 09:16:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316512 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_split-compat-01.phpt _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tokenizer/tests/bug26463.phpt branches/PHP_5_3/ext/tokenizer/tests/token_get_all_variation11.phpt branches/PHP_5_3/ext/tokenizer/tests/token_get_all_v

2011-09-09 Thread Pierre Joye
pajoye Fri, 09 Sep 2011 08:11:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316447 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/tokenizer/tests/bug26463.phpt _U

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/curl/tests/bug48203_multi.phpt PHP_5_3/ext/curl/tests/curl_basic_008.phpt PHP_5_3/ext/curl/tests/curl_basic_010.phpt PHP_5_3/ext/curl/tests/curl_file_

2011-09-09 Thread Hannes Magnusson
bjoriFri, 09 Sep 2011 08:14:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316448 Log: Merge tests from trunk Changed paths: A php/php-src/branches/PHP_5_3/ext/curl/tests/bug48203_multi.phpt U

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/ext/curl/tests/bug54798.phpt branches/PHP_5_4/ext/curl/tests/bug54798.phpt trunk/ext/curl/tests/bug54798.phpt

2011-09-09 Thread Hannes Magnusson
bjoriFri, 09 Sep 2011 08:28:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316449 Log: Being smart and cleanup/rename/modify tests seconds before committing isn't very smart. Changed paths: U

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

2011-09-09 Thread Ulf Wendel
uw Fri, 09 Sep 2011 12:12:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316455 Log: Bug #55653 Bug: https://bugs.php.net/55653 (Open) PS crash with libmysql when binding same variable as param and out Changed paths: A

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

2011-09-08 Thread Hannes Magnusson
bjoriThu, 08 Sep 2011 09:27:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316406 Log: Fix the path to the .pem Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/tests/bug54992.phpt U

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

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:00:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316407 Log: - skip if no hash Changed paths: U php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug43143.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/zlib/tests/ data.inc

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:15:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316409 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/zlib/tests/data.inc Property changes on:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zlib/tests/gzfile_basic.phpt branches/PHP_5_3/ext/zlib/tests/gzfile_basic2.phpt branches/PHP_5_3/ext/zlib/tests/gzfilegzreadfile.phpt branches/PHP_5_3

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:20:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316410 Log: - force LF and fix... and blame me for not reading the code correctly, zlib tests pass now, linux/bsd/win 100% Changed paths: _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/001.phpt branches/PHP_5_3/ext/mysql/tests/mysql_connect.phpt branches/PHP_5_3/ext/mysql/tests/mysql_max_links.phpt branches/PHP_5_3/ext/my

2011-09-08 Thread Ferenc Kovacs
tyrael Thu, 08 Sep 2011 11:30:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316413 Log: skip these tests if can't connect to mysql Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/tests/001.phpt U

[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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_connect.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 17:40:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316424 Log: Fix skipifs to match other tests for the case when connection fails Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_interface.phpt branches/PHP_5_4/ext/pdo_mysql/tests/

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 17:52:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316425 Log: Fix skipifs Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt U

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/ext/pdo/tests/bug_36798.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_fread_1.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_stream_1.phpt branches/PHP

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 20:13:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316427 Log: Update SKIPIFs for test portability Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/bug_36798.phpt U

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

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 07:51:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316302 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/iconv/tests/eucjp2sjis.phpt _U

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

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 08:01:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316303 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/iconv/tests/eucjp2utf8.phpt _U

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

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 08:12:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316304 Log: - add skipif for dom Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug51615.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/tests/dom005.phpt branches/PHP_5_3/ext/dom/tests/test.html branches/PHP_5_4/ext/dom/tests/dom005.phpt branches/PHP_5_4/ext/dom/tests/test.html tru

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 08:18:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316305 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt _U php/php-src/branches/PHP_5_3/ext/dom/tests/test.html

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter.phpt branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter.txt branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter_del

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 08:41:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316307 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter.phpt _U

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

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 09:03:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316309 Log: - fix test for OS where dir sep is \ Changed paths: U php/php-src/branches/PHP_5_3/ext/dom/tests/dom_xinclude.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/xmlwriter/tests/004.phpt branches/PHP_5_3/ext/xmlwriter/tests/OO_004.phpt branches/PHP_5_4/ext/xmlwriter/tests/004.phpt branches/PHP_5_4/ext/xmlwriter

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 09:37:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316312 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/xmlwriter/tests/004.phpt _U

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

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 09:41:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316313 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/xml/tests/bug26614_libxml.phpt _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/tidy/tests/ 010.phpt 012.phpt 024.phpt 025.phpt

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 10:14:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316318 Log: - force LF (svn prop and config) Changed paths: UU php/php-src/branches/PHP_5_3/ext/tidy/tests/010.phpt UU

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/tests/curl_CURLOPT_READDATA.phpt branches/PHP_5_3/ext/curl/tests/curl_basic_011.phpt branches/PHP_5_3/ext/curl/tests/curl_copy_handle_basic_001.p

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 10:34:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316323 Log: Update skipif message Changed paths: U php/php-src/branches/PHP_5_3/ext/curl/tests/curl_CURLOPT_READDATA.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/tests/curl_multi_getcontent_basic3.phpt branches/PHP_5_4/ext/curl/tests/curl_copy_handle_basic_002.phpt trunk/ext/curl/tests/curl_basic_011.phpt

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 10:38:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316325 Log: Sync tests between branches and fix the getcontent test Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/imap/tests/imap_utf8_to_mutf7_basic.phpt branches/PHP_5_4/ext/imap/tests/imap_utf8_to_mutf7_basic.phpt trunk/ext/imap/tests/imap_utf8_to_mutf7_basic.p

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 10:39:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316327 Log: Update skipif Changed paths: U php/php-src/branches/PHP_5_3/ext/imap/tests/imap_utf8_to_mutf7_basic.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/soap/tests/schema/schema064.phpt branches/PHP_5_4/ext/soap/tests/schema/schema064.phpt trunk/ext/soap/tests/schema/schema064.phpt

2011-09-07 Thread Pierre Joye
pajoye Wed, 07 Sep 2011 11:26:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316336 Log: - skip on win, diff TZ format Changed paths: U php/php-src/branches/PHP_5_3/ext/soap/tests/schema/schema064.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/SplFileInfo_getGroup_basic.phpt branches/PHP_5_3/ext/spl/tests/SplFileInfo_getOwner_basic.phpt branches/PHP_5_3/ext/zip/tests/bug53885.phpt

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 12:05:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316338 Log: Fix cleanup routines Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/SplFileInfo_getGroup_basic.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/lang/034.phpt branches/PHP_5_4/tests/lang/034.phpt trunk/tests/lang/034.phpt

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 12:06:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316339 Log: Add skip message Changed paths: U php/php-src/branches/PHP_5_3/tests/lang/034.phpt U php/php-src/branches/PHP_5_4/tests/lang/034.phpt U

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

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 13:47:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316353 Log: Fix errormessage Changed paths: U php/php-src/branches/PHP_5_3/ext/pcntl/config.m4 U php/php-src/branches/PHP_5_4/ext/pcntl/config.m4 U

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