]>
granicus.if.org Git - php/log
Xinchen Hui [Sun, 15 Feb 2015 14:54:05 +0000 (22:54 +0800)]
Fixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
Xinchen Hui [Sat, 14 Feb 2015 14:14:31 +0000 (22:14 +0800)]
Fixed bug #68638 (pg_update() fails to store infinite values)
Xinchen Hui [Sat, 14 Feb 2015 14:03:53 +0000 (22:03 +0800)]
Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5
Yasuo Ohgaki [Fri, 13 Feb 2015 20:41:04 +0000 (05:41 +0900)]
Update NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:26:54 +0000 (05:26 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Add NULL byte protection to exec, system and passthru
Yasuo Ohgaki [Fri, 13 Feb 2015 20:25:04 +0000 (05:25 +0900)]
Add NULL byte protection to exec, system and passthru
Anatol Belski [Fri, 13 Feb 2015 12:39:46 +0000 (13:39 +0100)]
fix condition
Xinchen Hui [Fri, 13 Feb 2015 05:09:56 +0000 (13:09 +0800)]
Micro opt
Xinchen Hui [Fri, 13 Feb 2015 04:54:04 +0000 (12:54 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Fri, 13 Feb 2015 04:53:34 +0000 (12:53 +0800)]
Fixed #69015 (php-cgi's getopt does not see $argv)
No test script is added because of complicated
William Felipe Welter [Fri, 13 Feb 2015 01:39:54 +0000 (23:39 -0200)]
Fixed bug #68638 pg_update() fails to store infinite values
Fix indent
Anatol Belski [Thu, 12 Feb 2015 19:27:48 +0000 (20:27 +0100)]
backport gd config.w32 to support freetype 2.5
Xinchen Hui [Thu, 12 Feb 2015 03:28:16 +0000 (11:28 +0800)]
Added test for #69017
Xinchen Hui [Thu, 12 Feb 2015 02:59:28 +0000 (10:59 +0800)]
Fixed bug #69017 (Fail to push to the empty array with the constant value defined in class scope)
Lior Kaplan [Wed, 11 Feb 2015 11:20:44 +0000 (13:20 +0200)]
Bug #55508 was fixed in 5.5.19 with
15ba757a , not in 5.5.18
See https://github.com/php/php-src/pull/631#issuecomment-
61969527
Lior Kaplan [Wed, 11 Feb 2015 11:15:18 +0000 (13:15 +0200)]
Add missing NEWS entry for revert of bug #41631
Lior Kaplan [Wed, 11 Feb 2015 11:13:03 +0000 (13:13 +0200)]
Add missing NEWS entry for bug #68027
Lior Kaplan [Wed, 11 Feb 2015 11:11:55 +0000 (13:11 +0200)]
Align format for bug #68799
Lior Kaplan [Wed, 11 Feb 2015 11:08:19 +0000 (13:08 +0200)]
Bug #68361 was fixed in 5.5.20 using
327d4f9a , not in 5.5.19
Lior Kaplan [Wed, 11 Feb 2015 11:04:32 +0000 (13:04 +0200)]
Bug #55618 was fixed in 5.5.21 using
eaf107c0
Lior Kaplan [Wed, 11 Feb 2015 10:02:39 +0000 (12:02 +0200)]
Add security bugs fixed in 5.5.18
Lior Kaplan [Wed, 11 Feb 2015 10:00:19 +0000 (12:00 +0200)]
Add CVE ID to bug #68676
Lior Kaplan [Wed, 11 Feb 2015 09:05:02 +0000 (11:05 +0200)]
Align email format for recent NEWS entries
Anatol Belski [Tue, 10 Feb 2015 15:58:59 +0000 (16:58 +0100)]
fix dir separator in test
Ferenc Kovacs [Tue, 10 Feb 2015 10:18:19 +0000 (11:18 +0100)]
oops, forgot sudo for make install
Ferenc Kovacs [Tue, 10 Feb 2015 09:34:52 +0000 (10:34 +0100)]
add make install
William Felipe Welter [Mon, 9 Feb 2015 22:35:18 +0000 (20:35 -0200)]
Fixed bug #68638 pg_update() fails to store infinite values
Check if value is "infinity" with strcasestr() to add quotes
Daniel Lowrey [Mon, 9 Feb 2015 16:42:40 +0000 (11:42 -0500)]
NEWS
Daniel Lowrey [Mon, 9 Feb 2015 16:42:17 +0000 (11:42 -0500)]
Miscellaneous cleanup
Daniel Lowrey [Mon, 9 Feb 2015 16:40:04 +0000 (11:40 -0500)]
Merge branch 'PHP-5.5' of github.com:bbroerman30/php-src into PHP-5.5
Xinchen Hui [Mon, 9 Feb 2015 03:31:59 +0000 (11:31 +0800)]
Merge branch 'improve-bug67436' of https://github.com/reeze/php-src into PHP-5.5
Bob Weinand [Fri, 11 Apr 2014 17:33:56 +0000 (19:33 +0200)]
Shut up, my lovely compiler; I do not like your warnings
Conflicts:
Zend/zend_object_handlers.c
George Wang [Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)]
Fixed #68790 (Missing return)
George Wang [Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)]
Fixed #68790 (Missing return)
Reeze Xia [Sat, 7 Feb 2015 06:11:09 +0000 (14:11 +0800)]
Improve tests for bug 67436
I always use a.php or b.php for local testing,
this diff makes the test more stable
William Felipe Welter [Sat, 7 Feb 2015 03:26:12 +0000 (01:26 -0200)]
Fixed bug #68638 pg_update() fails to store infinite values.
Add quotes only if "infinity" values are received.
Anatol Belski [Fri, 6 Feb 2015 18:59:14 +0000 (19:59 +0100)]
fix setting default ODBCVER value in config.w32
Anatol Belski [Fri, 6 Feb 2015 18:37:01 +0000 (19:37 +0100)]
updated NEWS
Anatol Belski [Fri, 6 Feb 2015 18:00:27 +0000 (19:00 +0100)]
Fixed bug #68964 Allowed memory size exhausted with odbc_exec
This is done in two steps:
- the ODBCVER has to be rased to 0x0300 which corresponds to Sql
Server 9, otherwise the client will not recognize several SQL
datatypes
- additionally the config scripts was tweaked so then ODBCVER
can be overridden, that still allows enabling compatibility
with lower versions
Bug #67437 might be fixed by this as well.
Anatol Belski [Fri, 6 Feb 2015 08:41:02 +0000 (09:41 +0100)]
Removed erroneous condition
This condition is always false. Furthermore headers_list() is
documented to always return an array.
Stanislav Malyshev [Fri, 6 Feb 2015 05:54:47 +0000 (21:54 -0800)]
fix tests
Stanislav Malyshev [Fri, 6 Feb 2015 04:08:26 +0000 (20:08 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update header handling to RFC 7230
Stanislav Malyshev [Wed, 4 Feb 2015 09:11:00 +0000 (01:11 -0800)]
Update header handling to RFC 7230
William Felipe Welter [Thu, 5 Feb 2015 15:19:52 +0000 (13:19 -0200)]
Test case Bug #68638 pg_update() fails to store infinite values
Stanislav Malyshev [Thu, 5 Feb 2015 08:41:35 +0000 (00:41 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Conflicts: main/streams/memory.c
Nayana Hettiarachchi [Thu, 5 Feb 2015 04:26:29 +0000 (12:26 +0800)]
Conflicts:
main/streams/memory.c
Stanislav Malyshev [Thu, 5 Feb 2015 08:06:25 +0000 (00:06 -0800)]
fix test to not hit php.net
Julien Pauli [Wed, 4 Feb 2015 16:43:36 +0000 (17:43 +0100)]
Updated NEWS
Julien Pauli [Wed, 4 Feb 2015 16:39:16 +0000 (17:39 +0100)]
Revert "Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)"
This reverts commit
8e19705a93d785cd1ff8ba3a69699b00169fea47 .
Julien Pauli [Wed, 4 Feb 2015 15:35:32 +0000 (16:35 +0100)]
5.5.23 now
Brad Broerman [Wed, 4 Feb 2015 15:13:36 +0000 (10:13 -0500)]
Update xp_ssl.c
Added TSRMLS_CC to php_openssl_sockop_io calls.
Julien Pauli [Wed, 4 Feb 2015 11:48:17 +0000 (12:48 +0100)]
Revert "json_decode() should generate a syntax error when given ""."
This reverts commit
a7b3abe4e6f5e2fdfd8d55b676c9ca6b3f9c8cc8 .
William Felipe Welter [Wed, 4 Feb 2015 00:47:05 +0000 (22:47 -0200)]
Fixed bug #68638 pg_update() fails to store infinite values.
Regex to check float values changed to accept "infinity" values
and ignore case. Quotes are added to prevent syntax error on
PostgreSQL.
Yasuo Ohgaki [Tue, 3 Feb 2015 10:45:20 +0000 (19:45 +0900)]
Update NEWS
Yasuo Ohgaki [Tue, 3 Feb 2015 06:26:02 +0000 (15:26 +0900)]
Fixed Bug #65199 pg_copy_from() modifies input array variable
Yasuo Ohgaki [Tue, 3 Feb 2015 05:02:58 +0000 (14:02 +0900)]
Fixed Bug #66623 no EINTR check on flock(LOCK_EX)
Yasuo Ohgaki [Tue, 3 Feb 2015 04:38:49 +0000 (13:38 +0900)]
Fixed bug #68063 Empty session IDs do still start sessions
Yasuo Ohgaki [Tue, 3 Feb 2015 03:26:01 +0000 (12:26 +0900)]
Bug #61470 is fixed only in master
Daniel Lowrey [Mon, 2 Feb 2015 15:29:11 +0000 (10:29 -0500)]
Fixed bug #65272: correctly set flock() out param in windows
Adam Harvey [Mon, 2 Feb 2015 11:31:10 +0000 (11:31 +0000)]
Let's not assume bash is always /bin/bash.
Adam Harvey [Mon, 2 Feb 2015 11:07:34 +0000 (11:07 +0000)]
json_decode() should generate a syntax error when given "".
Fixes bug #68938 (json_decode() decodes empty string without error).
Patch by jeremy at bat-country dot us.
Yasuo Ohgaki [Mon, 2 Feb 2015 09:39:07 +0000 (18:39 +0900)]
Add test for bug #61470. It is already fixed.
Stanislav Malyshev [Sun, 1 Feb 2015 20:41:10 +0000 (12:41 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
- Updated to version 2015.1 (2015a)
Stanislav Malyshev [Sun, 1 Feb 2015 20:41:00 +0000 (12:41 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix sizeof size
Stanislav Malyshev [Sun, 1 Feb 2015 20:40:38 +0000 (12:40 -0800)]
fix sizeof size
Derick Rethans [Sun, 1 Feb 2015 18:31:19 +0000 (18:31 +0000)]
- Updated to version 2015.1 (2015a)
Frank Stolle [Thu, 30 Oct 2014 12:07:04 +0000 (13:07 +0100)]
Fix #66479: Wrong response to FCGI_GET_VALUES
Requesting Get-Values via FCGI caused an "endless" loop over the last requested parameter and ended with an invalid response. this patch solves this loop bug.
Conflicts:
sapi/cgi/fastcgi.c
Martin Jansen [Thu, 22 Jan 2015 19:58:15 +0000 (20:58 +0100)]
Fix bug #64938: libxml_disable_entity_loader setting is shared between threads
The availability of entity loading is stored in a module global which
previously was only initialized in the GINIT constructor. This had the
effect that disabling the entity loader in one request caused
subsequent requests hitting the same Apache child process to also have
the loader disabled.
With this change the loader is explicitely enabled in the request init
phase.
Stanislav Malyshev [Sun, 1 Feb 2015 07:47:03 +0000 (23:47 -0800)]
fix group name handling
Stanislav Malyshev [Sun, 1 Feb 2015 07:34:27 +0000 (23:34 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix TSRM
Stanislav Malyshev [Sun, 1 Feb 2015 07:34:14 +0000 (23:34 -0800)]
fix TSRM
Stanislav Malyshev [Sun, 1 Feb 2015 07:19:23 +0000 (23:19 -0800)]
add NEWS
Danack [Tue, 13 Jan 2015 01:24:19 +0000 (01:24 +0000)]
Added test and possible fix for https://bugs.php.net/bug.php?id=67068
Stanislav Malyshev [Sun, 1 Feb 2015 05:47:22 +0000 (21:47 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Use better constant since MAXHOSTNAMELEN may mean shorter name
use right sizeof for memset
Stanislav Malyshev [Sun, 1 Feb 2015 05:46:56 +0000 (21:46 -0800)]
Use better constant since MAXHOSTNAMELEN may mean shorter name
Stanislav Malyshev [Sun, 1 Feb 2015 05:30:58 +0000 (21:30 -0800)]
use right sizeof for memset
Stanislav Malyshev [Sun, 1 Feb 2015 02:59:18 +0000 (18:59 -0800)]
Add mitigation for CVE-2015-0235 (bug #68925)
Stanislav Malyshev [Sun, 1 Feb 2015 03:08:37 +0000 (19:08 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Add mitigation for CVE-2015-0235 (bug #68925)
Stanislav Malyshev [Sun, 1 Feb 2015 02:59:18 +0000 (18:59 -0800)]
Add mitigation for CVE-2015-0235 (bug #68925)
Yasuo Ohgaki [Sat, 31 Jan 2015 20:14:27 +0000 (05:14 +0900)]
Fixed typo in comment
Yasuo Ohgaki [Thu, 29 Jan 2015 06:21:17 +0000 (15:21 +0900)]
Use bash rather than sh
Brad Broerman [Thu, 29 Jan 2015 03:36:41 +0000 (22:36 -0500)]
reneg and should_close are not yet members of sslsock. Removing...
Yasuo Ohgaki [Thu, 29 Jan 2015 00:23:10 +0000 (09:23 +0900)]
Fixed Bug #68941 mod_files.sh is a bash-script
Xinchen Hui [Wed, 28 Jan 2015 16:00:09 +0000 (00:00 +0800)]
Fixed bug #68901 (use after free)
Brad Broerman [Wed, 28 Jan 2015 05:04:20 +0000 (00:04 -0500)]
Updated with SSL fixes (backported from trunk)
Xinchen Hui [Tue, 27 Jan 2015 14:25:38 +0000 (22:25 +0800)]
fcgi_write in fpm returns ssizt_t, but it returns int in cgi
Xinchen Hui [Tue, 27 Jan 2015 14:19:11 +0000 (22:19 +0800)]
Revert previous unintentional change to this
Xinchen Hui [Tue, 27 Jan 2015 14:11:23 +0000 (22:11 +0800)]
Also Fixed #68571 in CGI SAPI, and some cleanup
Xinchen Hui [Tue, 27 Jan 2015 14:04:23 +0000 (22:04 +0800)]
Merge branch 'fixbug68571tophp5.5' of https://github.com/redfoxli/php-src into PHP-5.5
Bob Weinand [Mon, 26 Jan 2015 21:50:16 +0000 (22:50 +0100)]
Add NEWS entry
Bob Weinand [Mon, 26 Jan 2015 21:47:35 +0000 (22:47 +0100)]
Fix call after close if multiple filters are attached
Keyur Govande [Mon, 26 Jan 2015 21:29:57 +0000 (21:29 +0000)]
Add NEWS
Keyur Govande [Wed, 7 Jan 2015 21:13:57 +0000 (21:13 +0000)]
Patch commit
d9f85373e32 by moving the float_to_double function to
a header file.
Keyur Govande [Tue, 6 Jan 2015 06:33:38 +0000 (06:33 +0000)]
Fix for bugs #68114 (Build fails on OS X due to undefined symbols)
and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors).
The patch removes support for Decimal floating point numbers and
now defaults to using similar logic as what libmysqlclient does:
convert a 4 byte floating point number into a string, and then the
string into a double. The quirks of MySQL are maintained as seen in
Field_Float::val_str()
Ferenc Kovacs [Thu, 22 Jan 2015 20:28:21 +0000 (21:28 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix some factual errors in the process
Ferenc Kovacs [Thu, 22 Jan 2015 20:27:38 +0000 (21:27 +0100)]
fix some factual errors in the process
Remi Collet [Thu, 22 Jan 2015 12:06:15 +0000 (13:06 +0100)]
move CVE to the right version
Anatol Belski [Thu, 22 Jan 2015 09:16:13 +0000 (10:16 +0100)]
simplify error handling for dirs as magic
Joshua Rogers [Thu, 22 Jan 2015 08:59:13 +0000 (09:59 +0100)]
Fixed bug #68827 Double free with disabled ZMM
Xinchen Hui [Thu, 22 Jan 2015 08:38:34 +0000 (16:38 +0800)]
Fixed segfault while running with moodle