]>
granicus.if.org Git - php/log
Anatol Belski [Wed, 10 Dec 2014 10:43:33 +0000 (11:43 +0100)]
Fixed bug #68545 NULL pointer dereference in unserialize.c
Julien Pauli [Wed, 10 Dec 2014 10:22:28 +0000 (11:22 +0100)]
Updated NEWS
Derick Rethans [Mon, 8 Dec 2014 11:06:41 +0000 (11:06 +0000)]
Merge branch 'day-of-week-issues' into PHP-5.5
Derick Rethans [Mon, 8 Dec 2014 11:06:12 +0000 (11:06 +0000)]
Fixed day_of_week function as it could sometimes return negative values internally.
Dmitry Stogov [Mon, 8 Dec 2014 09:20:01 +0000 (12:20 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed possible read after end of buffer and use after free.
Dmitry Stogov [Mon, 8 Dec 2014 09:18:27 +0000 (12:18 +0300)]
Fixed possible read after end of buffer and use after free.
Anatol Belski [Sat, 6 Dec 2014 11:31:27 +0000 (12:31 +0100)]
fixed test
Anatol Belski [Sat, 6 Dec 2014 11:14:17 +0000 (12:14 +0100)]
C89 compat
Anatol Belski [Sat, 6 Dec 2014 11:09:35 +0000 (12:09 +0100)]
add include for missing localeconv_r proto
Anatol Belski [Sat, 6 Dec 2014 10:59:43 +0000 (11:59 +0100)]
Fixed bug #65230 setting locale randomly broken
Matteo Beccati [Sat, 6 Dec 2014 09:23:56 +0000 (10:23 +0100)]
Fix compilation error (ref #68424)
Adam Harvey [Fri, 5 Dec 2014 21:57:46 +0000 (13:57 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Revert unintentional docblock change
Chris Christoff [Fri, 5 Dec 2014 20:59:46 +0000 (15:59 -0500)]
Revert unintentional docblock change
Revert unintentional docblock change
It looks like commit
dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f
introduced an unintended docbloc change. I have reverted this
change in this commit.
Julien Pauli [Fri, 5 Dec 2014 16:05:21 +0000 (17:05 +0100)]
Updated NEWS
pwolanin [Fri, 7 Nov 2014 22:18:44 +0000 (17:18 -0500)]
Start adding new attribute to control multi statements
Anatol Belski [Fri, 5 Dec 2014 14:43:53 +0000 (15:43 +0100)]
. Fixed bug #68120 Update bundled libsqlite
Anatol Belski [Fri, 5 Dec 2014 10:06:06 +0000 (11:06 +0100)]
Fixed bug #65769 localeconv() broken in TS builds
Julien Pauli [Fri, 5 Dec 2014 09:11:49 +0000 (10:11 +0100)]
Updated NEWS
Peter Cowburn [Mon, 24 Nov 2014 20:13:14 +0000 (20:13 +0000)]
Fixed #68479 - Added escape parameter to SplFileObject::fputcsv
Anatol Belski [Fri, 5 Dec 2014 06:07:58 +0000 (07:07 +0100)]
fix dir separators in test
Ferenc Kovacs [Thu, 4 Dec 2014 10:12:17 +0000 (11:12 +0100)]
Merge branch 'pull-request/932' into PHP-5.5
* pull-request/932:
add initial install
switch to C travis project instead of PHP
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
Tjerk Meesters [Wed, 3 Dec 2014 23:17:33 +0000 (07:17 +0800)]
Fixed #65213 - cannot cast SplFileInfo to boolean
Ferenc Kovacs [Wed, 3 Dec 2014 23:12:23 +0000 (00:12 +0100)]
add initial install
Ferenc Kovacs [Sun, 18 May 2014 16:15:51 +0000 (18:15 +0200)]
switch to C travis project instead of PHP
Ferenc Kovacs [Sun, 18 May 2014 18:12:28 +0000 (20:12 +0200)]
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
Anatol Belski [Wed, 3 Dec 2014 15:47:38 +0000 (16:47 +0100)]
updated NEWS
Anatol Belski [Wed, 3 Dec 2014 15:33:05 +0000 (16:33 +0100)]
Fixed bug #55541 errors spawn MessageBox, which blocks test automation
With that, also fixed bug #68297 (Application Popup provides too few
information) as a better error message is provided to the event log.
In the second case, the condition for display_startup_error was removed. The
condition was added as a fix for bug #30760 which was preventing the
MessageBox to appear. When display_startup_error=on, the error will be seen
on the console. But when running under a webserver it'll probably get lost,
so we need to log it other way into the event log (would be done automatically
when message box was used, but that would eventually cause issues of blocked
execution).
Generally speaking - any MessageBox or other graphical element is a potential
issue and that was repeatedly reported. Graphical elements shouldn't be used
in the core. Even being a rare one it can cause a bad situation where the
server is blocked. Yet some places have to cleaned up.
Ferenc Kovacs [Tue, 2 Dec 2014 18:18:57 +0000 (19:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path
Conflicts:
run-tests.php
Ferenc Kovacs [Tue, 2 Dec 2014 18:17:58 +0000 (19:17 +0100)]
make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path
Anatol Belski [Mon, 1 Dec 2014 18:09:39 +0000 (19:09 +0100)]
one more refix to the test
Anatol Belski [Mon, 1 Dec 2014 17:55:20 +0000 (18:55 +0100)]
fix dir separator in test
Anatol Belski [Mon, 1 Dec 2014 13:40:35 +0000 (14:40 +0100)]
fix possible null pointer math
Ferenc Kovacs [Mon, 1 Dec 2014 09:12:06 +0000 (10:12 +0100)]
Revert "don't try to send in the test results until we restored qa.php.net" as qa.php.net is back.
This reverts commit
551593707384364705cd954a52c6e4089805f0ef .
Anatol Belski [Mon, 1 Dec 2014 07:27:46 +0000 (08:27 +0100)]
add include for missing usleep proto
Anatol Belski [Mon, 1 Dec 2014 07:24:44 +0000 (08:24 +0100)]
C89 compat
Tjerk Meesters [Tue, 15 Jul 2014 12:28:16 +0000 (20:28 +0800)]
Added more useful warning messages
Tjerk Meesters [Tue, 15 Jul 2014 12:12:33 +0000 (20:12 +0800)]
Changed based on comments and make its behaviour equal to the Windows version
Tjerk Meesters [Sun, 13 Jul 2014 10:23:25 +0000 (18:23 +0800)]
Fix #53092 - dns_get_record does not return false on dns server failure
nil0x42 [Fri, 11 Jul 2014 17:48:03 +0000 (19:48 +0200)]
Fix php cli (-S option) inconsistent port parsing
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
Stanislav Malyshev [Mon, 1 Dec 2014 06:19:24 +0000 (22:19 -0800)]
update NEWS
Jille Timmermans [Mon, 24 Nov 2014 08:37:55 +0000 (09:37 +0100)]
Add a test for bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set)
Jille Timmermans [Thu, 17 Jul 2014 15:21:52 +0000 (17:21 +0200)]
Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set)
Stanislav Malyshev [Mon, 1 Dec 2014 05:38:30 +0000 (21:38 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update news
Conflicts:
ext/standard/crypt.c
Stanislav Malyshev [Mon, 1 Dec 2014 05:12:03 +0000 (21:12 -0800)]
update news
Stanislav Malyshev [Mon, 1 Dec 2014 05:12:17 +0000 (21:12 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update news
Apply error-code-salt fix to Windows too
Bug fixes in light of failing bcrypt tests
Add tests from 1.3. Add missing tests.
Upgrade crypt_blowfish to version 1.3
Stanislav Malyshev [Mon, 1 Dec 2014 05:12:03 +0000 (21:12 -0800)]
update news
Stanislav Malyshev [Mon, 1 Dec 2014 05:11:20 +0000 (21:11 -0800)]
update NEWS
Stanislav Malyshev [Mon, 1 Dec 2014 05:09:41 +0000 (21:09 -0800)]
Merge branch 'pull-request/868' into PHP-5.5
* pull-request/868:
Apply error-code-salt fix to Windows too
Bug fixes in light of failing bcrypt tests
Add tests from 1.3. Add missing tests.
Upgrade crypt_blowfish to version 1.3
Leigh [Tue, 7 Oct 2014 12:12:38 +0000 (13:12 +0100)]
Apply error-code-salt fix to Windows too
Conflicts:
ext/standard/crypt.c
Leigh [Tue, 7 Oct 2014 11:27:57 +0000 (12:27 +0100)]
Bug fixes in light of failing bcrypt tests
Conflicts:
ext/standard/crypt.c
Leigh [Tue, 7 Oct 2014 10:50:36 +0000 (11:50 +0100)]
Add tests from 1.3. Add missing tests.
3 of the missing tests fail. // TODO
Leigh [Tue, 7 Oct 2014 10:23:24 +0000 (11:23 +0100)]
Upgrade crypt_blowfish to version 1.3
Stanislav Malyshev [Mon, 1 Dec 2014 02:26:17 +0000 (18:26 -0800)]
Merge branch 'pull-request/914' into PHP-5.5
* pull-request/914:
Fixes memory leak introduced in
2b9af967
Stanislav Malyshev [Mon, 1 Dec 2014 01:34:07 +0000 (17:34 -0800)]
Update NEWS
Stanislav Malyshev [Mon, 1 Dec 2014 01:09:53 +0000 (17:09 -0800)]
fix typo
mcq8 [Sat, 1 Nov 2014 18:49:21 +0000 (19:49 +0100)]
Added test and review suggestion
mcq8 [Sat, 1 Nov 2014 03:32:18 +0000 (04:32 +0100)]
Fix bug #68335: rmdir doesnt work with file:// stream wrapper
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: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: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:47:45 +0000 (01:47 +0100)]
fix test with readline on mac
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 [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: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.
Julien Pauli [Wed, 26 Nov 2014 10:31:58 +0000 (11:31 +0100)]
5.5.21 now
Anatol Belski [Wed, 26 Nov 2014 07:33:06 +0000 (08:33 +0100)]
updated lib versions
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: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: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: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: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:20 +0000 (17:21 -0800)]
Merge branch 'pull-request/863' into PHP-5.5
* pull-request/863:
Test PHP Init Fail Without Params
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:21:53 +0000 (16:21 -0800)]
fix NEWS order
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.
Sobak [Sun, 28 Sep 2014 10:44:40 +0000 (12:44 +0200)]
Update comments in php.ini
Sebastian Brandt [Mon, 29 Sep 2014 07:53:26 +0000 (09:53 +0200)]
added missing INSTALL_ROOT
Florian MARGAINE [Sun, 23 Nov 2014 00:42:26 +0000 (01:42 +0100)]
Fixes memory leak introduced in
2b9af967
Fixes https://bugs.php.net/bug.php?id=68285
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
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:16:54 +0000 (16:16 +0100)]
Updated NEWS
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:56:49 +0000 (13:56 +0100)]
fixed test
on Linux gettext requires a locale to be installed on the system
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