]>
granicus.if.org Git - php/log
Ferenc Kovacs [Wed, 15 Oct 2014 17:42:51 +0000 (19:42 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS
Fixed Bug #65171 imagescale() fails
Revert "Bug #41631: Observe socket read timeouts in SSL streams"
Conflicts:
ext/openssl/xp_ssl.c
Ferenc Kovacs [Wed, 24 Sep 2014 08:27:42 +0000 (10:27 +0200)]
removing the NEWS entry as we had to revert this fix for now
Ferenc Kovacs [Wed, 15 Oct 2014 17:34:07 +0000 (19:34 +0200)]
Revert "Merge branch 'PHP-5.5' into PHP-5.6"
This reverts commit
98e67add15a6b889efe152c23ed15a61f022a63a , reversing
changes made to
2cdc1a2b7473eff27c224c66dcb85118b553a147 .
Ferenc Kovacs [Wed, 15 Oct 2014 17:33:47 +0000 (19:33 +0200)]
Revert "fix TS build"
This reverts commit
84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf .
Ferenc Kovacs [Wed, 15 Oct 2014 17:33:31 +0000 (19:33 +0200)]
Revert "Merge branch 'PHP-5.4' into PHP-5.5"
This reverts commit
30a73658c63a91c413305a4c4d49882fda4dab3e , reversing
changes made to
7fac56e0729385bbd2bb040f06a20a697d9de5fd .
Ferenc Kovacs [Wed, 15 Oct 2014 17:32:46 +0000 (19:32 +0200)]
Revert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"
This reverts commit
f86b2193a483f56b0bd056570a0cdb57ebe66e2f .
Ferenc Kovacs [Wed, 15 Oct 2014 17:32:14 +0000 (19:32 +0200)]
Revert "Bug #41631: Fix regression from first attempt (
6569db8 )"
This reverts commit
372844918a318ad712e16f9ec636682424a65403 .
Remi Collet [Wed, 15 Oct 2014 17:16:45 +0000 (19:16 +0200)]
NEWS
Remi Collet [Wed, 15 Oct 2014 17:13:25 +0000 (19:13 +0200)]
Fixed Bug #65171 imagescale() fails
Third param (height) is set as optional,
but default value = -1 is incorrect
Compute correct height to preserve ratio.
Tjerk Meesters [Wed, 15 Oct 2014 13:12:13 +0000 (21:12 +0800)]
Fixed bug #68234
Certificate will now expire in 2034
Julien Pauli [Wed, 15 Oct 2014 12:38:12 +0000 (14:38 +0200)]
Revert "Bug #41631: Observe socket read timeouts in SSL streams"
This reverts commit
6569db88081562f68a4f79e52cba83482bdf05fc .
Conflicts:
ext/openssl/xp_ssl.c
Ferenc Kovacs [Wed, 15 Oct 2014 12:08:32 +0000 (14:08 +0200)]
PHP-5.6.3 is next
Ferenc Kovacs [Wed, 15 Oct 2014 12:07:40 +0000 (14:07 +0200)]
update NEWS, 5.6.2 will be a security-only release
Stanislav Malyshev [Tue, 14 Oct 2014 18:43:34 +0000 (11:43 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix return code (merges are hard :( )
Stanislav Malyshev [Tue, 14 Oct 2014 18:42:33 +0000 (11:42 -0700)]
Fix return code (merges are hard :( )
Stanislav Malyshev [Tue, 14 Oct 2014 17:45:47 +0000 (10:45 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #68113 (Heap corruption in exif_thumbnail())
Fix bug #68089 - do not accept options with embedded \0
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Fix bug #68027 - fix date parsing in XMLRPC lib
Stanislav Malyshev [Sun, 28 Sep 2014 23:57:42 +0000 (16:57 -0700)]
Fix bug #68113 (Heap corruption in exif_thumbnail())
Stanislav Malyshev [Mon, 29 Sep 2014 00:53:49 +0000 (17:53 -0700)]
Fix bug #68089 - do not accept options with embedded \0
Conflicts:
ext/curl/interface.c
Stanislav Malyshev [Sun, 28 Sep 2014 21:19:31 +0000 (14:19 -0700)]
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Stanislav Malyshev [Mon, 29 Sep 2014 00:33:44 +0000 (17:33 -0700)]
Fix bug #68027 - fix date parsing in XMLRPC lib
Stanislav Malyshev [Sun, 28 Sep 2014 23:57:42 +0000 (16:57 -0700)]
Fix bug #68113 (Heap corruption in exif_thumbnail())
Stanislav Malyshev [Mon, 29 Sep 2014 00:53:49 +0000 (17:53 -0700)]
Fix bug #68089 - do not accept options with embedded \0
Conflicts:
ext/curl/interface.c
Stanislav Malyshev [Sun, 28 Sep 2014 21:19:31 +0000 (14:19 -0700)]
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Stanislav Malyshev [Mon, 29 Sep 2014 00:33:44 +0000 (17:33 -0700)]
Fix bug #68027 - fix date parsing in XMLRPC lib
Tjerk Meesters [Tue, 14 Oct 2014 14:50:07 +0000 (22:50 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #68128
Tjerk Meesters [Mon, 6 Oct 2014 01:40:39 +0000 (09:40 +0800)]
Fixed bug #68128
Three issues are addressed:
- RecursiveRegexIterator::accept() should accept non-empty arrays without
applying any regular expression and RegexIterator::accept() should not accept
an array.
- RegexIterator::accept() should not accept an atom that fails to match
anything, even when PREG_PATTERN_ORDER is used (which would return an array
of empty arrays).
- RecursiveRegexIterator::getChildren() should pass all constructor arguments
to its child iterator instead of just the regular expression.
Stanislav Malyshev [Tue, 14 Oct 2014 07:36:36 +0000 (00:36 -0700)]
update NEWS and UPGRADING
Stanislav Malyshev [Tue, 14 Oct 2014 07:33:16 +0000 (00:33 -0700)]
Merge branch 'pull-request/839' into PHP-5.6
* pull-request/839:
Upated NEWS
Address issues raised by @nikic
Make sure min < max
Mersenne Twister was added in GMP 4.2
Add test files
Add gmp_random_bits(bits) and gmp_random_range(min, max)
Change GMPs default PRNG to Mersenne Twister
Dmitry Stogov [Mon, 13 Oct 2014 10:07:37 +0000 (14:07 +0400)]
We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST.
Anatol Belski [Sun, 12 Oct 2014 17:22:03 +0000 (19:22 +0200)]
DLL export several APIs needed for phpdbg
Tjerk Meesters [Sun, 12 Oct 2014 04:47:58 +0000 (12:47 +0800)]
More fixes for nodelist array access
- testing for null property read
- no zval copying if the type is already long
- memory fix for master
Ard Biesheuvel [Fri, 10 Oct 2014 09:45:24 +0000 (11:45 +0200)]
update NEWS
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Ard Biesheuvel [Fri, 10 Oct 2014 09:44:52 +0000 (11:44 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Ard Biesheuvel [Fri, 10 Oct 2014 09:44:39 +0000 (11:44 +0200)]
update NEWS
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Ard Biesheuvel [Fri, 10 Oct 2014 09:41:10 +0000 (11:41 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
Ard Biesheuvel [Fri, 10 Oct 2014 09:40:07 +0000 (11:40 +0200)]
update NEWS
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tjerk Meesters [Thu, 9 Oct 2014 23:33:06 +0000 (07:33 +0800)]
Added note to UPGRADING regarding 64-bit support in pack()/unpack()
Tjerk Meesters [Thu, 9 Oct 2014 23:00:38 +0000 (07:00 +0800)]
RFC: 64 bit format codes for pack() and unpack()
Leigh [Mon, 8 Sep 2014 20:59:32 +0000 (21:59 +0100)]
Add 64 bit formats to pack() and unpack()
Tjerk Meesters [Thu, 9 Oct 2014 15:07:12 +0000 (23:07 +0800)]
Refactored DOMNodeList array dereferencing implementation
Tjerk Meesters [Thu, 9 Oct 2014 08:18:14 +0000 (16:18 +0800)]
Updated NEWS for #67949
Tjerk Meesters [Thu, 9 Oct 2014 07:55:10 +0000 (15:55 +0800)]
Merge branch 'pr/846' into PHP-5.6
* pr/846:
DOMNodeList elements are accessible through array notation
Tjerk Meesters [Thu, 9 Oct 2014 00:24:30 +0000 (08:24 +0800)]
Updated NEWS for #68129
Tjerk Meesters [Thu, 9 Oct 2014 00:24:05 +0000 (08:24 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS for #68129
Fixed bug #68129
Tjerk Meesters [Thu, 9 Oct 2014 00:23:42 +0000 (08:23 +0800)]
Updated NEWS for #68129
Tjerk Meesters [Sun, 5 Oct 2014 23:27:05 +0000 (07:27 +0800)]
Fixed bug #68129
Empty usernames and passwords are now treated differently from no username or password
For example, empty password:
ftp://user:@example.org
Empty username:
ftp://:password@example.org
Empty username and empty password
ftp://:@example.org
Dmitry Stogov [Wed, 8 Oct 2014 17:49:53 +0000 (21:49 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added info about ext/opcache
Dmitry Stogov [Wed, 8 Oct 2014 17:48:44 +0000 (21:48 +0400)]
Added info about ext/opcache
Keyur Govande [Tue, 7 Oct 2014 21:22:54 +0000 (21:22 +0000)]
Add to NEWS
Keyur Govande [Tue, 7 Oct 2014 21:22:07 +0000 (21:22 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add to NEWS
Fix for bug #68087 (ODBC not reading DATE columns correctly)
Keyur Govande [Tue, 7 Oct 2014 21:21:23 +0000 (21:21 +0000)]
Add to NEWS
Keyur Govande [Tue, 7 Oct 2014 21:17:36 +0000 (21:17 +0000)]
Fix for bug #68087 (ODBC not reading DATE columns correctly)
Temporary variable indicating column field type ID should be
reset to default for loop iteration (i.e. every column in the
record set. The old buggy code made it persist across all columns
leading to invalid reads from the buffer, if for example a DATE
column was preceded by a VARCHAR column.
Keyur Govande [Tue, 7 Oct 2014 21:09:47 +0000 (21:09 +0000)]
Add to NEWS
Keyur Govande [Tue, 7 Oct 2014 21:08:18 +0000 (21:08 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add to NEWS
Fix for bug #68114 (Build fails on OS X due to undefined symbols)
Keyur Govande [Tue, 7 Oct 2014 21:07:19 +0000 (21:07 +0000)]
Add to NEWS
Keyur Govande [Tue, 7 Oct 2014 20:58:43 +0000 (20:58 +0000)]
Fix for bug #68114 (Build fails on OS X due to undefined symbols)
gcc (i686-apple-darwin10-gcc-4.2.1) on OS X cannot link fixed-width
decimals and fails with undefined symbols errors like ___extendsddf.
If configure used gcc for compiling it would notice and mark the
feature HAVE_DECIMAL_FP_SUPPORT as unsupported.
But configure seems to use cc (i686-apple-darwin10-llvm-gcc-4.2)
instead, which doesn't support fixed-width decimals either, but the
code compiles and links just fine. I suspect it may have something
to do with the llvm backend printed in the version.
Lacking the time to debug this further, the patch fixes the issue by
checking the expected output when fixed-width decimal support is
present and correctly implemented.
Leigh [Tue, 7 Oct 2014 13:28:02 +0000 (14:28 +0100)]
Upated NEWS
Leigh [Tue, 7 Oct 2014 13:25:44 +0000 (14:25 +0100)]
Merge branch 'PHP-5.6' of https://github.com/php/php-src into gmp-random
Johannes Schlüter [Sat, 4 Oct 2014 18:06:44 +0000 (20:06 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Sat, 4 Oct 2014 18:06:02 +0000 (20:06 +0200)]
Fix accidental edit in previous commit
Johannes Schlüter [Sat, 4 Oct 2014 18:00:10 +0000 (20:00 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Sat, 4 Oct 2014 17:59:21 +0000 (19:59 +0200)]
Fix arginfo
Derick Rethans [Sat, 4 Oct 2014 14:59:17 +0000 (15:59 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Sat, 4 Oct 2014 14:58:40 +0000 (15:58 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Florian MARGAINE [Mon, 22 Sep 2014 21:35:29 +0000 (23:35 +0200)]
DateTimeZone::getOffset() now accepts a DateTimeInterface
Fixes #68062
George Wang [Fri, 3 Oct 2014 20:43:35 +0000 (16:43 -0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
George Wang [Fri, 3 Oct 2014 20:43:08 +0000 (16:43 -0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
George Wang [Fri, 3 Oct 2014 20:41:32 +0000 (16:41 -0400)]
Fixed a bug that causes crash when environment variable is access while parsing php.ini
George Wang [Fri, 3 Oct 2014 20:41:32 +0000 (16:41 -0400)]
Fixed a bug that causes crash when environment variable is access while parsing php.ini
George Wang [Fri, 3 Oct 2014 20:41:32 +0000 (16:41 -0400)]
Fixed a bug that causes crash when environment variable is access while parsing php.ini
Nikita Popov [Fri, 3 Oct 2014 19:42:11 +0000 (21:42 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Fri, 3 Oct 2014 19:41:58 +0000 (21:41 +0200)]
Fix bug number
Nikita Popov [Fri, 3 Oct 2014 19:26:51 +0000 (21:26 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Fri, 3 Oct 2014 19:24:28 +0000 (21:24 +0200)]
Fix bug #68188
Ferenc Kovacs [Fri, 3 Oct 2014 09:39:53 +0000 (11:39 +0200)]
NEWS entry for previous commit
Ferenc Kovacs [Fri, 3 Oct 2014 09:39:09 +0000 (11:39 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS entry for previous commit
add IPv6 support to php-fpm
Ferenc Kovacs [Fri, 3 Oct 2014 09:38:32 +0000 (11:38 +0200)]
NEWS entry for previous commit
Robin Gloster [Fri, 3 Oct 2014 09:35:27 +0000 (11:35 +0200)]
add IPv6 support to php-fpm
Sara Golemon [Fri, 3 Oct 2014 01:55:29 +0000 (18:55 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add hash to EXTENSIONS file
Sara Golemon [Fri, 3 Oct 2014 01:55:14 +0000 (18:55 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Add hash to EXTENSIONS file
Sara Golemon [Fri, 3 Oct 2014 01:54:46 +0000 (18:54 -0700)]
Add hash to EXTENSIONS file
Ferenc Kovacs [Thu, 2 Oct 2014 20:32:18 +0000 (22:32 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
we also have xz release tarballs since 5.5
5.5.19 now
Conflicts:
configure.in
main/php_version.h
Ferenc Kovacs [Thu, 2 Oct 2014 20:28:19 +0000 (22:28 +0200)]
we also have xz release tarballs since 5.5
Julien Pauli [Wed, 1 Oct 2014 14:16:05 +0000 (16:16 +0200)]
5.5.19 now
Ferenc Kovacs [Wed, 1 Oct 2014 09:15:59 +0000 (11:15 +0200)]
update NEWS about the release date of 5.6.1
Remi Collet [Wed, 1 Oct 2014 08:14:14 +0000 (10:14 +0200)]
only no_NO.ISO-8859-1 have to be ignored
krakjoe [Thu, 21 Aug 2014 09:03:48 +0000 (10:03 +0100)]
remove bogus locale use from test
Remi Collet [Wed, 1 Oct 2014 07:26:46 +0000 (09:26 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
use $PHP_LIBDIR instread of "lib" in skel example
Remi Collet [Wed, 1 Oct 2014 07:26:21 +0000 (09:26 +0200)]
use $PHP_LIBDIR instread of "lib" in skel example
Anatol Belski [Mon, 29 Sep 2014 18:30:43 +0000 (20:30 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test filename
Anatol Belski [Mon, 29 Sep 2014 18:30:18 +0000 (20:30 +0200)]
fix test filename
Anatol Belski [Mon, 29 Sep 2014 18:19:31 +0000 (20:19 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
one more test to illustrate transfer of an arbitrary data amount throug pipes
Anatol Belski [Mon, 29 Sep 2014 18:18:33 +0000 (20:18 +0200)]
one more test to illustrate transfer of an arbitrary data amount throug pipes
Anatol Belski [Mon, 29 Sep 2014 16:12:56 +0000 (18:12 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix tests on linux
better test cleanup
Anatol Belski [Mon, 29 Sep 2014 16:12:25 +0000 (18:12 +0200)]
fix tests on linux
Anatol Belski [Mon, 29 Sep 2014 16:11:06 +0000 (18:11 +0200)]
better test cleanup
and even force the XFAIL to fail as it would take too long anyway, even if it passes
Anatol Belski [Mon, 29 Sep 2014 15:28:27 +0000 (17:28 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
increase the polling period to not to break existing behaviours
Anatol Belski [Mon, 29 Sep 2014 15:27:24 +0000 (17:27 +0200)]
increase the polling period to not to break existing behaviours
Anatol Belski [Mon, 29 Sep 2014 14:28:12 +0000 (16:28 +0200)]
updated NEWS
Anatol Belski [Mon, 29 Sep 2014 14:27:33 +0000 (16:27 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #51800 proc_open on Windows hangs forever