]> granicus.if.org Git - php/log
php
12 years agoReturn previous error handler when resetting the error handler
Nikita Popov [Sat, 24 Mar 2012 12:10:51 +0000 (13:10 +0100)]
Return previous error handler when resetting the error handler

set_error_handler(null) and set_exception_handler(null) now return the
previous error/exception handler instead of just returning bool(true).
This is consistent with the behavior of these functions with non-null
values.

12 years agoAllow resetting the error handler
Nikita Popov [Sat, 24 Mar 2012 11:52:15 +0000 (12:52 +0100)]
Allow resetting the error handler

This allows the error handler to be reset using set_error_handler(null).
As the code suggests this behavior was already previously intended, but
the callback check was done too strictly.

12 years agoRevert error/exception handler changes
Nikita Popov [Sat, 22 Sep 2012 19:41:51 +0000 (21:41 +0200)]
Revert error/exception handler changes

This reverts the following two commits:

 * 6ba2e662e447f369c6e7686e8b39dde033fd5334
 * d8f8e98d8e0493adf1fae622595bd3435bdbf835

Laruence already did some partial changes to set_error_handler and
set_exception_handler. I'm reverting those modifications to apply the full
set of changes. (The modifications changed the code structure in a way that
would lead to more duplication with the new behavior.)

12 years agoFixed bug #63132
Nikita Popov [Sat, 22 Sep 2012 17:12:21 +0000 (19:12 +0200)]
Fixed bug #63132

EG(arg_types_stack) is now also backed up when generators are used. This
allows the use of yield in nested method calls.

This commit adds two new functions to the zend_ptr_stack API:

    zend_ptr_stack_push_from_memory
    zend_ptr_stack_pop_into_memory

both taking the following arguments:

    zend_ptr_stack *stack, int count, void **pointers

12 years agoMerge branch 'PHP-5.4'
Pierrick Charron [Sat, 22 Sep 2012 14:19:16 +0000 (10:19 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Avoid calling select if maxfd returned by curl_multi_fdset is -1
  Fixing NEWS file

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Sat, 22 Sep 2012 14:18:44 +0000 (10:18 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Avoid calling select if maxfd returned by curl_multi_fdset is -1

12 years agoAvoid calling select if maxfd returned by curl_multi_fdset is -1
Pierrick Charron [Sat, 22 Sep 2012 14:15:40 +0000 (10:15 -0400)]
Avoid calling select if maxfd returned by curl_multi_fdset is -1

As per libcurl documentation :

When libcurl returns -1 in max_fd, it is because libcurl currently
does something that isn't possible for your application to monitor
with a socket and unfortunately you can then not know exactly when
the current action is completed using select().

12 years agoAdd CURLOPT_READDATA which was removed by mistake
Pierrick Charron [Sat, 22 Sep 2012 14:04:51 +0000 (10:04 -0400)]
Add CURLOPT_READDATA which was removed by mistake

I did a check and this is the only one which was removed by mistake.
No other constants are available in 5.4 branch and not in master

12 years agoFixing NEWS file
Lars Strojny [Fri, 21 Sep 2012 11:22:53 +0000 (13:22 +0200)]
Fixing NEWS file

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Dmitry Stogov [Fri, 21 Sep 2012 11:17:21 +0000 (15:17 +0400)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Dmitry Stogov [Fri, 21 Sep 2012 11:16:57 +0000 (15:16 +0400)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Fri, 21 Sep 2012 11:15:37 +0000 (15:15 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Fri, 21 Sep 2012 11:14:29 +0000 (15:14 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63111 (is_callable() lies for abstract static method)
  Fix folding

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Fri, 21 Sep 2012 10:18:37 +0000 (14:18 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63111 (is_callable() lies for abstract static method)

Conflicts:
NEWS

12 years agoFixed bug #63111 (is_callable() lies for abstract static method)
Dmitry Stogov [Fri, 21 Sep 2012 09:07:14 +0000 (13:07 +0400)]
Fixed bug #63111 (is_callable() lies for abstract static method)

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 21 Sep 2012 07:59:01 +0000 (09:59 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated lib versions
  Fix folding

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 21 Sep 2012 07:58:16 +0000 (09:58 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated lib versions

12 years agoupdated lib versions
Anatoliy Belsky [Fri, 21 Sep 2012 07:57:22 +0000 (09:57 +0200)]
updated lib versions

12 years agoDo not disable RFC3678 multicast API on Windows
Gustavo Lopes [Thu, 20 Sep 2012 21:31:10 +0000 (23:31 +0200)]
Do not disable RFC3678 multicast API on Windows

The API is supported since Windows Vista and requires targeting Vista
when compiling PHP. Pierre had asked to disable this by default, even
when targeting Vista/Windows Server 2008.

Since XP will not be supported anymore on php-next, any rationale
for this option will not apply anymore.

12 years agoFix folding
Rasmus Lerdorf [Thu, 20 Sep 2012 18:24:55 +0000 (14:24 -0400)]
Fix folding

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Rasmus Lerdorf [Thu, 20 Sep 2012 18:22:55 +0000 (14:22 -0400)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

12 years agoFix folding
Rasmus Lerdorf [Thu, 20 Sep 2012 18:22:15 +0000 (14:22 -0400)]
Fix folding

12 years agoMerge branch 'PHP-5.4'
Rob Richards [Thu, 20 Sep 2012 06:35:16 +0000 (02:35 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix bug #63015 (Incorrect arginfo for DOMErrorHandler)

12 years agofix bug #63015 (Incorrect arginfo for DOMErrorHandler)
Rob Richards [Thu, 20 Sep 2012 06:34:07 +0000 (02:34 -0400)]
fix bug #63015 (Incorrect arginfo for DOMErrorHandler)

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Wed, 19 Sep 2012 20:23:22 +0000 (22:23 +0200)]
Merge branch 'PHP-5.4'

Conflicts:
ext/sockets/multicast.h

12 years agoMerge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4
Lars Strojny [Wed, 19 Sep 2012 20:18:16 +0000 (22:18 +0200)]
Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4

12 years agoBug #63000: MCAST_JOIN_GROUP on OSX is broken
Lars Strojny [Wed, 19 Sep 2012 20:17:35 +0000 (22:17 +0200)]
Bug #63000: MCAST_JOIN_GROUP on OSX is broken

The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present.
The problem is that OSX 10.7 added the constant, but did not correctly implement
the feature. This causes the setsockopt call to fail.

The solution to the problem is to not use MCAST_JOIN_GROUP on OSX.

For reference, this was also done in VLC:

* http://trac.videolan.org/vlc/ticket/6104#comment:19

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 19 Sep 2012 11:52:38 +0000 (19:52 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 19 Sep 2012 11:44:18 +0000 (19:44 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #61442 (exception threw in __autoload can not be catched)
Xinchen Hui [Wed, 19 Sep 2012 11:40:59 +0000 (19:40 +0800)]
Fixed bug #61442 (exception threw in __autoload can not be catched)

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Tue, 18 Sep 2012 21:17:31 +0000 (23:17 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerging PR #116
Lars Strojny [Tue, 18 Sep 2012 21:15:03 +0000 (23:15 +0200)]
Merging PR #116

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Tue, 18 Sep 2012 20:17:36 +0000 (22:17 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver
Lars Strojny [Tue, 18 Sep 2012 20:16:51 +0000 (22:16 +0200)]
Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 18 Sep 2012 08:20:47 +0000 (10:20 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated libary versions

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 18 Sep 2012 08:20:05 +0000 (10:20 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated libary versions

Conflicts:
win32/build/libs_version.txt

12 years agoupdated libary versions
Anatoliy Belsky [Tue, 18 Sep 2012 08:18:26 +0000 (10:18 +0200)]
updated libary versions

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 18 Sep 2012 08:02:33 +0000 (10:02 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  split tests for the new zlib version on win

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 18 Sep 2012 08:02:05 +0000 (10:02 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  split tests for the new zlib version on win

12 years agosplit tests for the new zlib version on win
Anatoliy Belsky [Tue, 18 Sep 2012 07:59:49 +0000 (09:59 +0200)]
split tests for the new zlib version on win

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 18 Sep 2012 02:50:24 +0000 (10:50 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 18 Sep 2012 02:48:16 +0000 (10:48 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
Xinchen Hui [Tue, 18 Sep 2012 02:46:58 +0000 (10:46 +0800)]
Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Mon, 17 Sep 2012 22:58:48 +0000 (15:58 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  update news
  Support building PHP with the native client toolchain.
  test should fail

12 years agoupdate news
Stanislav Malyshev [Mon, 17 Sep 2012 22:58:27 +0000 (15:58 -0700)]
update news

12 years agoSupport building PHP with the native client toolchain.
Stuart Langley [Thu, 13 Sep 2012 15:37:37 +0000 (17:37 +0200)]
Support building PHP with the native client toolchain.

The native client compiler defines the C macro __x86_64__, but the size
of an unsigned int is only 4 bytes. This causes the compile to fail
because the inline asm code compiled is for an 8 byte unsigned int. Add
the correct defines to fix this.

As detailed in:
http://code.google.com/p/nativeclient/issues/detail?id=2255

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 17 Sep 2012 03:21:14 +0000 (11:21 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agotest should fail
Xinchen Hui [Mon, 17 Sep 2012 03:20:24 +0000 (11:20 +0800)]
test should fail

12 years agoAdd NEWS for generators
Nikita Popov [Sun, 16 Sep 2012 20:02:47 +0000 (22:02 +0200)]
Add NEWS for generators

12 years agoFix two op_array -> function cast warnings
Nikita Popov [Sun, 16 Sep 2012 20:01:07 +0000 (22:01 +0200)]
Fix two op_array -> function cast warnings

12 years agoReplace code with zend_clean_and_cache_symbol_table() call
Nikita Popov [Sun, 16 Sep 2012 19:54:48 +0000 (21:54 +0200)]
Replace code with zend_clean_and_cache_symbol_table() call

I replaced other instances of this code with the function call, but missed
this one.

12 years agoFix invalid read / remove useless code
Nikita Popov [Sun, 16 Sep 2012 19:48:57 +0000 (21:48 +0200)]
Fix invalid read / remove useless code

Generators follow a different cleanup path, so the extra check for freeing
the execute_data is unnecessary there. It actually caused problems because
op_array->fn_flags could be in freed memory at that time (in case op_array
came from a closure in an ArrayAccess container).

This fixes the valgrind warning in Zend/tests/bug54367.phpt.

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 16 Sep 2012 06:11:55 +0000 (23:11 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Respond with 501 to unknown request methods

12 years agoRespond with 501 to unknown request methods
Niklas Lindgren [Wed, 12 Sep 2012 16:34:59 +0000 (19:34 +0300)]
Respond with 501 to unknown request methods

Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page

12 years agoMerge branch 'PHp-5.4'
Stanislav Malyshev [Sun, 16 Sep 2012 06:02:44 +0000 (23:02 -0700)]
Merge branch 'PHp-5.4'

* PHp-5.4:
  news for bug #61421
  commit for php bug 61421 enabling SHA2 and RMD160 for openssl signature verification

12 years agonews for bug #61421
Stanislav Malyshev [Sun, 16 Sep 2012 06:02:10 +0000 (23:02 -0700)]
news for bug #61421

12 years agocommit for php bug 61421
Mark Jones [Fri, 14 Sep 2012 14:59:14 +0000 (08:59 -0600)]
commit for php bug 61421
enabling SHA2 and RMD160 for openssl signature verification

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 15 Sep 2012 03:51:48 +0000 (11:51 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 15 Sep 2012 03:50:49 +0000 (11:50 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63093 (Segfault while load extension failed in zts-build).
Xinchen Hui [Sat, 15 Sep 2012 03:50:16 +0000 (11:50 +0800)]
Fixed bug #63093 (Segfault while load extension failed in zts-build).

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 15 Sep 2012 03:33:26 +0000 (11:33 +0800)]
Merge branch 'PHP-5.4'

12 years agoRemove bug fixed entry
Xinchen Hui [Sat, 15 Sep 2012 03:32:44 +0000 (11:32 +0800)]
Remove bug fixed entry

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 15 Sep 2012 03:32:08 +0000 (11:32 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoAdd XFAIL test for bug #62852
Xinchen Hui [Sat, 15 Sep 2012 03:29:47 +0000 (11:29 +0800)]
Add XFAIL test for bug #62852

12 years agoRevert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"
Xinchen Hui [Sat, 15 Sep 2012 03:26:21 +0000 (11:26 +0800)]
Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"

see: http://news.php.net/php.bugs/173451

This reverts commit 46a3f257724df7b85cc8c3e6374c36ed9ee783b4.

12 years agoMerge branch 'PHP-5.4'
Christopher Jones [Fri, 14 Sep 2012 05:45:54 +0000 (22:45 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Change package.xml fix description
  Fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Fri, 14 Sep 2012 05:44:12 +0000 (22:44 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Change package.xml fix description
  Fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoMerge branch 'bug60901' into PHP-5.3
Christopher Jones [Fri, 14 Sep 2012 05:43:37 +0000 (22:43 -0700)]
Merge branch 'bug60901' into PHP-5.3

* bug60901:
  Change package.xml fix description
  Fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoChange package.xml fix description
Christopher Jones [Fri, 14 Sep 2012 05:43:10 +0000 (22:43 -0700)]
Change package.xml fix description

12 years agoFixed bug #60901 (Improve "tail" syntax for AIX installation)
Christopher Jones [Fri, 14 Sep 2012 05:40:55 +0000 (22:40 -0700)]
Fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Fri, 14 Sep 2012 01:09:16 +0000 (18:09 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  This will become 5.3.18
  Update RELEASE PROCESS

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 14 Sep 2012 01:09:12 +0000 (18:09 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  This will become 5.3.18
  Update RELEASE PROCESS

12 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Thu, 13 Sep 2012 21:10:59 +0000 (23:10 +0200)]
Merge branch 'PHP-5.4'

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

Conflicts:
configure.in
main/php_version.h

12 years agoThis will become 5.3.18
Johannes Schlüter [Thu, 13 Sep 2012 21:08:30 +0000 (23:08 +0200)]
This will become 5.3.18

12 years agoMerge branch 'PHP-5.4'
David Soria Parra [Thu, 13 Sep 2012 18:24:09 +0000 (20:24 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Update RELEASE PROCESS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Thu, 13 Sep 2012 18:23:05 +0000 (20:23 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Update RELEASE PROCESS

12 years agoUpdate RELEASE PROCESS
David Soria Parra [Thu, 13 Sep 2012 18:19:23 +0000 (20:19 +0200)]
Update RELEASE PROCESS

Some parts of the release process are outdated, not needed anymore
or still reference cvs.

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Thu, 13 Sep 2012 01:14:37 +0000 (18:14 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  fix NEWS after releses
  Generators & UPGRADING
  Merge 5.3.16 NEWS in.

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 13 Sep 2012 01:14:33 +0000 (18:14 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  fix NEWS after releses
  Merge 5.3.16 NEWS in.

12 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Wed, 12 Sep 2012 21:35:40 +0000 (23:35 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 12 Sep 2012 21:35:29 +0000 (23:35 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agofix NEWS after releses
Johannes Schlüter [Wed, 12 Sep 2012 21:35:05 +0000 (23:35 +0200)]
fix NEWS after releses

12 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Johannes Schlüter [Wed, 12 Sep 2012 21:05:24 +0000 (23:05 +0200)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

12 years agoMerge branch 'master' of git.php.net:/php-src
Johannes Schlüter [Wed, 12 Sep 2012 21:01:11 +0000 (23:01 +0200)]
Merge branch 'master' of git.php.net:/php-src

12 years agoGenerators & UPGRADING
Gustavo André dos Santos Lopes [Wed, 12 Sep 2012 08:05:28 +0000 (09:05 +0100)]
Generators & UPGRADING

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Tue, 11 Sep 2012 23:39:43 +0000 (16:39 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  Capitalize the warning message
  Rearrange the codes, remove empty lines
  Provide a specific error message if date.timezone value is invalid.
  regenerate patch, and save a strlen
  Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8
  Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 11 Sep 2012 23:39:39 +0000 (16:39 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  regenerate patch, and save a strlen
  Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8
  Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoCapitalize the warning message
Xinchen Hui [Tue, 11 Sep 2012 10:09:47 +0000 (18:09 +0800)]
Capitalize the warning message

12 years agoRearrange the codes, remove empty lines
Xinchen Hui [Tue, 11 Sep 2012 10:02:19 +0000 (18:02 +0800)]
Rearrange the codes, remove empty lines

12 years agoMerge branch 'invalid-timezone' of https://github.com/simonwelsh/php-src
Xinchen Hui [Tue, 11 Sep 2012 09:58:20 +0000 (17:58 +0800)]
Merge branch 'invalid-timezone' of https://github.com/simonwelsh/php-src

12 years agoProvide a specific error message if date.timezone value is invalid.
Simon Welsh [Tue, 11 Sep 2012 09:14:51 +0000 (21:14 +1200)]
Provide a specific error message if date.timezone value is invalid.

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 11 Sep 2012 03:44:33 +0000 (11:44 +0800)]
Merge branch 'PHP-5.4'

12 years agoregenerate patch, and save a strlen
Xinchen Hui [Tue, 11 Sep 2012 03:43:47 +0000 (11:43 +0800)]
regenerate patch, and save a strlen

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Mon, 10 Sep 2012 15:11:28 +0000 (23:11 +0800)]
Merge branch 'PHP-5.4'

12 years agoFix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313...
Xinchen Hui [Mon, 10 Sep 2012 15:08:54 +0000 (23:08 +0800)]
Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Mon, 10 Sep 2012 10:57:45 +0000 (14:57 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoFixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag
Dmitry Stogov [Mon, 10 Sep 2012 10:54:18 +0000 (14:54 +0400)]
Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Mon, 10 Sep 2012 07:04:42 +0000 (00:04 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src: (157 commits)
  Fix doc bug #63032 (Number of release in documentation).
  fixed test for bug #52944 also for darwin
  -enable VC11 (vc2012)
  - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
  year++
  correct PHP version & year++
  Correct PHP version
  year++
  - fix build, there was no tsrm context there, doing a fetch but this is horribly slow, this fix needs improvement (or simply add a TSRM context in the signature in master
  - fix build, declarations must be 1st in a contextgit checkout -f master
  Fixed bug #62907 (Double free when use traits)
  Fixed bug #62991 (Segfault with generator and closure)
  forked two tests for windows
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false
  Implemented ReflectionFunction::isGenerator()
  ...

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 10 Sep 2012 07:04:38 +0000 (00:04 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src: (54 commits)
  Fix doc bug #63032 (Number of release in documentation).
  fixed test for bug #52944 also for darwin
  - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
  year++
  correct PHP version & year++
  Correct PHP version
  year++
  - fix build, there was no tsrm context there, doing a fetch but this is horribly slow, this fix needs improvement (or simply add a TSRM context in the signature in master
  Fixed bug #62907 (Double free when use traits)
  forked two tests for windows
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false
  Allow null as a default value for length in mb_substr() and mb_strcut()
  folder
  Initializing optional argument description in assert()
  fix NEWS
  Remove extra blank in notice message, should act as same as vm
  Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables)
  ...