]>
granicus.if.org Git - php/log
Julien Pauli [Sat, 29 Nov 2014 13:41:48 +0000 (14:41 +0100)]
Updated NEWS
Julien Pauli [Sat, 29 Nov 2014 13:41:06 +0000 (14:41 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS
Fix #60509, pcntl_signal doesn't decrease ref-count of old handler
Julien Pauli [Sat, 29 Nov 2014 13:40:47 +0000 (14:40 +0100)]
Updated NEWS
Julien Pauli [Sat, 29 Nov 2014 13:39:19 +0000 (14:39 +0100)]
Fix #60509, pcntl_signal doesn't decrease ref-count of old handler
Julien Pauli [Sat, 29 Nov 2014 11:11:27 +0000 (12:11 +0100)]
Updated NEWS
Julien Pauli [Sat, 29 Nov 2014 11:11:06 +0000 (12:11 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS
SPL: Fix for bug 66405 RecursiveDirectoryIterator with CURRENT_AS_PATHNAME
Julien Pauli [Sat, 29 Nov 2014 11:10:54 +0000 (12:10 +0100)]
Updated NEWS
Paul Garvin [Wed, 7 May 2014 04:17:45 +0000 (00:17 -0400)]
SPL: Fix for bug 66405 RecursiveDirectoryIterator with CURRENT_AS_PATHNAME
Currently when you use RecursiveDirectoryIterator with the
CURRENT_AS_PATHNAME flag PHP will throw an UnexpectedValueException with
message 'Objects returned by RecursiveIterator::getChildren() must implement
RecursiveIterator'.This happend because getChildren() will return the
current directory name instead of an Iterator (or subclass of) as required
by the RecursiveIterator interface.
This commit changes getChildren() to return annother
RecursiveDirectoryIterator but current() still returns the path name when
CURRENT_AS_PATHNAME is used. A PHPT test case (bug66405.phpt) that
reproduces the bug is included.
This fix was originally against the PHP-5.4 branch, but it was not merged
before 5.4 reached EOL. I am hoping to get it applied to 5.5, 5.6, and
master.
Julien Pauli [Sat, 29 Nov 2014 10:39:37 +0000 (11:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1
Julien Pauli [Sat, 29 Nov 2014 10:38:57 +0000 (11:38 +0100)]
Merge branch 'pull-request/656' into PHP-5.5
* pull-request/656:
PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1
Popa Marius Adrian [Mon, 28 Apr 2014 11:27:35 +0000 (14:27 +0300)]
PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1
cleanup and PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1
Ferenc Kovacs [Sat, 29 Nov 2014 00:49:23 +0000 (01:49 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test with readline on mac
Ferenc Kovacs [Sat, 29 Nov 2014 00:47:45 +0000 (01:47 +0100)]
fix test with readline on mac
Julien Pauli [Fri, 28 Nov 2014 12:27:46 +0000 (13:27 +0100)]
updated NEWS
Julien Pauli [Fri, 28 Nov 2014 12:26:53 +0000 (13:26 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
Fix #65419 - Inside trait, self::class != __CLASS__
Julien Pauli [Fri, 28 Nov 2014 12:26:20 +0000 (13:26 +0100)]
updated NEWS
Julien Pauli [Wed, 29 Oct 2014 13:35:51 +0000 (14:35 +0100)]
Fix #65419 - Inside trait, self::class != __CLASS__
Anatol Belski [Fri, 28 Nov 2014 11:24:32 +0000 (12:24 +0100)]
disable ext/openssl/tests/stream_server_reneg_limit.phpt for windows
This is using the openssl binary which, despite it's contained in the
deps, would probably miss all it's environment. It is just prone to
failure and thus is not worth it.
Anatol Belski [Thu, 27 Nov 2014 12:40:07 +0000 (13:40 +0100)]
updated NEWS
Anatol Belski [Thu, 27 Nov 2014 12:39:23 +0000 (13:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
refactored the mbstring config.w32
Fixed bug #68504 --with-libmbfl configure option not present on Windows
Anatol Belski [Thu, 27 Nov 2014 12:37:00 +0000 (13:37 +0100)]
refactored the mbstring config.w32
Anatol Belski [Thu, 27 Nov 2014 08:14:47 +0000 (09:14 +0100)]
Fixed bug #68504 --with-libmbfl configure option not present on Windows
Ferenc Kovacs [Wed, 26 Nov 2014 23:13:11 +0000 (00:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
the darwin specific test fails for me with the same output which is the expected for the original test I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on qa.php.net/reports and on google which do see this test failing on mac. if this change causes you to have this test failing on Mac, please drop me a mail so we can improve the current test so it passes for everybody.
5.5.21 now
Conflicts:
configure.in
main/php_version.h
Ferenc Kovacs [Wed, 26 Nov 2014 23:08:40 +0000 (00:08 +0100)]
the darwin specific test fails for me with the same output which is the expected for the original test
I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on
qa.php.net/reports and on google which do see this test failing on mac.
if this change causes you to have this test failing on Mac, please drop me a mail so we can improve
the current test so it passes for everybody.
Ferenc Kovacs [Wed, 26 Nov 2014 22:12:49 +0000 (23:12 +0100)]
#68446 is fixed
Ferenc Kovacs [Wed, 26 Nov 2014 18:13:46 +0000 (19:13 +0100)]
remove the NEWS entries for the reverted stuff
Ferenc Kovacs [Wed, 26 Nov 2014 17:41:50 +0000 (18:41 +0100)]
typo fix
Ferenc Kovacs [Wed, 26 Nov 2014 17:38:36 +0000 (18:38 +0100)]
go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol)
Julien Pauli [Wed, 26 Nov 2014 10:31:58 +0000 (11:31 +0100)]
5.5.21 now
Ferenc Kovacs [Wed, 26 Nov 2014 09:21:37 +0000 (10:21 +0100)]
PHP-5.6.5 is next
Anatol Belski [Wed, 26 Nov 2014 07:35:00 +0000 (08:35 +0100)]
updated lib versions
Anatol Belski [Wed, 26 Nov 2014 07:33:32 +0000 (08:33 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated lib versions
Anatol Belski [Wed, 26 Nov 2014 07:33:06 +0000 (08:33 +0100)]
updated lib versions
Anatol Belski [Tue, 25 Nov 2014 17:16:26 +0000 (18:16 +0100)]
fix dir separator in test
Anatol Belski [Tue, 25 Nov 2014 16:56:28 +0000 (17:56 +0100)]
fix TS build
Dmitry Stogov [Tue, 25 Nov 2014 15:09:08 +0000 (18:09 +0300)]
Better fix for bug #68446
Bob Weinand [Tue, 25 Nov 2014 11:27:17 +0000 (12:27 +0100)]
Revert NEWS and set test to XFAIL
Bob Weinand [Tue, 25 Nov 2014 11:24:29 +0000 (12:24 +0100)]
Revert "Fix bug #68446 (bug with constant defaults and type hints)"
This reverts commit
5ef138b0c7c4e9532e205f45c18a72aa1d279c24 .
Stanislav Malyshev [Mon, 24 Nov 2014 20:26:50 +0000 (12:26 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
move tests into proper place
Stanislav Malyshev [Mon, 24 Nov 2014 20:26:20 +0000 (12:26 -0800)]
move tests into proper place
Anatol Belski [Mon, 24 Nov 2014 15:25:38 +0000 (16:25 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix dir separator in test
fork test for windows
update for LiteSpeed
Anatol Belski [Mon, 24 Nov 2014 15:14:17 +0000 (16:14 +0100)]
fix dir separator in test
Anatol Belski [Mon, 24 Nov 2014 15:09:26 +0000 (16:09 +0100)]
fork test for windows
Stanislav Malyshev [Mon, 24 Nov 2014 02:03:24 +0000 (18:03 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
update for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 02:05:49 +0000 (18:05 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 02:05:26 +0000 (18:05 -0800)]
update for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 02:03:07 +0000 (18:03 -0800)]
update for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:50 +0000 (17:52 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
tests image gd
xmlwriter_full_end_element tests
Tests for writeAttributeNS and xmlwriter_write_attribute_ns
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:43 +0000 (17:52 -0800)]
Merge branch 'pull-request/757' into PHP-5.5
* pull-request/757:
xmlwriter_full_end_element tests
Tests for writeAttributeNS and xmlwriter_write_attribute_ns
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:08 +0000 (17:52 -0800)]
Merge branch 'pull-request/782' into PHP-5.5
* pull-request/782:
tests image gd
Stanislav Malyshev [Mon, 24 Nov 2014 01:26:28 +0000 (17:26 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add my information to this test
Add a test for the exception cases of readline_read_history
added some tests to datetime and dateinterval functions
added various tests for XSLTProcessor and one test for iconv extension
teste basico da funcao timezone_version_get
Stanislav Malyshev [Mon, 24 Nov 2014 01:23:34 +0000 (17:23 -0800)]
Merge branch 'pull-request/854' into PHP-5.5
* pull-request/854:
teste basico da funcao timezone_version_get
Stanislav Malyshev [Mon, 24 Nov 2014 01:22:54 +0000 (17:22 -0800)]
Merge branch 'pull-request/855' into PHP-5.5
* pull-request/855:
added some tests to datetime and dateinterval functions
added various tests for XSLTProcessor and one test for iconv extension
Stanislav Malyshev [Mon, 24 Nov 2014 01:22:02 +0000 (17:22 -0800)]
Merge branch 'pull-request/856' into PHP-5.5
* pull-request/856:
Add my information to this test
Add a test for the exception cases of readline_read_history
Stanislav Malyshev [Mon, 24 Nov 2014 01:21:29 +0000 (17:21 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Test PHP Init Fail Without Params
Stanislav Malyshev [Mon, 24 Nov 2014 01:21:20 +0000 (17:21 -0800)]
Merge branch 'pull-request/863' into PHP-5.5
* pull-request/863:
Test PHP Init Fail Without Params
marcosptf [Fri, 24 Oct 2014 17:11:17 +0000 (15:11 -0200)]
test to function addcslashes
test to function bin2hex
marcosptf [Fri, 24 Oct 2014 17:08:27 +0000 (15:08 -0200)]
test
Archil Imnadze [Mon, 8 Sep 2014 09:13:34 +0000 (13:13 +0400)]
Update CODING_STANDARDS
Stanislav Malyshev [Mon, 24 Nov 2014 01:12:52 +0000 (17:12 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Correct two zlib tests to use a string, not a const
Tim Siebels [Fri, 12 Sep 2014 13:04:32 +0000 (15:04 +0200)]
Correct two zlib tests to use a string, not a const
Stanislav Malyshev [Mon, 24 Nov 2014 00:39:52 +0000 (16:39 -0800)]
update NEWS
Alexander Lisachenko [Fri, 14 Nov 2014 12:36:56 +0000 (15:36 +0300)]
Fix incorrect argument reflection info for array_multisort()
Stanislav Malyshev [Mon, 24 Nov 2014 00:22:52 +0000 (16:22 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix NEWS order
Stanislav Malyshev [Mon, 24 Nov 2014 00:21:53 +0000 (16:21 -0800)]
fix NEWS order
Stanislav Malyshev [Mon, 24 Nov 2014 00:18:52 +0000 (16:18 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
update NEWS
Update the VM generation script, per Bob.
Update NEWS after rebase.
Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.
Stanislav Malyshev [Mon, 24 Nov 2014 00:18:04 +0000 (16:18 -0800)]
update NEWS
Stanislav Malyshev [Mon, 24 Nov 2014 00:17:17 +0000 (16:17 -0800)]
Merge branch 'pull-request/840' into PHP-5.5
* pull-request/840:
Update the VM generation script, per Bob.
Update NEWS after rebase.
Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.
Stanislav Malyshev [Mon, 24 Nov 2014 00:13:58 +0000 (16:13 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update comments in php.ini
Sobak [Sun, 28 Sep 2014 10:44:40 +0000 (12:44 +0200)]
Update comments in php.ini
Stanislav Malyshev [Mon, 24 Nov 2014 00:09:40 +0000 (16:09 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
added missing INSTALL_ROOT
Sebastian Brandt [Mon, 29 Sep 2014 07:53:26 +0000 (09:53 +0200)]
added missing INSTALL_ROOT
Reeze Xia [Wed, 8 Oct 2014 15:27:52 +0000 (23:27 +0800)]
Fix php.ini-*'s comment about directive: request_order
request_order directive only support register G,P,C but not all of
the EGPCS global variables.
The doc <http://php.net/manual/en/ini.core.php#ini.request-order>
is ok.
Kévin Dunglas [Wed, 5 Nov 2014 18:38:23 +0000 (19:38 +0100)]
Minor: typo fix in filter_var comment
Dominic Luechinger [Tue, 18 Nov 2014 21:12:37 +0000 (22:12 +0100)]
Minor fix: Missing quotes in openssl test case for bug bug64802
Bob Weinand [Sun, 23 Nov 2014 23:07:45 +0000 (00:07 +0100)]
Added NEWS entry and test for bug 68446
Veres Lajos [Thu, 20 Nov 2014 20:00:07 +0000 (20:00 +0000)]
typo fixes - https://github.com/vlajos/misspell_fixer
Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c
Bob Weinand [Sun, 23 Nov 2014 20:09:31 +0000 (21:09 +0100)]
Fix bug #68446 (bug with constant defaults and type hints)
Remi Collet [Sat, 22 Nov 2014 09:37:22 +0000 (10:37 +0100)]
typo
Remi Collet [Sat, 22 Nov 2014 09:36:54 +0000 (10:36 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS
Fixed Bug #68478 acess_log don't use prefix
Remi Collet [Sat, 22 Nov 2014 09:36:45 +0000 (10:36 +0100)]
NEWS
Remi Collet [Sat, 22 Nov 2014 09:25:53 +0000 (10:25 +0100)]
Fixed Bug #68478 acess_log don't use prefix
Calling fpm_conf_process_all_pools before fpm_log_open
allow to use fpm_evaluate_full_path and so to honor
global prefix or pool prefix for access.log
Remi Collet [Sat, 22 Nov 2014 09:30:42 +0000 (10:30 +0100)]
NEWS
Remi Collet [Sat, 22 Nov 2014 09:29:51 +0000 (10:29 +0100)]
minor typo in test
Remi Collet [Sat, 22 Nov 2014 09:29:05 +0000 (10:29 +0100)]
add test for global / pool prefix and bug #68478
Remi Collet [Sat, 22 Nov 2014 09:25:53 +0000 (10:25 +0100)]
Fixed Bug #68478 acess_log don't use prefix
Calling fpm_conf_process_all_pools before fpm_log_open
allow to use fpm_evaluate_full_path and so to honor
global prefix or pool prefix for access.log
Stanislav Malyshev [Sat, 22 Nov 2014 08:41:06 +0000 (00:41 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Revert "made lsapi_main.c compatible with PHP7/phpng ."
Updated NEWS
Stanislav Malyshev [Sat, 22 Nov 2014 08:40:11 +0000 (00:40 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Revert "made lsapi_main.c compatible with PHP7/phpng ."
Stanislav Malyshev [Sat, 22 Nov 2014 08:38:04 +0000 (00:38 -0800)]
Revert "made lsapi_main.c compatible with PHP7/phpng ."
This reverts commit
9fb816f45ad9baa46b91514e70f755eb88539e85 .
Not a security-related fix.
Julien Pauli [Fri, 21 Nov 2014 15:17:49 +0000 (16:17 +0100)]
Updated NEWS
Julien Pauli [Fri, 21 Nov 2014 15:16:54 +0000 (16:16 +0100)]
Updated NEWS
Julien Pauli [Fri, 21 Nov 2014 14:50:27 +0000 (15:50 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix #68185 - Inconsistent insteadof definition
Conflicts:
Zend/zend_compile.c
Julien Pauli [Wed, 29 Oct 2014 13:39:48 +0000 (14:39 +0100)]
Fix #68185 - Inconsistent insteadof definition
Anatol Belski [Fri, 21 Nov 2014 12:57:46 +0000 (13:57 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed test
Anatol Belski [Fri, 21 Nov 2014 12:56:49 +0000 (13:56 +0100)]
fixed test
on Linux gettext requires a locale to be installed on the system
Remi Collet [Fri, 21 Nov 2014 10:28:20 +0000 (11:28 +0100)]
add test for fastcgi_finish_request()
Anatol Belski [Fri, 21 Nov 2014 09:24:53 +0000 (10:24 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
added test for things done so far for bug #66265
partially fixed bug #66265
forked bug67052.phpt for Windows
Anatol Belski [Fri, 21 Nov 2014 09:22:47 +0000 (10:22 +0100)]
added test for things done so far for bug #66265
Anatol Belski [Fri, 21 Nov 2014 08:57:12 +0000 (09:57 +0100)]
partially fixed bug #66265
NTS mode should additionally use _putenv to satisfy libs like gettext
relying on _getenv. As _putenv isn't thread safe, it wouldn't bring
much for the TS mode as it would change locale across all the threads
and require locking to avoid random fails with concurrent _getenv
calls.
Anatol Belski [Thu, 20 Nov 2014 17:29:14 +0000 (18:29 +0100)]
forked bug67052.phpt for Windows