]>
granicus.if.org Git - php/log
Remi Collet [Wed, 16 Nov 2016 09:47:18 +0000 (10:47 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73512 Fails to find firebird headers
Remi Collet [Wed, 16 Nov 2016 09:45:59 +0000 (10:45 +0100)]
Fixed bug #73512 Fails to find firebird headers
- use fb_config output instead of relying on hardoded path
Xinchen Hui [Wed, 16 Nov 2016 07:14:48 +0000 (15:14 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Xinchen Hui [Wed, 16 Nov 2016 07:14:33 +0000 (15:14 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src:
new entry for #2196
Improve error message
Fix test
Refactor and cleanup implementation.
Revert "Fix Bug #73461"
Revert "Protect class based session save handler"
Protect class based session save handler
Fix Bug #73461
Xinchen Hui [Wed, 16 Nov 2016 07:13:00 +0000 (15:13 +0800)]
Merge branch 'master' of git.php.net:/php-src
* 'master' of git.php.net:/php-src:
news entry for #2196
new entry for #2196
Improve error message
Fix test
Refactor and cleanup implementation.
Revert "Fix Bug #73461"
Revert "Protect class based session save handler"
Protect class based session save handler
Fix Bug #73461
Xinchen Hui [Wed, 16 Nov 2016 07:05:22 +0000 (15:05 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73532 (Null pointer dereference in mb_eregi)
Xinchen Hui [Wed, 16 Nov 2016 07:05:04 +0000 (15:05 +0800)]
Fixed bug #73532 (Null pointer dereference in mb_eregi)
Joe Watkins [Wed, 16 Nov 2016 05:14:36 +0000 (05:14 +0000)]
news entry for #2196
Joe Watkins [Wed, 16 Nov 2016 05:13:13 +0000 (05:13 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
new entry for #2196
Improve error message
Fix test
Refactor and cleanup implementation.
Revert "Fix Bug #73461"
Revert "Protect class based session save handler"
Protect class based session save handler
Fix Bug #73461
Joe Watkins [Wed, 16 Nov 2016 05:12:04 +0000 (05:12 +0000)]
new entry for #2196
Yasuo Ohgaki [Tue, 15 Nov 2016 03:10:20 +0000 (12:10 +0900)]
Improve error message
Yasuo Ohgaki [Tue, 15 Nov 2016 03:01:13 +0000 (12:01 +0900)]
Fix test
Yasuo Ohgaki [Tue, 15 Nov 2016 02:12:26 +0000 (11:12 +0900)]
Refactor and cleanup implementation.
Yasuo Ohgaki [Fri, 11 Nov 2016 03:52:31 +0000 (12:52 +0900)]
Revert "Fix Bug #73461"
This reverts commit
0383de14678e4c77e11ebf261530d4c1260825a1 .
Yasuo Ohgaki [Fri, 11 Nov 2016 03:52:17 +0000 (12:52 +0900)]
Revert "Protect class based session save handler"
This reverts commit
d1be861aee1287e8ecb04b72d93b9749ab67706e .
Yasuo Ohgaki [Fri, 11 Nov 2016 03:18:54 +0000 (12:18 +0900)]
Protect class based session save handler
Yasuo Ohgaki [Thu, 10 Nov 2016 07:03:41 +0000 (16:03 +0900)]
Fix Bug #73461
This patch disables any invalid save handler calls.
Adam Baratz [Tue, 15 Nov 2016 22:44:12 +0000 (17:44 -0500)]
update NEWS
Adam Baratz [Tue, 15 Nov 2016 22:33:38 +0000 (17:33 -0500)]
Add PDOStatement::activeQueryString()
Andrea Faulds [Mon, 14 Nov 2016 21:32:39 +0000 (21:32 +0000)]
Fix mistake in UPGRADING
Andrea Faulds [Mon, 14 Nov 2016 18:20:45 +0000 (18:20 +0000)]
Convert numeric keys in object/array casts
RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts
This converts key types as appropriate in object to array and array to object
casts, as well as in get_object_vars().
Christoph M. Becker [Mon, 14 Nov 2016 15:09:40 +0000 (16:09 +0100)]
Merge branch 'PHP-7.1'
Christoph M. Becker [Mon, 14 Nov 2016 13:55:13 +0000 (14:55 +0100)]
Update to SQLite 3.15.1
Christoph M. Becker [Sun, 13 Nov 2016 22:17:25 +0000 (23:17 +0100)]
Merge branch 'pull-request/2164'
Anatol Belski [Sun, 13 Nov 2016 15:48:36 +0000 (16:48 +0100)]
reduce realpath_cache_bucket size by 8 bytes on 64-bit
This limits the path length to 64kb which is already far above the
use case. In return, the whole path cache storage size is reduced
by 8kb.
Bob Weinand [Sun, 13 Nov 2016 17:31:20 +0000 (18:31 +0100)]
Merge branch 'PHP-7.1'
Bob Weinand [Sun, 13 Nov 2016 17:30:49 +0000 (18:30 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Sun, 13 Nov 2016 17:30:23 +0000 (18:30 +0100)]
Fix passing of wrong values in bp export
Christoph M. Becker [Sun, 13 Nov 2016 17:16:17 +0000 (18:16 +0100)]
Fix tests: don't count non-countables
Bob Weinand [Sun, 13 Nov 2016 12:22:50 +0000 (13:22 +0100)]
Merge branch 'PHP-7.1'
Bob Weinand [Sun, 13 Nov 2016 12:22:35 +0000 (13:22 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Sun, 13 Nov 2016 11:55:35 +0000 (12:55 +0100)]
Properly escape all filenames when exporting breakpoints
Mitch Hagstrand [Sun, 13 Nov 2016 10:59:13 +0000 (02:59 -0800)]
Fix phpdbg breakpoint restoring after execution completes
Bob Weinand [Sun, 13 Nov 2016 11:26:13 +0000 (12:26 +0100)]
Merge branch 'PHP-7.1'
Bob Weinand [Sun, 13 Nov 2016 11:25:43 +0000 (12:25 +0100)]
Fix phpdbg ZTS shutdown with USE_ZEND_ALLOC
Joe Watkins [Sun, 13 Nov 2016 08:00:15 +0000 (08:00 +0000)]
phpdbg standard input changes
Joe Watkins [Sun, 13 Nov 2016 07:35:14 +0000 (07:35 +0000)]
fix news
Joe Watkins [Sun, 13 Nov 2016 05:42:35 +0000 (05:42 +0000)]
news entry for #1787 in 7.1
Joe Watkins [Sun, 13 Nov 2016 05:40:49 +0000 (05:40 +0000)]
Merge branch 'master' of git.php.net:/php-src
Joe Watkins [Sun, 13 Nov 2016 05:37:49 +0000 (05:37 +0000)]
news entry for #1787
Joe Watkins [Sun, 13 Nov 2016 05:34:11 +0000 (05:34 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
news entry for #1787
move declaration of vars to top
add test for #69587
fix bug #69587 DateInterval properties and isset
Joe Watkins [Sun, 13 Nov 2016 05:33:59 +0000 (05:33 +0000)]
news entry for #1787
jhdxr [Mon, 11 Jul 2016 13:12:23 +0000 (21:12 +0800)]
move declaration of vars to top
jhdxr [Wed, 20 Apr 2016 15:40:14 +0000 (23:40 +0800)]
add test for #69587
jhdxr [Wed, 20 Apr 2016 15:37:26 +0000 (23:37 +0800)]
fix bug #69587 DateInterval properties and isset
Anatol Belski [Sat, 12 Nov 2016 23:04:10 +0000 (00:04 +0100)]
restore erroneously removed part
Nikita Popov [Sat, 12 Nov 2016 21:17:21 +0000 (22:17 +0100)]
Fix build
Joe Watkins [Sat, 12 Nov 2016 17:58:46 +0000 (17:58 +0000)]
wrong numbers
Joe Watkins [Sat, 12 Nov 2016 17:57:41 +0000 (17:57 +0000)]
Merge branch 'master' of git.php.net:/php-src
Joe Watkins [Sat, 12 Nov 2016 17:57:20 +0000 (17:57 +0000)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Joe Watkins [Sat, 12 Nov 2016 17:45:16 +0000 (17:45 +0000)]
news entry for #2166, fix news
Nikita Popov [Sat, 12 Nov 2016 17:49:50 +0000 (18:49 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Sat, 12 Nov 2016 17:48:07 +0000 (18:48 +0100)]
Don't inline if function has ref arguments
Otherwise we end up leaving opcodes like FETCH_DIM_W behind. The
test case demonstrates a leak in particular.
Edgar R. Sandi [Sun, 16 Oct 2016 06:15:47 +0000 (04:15 -0200)]
fixed bug generated by fixes bug #73135
Joe Watkins [Sat, 12 Nov 2016 17:46:40 +0000 (17:46 +0000)]
fix news
Joe Watkins [Sat, 12 Nov 2016 17:45:16 +0000 (17:45 +0000)]
news entry for #2166
Edgar R. Sandi [Sun, 16 Oct 2016 06:15:47 +0000 (04:15 -0200)]
fixed bug generated by fixes bug #73135
Edgar R. Sandi [Sun, 16 Oct 2016 03:06:23 +0000 (01:06 -0200)]
phpt file to bug #73135
Edgar R. Sandi [Sun, 16 Oct 2016 02:58:35 +0000 (23:58 -0300)]
fixes bug #73135
Joe Watkins [Sat, 12 Nov 2016 17:36:16 +0000 (17:36 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
news entry for calendar overflow fix
Fix integer overflow in calender.
Joe Watkins [Sat, 12 Nov 2016 17:35:24 +0000 (17:35 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
news entry for calendar overflow fix
Fix integer overflow in calender.
Joe Watkins [Sat, 12 Nov 2016 17:35:04 +0000 (17:35 +0000)]
news entry for calendar overflow fix
Joshua Rogers [Mon, 19 Jan 2015 10:31:15 +0000 (21:31 +1100)]
Fix integer overflow in calender.
Fix int overflows in conversation functions for calendar.
Add tests for the overflows.
Joe Watkins [Sat, 12 Nov 2016 17:30:41 +0000 (17:30 +0000)]
Merge branch 'master' of git.php.net:/php-src
Joe Watkins [Sat, 12 Nov 2016 17:30:16 +0000 (17:30 +0000)]
update phpdbg with stdin code change
Andrea Faulds [Sun, 20 Mar 2016 22:07:14 +0000 (22:07 +0000)]
Use "Standard input code" instead of "php://stdin"
Andrea Faulds [Thu, 21 May 2015 17:08:01 +0000 (18:08 +0100)]
Show "php://stdin" instead of "-" in error messages
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:20:01 +0000 (11:20 +0100)]
Remove Netware support
If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:18:42 +0000 (11:18 +0100)]
Merge branch 'master' of git.php.net:php-src
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:18:25 +0000 (11:18 +0100)]
Fix Windows build
Joe Watkins [Sat, 12 Nov 2016 10:00:17 +0000 (10:00 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
added a test for date_interval_format function
Merge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 09:59:24 +0000 (09:59 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
added a test for date_interval_format function
Merge branch 'pull-request/2198'
Jean Carlo Machado [Thu, 27 Oct 2016 19:05:47 +0000 (17:05 -0200)]
added a test for date_interval_format function
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'
Anatol Belski [Sat, 12 Nov 2016 01:39:30 +0000 (02:39 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
fix erroneous line in confutils.js
Anatol Belski [Sat, 12 Nov 2016 01:38:33 +0000 (02:38 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix erroneous line in confutils.js
Stricted [Mon, 7 Nov 2016 15:23:02 +0000 (16:23 +0100)]
fix erroneous line in confutils.js
Mitch Hagstrand [Fri, 11 Nov 2016 23:40:30 +0000 (15:40 -0800)]
Fix the lchwon error test for Travis CI.
The E_WARNING message from the PHP function lchown is passed
from the system function lchown. The error message returned
from lchown can be filesystem dependent.
https://github.com/php/php-src/blob/
6053987bc27e8dede37f437193a5cad448f99bce /ext/standard/filestat.c#L406
Nikita Popov [Thu, 10 Nov 2016 21:52:22 +0000 (22:52 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 21:51:39 +0000 (22:51 +0100)]
Allow early-binding of ZEND_NEW args
Nikita Popov [Thu, 10 Nov 2016 21:28:42 +0000 (22:28 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 20:42:05 +0000 (21:42 +0100)]
Fix block pass leaks
Nikita Popov [Thu, 10 Nov 2016 21:19:52 +0000 (22:19 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 21:18:42 +0000 (22:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 10 Nov 2016 20:36:46 +0000 (21:36 +0100)]
Fcall optimization: Avoid FETCH_DIM_R with UNUSED op2
Joe Watkins [Thu, 10 Nov 2016 17:11:24 +0000 (17:11 +0000)]
belated news entries
Nikita Popov [Thu, 10 Nov 2016 13:59:56 +0000 (14:59 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 13:54:41 +0000 (14:54 +0100)]
Don't elide undef var notice
Nikita Popov [Thu, 10 Nov 2016 13:50:39 +0000 (14:50 +0100)]
Set result of FREE to unused in block pass
Nikita Popov [Thu, 10 Nov 2016 13:41:11 +0000 (14:41 +0100)]
Fix ext/xml func info
Nikita Popov [Tue, 8 Nov 2016 19:41:27 +0000 (20:41 +0100)]
Range inference cleanup
Replace inline #ifdefs with some macros. Fix build if NEG_RANGE is
disabled. Fix some typos. Add some comments.
Dmitry Stogov [Thu, 10 Nov 2016 09:34:24 +0000 (12:34 +0300)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Don't update proprties inplace.
Dmitry Stogov [Thu, 10 Nov 2016 09:34:09 +0000 (12:34 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Don't update proprties inplace.
Dmitry Stogov [Thu, 10 Nov 2016 09:32:07 +0000 (12:32 +0300)]
Don't update proprties inplace.
Anatol Belski [Wed, 9 Nov 2016 20:38:29 +0000 (21:38 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
add missing entry
add missing NEWS entry
add missing NEWS entry
Anatol Belski [Wed, 9 Nov 2016 20:37:41 +0000 (21:37 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
add missing NEWS entry
add missing NEWS entry
Anatol Belski [Wed, 9 Nov 2016 20:37:04 +0000 (21:37 +0100)]
add missing entry
Anatol Belski [Wed, 9 Nov 2016 20:34:41 +0000 (21:34 +0100)]
add missing NEWS entry