]> granicus.if.org Git - php/log
php
12 years agoAdded NEWS item for DateTimeImmutable
Derick Rethans [Mon, 14 Jan 2013 20:36:48 +0000 (20:36 +0000)]
Added NEWS item for DateTimeImmutable

12 years agoMake DatePeriod support DateTimeImmutable as well.
Derick Rethans [Thu, 20 Dec 2012 13:22:18 +0000 (13:22 +0000)]
Make DatePeriod support DateTimeImmutable as well.

If the start element is a DateTimeImmutable object, then all returned objects
are also DateTimeImmutable objects. If the start element is a DateTime object,
then all returned objects are DateTime objects.

12 years agoFixed crash bug when the non-OO interface was used.
Derick Rethans [Wed, 19 Dec 2012 17:40:14 +0000 (17:40 +0000)]
Fixed crash bug when the non-OO interface was used.

12 years agoRename DateTimePoint to DateTimeImmutable.
Derick Rethans [Wed, 19 Dec 2012 16:24:38 +0000 (16:24 +0000)]
Rename DateTimePoint to DateTimeImmutable.

12 years agoAdded another test to test the unmodified inherited methods.
Derick Rethans [Mon, 17 Dec 2012 16:49:25 +0000 (16:49 +0000)]
Added another test to test the unmodified inherited methods.

12 years agoAdded a few missing TSRMLS_DC/TSRMLS_CC.
Derick Rethans [Mon, 17 Dec 2012 16:49:00 +0000 (16:49 +0000)]
Added a few missing TSRMLS_DC/TSRMLS_CC.

12 years agoAdded a test case for DateTimePoint.
Derick Rethans [Mon, 17 Dec 2012 16:35:52 +0000 (16:35 +0000)]
Added a test case for DateTimePoint.

12 years agoImplemented immutable DateTime objects as the DateTimePoint class.
Derick Rethans [Mon, 17 Dec 2012 15:31:23 +0000 (15:31 +0000)]
Implemented immutable DateTime objects as the DateTimePoint class.

12 years agoBug #46408: Fix double formatting for PostgreSQL bound parameters
Lars Strojny [Mon, 14 Jan 2013 20:23:52 +0000 (21:23 +0100)]
Bug #46408: Fix double formatting for PostgreSQL bound parameters

12 years agoPR #260: Update css for 404 pages to feel more up to date and have a consistent layou...
Lars Strojny [Mon, 14 Jan 2013 19:43:14 +0000 (20:43 +0100)]
PR #260: Update css for 404 pages to feel more up to date and have a consistent layout across browsers

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 17:53:40 +0000 (18:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoSupport BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_form...
Lars Strojny [Mon, 14 Jan 2013 17:52:38 +0000 (18:52 +0100)]
Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_.28bitmap_information_header.29

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 17:00:00 +0000 (18:00 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds...
Lars Strojny [Mon, 14 Jan 2013 16:59:11 +0000 (17:59 +0100)]
Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 16:36:07 +0000 (17:36 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_...
Lars Strojny [Mon, 14 Jan 2013 16:35:07 +0000 (17:35 +0100)]
Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API

12 years agoUse zend_unmangle_property_name_ex to save strlen
Xinchen Hui [Mon, 14 Jan 2013 09:08:21 +0000 (17:08 +0800)]
Use zend_unmangle_property_name_ex to save strlen

12 years agoFixed bug #63980 (object members get trimmed by zero bytes)
Xinchen Hui [Mon, 14 Jan 2013 08:23:22 +0000 (16:23 +0800)]
Fixed bug #63980 (object members get trimmed by zero bytes)

12 years agoTinker with UPGRADING's wording for the format string changes for clarity.
Adam Harvey [Mon, 14 Jan 2013 05:54:43 +0000 (13:54 +0800)]
Tinker with UPGRADING's wording for the format string changes for clarity.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 14 Jan 2013 01:27:05 +0000 (17:27 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #63982: isset() inconsistently produces a fatal error on protected property
  different OSes have different messages, and that's not what the test is about anyway

12 years agofix bug #63982: isset() inconsistently produces a fatal error on protected property
Stanislav Malyshev [Mon, 14 Jan 2013 01:08:52 +0000 (17:08 -0800)]
fix bug #63982: isset() inconsistently produces a fatal error on protected property

12 years agodifferent OSes have different messages, and that's not what the test is about anyway
Stanislav Malyshev [Mon, 14 Jan 2013 00:34:35 +0000 (16:34 -0800)]
different OSes have different messages, and that's not what the test is about anyway

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Arnaud Le Blanc [Sun, 13 Jan 2013 14:47:12 +0000 (15:47 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agofixed alternate form for 'x' and 'X' formats
Arnaud Le Blanc [Sun, 13 Jan 2013 14:45:15 +0000 (15:45 +0100)]
fixed alternate form for 'x' and 'X' formats

same fix exists in original code:
https://svn.apache.org/viewvc?view=revision&revision=1152309

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Thu, 10 Jan 2013 14:54:37 +0000 (18:54 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed uninitialized zval.type (Yoram)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Thu, 10 Jan 2013 14:54:19 +0000 (18:54 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed uninitialized zval.type (Yoram)

12 years agoFixed uninitialized zval.type (Yoram)
Dmitry Stogov [Thu, 10 Jan 2013 14:53:10 +0000 (18:53 +0400)]
Fixed uninitialized zval.type (Yoram)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
ULF WENDEL [Thu, 10 Jan 2013 13:53:46 +0000 (14:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  MySQL 5.6 EXPIRE PASSWORD flag tests

12 years agoMySQL 5.6 EXPIRE PASSWORD flag tests
ULF WENDEL [Thu, 10 Jan 2013 13:51:14 +0000 (14:51 +0100)]
MySQL 5.6 EXPIRE PASSWORD flag tests

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 10 Jan 2013 10:18:25 +0000 (11:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Thu, 10 Jan 2013 10:17:53 +0000 (11:17 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68

12 years agoFix test after fix for bug #63943 (Bad warning text from strpos() on empty needle)
Remi Collet [Thu, 10 Jan 2013 10:14:38 +0000 (11:14 +0100)]
Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle)
See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 18:15:29 +0000 (19:15 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoAdd mysqli support - constants and checking in mysqli_options() for the
Andrey Hristov [Wed, 9 Jan 2013 18:14:48 +0000 (19:14 +0100)]
Add mysqli support - constants and checking in mysqli_options() for the
new constant for password expriration

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 18:03:56 +0000 (19:03 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/mysqlnd/mysqlnd_enum_n_def.h

12 years agobackport handling of expired passwords in mysqlnd to 5.4
Andrey Hristov [Wed, 9 Jan 2013 17:58:29 +0000 (18:58 +0100)]
backport handling of expired passwords in mysqlnd to 5.4

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 17:40:57 +0000 (18:40 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/mysqlnd/mysqlnd.c

12 years agofix compilation error after merge
Andrey Hristov [Wed, 9 Jan 2013 17:39:59 +0000 (18:39 +0100)]
fix compilation error after merge

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 17:30:56 +0000 (18:30 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/mysqlnd/mysqlnd.c

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Wed, 9 Jan 2013 17:27:50 +0000 (18:27 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoUse during connect the flags set with set_client_option()
Andrey Hristov [Wed, 9 Jan 2013 17:27:06 +0000 (18:27 +0100)]
Use during connect the flags set with set_client_option()

12 years agosupport for password expiration in mysqlnd, through a flag
Andrey Hristov [Wed, 9 Jan 2013 14:33:07 +0000 (15:33 +0100)]
support for password expiration in mysqlnd, through a flag

12 years agoMerge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 14:07:26 +0000 (15:07 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 9 Jan 2013 13:52:48 +0000 (17:52 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed compilator bug that might cause jump depended on unitialized value

12 years agoAdd new constants
Andrey Hristov [Wed, 9 Jan 2013 13:50:43 +0000 (14:50 +0100)]
Add new constants

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Wed, 9 Jan 2013 13:36:44 +0000 (17:36 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed compilator bug that might cause jump depended on unitialized value

12 years agoFixed compilator bug that might cause jump depended on unitialized value
Dmitry Stogov [Wed, 9 Jan 2013 13:16:47 +0000 (17:16 +0400)]
Fixed compilator bug that might cause jump depended on unitialized value

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 9 Jan 2013 07:32:40 +0000 (11:32 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63882 (zend_std_compare_objects crash on recursion)

Conflicts:
NEWS

12 years agoFixed bug #63882 (zend_std_compare_objects crash on recursion)
Dmitry Stogov [Wed, 9 Jan 2013 07:30:50 +0000 (11:30 +0400)]
Fixed bug #63882 (zend_std_compare_objects crash on recursion)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Wed, 9 Jan 2013 02:57:47 +0000 (10:57 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoupdate NEWS
Xinchen Hui [Wed, 9 Jan 2013 02:55:50 +0000 (10:55 +0800)]
update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 9 Jan 2013 02:54:23 +0000 (10:54 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63943 (Bad warning text from strpos() on empty needle)
Xinchen Hui [Wed, 9 Jan 2013 02:53:20 +0000 (10:53 +0800)]
Fixed bug #63943 (Bad warning text from strpos() on empty needle)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Tue, 8 Jan 2013 03:45:26 +0000 (11:45 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add NEWS for the previously cherry picked commit.
  sapi/litespeed/lsapi_main.c: Fix bug #63228

Conflicts:
sapi/litespeed/lsapi_main.c

12 years agoAdd NEWS for the previously cherry picked commit.
Adam Harvey [Tue, 8 Jan 2013 03:40:51 +0000 (11:40 +0800)]
Add NEWS for the previously cherry picked commit.

12 years agosapi/litespeed/lsapi_main.c: Fix bug #63228
George Wang [Fri, 12 Oct 2012 17:04:22 +0000 (13:04 -0400)]
sapi/litespeed/lsapi_main.c: Fix bug #63228

Fix compiling error at line 606 (error: format not a string
literal and no format arguments [-Werror=format-security]

12 years agofix different values of mysqli_stmt_affected_rows between libmysql
Andrey Hristov [Mon, 7 Jan 2013 15:36:21 +0000 (16:36 +0100)]
fix different values of mysqli_stmt_affected_rows between libmysql
and mysqlnd (in favor of libmysql) before execute and after prepare()

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Pierre Joye [Mon, 7 Jan 2013 12:04:29 +0000 (13:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - fix the fix for bug #50524

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierre Joye [Mon, 7 Jan 2013 12:04:04 +0000 (13:04 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - fix the fix for bug #50524

12 years ago- fix the fix for bug #50524
Pierre Joye [Mon, 7 Jan 2013 12:03:12 +0000 (13:03 +0100)]
- fix the fix for bug #50524

12 years agofix windows build
Anatoliy Belsky [Sun, 6 Jan 2013 17:37:26 +0000 (18:37 +0100)]
fix windows build

12 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Derick Rethans [Sun, 6 Jan 2013 15:10:16 +0000 (15:10 +0000)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Derick Rethans [Sun, 6 Jan 2013 15:09:55 +0000 (15:09 +0000)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

12 years agoUpdate news with new bug fix.
Derick Rethans [Sun, 6 Jan 2013 15:08:26 +0000 (15:08 +0000)]
Update news with new bug fix.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Sun, 6 Jan 2013 15:07:25 +0000 (15:07 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Sun, 6 Jan 2013 15:07:13 +0000 (15:07 +0000)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoNews entry for bug #52126
Lars Strojny [Sun, 6 Jan 2013 14:13:32 +0000 (15:13 +0100)]
News entry for bug #52126

12 years agoAdd unit test for mail.log ini setting.
Martin Jansen [Sun, 6 Jan 2013 07:59:10 +0000 (08:59 +0100)]
Add unit test for mail.log ini setting.

12 years agoAdd a timestamp to the mail log.
Martin Jansen [Mon, 24 Dec 2012 10:11:28 +0000 (11:11 +0100)]
Add a timestamp to the mail log.

This patch is loosely based on the one in bug #52126 but instead of
using a UNIX timestamp it uses the date format also being used by
error_log et al.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Sun, 6 Jan 2013 13:54:40 +0000 (14:54 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoAdding test for bug #63462
Lars Strojny [Sun, 6 Jan 2013 13:46:49 +0000 (14:46 +0100)]
Adding test for bug #63462

12 years agoFixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
Derick Rethans [Sun, 6 Jan 2013 13:38:22 +0000 (13:38 +0000)]
Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Sun, 6 Jan 2013 13:10:07 +0000 (14:10 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoCoding style, ANSI C compatibility
Lars Strojny [Sun, 6 Jan 2013 13:08:23 +0000 (14:08 +0100)]
Coding style, ANSI C compatibility

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Xinchen Hui [Sun, 6 Jan 2013 02:23:51 +0000 (10:23 +0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sun, 6 Jan 2013 02:23:21 +0000 (10:23 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoBug #23955: allow specifiy max age for setcookie()
Lars Strojny [Sun, 6 Jan 2013 02:22:44 +0000 (03:22 +0100)]
Bug #23955: allow specifiy max age for setcookie()

12 years agobump year
Xinchen Hui [Sun, 6 Jan 2013 02:22:15 +0000 (10:22 +0800)]
bump year

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Sun, 6 Jan 2013 02:20:10 +0000 (10:20 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 6 Jan 2013 02:20:00 +0000 (10:20 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agobump year
Xinchen Hui [Sun, 6 Jan 2013 02:19:09 +0000 (10:19 +0800)]
bump year

12 years agoAdding test from 5.5
Lars Strojny [Sun, 6 Jan 2013 02:15:08 +0000 (03:15 +0100)]
Adding test from 5.5

12 years agoBug #63699: performance improvements for varios ext/date functions
Lars Strojny [Sun, 6 Jan 2013 02:06:09 +0000 (03:06 +0100)]
Bug #63699: performance improvements for varios ext/date functions

12 years agoBug #63699 performance improvements for ext/date by only validating timezone when...
Lars Strojny [Sun, 6 Jan 2013 01:10:16 +0000 (02:10 +0100)]
Bug #63699 performance improvements for ext/date by only validating timezone when timezone is set

12 years agoImprove resource management for curl handle
Pierrick Charron [Sat, 5 Jan 2013 16:07:59 +0000 (11:07 -0500)]
Improve resource management for curl handle

Previous implementation was using its own refcounting (uses field of
the php_curl struct). zend_list_add/remove already implements its own
refcount, so we don't need to use an other one.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 4 Jan 2013 03:05:53 +0000 (11:05 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoUpdate NEWS
Xinchen Hui [Fri, 4 Jan 2013 03:05:24 +0000 (11:05 +0800)]
Update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 4 Jan 2013 03:03:52 +0000 (11:03 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63899 (Use after scope error in zend_compile)
Xinchen Hui [Fri, 4 Jan 2013 03:02:21 +0000 (11:02 +0800)]
Fixed bug #63899 (Use after scope error in zend_compile)

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Fri, 4 Jan 2013 01:33:13 +0000 (17:33 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  remove set but not used variables

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 4 Jan 2013 01:27:19 +0000 (17:27 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.12-dev
  This will be PHP 5.3.22

Conflicts:
configure.in
main/php_version.h

12 years ago5.4.12-dev
Stanislav Malyshev [Fri, 4 Jan 2013 01:25:23 +0000 (17:25 -0800)]
5.4.12-dev

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 3 Jan 2013 22:00:17 +0000 (23:00 +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, 3 Jan 2013 21:59:38 +0000 (22:59 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
configure.in
main/php_version.h

12 years agoThis will be PHP 5.3.22
Johannes Schlüter [Thu, 3 Jan 2013 21:56:46 +0000 (22:56 +0100)]
This will be PHP 5.3.22

12 years agoremove set but not used variables
Remi Collet [Wed, 2 Jan 2013 15:48:46 +0000 (16:48 +0100)]
remove set but not used variables

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 2 Jan 2013 06:10:10 +0000 (22:10 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add bug #63762

12 years agoadd bug #63762
Stanislav Malyshev [Wed, 2 Jan 2013 06:09:32 +0000 (22:09 -0800)]
add bug #63762

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 2 Jan 2013 05:24:37 +0000 (21:24 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add fix #43177

12 years agoadd fix #43177
Stanislav Malyshev [Wed, 2 Jan 2013 05:24:11 +0000 (21:24 -0800)]
add fix #43177