]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.4'
Andrey Hristov [Wed, 19 Dec 2012 15:20:19 +0000 (16:20 +0100)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Andrey Hristov [Wed, 19 Dec 2012 14:08:09 +0000 (15:08 +0100)]
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Wed, 19 Dec 2012 14:07:03 +0000 (15:07 +0100)]
Merge branch 'master' of ssh://git.php.net/php-src

12 years agoMerge branch 'PHP-5.4'
Andrey Hristov [Wed, 19 Dec 2012 14:05:47 +0000 (15:05 +0100)]
Merge branch 'PHP-5.4'

Conflicts:
ext/mysqlnd/mysqlnd_alloc.c

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Wed, 19 Dec 2012 09:25:16 +0000 (10:25 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix failing test on Linux build

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Wed, 19 Dec 2012 09:25:05 +0000 (10:25 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix failing test on Linux build

12 years agofix failing test on Linux build
Remi Collet [Wed, 19 Dec 2012 09:23:57 +0000 (10:23 +0100)]
fix failing test on Linux build

12 years agoMerge branch 'PHP-5.5'
Nikita Popov [Tue, 18 Dec 2012 20:41:55 +0000 (21:41 +0100)]
Merge branch 'PHP-5.5'

12 years agoFix leak when generator ignores sent value
Nikita Popov [Tue, 18 Dec 2012 20:36:48 +0000 (21:36 +0100)]
Fix leak when generator ignores sent value

When the return value of yield wasn't used it was leaked.

This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are
automatically freed when they aren't used.

12 years agoMerge branch 'PHP-5.5'
David Soria Parra [Tue, 18 Dec 2012 16:28:22 +0000 (17:28 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  News for PHP 5.5.0 Alphas

12 years agoNews for PHP 5.5.0 Alphas
David Soria Parra [Fri, 14 Dec 2012 23:08:39 +0000 (00:08 +0100)]
News for PHP 5.5.0 Alphas

12 years agobe cautious about the result of strrchr
Andrey Hristov [Tue, 18 Dec 2012 15:21:05 +0000 (16:21 +0100)]
be cautious about the result of strrchr

12 years agoixed bug that exception won't be catched
Xinchen Hui [Tue, 18 Dec 2012 07:34:47 +0000 (15:34 +0800)]
ixed bug that exception won't be catched

Related failed test Zend/tests/bug35437.phpt (after he latest
execute_data improvement, run with non CALL vm kind)

12 years agoRevert "Fixed bug that exception won't be catched"
Xinchen Hui [Tue, 18 Dec 2012 07:27:54 +0000 (15:27 +0800)]
Revert "Fixed bug that exception won't be catched"

This reverts commit 28db07a0e39ee593edc843ce3c162da247eb2bbe.

Unexpected vm kind change

12 years agoFixed bug that exception won't be catched
Xinchen Hui [Tue, 18 Dec 2012 07:20:58 +0000 (15:20 +0800)]
Fixed bug that exception won't be catched

related failed test Zend/tests/bug35437.phpt (after he latest
execute_data improvement, run with non CALL vm kind)

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 17 Dec 2012 06:30:41 +0000 (14:30 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 17 Dec 2012 06:30:20 +0000 (14:30 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 17 Dec 2012 06:29:45 +0000 (14:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agodos2unix & skip on connect fail
Xinchen Hui [Mon, 17 Dec 2012 06:29:13 +0000 (14:29 +0800)]
dos2unix & skip on connect fail

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 17 Dec 2012 04:58:38 +0000 (12:58 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 17 Dec 2012 04:58:12 +0000 (12:58 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 17 Dec 2012 04:57:37 +0000 (12:57 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix failed test
Xinchen Hui [Mon, 17 Dec 2012 04:56:55 +0000 (12:56 +0800)]
Fix failed test

12 years agoMerge branch 'PHP-5.5'
Sebastian Bergmann [Sun, 16 Dec 2012 08:08:01 +0000 (09:08 +0100)]
Merge branch 'PHP-5.5'

12 years agoIgnore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbak
Sebastian Bergmann [Sun, 16 Dec 2012 08:07:55 +0000 (09:07 +0100)]
Ignore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbak

12 years agoFixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
Remi Collet [Sun, 16 Dec 2012 07:51:17 +0000 (08:51 +0100)]
Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17

12 years agoFixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
Remi Collet [Sun, 16 Dec 2012 07:51:17 +0000 (08:51 +0100)]
Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17

12 years agoUpdating news entry to list new filetypes
Lars Strojny [Sat, 15 Dec 2012 11:00:42 +0000 (12:00 +0100)]
Updating news entry to list new filetypes

12 years agoMerge branch 'PHP-5.5'
Lars Strojny [Fri, 14 Dec 2012 13:57:04 +0000 (14:57 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'master' of git://github.com/php/php-src
Lars Strojny [Fri, 14 Dec 2012 13:56:58 +0000 (14:56 +0100)]
Merge branch 'master' of git://github.com/php/php-src

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Fri, 14 Dec 2012 13:56:25 +0000 (14:56 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoNews entry for updated mime types
Lars Strojny [Fri, 14 Dec 2012 13:54:38 +0000 (14:54 +0100)]
News entry for updated mime types

12 years agoupdate test for supported Mime Types checking
pascalc [Tue, 11 Dec 2012 15:05:12 +0000 (16:05 +0100)]
update test for supported Mime Types checking

12 years agoupdate list of common Mime Types in PHP development server to support Web audio/video...
pascalc [Tue, 11 Dec 2012 11:45:00 +0000 (12:45 +0100)]
update list of common Mime Types in PHP development server to support Web audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Fri, 14 Dec 2012 09:27:21 +0000 (17:27 +0800)]
Merge branch 'PHP-5.5'

12 years agoFix warning of no return in non-void function
Xinchen Hui [Fri, 14 Dec 2012 09:26:42 +0000 (17:26 +0800)]
Fix warning of no return in non-void function

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Fri, 14 Dec 2012 09:23:07 +0000 (17:23 +0800)]
Merge branch 'PHP-5.5'

12 years agoFixed warning of no return in non-void funciton
Xinchen Hui [Fri, 14 Dec 2012 09:21:43 +0000 (17:21 +0800)]
Fixed warning of no return in non-void funciton

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Fri, 14 Dec 2012 08:53:27 +0000 (16:53 +0800)]
Merge branch 'PHP-5.5'

12 years agoAdd test for bug #63741
Xinchen Hui [Fri, 14 Dec 2012 08:52:56 +0000 (16:52 +0800)]
Add test for bug #63741

12 years agoAdd test for bug #63741
Xinchen Hui [Fri, 14 Dec 2012 08:51:34 +0000 (16:51 +0800)]
Add test for bug #63741

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Fri, 14 Dec 2012 08:11:23 +0000 (12:11 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed uninitialized EX(call)->called_scope

12 years agoFixed uninitialized EX(call)->called_scope
Dmitry Stogov [Fri, 14 Dec 2012 08:10:29 +0000 (12:10 +0400)]
Fixed uninitialized EX(call)->called_scope

12 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Fri, 14 Dec 2012 00:54:51 +0000 (16:54 -0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Fri, 14 Dec 2012 00:54:44 +0000 (16:54 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Rasmus Lerdorf [Fri, 14 Dec 2012 00:54:31 +0000 (16:54 -0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoNeed connect.inc here
Rasmus Lerdorf [Fri, 14 Dec 2012 00:54:16 +0000 (16:54 -0800)]
Need connect.inc here

12 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Fri, 14 Dec 2012 00:43:04 +0000 (16:43 -0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Fri, 14 Dec 2012 00:42:50 +0000 (16:42 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Rasmus Lerdorf [Fri, 14 Dec 2012 00:42:33 +0000 (16:42 -0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix broken test
Rasmus Lerdorf [Fri, 14 Dec 2012 00:41:56 +0000 (16:41 -0800)]
Fix broken test
Need to use the configured connection parameters here. We can't assume
the test user has access.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Fri, 14 Dec 2012 00:17:34 +0000 (16:17 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.4'
Rasmus Lerdorf [Fri, 14 Dec 2012 00:16:45 +0000 (16:16 -0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Rasmus Lerdorf [Fri, 14 Dec 2012 00:15:06 +0000 (16:15 -0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix broken test
Rasmus Lerdorf [Fri, 14 Dec 2012 00:13:37 +0000 (16:13 -0800)]
Fix broken test
This was missing a %s for the path here

12 years agoMerge branch 'PHP-5.5'
Arpad Ray [Fri, 14 Dec 2012 00:03:08 +0000 (00:03 +0000)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix #63379 - Don't reset mod_user_is_open in destroy

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Arpad Ray [Thu, 13 Dec 2012 23:59:34 +0000 (23:59 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #63379 - Don't reset mod_user_is_open in destroy

12 years agoFix #63379 - Don't reset mod_user_is_open in destroy
Arpad Ray [Thu, 13 Dec 2012 23:51:43 +0000 (23:51 +0000)]
Fix #63379 - Don't reset mod_user_is_open in destroy

The parent handler is still open so the reset here was in error.

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Thu, 13 Dec 2012 21:50:55 +0000 (22:50 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 13 Dec 2012 21:45:47 +0000 (22:45 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 13 Dec 2012 21:40:23 +0000 (22:40 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix Bug #63762 Sigsegv when Exception::$trace is changed by user
Johannes Schlüter [Thu, 13 Dec 2012 21:39:35 +0000 (22:39 +0100)]
Fix Bug #63762 Sigsegv when Exception::$trace is changed by user

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Thu, 13 Dec 2012 14:06:15 +0000 (15:06 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed mysqlnd compilation in debug mode on windows

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Thu, 13 Dec 2012 14:05:35 +0000 (15:05 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed mysqlnd compilation in debug mode on windows

12 years agoFixed mysqlnd compilation in debug mode on windows
Anatoliy Belsky [Thu, 13 Dec 2012 14:01:01 +0000 (15:01 +0100)]
Fixed mysqlnd compilation in debug mode on windows

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 13 Dec 2012 13:51:41 +0000 (17:51 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Removed unreachable code

12 years agoRemoved unreachable code
Dmitry Stogov [Thu, 13 Dec 2012 13:51:04 +0000 (17:51 +0400)]
Removed unreachable code

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 13 Dec 2012 13:30:39 +0000 (17:30 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Removed unnecessary checks

12 years agoRemoved unnecessary checks
Dmitry Stogov [Thu, 13 Dec 2012 13:29:30 +0000 (17:29 +0400)]
Removed unnecessary checks

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 13 Dec 2012 10:47:23 +0000 (14:47 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Removed redundand checks from release build

12 years agoRemoved redundand checks from release build
Dmitry Stogov [Thu, 13 Dec 2012 10:46:44 +0000 (14:46 +0400)]
Removed redundand checks from release build

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 13 Dec 2012 09:41:04 +0000 (13:41 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Thu, 13 Dec 2012 09:40:42 +0000 (13:40 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)

Conflicts:
NEWS

12 years agoFixed bug #63757 (getenv() produces memory leak with CGI SAPI)
Dmitry Stogov [Thu, 13 Dec 2012 09:39:42 +0000 (13:39 +0400)]
Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 13 Dec 2012 02:45:50 +0000 (10:45 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 13 Dec 2012 02:45:33 +0000 (10:45 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 13 Dec 2012 02:44:56 +0000 (10:44 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoMFH
Xinchen Hui [Thu, 13 Dec 2012 02:44:14 +0000 (10:44 +0800)]
MFH

12 years agoMerge branch 'license_fix' of https://github.com/leight/php-src
Xinchen Hui [Thu, 13 Dec 2012 02:38:20 +0000 (10:38 +0800)]
Merge branch 'license_fix' of https://github.com/leight/php-src

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Wed, 12 Dec 2012 22:53:27 +0000 (02:53 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Really fix test pdo_mysql_class_constants.phpt

12 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 12 Dec 2012 22:53:06 +0000 (02:53 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Really fix test pdo_mysql_class_constants.phpt

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 12 Dec 2012 22:52:23 +0000 (02:52 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  An exception thrown in try or catch block is disacarded by return statement in finally block.

12 years agoAn exception thrown in try or catch block is disacarded by return statement in finall...
Dmitry Stogov [Wed, 12 Dec 2012 22:48:51 +0000 (02:48 +0400)]
An exception thrown in try or catch block is disacarded by return statement in finally block.

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Wed, 12 Dec 2012 15:58:51 +0000 (16:58 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Really fix test pdo_mysql_class_constants.phpt

12 years agoReally fix test pdo_mysql_class_constants.phpt
Remi Collet [Wed, 12 Dec 2012 15:53:18 +0000 (16:53 +0100)]
Really fix test pdo_mysql_class_constants.phpt

- with mysqlnd, constant always present
- with mysqli, check client library version
- without mysqlnd and without mysqli
skip the test if no connection
use connection to check client library

Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd
as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..."
so, getClientVersion() return "11"

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 12 Dec 2012 13:50:01 +0000 (17:50 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Restored proper generators behaviour in conjunction with "finally". (Nikita)

12 years agoRestored proper generators behaviour in conjunction with "finally". (Nikita)
Dmitry Stogov [Wed, 12 Dec 2012 13:47:55 +0000 (17:47 +0400)]
Restored proper generators behaviour in conjunction with "finally". (Nikita)

12 years agoFixed license
Leigh [Wed, 12 Dec 2012 12:14:52 +0000 (12:14 +0000)]
Fixed license

Looks like a find and replace gone wrong.

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Tue, 11 Dec 2012 15:34:51 +0000 (16:34 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed Bug #63738 unpack: back result with Z format

12 years agoFixed Bug #63738 unpack: back result with Z format
Remi Collet [Tue, 11 Dec 2012 15:30:08 +0000 (16:30 +0100)]
Fixed Bug #63738 unpack: back result with Z format

Fix result for empty string.
Same output as perl
perl -e 'print unpack("Z2","\0\0");' => ""
perl -e 'print unpack("Z2","A\0");'  => "A"
perl -e 'print unpack("Z2","AB\0");' => "AB"
perl -e 'print unpack("Z2","ABC\0");'=> "AB"

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Tue, 11 Dec 2012 13:28:09 +0000 (17:28 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - generators API exported for extensions - improved RETURN sequence to avoid redundant check if op_array is a generator

12 years ago- generators API exported for extensions
Dmitry Stogov [Tue, 11 Dec 2012 13:25:32 +0000 (17:25 +0400)]
- generators API exported for extensions
- improved RETURN sequence to avoid redundant check if op_array is a generator

12 years agoMerge branch 'PHP-5.5'
Adam Harvey [Tue, 11 Dec 2012 11:58:04 +0000 (19:58 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Tue, 11 Dec 2012 11:53:02 +0000 (19:53 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.

12 years agoAlter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
Adam Harvey [Tue, 11 Dec 2012 11:51:30 +0000 (19:51 +0800)]
Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.

Fixes bug #63737 (json_decode does not properly decode with options parameter).

12 years agoTinker with the wording of the MySQL deprecation news post.
Adam Harvey [Tue, 11 Dec 2012 01:08:07 +0000 (09:08 +0800)]
Tinker with the wording of the MySQL deprecation news post.

I know that in general NEWS is a very punchy "this is what happened" log, but
Chris e-mailed me off-list to ask if it could be added to avoid any FUD — this
merely brings the NEWS post into line with UPGRADING, the migration guide, and
every other piece of advice we're giving out.

I also forgot to add the RFC URL last night, so added that.

12 years agoMerge branch 'PHP-5.5'
Adam Harvey [Mon, 10 Dec 2012 14:26:17 +0000 (22:26 +0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Deprecate ext/mysql.

12 years agoDeprecate ext/mysql.
Adam Harvey [Mon, 10 Dec 2012 14:12:09 +0000 (22:12 +0800)]
Deprecate ext/mysql.

Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minimal EXPECTF updates required for the test suite to pass: it may be
preferable to refactor some of the tests to suppress deprecation errors in
situations where no other error is expected from mysql_[p]connect(), but I'm
not enough of a MySQL expert to want to get my hands that dirty in a long
standing test suite.

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Mon, 10 Dec 2012 12:36:20 +0000 (13:36 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Mon, 10 Dec 2012 12:36:05 +0000 (13:36 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5