]> granicus.if.org Git - php/log
php
10 years agoMerge branch 'PHP-5.6'
Daniel Lowrey [Tue, 9 Sep 2014 16:25:36 +0000 (10:25 -0600)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Bug #41631: Fix regression from first attempt (6569db8)
  Bug #67965: Fix blocking behavior in non-blocking crypto streams

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Daniel Lowrey [Tue, 9 Sep 2014 16:24:40 +0000 (10:24 -0600)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bug #41631: Fix regression from first attempt (6569db8)
  Bug #67965: Fix blocking behavior in non-blocking crypto streams

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Daniel Lowrey [Tue, 9 Sep 2014 15:27:20 +0000 (09:27 -0600)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Bug #41631: Fix regression from first attempt (6569db8)
  Bug #67965: Fix blocking behavior in non-blocking crypto streams

10 years agoBug #41631: Fix regression from first attempt (6569db8)
Daniel Lowrey [Tue, 9 Sep 2014 13:50:15 +0000 (07:50 -0600)]
Bug #41631: Fix regression from first attempt (6569db8)

10 years agoBug #67965: Fix blocking behavior in non-blocking crypto streams
Daniel Lowrey [Tue, 9 Sep 2014 13:37:57 +0000 (07:37 -0600)]
Bug #67965: Fix blocking behavior in non-blocking crypto streams

10 years agoMerge branch 'PHP-5.6'
Tjerk Meesters [Tue, 9 Sep 2014 11:32:09 +0000 (19:32 +0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed #67985 - Incorrect last used array index copied to new array after unset

Conflicts:
Zend/zend_variables.c

10 years agoUpdated NEWS for #67985
Tjerk Meesters [Tue, 9 Sep 2014 10:04:09 +0000 (18:04 +0800)]
Updated NEWS for #67985

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Tjerk Meesters [Tue, 9 Sep 2014 10:03:10 +0000 (18:03 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed #67985 - Incorrect last used array index copied to new array after unset

10 years agoUpdated NEWS for #67985
Tjerk Meesters [Tue, 9 Sep 2014 10:02:45 +0000 (18:02 +0800)]
Updated NEWS for #67985

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Tjerk Meesters [Tue, 9 Sep 2014 10:00:49 +0000 (18:00 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed #67985 - Incorrect last used array index copied to new array after unset

10 years agoFixed #67985 - Incorrect last used array index copied to new array after unset
Tjerk Meesters [Tue, 9 Sep 2014 09:58:45 +0000 (17:58 +0800)]
Fixed #67985 - Incorrect last used array index copied to new array after unset

In master zend_array_dup() is used to do this properly; this is a workaround.

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Tue, 9 Sep 2014 04:56:33 +0000 (06:56 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  duplicate value's string for the SAPI filter
  Fine tuned the order of adding request variables.

10 years agoduplicate value's string for the SAPI filter
Michael Wallner [Tue, 9 Sep 2014 04:54:23 +0000 (06:54 +0200)]
duplicate value's string for the SAPI filter

reported by sesser; tyrael, do you take care of the bug/NEWS?

10 years agoFine tuned the order of adding request variables.
George Wang [Tue, 9 Sep 2014 03:58:05 +0000 (23:58 -0400)]
Fine tuned the order of adding request variables.

10 years agoFine tuned the order of adding request variables.
George Wang [Tue, 9 Sep 2014 03:58:05 +0000 (23:58 -0400)]
Fine tuned the order of adding request variables.

10 years agoFine tuned the order of adding request variables.
George Wang [Tue, 9 Sep 2014 03:58:05 +0000 (23:58 -0400)]
Fine tuned the order of adding request variables.

10 years agoFine tuned the order of adding request variables.
George Wang [Tue, 9 Sep 2014 03:58:05 +0000 (23:58 -0400)]
Fine tuned the order of adding request variables.

10 years agoRemove unnecessary branch/temp variable
Xinchen Hui [Tue, 9 Sep 2014 03:52:25 +0000 (11:52 +0800)]
Remove unnecessary branch/temp variable

10 years agoDon't anload zend extensions if ZEND_DONT_UNLOAD_MODULES environment variable is set
Dmitry Stogov [Mon, 8 Sep 2014 20:50:44 +0000 (00:50 +0400)]
Don't anload zend extensions if ZEND_DONT_UNLOAD_MODULES environment variable is set

10 years agoWe don't need to check for xlat entry twice
Dmitry Stogov [Mon, 8 Sep 2014 20:40:14 +0000 (00:40 +0400)]
We don't need to check for xlat entry twice

10 years agoFixed GC problem (arrays may be recorded as possible root of garbage cycle. we have...
Dmitry Stogov [Mon, 8 Sep 2014 20:12:36 +0000 (00:12 +0400)]
Fixed GC problem (arrays may be recorded as possible root of garbage cycle. we have to clear this info before deleting array)

10 years agoMerge branch 'PHP-5.6'
Adam Harvey [Mon, 8 Sep 2014 19:31:58 +0000 (19:31 +0000)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #67972 (SessionHandler Invalid memory read create_sid()).
  Update LSAPI to 6.7, added support for 'filter_input'. Fixed a crash in CLI mode.
  5.5.18 now

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Mon, 8 Sep 2014 19:28:15 +0000 (19:28 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #67972 (SessionHandler Invalid memory read create_sid()).
  Update LSAPI to 6.7, added support for 'filter_input'. Fixed a crash in CLI mode.
  5.5.18 now

Conflicts:
configure.in
main/php_version.h

10 years agoFix bug #67972 (SessionHandler Invalid memory read create_sid()).
Adam Harvey [Mon, 8 Sep 2014 19:25:14 +0000 (19:25 +0000)]
Fix bug #67972 (SessionHandler Invalid memory read create_sid()).

SessionHandler::create_sid() didn't check if PS(default_mod) was initialised
before attempting to call its create_sid() handler.

10 years agomade Visual Studio to understand that zend_error_noreturn() will not return
Anatol Belski [Mon, 8 Sep 2014 18:34:26 +0000 (20:34 +0200)]
made Visual Studio to understand that zend_error_noreturn() will not return

- windows only, on linux gcc would cause a warning that the function returns,
  as no noreturn functions are used
- ZEND_NORETURN works on windows as well now, using __declspec(noreturn),
  which is useful for the other cases
- one more function call will be needed, which is not critical for the
  error reporting
- the way is open to enable the same for gcc as soon as it's not causing a warning

10 years agoAdded ability to make a number of "warmup" requests before an actual benchmark.
Dmitry Stogov [Mon, 8 Sep 2014 12:24:46 +0000 (16:24 +0400)]
Added ability to make a number of "warmup" requests before an actual benchmark.
(php-cgi -T [<number-of-warmup-requests>,]<number-of-benchmark-requests> <file>)

10 years agoFix parser stack destruction with dummy ENCAPSED_AND_WHITESPACE
Nikita Popov [Mon, 8 Sep 2014 11:50:53 +0000 (13:50 +0200)]
Fix parser stack destruction with dummy ENCAPSED_AND_WHITESPACE

T_ENCAPSED_AND_WHITESPACE is now specified to always hold a value,
so give it a NULL value in the dummy cases.

10 years agoRemoved IS_STR_OFFSET type and corresponding macros. Optimized string offset handling...
Dmitry Stogov [Mon, 8 Sep 2014 11:46:45 +0000 (15:46 +0400)]
Removed IS_STR_OFFSET type and corresponding macros. Optimized string offset handling in ASSIGN_DIM opcode.

10 years agoFixed comments and removed useless code.
Dmitry Stogov [Mon, 8 Sep 2014 07:08:05 +0000 (11:08 +0400)]
Fixed comments and removed useless code.

10 years agofix null pointer deref
Anatol Belski [Sun, 7 Sep 2014 18:26:01 +0000 (20:26 +0200)]
fix null pointer deref

10 years agofixed the tests, related to the basename behaviour, bug #66395
Anatol Belski [Sun, 7 Sep 2014 18:11:49 +0000 (20:11 +0200)]
fixed the tests, related to the basename behaviour, bug #66395

10 years agofixed string index handling with references
Anatol Belski [Sun, 7 Sep 2014 11:34:18 +0000 (13:34 +0200)]
fixed string index handling with references

10 years agofix 64 bit string index usage
Anatol Belski [Sat, 6 Sep 2014 22:54:47 +0000 (00:54 +0200)]
fix 64 bit string index usage

10 years agoRevert "Move safe_address into zend_multiply.h"
Nikita Popov [Sat, 6 Sep 2014 20:12:37 +0000 (22:12 +0200)]
Revert "Move safe_address into zend_multiply.h"

This reverts commit 43b02e169c718335a82b8c90c3252194f988659a.

I'm getting symbol resolution issues for zend_error_noreturn in the
opcache.so, so reverting this for now.

10 years agoMove safe_address into zend_multiply.h
Nikita Popov [Sat, 6 Sep 2014 11:47:05 +0000 (13:47 +0200)]
Move safe_address into zend_multiply.h

This allows reuse in zend_arena_calloc.

Also renamed the function to zend_safe_address as it's no longer
private to the allocator.

10 years agoAccording to LSB 3.2, finite() has been deprecated with C99.
Tjerk Meesters [Sat, 6 Sep 2014 11:14:43 +0000 (19:14 +0800)]
According to LSB 3.2, finite() has been deprecated with C99.

See: https://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/baselib-finite.html

Changed the order in which we detect whether to use finite() or isfinite(), favouring the latter.

10 years agoAdded test case to complement commit 29397f8
Tjerk Meesters [Sat, 6 Sep 2014 10:56:22 +0000 (18:56 +0800)]
Added test case to complement commit 29397f8

10 years agoRelease memory for PDO Stmt ctor args
Nikita Popov [Sat, 6 Sep 2014 10:52:51 +0000 (12:52 +0200)]
Release memory for PDO Stmt ctor args

10 years agoFix $x .= $x
Nikita Popov [Sat, 6 Sep 2014 10:19:55 +0000 (12:19 +0200)]
Fix $x .= $x

Also add a nice comment pointing out that concat runs on magic.

10 years agoFix ext/xml warnings
Nikita Popov [Fri, 5 Sep 2014 18:29:50 +0000 (20:29 +0200)]
Fix ext/xml warnings

10 years agoFixed overflow check
Dmitry Stogov [Fri, 5 Sep 2014 12:13:06 +0000 (16:13 +0400)]
Fixed overflow check

10 years agoFix string increment
Nikita Popov [Fri, 5 Sep 2014 10:44:51 +0000 (12:44 +0200)]
Fix string increment

10 years agoFixed support for C++
Dmitry Stogov [Fri, 5 Sep 2014 10:18:39 +0000 (14:18 +0400)]
Fixed support for C++

10 years agoFix overflow check for string concatenation
Nikita Popov [Fri, 5 Sep 2014 09:50:31 +0000 (11:50 +0200)]
Fix overflow check for string concatenation

Also do the overflow check for both branches, not just the realloc
one.

And clean up the code a bit - move common parts outside of the
realloc/alloc branches.

10 years agoDrop some unsafe-looking casting code from ext/socket
Nikita Popov [Fri, 5 Sep 2014 09:34:49 +0000 (11:34 +0200)]
Drop some unsafe-looking casting code from ext/socket

ZVAL_COPY before convert_to_string is probably not right.

10 years agoRemove old zend_string_to_double function
Nikita Popov [Thu, 4 Sep 2014 23:03:29 +0000 (01:03 +0200)]
Remove old zend_string_to_double function

10 years agoFix readline warnings
Nikita Popov [Thu, 4 Sep 2014 20:50:34 +0000 (22:50 +0200)]
Fix readline warnings

10 years agoFix SOAP warnings
Nikita Popov [Thu, 4 Sep 2014 20:49:56 +0000 (22:49 +0200)]
Fix SOAP warnings

10 years agoFixed discards qualifiers from pointer target type
Xinchen Hui [Fri, 5 Sep 2014 01:31:05 +0000 (09:31 +0800)]
Fixed discards qualifiers from pointer target type

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 5 Sep 2014 01:22:23 +0000 (09:22 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoFix invalid zend_string free in soap
Nikita Popov [Thu, 4 Sep 2014 20:29:30 +0000 (22:29 +0200)]
Fix invalid zend_string free in soap

By making get_http_headers() return the zend_string* directly.

10 years agoFix smart_str_append()
Nikita Popov [Thu, 4 Sep 2014 19:55:27 +0000 (21:55 +0200)]
Fix smart_str_append()

Would segfault if src->s == NULL.

10 years agoMerge branch 'PHP-5.6'
Nikita Popov [Thu, 4 Sep 2014 19:23:11 +0000 (21:23 +0200)]
Merge branch 'PHP-5.6'

Conflicts:
ext/soap/php_http.c

10 years agoSplit GMP tests testing multiple functions
Nikita Popov [Thu, 4 Sep 2014 19:14:17 +0000 (21:14 +0200)]
Split GMP tests testing multiple functions

Also drop dummy test

10 years agoGive proper names to GMP test files
Nikita Popov [Thu, 4 Sep 2014 19:10:41 +0000 (21:10 +0200)]
Give proper names to GMP test files

10 years agoThrow warnings when using zero modulus in gmp_powm
Nikita Popov [Thu, 4 Sep 2014 18:55:09 +0000 (20:55 +0200)]
Throw warnings when using zero modulus in gmp_powm

Also fixes a leak in this case.

10 years agoMerge branch 'pr/804'
Tjerk Meesters [Thu, 4 Sep 2014 18:17:42 +0000 (02:17 +0800)]
Merge branch 'pr/804'

* pr/804:
  Adds phpversion test to prevent #67959

10 years agoAdds phpversion test to prevent #67959
Florian MARGAINE [Thu, 4 Sep 2014 18:13:43 +0000 (20:13 +0200)]
Adds phpversion test to prevent #67959

10 years agoUpdated NEWS for #67959
Tjerk Meesters [Thu, 4 Sep 2014 18:05:06 +0000 (02:05 +0800)]
Updated NEWS for #67959

10 years agoAdd GMP tests for some uncovered branches
Nikita Popov [Thu, 4 Sep 2014 18:00:32 +0000 (20:00 +0200)]
Add GMP tests for some uncovered branches

10 years agoMerge branch 'pr/803'
Tjerk Meesters [Thu, 4 Sep 2014 18:02:20 +0000 (02:02 +0800)]
Merge branch 'pr/803'

* pr/803:
  Fixes zpp parameter from int to size_t

10 years agoFixes zpp parameter from int to size_t
Florian MARGAINE [Thu, 4 Sep 2014 17:58:40 +0000 (19:58 +0200)]
Fixes zpp parameter from int to size_t

10 years agoFixed compilation warnings
Dmitry Stogov [Thu, 4 Sep 2014 10:06:22 +0000 (14:06 +0400)]
Fixed compilation warnings

10 years agoit's should be zend_ulong
Xinchen Hui [Thu, 4 Sep 2014 08:26:53 +0000 (16:26 +0800)]
it's should be zend_ulong

10 years agoRevert previous commit by mistake
Xinchen Hui [Thu, 4 Sep 2014 03:59:58 +0000 (11:59 +0800)]
Revert previous commit by mistake

10 years agoUse PHP_GINIT to suppress incompatible pointer type
Xinchen Hui [Thu, 4 Sep 2014 03:56:13 +0000 (11:56 +0800)]
Use PHP_GINIT to suppress incompatible pointer type

10 years agoUpdated NEWS for #67955
Tjerk Meesters [Wed, 3 Sep 2014 23:00:14 +0000 (07:00 +0800)]
Updated NEWS for #67955

10 years agoFixed #67955: SoapClient prepends 0-byte to cookie names
Tjerk Meesters [Wed, 3 Sep 2014 22:58:04 +0000 (06:58 +0800)]
Fixed #67955: SoapClient prepends 0-byte to cookie names

10 years agoFix DOM warnings
Nikita Popov [Wed, 3 Sep 2014 19:35:53 +0000 (21:35 +0200)]
Fix DOM warnings

10 years agoSeparate php_mb_reset() from php_mblen()
Nikita Popov [Wed, 3 Sep 2014 18:37:04 +0000 (20:37 +0200)]
Separate php_mb_reset() from php_mblen()

Instead of fighting against warnings ...

10 years agoUpdate LSAPI to 6.7, added support for 'filter_input'.
George Wang [Wed, 3 Sep 2014 15:24:45 +0000 (11:24 -0400)]
Update LSAPI to 6.7, added support for 'filter_input'.
Fixed a crash in CLI mode.

10 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
George Wang [Wed, 3 Sep 2014 15:28:30 +0000 (11:28 -0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

10 years agoUpdate LSAPI to 6.7, added support for 'filter_input'.
George Wang [Wed, 3 Sep 2014 15:24:45 +0000 (11:24 -0400)]
Update LSAPI to 6.7, added support for 'filter_input'.
Fixed a crash in CLI mode.

10 years agoUpdate LSAPI to 6.7, added support for 'filter_input'.
George Wang [Wed, 3 Sep 2014 15:24:45 +0000 (11:24 -0400)]
Update LSAPI to 6.7, added support for 'filter_input'.
Fixed a crash in CLI mode.

10 years agoFix ftp_login()
Nikita Popov [Wed, 3 Sep 2014 14:32:01 +0000 (16:32 +0200)]
Fix ftp_login()

10 years agoFix Z_UL
Nikita Popov [Wed, 3 Sep 2014 14:10:56 +0000 (16:10 +0200)]
Fix Z_UL

10 years agoPreallocate hash tables of required size
Dmitry Stogov [Wed, 3 Sep 2014 14:21:36 +0000 (18:21 +0400)]
Preallocate hash tables of required size

10 years agoFix a number of format issues
Nikita Popov [Wed, 3 Sep 2014 13:57:28 +0000 (15:57 +0200)]
Fix a number of format issues

10 years agoDisable format string checking by default
Nikita Popov [Wed, 3 Sep 2014 13:36:04 +0000 (15:36 +0200)]
Disable format string checking by default

Instead of removing format attributes altogether, disable the checks
by default. This allows you to do a build with format string checks
and filter out the false positives (basically anything mentioning
%p).

10 years agoRevert "remove a few gcc format attributes from some printf-like functions"
Nikita Popov [Wed, 3 Sep 2014 13:22:08 +0000 (15:22 +0200)]
Revert "remove a few gcc format attributes from some printf-like functions"

This reverts commit 25f5ba94aca1e89ee5f0c66513e58826afa3b853.

10 years agoUse zval_ptr_dtor_nogc to destroy literals
Nikita Popov [Wed, 3 Sep 2014 13:16:32 +0000 (15:16 +0200)]
Use zval_ptr_dtor_nogc to destroy literals

Also move the definition of zval_ptr_dtor_nogc to zend_variables.h
(from zend_execute.h/.c) as it's used in a few places.

10 years agofix bug #67955
Philip Hofstetter [Wed, 3 Sep 2014 12:35:40 +0000 (14:35 +0200)]
fix bug #67955

this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f.

smart_str_appendl is expecting the length as the length of the string,
but key_length is the byte length of the key, including the 0
terminator.

As such, the cookie name appeneded to the header would now also include
the 0 terminator of the key name which then would be sent to the server.

10 years agoDisabled usage of built-in functions in write context (e.g. strlen($s)[] = ...)
Dmitry Stogov [Wed, 3 Sep 2014 12:30:48 +0000 (16:30 +0400)]
Disabled usage of built-in functions in write context (e.g. strlen($s)[] = ...)

10 years agoSimplify BEGIN_SILENCE/END_SILENCE to not modify ini entry value back and force
Dmitry Stogov [Wed, 3 Sep 2014 11:17:50 +0000 (15:17 +0400)]
Simplify BEGIN_SILENCE/END_SILENCE to not modify ini entry value back and force

10 years ago5.5.18 now
Julien Pauli [Wed, 3 Sep 2014 08:18:51 +0000 (10:18 +0200)]
5.5.18 now

10 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Wed, 3 Sep 2014 07:45:17 +0000 (09:45 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed test with freetype >= 2.4.12

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Wed, 3 Sep 2014 07:45:09 +0000 (09:45 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test with freetype >= 2.4.12

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Matteo Beccati [Wed, 3 Sep 2014 07:44:59 +0000 (09:44 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed test with freetype >= 2.4.12

10 years agoFixed test with freetype >= 2.4.12
Matteo Beccati [Wed, 3 Sep 2014 07:43:29 +0000 (09:43 +0200)]
Fixed test with freetype >= 2.4.12

10 years agoRevert "Fixed memory leaks"
Dmitry Stogov [Tue, 2 Sep 2014 22:38:04 +0000 (02:38 +0400)]
Revert "Fixed memory leaks"

This reverts commit 0940e54ffc73fc470772228f219750727375c384.

10 years agoFixed memory leaks
Dmitry Stogov [Tue, 2 Sep 2014 22:07:38 +0000 (02:07 +0400)]
Fixed memory leaks

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 2 Sep 2014 22:04:08 +0000 (15:04 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  5.4.34 is next

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 2 Sep 2014 22:04:00 +0000 (15:04 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.34 is next

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 2 Sep 2014 22:03:54 +0000 (15:03 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.34 is next

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.34 is next
Stanislav Malyshev [Tue, 2 Sep 2014 22:03:04 +0000 (15:03 -0700)]
5.4.34 is next

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 2 Sep 2014 21:19:16 +0000 (14:19 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 2 Sep 2014 21:18:15 +0000 (14:18 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 2 Sep 2014 21:16:17 +0000 (14:16 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

10 years agoRevert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"
Stanislav Malyshev [Tue, 2 Sep 2014 21:15:39 +0000 (14:15 -0700)]
Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

This reverts commit 53fa6c5b6b5b09059ba54c8912d0c0aef57aa4ff.
The change breaks tests, so not putting it into 5.4.

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 2 Sep 2014 19:33:02 +0000 (12:33 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #67644 - Memory corruption & crash during ob_start function callback