]> granicus.if.org Git - php/log
php
12 years agoRemoved unnecessary checks
Dmitry Stogov [Thu, 13 Dec 2012 13:29:30 +0000 (17:29 +0400)]
Removed unnecessary checks

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.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.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 '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 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 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 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 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 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.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 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.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

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

12 years agoMerge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Johannes Schlüter [Mon, 10 Dec 2012 12:35:27 +0000 (13:35 +0100)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3

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

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

12 years agoFix typo
Johannes Schlüter [Mon, 10 Dec 2012 12:32:08 +0000 (13:32 +0100)]
Fix typo

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

12 years agoFixed bug #63726 (Memleak with static properties and internal/user classes)
Xinchen Hui [Mon, 10 Dec 2012 12:29:51 +0000 (20:29 +0800)]
Fixed bug #63726 (Memleak with static properties and internal/user classes)

No test scripts provided (will try to find one)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 10 Dec 2012 12:29:38 +0000 (20:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63726 (Memleak with static properties and internal/user classes)
Xinchen Hui [Mon, 10 Dec 2012 12:28:27 +0000 (20:28 +0800)]
Fixed bug #63726 (Memleak with static properties and internal/user classes)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 10 Dec 2012 10:47:53 +0000 (18:47 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoskip 32-bit OS
Xinchen Hui [Mon, 10 Dec 2012 10:47:21 +0000 (18:47 +0800)]
skip 32-bit OS

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

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 10 Dec 2012 10:29:34 +0000 (18:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Xinchen Hui [Mon, 10 Dec 2012 10:28:26 +0000 (18:28 +0800)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

12 years agoNeed more that 2G memory
Xinchen Hui [Mon, 10 Dec 2012 10:28:01 +0000 (18:28 +0800)]
Need more that 2G memory

12 years agoCleanup NEWS
Sebastian Bergmann [Thu, 6 Dec 2012 10:03:37 +0000 (11:03 +0100)]
Cleanup NEWS

12 years agoGeneratirs are going to be used less than regular functions
Dmitry Stogov [Thu, 6 Dec 2012 09:14:31 +0000 (13:14 +0400)]
Generatirs are going to be used less than regular functions

12 years agoLeftover: Invoke re2c with --no-generation-date to prevent unintentional / unnecessar...
Sebastian Bergmann [Thu, 6 Dec 2012 08:43:27 +0000 (09:43 +0100)]
Leftover: Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files.

12 years agoInvoke re2c with --no-generation-date to prevent unintentional / unnecessary changes...
Sebastian Bergmann [Thu, 6 Dec 2012 08:28:35 +0000 (09:28 +0100)]
Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 5 Dec 2012 18:03:04 +0000 (19:03 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 5 Dec 2012 18:02:41 +0000 (19:02 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
configure.in
main/php_version.h

12 years agothis will become PHP 5.3.21
Johannes Schlüter [Wed, 5 Dec 2012 17:55:05 +0000 (18:55 +0100)]
this will become PHP 5.3.21

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 5 Dec 2012 13:59:46 +0000 (17:59 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Use get_gc instead of hacks of get_properties

12 years agoUse get_gc instead of hacks of get_properties
Dmitry Stogov [Wed, 5 Dec 2012 13:58:36 +0000 (17:58 +0400)]
Use get_gc instead of hacks of get_properties

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 5 Dec 2012 13:55:21 +0000 (17:55 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63680 (Memleak in splfixedarray with cycle reference)

Conflicts:
NEWS

12 years agoFixed bug #63680 (Memleak in splfixedarray with cycle reference)
Dmitry Stogov [Wed, 5 Dec 2012 13:53:26 +0000 (17:53 +0400)]
Fixed bug #63680 (Memleak in splfixedarray with cycle reference)

12 years agoFixed comments
Dmitry Stogov [Wed, 5 Dec 2012 12:02:47 +0000 (16:02 +0400)]
Fixed comments

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Wed, 5 Dec 2012 09:37:40 +0000 (13:37 +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:
  Two tests deactivated until #63688 was fixed

12 years agoSlight performance improvement
Dmitry Stogov [Wed, 5 Dec 2012 09:23:37 +0000 (13:23 +0400)]
Slight performance improvement

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Wed, 5 Dec 2012 08:58:04 +0000 (09:58 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Two tests deactivated until #63688 was fixed

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 5 Dec 2012 08:57:36 +0000 (09:57 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Two tests deactivated until #63688 was fixed

12 years agoTwo tests deactivated until #63688 was fixed
Anatoliy Belsky [Wed, 5 Dec 2012 08:55:49 +0000 (09:55 +0100)]
Two tests deactivated until #63688 was fixed

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 5 Dec 2012 05:33:31 +0000 (21:33 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.11-dev

Conflicts:
configure.in
main/php_version.h

12 years ago5.4.11-dev
Stanislav Malyshev [Wed, 5 Dec 2012 05:30:50 +0000 (21:30 -0800)]
5.4.11-dev

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 5 Dec 2012 05:28:02 +0000 (21:28 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update NEWS

12 years agoupdate NEWS
Stanislav Malyshev [Wed, 5 Dec 2012 05:27:25 +0000 (21:27 -0800)]
update NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 5 Dec 2012 05:02:55 +0000 (21:02 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #63666 - Poor date() performance

12 years agofix bug #63666 - Poor date() performance
Stanislav Malyshev [Wed, 5 Dec 2012 05:02:09 +0000 (21:02 -0800)]
fix bug #63666 - Poor date() performance

12 years agoNews for enabling systemtap support on linux
David Soria Parra [Tue, 4 Dec 2012 23:54:36 +0000 (00:54 +0100)]
News for enabling systemtap support on linux

12 years agoPass zend_execute_data instead of zend_op_array
David Soria Parra [Tue, 4 Dec 2012 23:45:23 +0000 (00:45 +0100)]
Pass zend_execute_data instead of zend_op_array

12 years agoOverwrite execute_ex instead of execute in dtrace_execute
David Soria Parra [Tue, 4 Dec 2012 20:01:32 +0000 (21:01 +0100)]
Overwrite execute_ex instead of execute in dtrace_execute

12 years agoEnable dtrace probes on linux as they are compatible with systemtap
David Soria Parra [Mon, 3 Dec 2012 11:21:32 +0000 (12:21 +0100)]
Enable dtrace probes on linux as they are compatible with systemtap

You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.

12 years agoIncreased version numbers
Dmitry Stogov [Tue, 4 Dec 2012 06:48:09 +0000 (10:48 +0400)]
Increased version numbers

12 years agoMoved zend_create_execute_data_from_op_array() implementation from zend_vm_execute...
Dmitry Stogov [Tue, 4 Dec 2012 06:42:19 +0000 (10:42 +0400)]
Moved zend_create_execute_data_from_op_array() implementation from zend_vm_execute.skl to zend_execute.c

12 years agoOptimized access to temporary and compiled VM variables
Dmitry Stogov [Tue, 4 Dec 2012 06:14:39 +0000 (10:14 +0400)]
Optimized access to temporary and compiled VM variables

12 years agoReduce case where this test will fails:
Remi Collet [Mon, 3 Dec 2012 14:32:52 +0000 (15:32 +0100)]
Reduce case where this test will fails:
- no connection AND no mysqli extension

So, will succeed when no configured connection, but mysqli available.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Mon, 3 Dec 2012 14:16:34 +0000 (15:16 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Revert the previous test fix

12 years agoRevert the previous test fix
Anatoliy Belsky [Mon, 3 Dec 2012 14:14:43 +0000 (15:14 +0100)]
Revert the previous test fix

The fail seems to be due to network error

12 years agoFix inifile.c:419:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
Remi Collet [Mon, 3 Dec 2012 12:38:12 +0000 (13:38 +0100)]
Fix inifile.c:419:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
Please check this minor change.

Avoid, warning: 'pos_grp_start' may be used uninitialized in this function [-Wmaybe-uninitialized]

12 years agouse php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_stream
Remi Collet [Mon, 3 Dec 2012 12:35:26 +0000 (13:35 +0100)]
use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_stream

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Mon, 3 Dec 2012 09:44:10 +0000 (10:44 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix test with a slightly different warning in TS

12 years agoFix test with a slightly different warning in TS
Anatoliy Belsky [Mon, 3 Dec 2012 09:41:17 +0000 (10:41 +0100)]
Fix test with a slightly different warning in TS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Sun, 2 Dec 2012 18:51:51 +0000 (19:51 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoAdding tests for private and protected properties
Marco Pivetta [Thu, 8 Nov 2012 04:51:01 +0000 (05:51 +0100)]
Adding tests for private and protected properties

12 years agoFixing test according to @jpauli's suggestions
Marco Pivetta [Wed, 7 Nov 2012 17:56:32 +0000 (18:56 +0100)]
Fixing test according to @jpauli's suggestions

12 years agoAdding regression test for behavior of magic methods with unset public properties
Marco Pivetta [Fri, 26 Oct 2012 01:54:05 +0000 (03:54 +0200)]
Adding regression test for behavior of magic methods with unset public properties

Verifies that after having unset a public property, any access to it, be it read or write, causes calls to public magic methods

Signed-off-by: Marco Pivetta <ocramius@gmail.com>
12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Sun, 2 Dec 2012 18:42:25 +0000 (19:42 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoNews entry for bug #49341
Lars Strojny [Sun, 2 Dec 2012 18:41:19 +0000 (19:41 +0100)]
News entry for bug #49341

12 years agoBug #49341: Add SO_REUSEPORT support for socket_set_option()
Igor Wiedler [Sun, 2 Sep 2012 21:18:45 +0000 (23:18 +0200)]
Bug #49341: Add SO_REUSEPORT support for socket_set_option()

This is a BSD-only feature, and it will only be available on BSD.
On other platforms the constant will simply not be set.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Sat, 1 Dec 2012 09:26:32 +0000 (10:26 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

12 years agoNEWS
Remi Collet [Sat, 1 Dec 2012 09:26:20 +0000 (10:26 +0100)]
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Sat, 1 Dec 2012 09:25:49 +0000 (10:25 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  NEWS

12 years agoNEWS
Remi Collet [Sat, 1 Dec 2012 09:25:37 +0000 (10:25 +0100)]
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Sat, 1 Dec 2012 09:24:02 +0000 (10:24 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

12 years agoFixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
Remi Collet [Sat, 1 Dec 2012 09:20:39 +0000 (10:20 +0100)]
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'

Already known per bug45554 reproducer (also fixed).

12 years ago- Fixed ZTS build
Felipe Pena [Fri, 30 Nov 2012 11:07:35 +0000 (09:07 -0200)]
- Fixed ZTS build

12 years agoFixed bug #63066 (Calling an undefined method in a generator results in a seg fault...
Dmitry Stogov [Fri, 30 Nov 2012 10:14:36 +0000 (14:14 +0400)]
Fixed bug #63066 (Calling an undefined method in a generator results in a seg fault) (fixed with previous commit).

12 years ago. The VM stacks for passing function arguments and syntaticaly nested calls were...
Dmitry Stogov [Fri, 30 Nov 2012 09:39:23 +0000 (13:39 +0400)]
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more.
. Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 30 Nov 2012 06:50:01 +0000 (14:50 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Nov 2012 06:49:35 +0000 (14:49 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63377 (Segfault on output buffer)
Xinchen Hui [Fri, 30 Nov 2012 06:48:51 +0000 (14:48 +0800)]
Fixed bug #63377 (Segfault on output buffer)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 30 Nov 2012 06:33:52 +0000 (14:33 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoformat
Xinchen Hui [Fri, 30 Nov 2012 06:33:29 +0000 (14:33 +0800)]
format

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Nov 2012 06:33:24 +0000 (14:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFormat
Xinchen Hui [Fri, 30 Nov 2012 06:32:15 +0000 (14:32 +0800)]
Format

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 30 Nov 2012 06:30:37 +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 [Fri, 30 Nov 2012 06:29:13 +0000 (14:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63398 (Segfault when polling closed link)
Xinchen Hui [Fri, 30 Nov 2012 06:28:32 +0000 (14:28 +0800)]
Fixed bug #63398 (Segfault when polling closed link)

12 years agoFixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Dmitry Stogov [Thu, 29 Nov 2012 12:44:19 +0000 (16:44 +0400)]
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Thu, 29 Nov 2012 12:41:09 +0000 (16:41 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)

Conflicts:
NEWS
ext/soap/soap.c

12 years agoFixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Dmitry Stogov [Thu, 29 Nov 2012 12:31:08 +0000 (16:31 +0400)]
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)

12 years agoFixed bug #61557 (Crasher in tt-rss backend.php)
Dmitry Stogov [Thu, 29 Nov 2012 10:41:20 +0000 (14:41 +0400)]
Fixed bug #61557 (Crasher in tt-rss backend.php)