]>
granicus.if.org Git - php/log
Xinchen Hui [Sat, 29 Oct 2016 15:44:48 +0000 (23:44 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73402 (Opcache segfault when using class constant to call a method)
Xinchen Hui [Sat, 29 Oct 2016 15:44:37 +0000 (23:44 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73402 (Opcache segfault when using class constant to call a method)
Xinchen Hui [Sat, 29 Oct 2016 15:43:59 +0000 (23:43 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fixed bug #73402 (Opcache segfault when using class constant to call a method)
Conflicts:
ext/opcache/Optimizer/zend_optimizer.c
Xinchen Hui [Sat, 29 Oct 2016 15:41:51 +0000 (23:41 +0800)]
Fixed bug #73402 (Opcache segfault when using class constant to call a method)
Nikita Popov [Sat, 29 Oct 2016 15:11:55 +0000 (17:11 +0200)]
Drop dead code in zend_call_method
As no_separation=1 is used this can not happen anymore.
Nikita Popov [Sat, 29 Oct 2016 12:51:41 +0000 (14:51 +0200)]
Cleanup zend_std_call_setter
__set() does not use the return value to indicate success, and at
this point I doubt it ever will.
Nikita Popov [Sat, 29 Oct 2016 12:39:07 +0000 (14:39 +0200)]
Merge branch 'PHP-7.1'
Nikita Popov [Sat, 29 Oct 2016 12:32:38 +0000 (14:32 +0200)]
Optimize __get etc
Cheap 20% win by skipping the function name allocation if we don't
need it.
Xinchen Hui [Sat, 29 Oct 2016 06:23:55 +0000 (14:23 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Skip if no jit is built
Xinchen Hui [Sat, 29 Oct 2016 06:23:47 +0000 (14:23 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Skip if no jit is built
Xinchen Hui [Sat, 29 Oct 2016 06:23:25 +0000 (14:23 +0800)]
Skip if no jit is built
Anatol Belski [Sat, 29 Oct 2016 01:18:43 +0000 (03:18 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
fix test run with autogenerated ini
Anatol Belski [Sat, 29 Oct 2016 01:18:19 +0000 (03:18 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix test run with autogenerated ini
Anatol Belski [Sat, 29 Oct 2016 01:17:29 +0000 (03:17 +0200)]
fix test run with autogenerated ini
Anatol Belski [Sat, 29 Oct 2016 00:27:13 +0000 (02:27 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
generate test ini file, so shared exts are loaded for nmake test
additional env is generated for phpize, too
Anatol Belski [Sat, 29 Oct 2016 00:12:05 +0000 (02:12 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
generate test ini file, so shared exts are loaded for nmake test
additional env is generated for phpize, too
Anatol Belski [Sat, 29 Oct 2016 00:08:48 +0000 (02:08 +0200)]
generate test ini file, so shared exts are loaded for nmake test
Anatol Belski [Fri, 28 Oct 2016 21:11:47 +0000 (23:11 +0200)]
additional env is generated for phpize, too
Anatol Belski [Fri, 28 Oct 2016 21:02:38 +0000 (23:02 +0200)]
fix doc
Anatol Belski [Fri, 28 Oct 2016 18:49:12 +0000 (20:49 +0200)]
extend info to float related constants
Anatol Belski [Fri, 28 Oct 2016 18:27:32 +0000 (20:27 +0200)]
note to UPDRADING
Anatol Belski [Fri, 28 Oct 2016 17:58:02 +0000 (19:58 +0200)]
update NEWS
Michele Locati [Mon, 29 Aug 2016 09:57:53 +0000 (11:57 +0200)]
Add VT100 support for Windows
Fix function names prefix
Use Unicode version of GetFinalPathNameByHandle
Use EG(windows_version_info) instead of RtlGetVersion
Use the specified handle_id instead of STD_OUTPUT_HANDLE
Switch from stream name to stream resource
Allow running tests capturing only stdout and/or stderr
Add tests for stream_vt100_support function
Export Win32 console functions
Fix x64 build
Use zend_long instead of long long, use GetConsole instead of GetFinalPathNameByHandleW to check if a handle is a valid console stream
Always use zend_long on any platform
Use _get_osfhandle to determine the standard handle
Accept stream names
Raise warnings in case of invalid stream parameter
Return true if disabling VT100 support on a not-console/redirected stream or on old Windows versions
Remove php_win32_console_os_supports_vt100
Differentiate stdin vs stdout/stderr
Simplify setting flag
Allow avoid piping STDIN
Let stream_vt100_support accept only resources
Fix run-tests
Revert console flags in case of failure
Simplify logic of stream_vt100_support when setting the flag
Return true if succeeded, false otherwise
Drop support for STDIN
More comprehensive tests for stream_vt100_support
Remove old tests
Fix name of included file and use absolute paths
Enable ENABLE_VIRTUAL_TERMINAL_PROCESSING on Windows by default
Remove tests for stream_vt100_support
Split stream_vt100_support into stream_isatty+sapi_windows_vt100_support
Add tests for stream_isatty
Add tests for sapi_windows_vt100_support
Return null from stream_isatty is neither Windows nor Posix
Fallback to S_ISCHR if neither Windows nor Posix
Avoid defining argc since it's only used once
Better comment about php_win32_console_fileno_is_console
Use events instead of cNumberOfEvents
Do not restore previous console mode
We need to restore previous console mode on failing SetConsole calls only for STDIN
Don't configure STDOUT/STDERR on Windows with PHP_CLI_WIN32_NO_CONSOLE
Xinchen Hui [Fri, 28 Oct 2016 13:22:02 +0000 (21:22 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Update NEWS
Fixed bug #73392 (A use-after-free in zend allocator management)
Xinchen Hui [Fri, 28 Oct 2016 13:21:48 +0000 (21:21 +0800)]
Update NEWS
Xinchen Hui [Fri, 28 Oct 2016 13:21:35 +0000 (21:21 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73392 (A use-after-free in zend allocator management)
Xinchen Hui [Fri, 28 Oct 2016 13:21:24 +0000 (21:21 +0800)]
Fixed bug #73392 (A use-after-free in zend allocator management)
Ferenc Kovacs [Thu, 27 Oct 2016 21:44:24 +0000 (23:44 +0200)]
Merge branch 'PHP-7.1'
Ferenc Kovacs [Thu, 27 Oct 2016 21:40:41 +0000 (23:40 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Thu, 27 Oct 2016 21:37:51 +0000 (23:37 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Thu, 27 Oct 2016 21:10:59 +0000 (23:10 +0200)]
5.6.29 will be next
Anatol Belski [Thu, 27 Oct 2016 20:36:28 +0000 (22:36 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
use rather the nmake var as it's evaluated on every run
Anatol Belski [Thu, 27 Oct 2016 20:36:00 +0000 (22:36 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
use rather the nmake var as it's evaluated on every run
Anatol Belski [Thu, 27 Oct 2016 20:34:34 +0000 (22:34 +0200)]
use rather the nmake var as it's evaluated on every run
Anatol Belski [Thu, 27 Oct 2016 18:44:30 +0000 (20:44 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
prepend known bin folders to the path for nmake test runs
Anatol Belski [Thu, 27 Oct 2016 18:43:25 +0000 (20:43 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
prepend known bin folders to the path for nmake test runs
Anatol Belski [Thu, 27 Oct 2016 18:41:41 +0000 (20:41 +0200)]
prepend known bin folders to the path for nmake test runs
Adam Baratz [Thu, 27 Oct 2016 17:52:59 +0000 (13:52 -0400)]
Fix #73396: bigint columns are returned as strings
Adam Baratz [Thu, 27 Oct 2016 16:15:45 +0000 (12:15 -0400)]
Remove unneeded macro check. This "hack" is replicated in php_pdo_dblib_int.h.
Adam Baratz [Thu, 27 Oct 2016 16:15:01 +0000 (12:15 -0400)]
remove unread var
Adam Baratz [Thu, 27 Oct 2016 16:14:06 +0000 (12:14 -0400)]
add myself to pdo_dblib CREDITS
Anatol Belski [Thu, 27 Oct 2016 00:46:18 +0000 (02:46 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
yet another uninitialized pointer
Anatol Belski [Thu, 27 Oct 2016 00:45:48 +0000 (02:45 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
yet another uninitialized pointer
Anatol Belski [Thu, 27 Oct 2016 00:40:30 +0000 (02:40 +0200)]
yet another uninitialized pointer
Anatol Belski [Thu, 27 Oct 2016 00:20:35 +0000 (02:20 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
fix uninitialized pointer
Anatol Belski [Thu, 27 Oct 2016 00:20:12 +0000 (02:20 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix uninitialized pointer
Anatol Belski [Thu, 27 Oct 2016 00:15:14 +0000 (02:15 +0200)]
fix uninitialized pointer
Anatol Belski [Wed, 26 Oct 2016 19:10:17 +0000 (21:10 +0200)]
note to UPGRADING
Anatol Belski [Wed, 26 Oct 2016 16:10:44 +0000 (18:10 +0200)]
add some float limits constants
Anatol Belski [Mon, 24 Oct 2016 18:07:15 +0000 (20:07 +0200)]
remove dead code
Anatol Belski [Mon, 24 Oct 2016 12:36:17 +0000 (14:36 +0200)]
reset also the cwd_length, when cwd is free'd
Andrea Faulds [Wed, 26 Oct 2016 15:46:36 +0000 (16:46 +0100)]
Merge branch 'DedupNANINF'
Dmitry Stogov [Wed, 26 Oct 2016 12:23:33 +0000 (15:23 +0300)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO)
Dmitry Stogov [Wed, 26 Oct 2016 12:22:51 +0000 (15:22 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO)
Dmitry Stogov [Wed, 26 Oct 2016 12:17:09 +0000 (15:17 +0300)]
Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO)
Anatol Belski [Wed, 26 Oct 2016 11:08:17 +0000 (13:08 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
make config.w32 compatible with ICU 58
Anatol Belski [Wed, 26 Oct 2016 11:07:44 +0000 (13:07 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
make config.w32 compatible with ICU 58
Anatol Belski [Wed, 26 Oct 2016 11:05:03 +0000 (13:05 +0200)]
make config.w32 compatible with ICU 58
Dmitry Stogov [Tue, 25 Oct 2016 19:13:46 +0000 (22:13 +0300)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed incorrec type usage
Revert "Update UPGRADING to reflect bug fix" This change was made in 7.0. Sorry for the noise.
Update UPGRADING to reflect bug fix
news for next rc
Dmitry Stogov [Tue, 25 Oct 2016 19:12:34 +0000 (22:12 +0300)]
Fixed incorrec type usage
Yasuo Ohgaki [Tue, 25 Oct 2016 19:01:55 +0000 (04:01 +0900)]
Revert "Update UPGRADING to reflect bug fix"
This change was made in 7.0. Sorry for the noise.
This reverts commit
e9c8e50b66366c250becb663bb76db24ed1b5890 .
Yasuo Ohgaki [Tue, 25 Oct 2016 18:26:44 +0000 (03:26 +0900)]
Update UPGRADING to reflect bug fix
Joe Watkins [Tue, 25 Oct 2016 15:22:23 +0000 (16:22 +0100)]
news for next rc
Dmitry Stogov [Tue, 25 Oct 2016 14:21:12 +0000 (17:21 +0300)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Export zend_analyze_calls() to allow building call trees.
Dmitry Stogov [Tue, 25 Oct 2016 14:20:27 +0000 (17:20 +0300)]
Export zend_analyze_calls() to allow building call trees.
Christoph M. Becker [Tue, 25 Oct 2016 12:41:00 +0000 (14:41 +0200)]
Merge branch 'PHP-7.1'
Christoph M. Becker [Tue, 25 Oct 2016 12:34:43 +0000 (14:34 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Tue, 25 Oct 2016 12:30:59 +0000 (14:30 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Tue, 25 Oct 2016 12:19:36 +0000 (14:19 +0200)]
Fix #72494: imagecropauto out-of-bounds access
This issue has actually already been fixed with commit
46f2c690 . We're
adding a regression test and a NEWS entry, and also port the fix in
gdImageCropThreshold() from libgd:
* <https://github.com/libgd/libgd/commit/
b347e034 >
* <https://github.com/libgd/libgd/commit/
46f2c690 >
Anatol Belski [Tue, 25 Oct 2016 08:32:15 +0000 (10:32 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
move dev to 7.0.14
Anatol Belski [Tue, 25 Oct 2016 08:31:49 +0000 (10:31 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
move dev to 7.0.14
Anatol Belski [Tue, 25 Oct 2016 08:29:51 +0000 (10:29 +0200)]
move dev to 7.0.14
Derick Rethans [Mon, 24 Oct 2016 09:37:20 +0000 (10:37 +0100)]
Updated to version 2016.8 (2016h)
Derick Rethans [Mon, 24 Oct 2016 09:37:19 +0000 (10:37 +0100)]
Empty merge
Derick Rethans [Mon, 24 Oct 2016 09:37:17 +0000 (10:37 +0100)]
Updated to version 2016.8 (2016h)
Derick Rethans [Mon, 24 Oct 2016 09:37:16 +0000 (10:37 +0100)]
Empty merge
Derick Rethans [Mon, 24 Oct 2016 09:37:13 +0000 (10:37 +0100)]
Updated to version 2016.8 (2016h)
Derick Rethans [Mon, 24 Oct 2016 09:37:12 +0000 (10:37 +0100)]
Empty merge
Derick Rethans [Mon, 24 Oct 2016 09:37:07 +0000 (10:37 +0100)]
Updated to version 2016.8 (2016h)
Nikita Popov [Sun, 23 Oct 2016 20:27:25 +0000 (22:27 +0200)]
Merge branch 'PHP-7.1'
Nikita Popov [Sun, 23 Oct 2016 20:27:11 +0000 (22:27 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 23 Oct 2016 20:26:25 +0000 (22:26 +0200)]
Nikita Popov [Sun, 23 Oct 2016 20:13:59 +0000 (22:13 +0200)]
Merge branch 'PHP-7.1'
Nikita Popov [Sun, 23 Oct 2016 20:12:55 +0000 (22:12 +0200)]
Fix call graph construction
Travis build for 7.1+ has been failing for the past week...
Jakub Zelenka [Sun, 23 Oct 2016 18:56:29 +0000 (19:56 +0100)]
Merge branch 'PHP-7.1'
Jakub Zelenka [Sun, 23 Oct 2016 18:55:22 +0000 (19:55 +0100)]
Try to fix LibreSSL build
Jakub Zelenka [Sun, 23 Oct 2016 18:40:48 +0000 (19:40 +0100)]
Merge branch 'PHP-7.1'
Jakub Zelenka [Sun, 23 Oct 2016 18:37:07 +0000 (19:37 +0100)]
Drop useless checks for DH and RSA
If DH or RSA was disabled, the build would fail already as
it's used already elsewhere without checking the OPENSSL_NO_DH
or OPENSSL_NO_RSA defines.
Xinchen Hui [Sat, 22 Oct 2016 06:51:23 +0000 (14:51 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Update NEWS
Xinchen Hui [Sat, 22 Oct 2016 06:51:11 +0000 (14:51 +0800)]
Update NEWS
Xinchen Hui [Sat, 22 Oct 2016 06:50:53 +0000 (14:50 +0800)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73350 (Exception::__toString() cause circular references)
Xinchen Hui [Sat, 22 Oct 2016 06:50:42 +0000 (14:50 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73350 (Exception::__toString() cause circular references)
Xinchen Hui [Sat, 22 Oct 2016 06:50:21 +0000 (14:50 +0800)]
Fixed bug #73350 (Exception::__toString() cause circular references)
Anatol Belski [Fri, 21 Oct 2016 19:34:09 +0000 (21:34 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Better fix for bug #73360
Revert "Fixed bug #73360 Unable to work in root with unicode chars"
Anatol Belski [Fri, 21 Oct 2016 19:29:35 +0000 (21:29 +0200)]
Better fix for bug #73360
This also fixes the TS issue. And, it also reveals that there's an
issue in the VCWD_* API to be possibly addressed.
Anatol Belski [Fri, 21 Oct 2016 18:15:16 +0000 (20:15 +0200)]
Revert "Fixed bug #73360 Unable to work in root with unicode chars"
This reverts commit
64fee0aecb2c804a088b896da6f736dbc19d8424 .
Anatol Belski [Fri, 21 Oct 2016 14:57:30 +0000 (16:57 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS
Dmitry Stogov [Fri, 21 Oct 2016 14:47:30 +0000 (17:47 +0300)]
Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.
This simplifies checks and allows reset this flag for "acyclic" arrays and objects.
Anatol Belski [Fri, 21 Oct 2016 14:43:55 +0000 (16:43 +0200)]
update NEWS
The bug is currently not good testable, because the doc_root will be
blocked from the invoked test server process. This will prevent the
cleanup, which would be confusing.
Anatol Belski [Fri, 21 Oct 2016 14:00:49 +0000 (16:00 +0200)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73360 Unable to work in root with unicode chars