Searched +hist:03 +hist:a1fcab (Results 1 - 3 of 3) sorted by relevance
/PHP-7.3/Zend/ | ||
H A D | zend_API.h | diff 8d3f8ca1 Tue Jul 03 00:52:16 UTC 2018 Peter Kokot <peterkokot@gmail.com> Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. diff d9f5ea69 Wed Dec 27 12:15:03 UTC 2017 Dmitry Stogov <dmitry@zend.com> zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set). diff ace9fe53 Thu Jun 08 10:03:24 UTC 2017 Dmitry Stogov <dmitry@zend.com> Improved new Zend Parameter Parsing API to avoid useless dereferences. This derefernce made sense only for explicit paramter passing by reference, but this feature was removed in PHP-7. The improvement is 100% backward compatible, only few "tricky" functions may be affected (e.g. extract and usort). diff d690014b Sun Sep 11 21:44:46 UTC 2016 Andrea Faulds <ajf@ajf.me> Remove zpp fallback code (always use Fast ZPP) Squashed commit of the following: commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Author: Andrea Faulds <ajf@ajf.me> Date: Sun Sep 11 19:14:37 2016 +0100 Keep dummy FAST_ZPP macro for compatibility commit 8a7cfd00deaa4a3c5026c97580c49c886c72a5b4 Author: Andrea Faulds <ajf@ajf.me> Date: Mon Sep 5 22:36:03 2016 +0100 Remove FAST_ZPP macro and plain zpp fallback code diff 72692e9a Fri Jun 03 22:42:04 UTC 2016 Aaron Piotrowski <aaron@trowski.com> Add iterable pseudo-type diff 054591ab Fri Mar 20 14:27:03 UTC 2015 Dmitry Stogov <dmitry@zend.com> Imroved ZPP rules (condititins reoredered to prevent duplicate checks) diff b7a7b1a6 Sat Jan 03 09:22:58 UTC 2015 Stanislav Malyshev <stas@php.net> trailing whitespace removal diff 5dd427ea Wed Dec 03 13:56:09 UTC 2014 Dmitry Stogov <dmitry@zend.com> Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->class_name. For internal functions we still use char*. diff c96a6b44 Sun Oct 12 17:22:03 UTC 2014 Anatol Belski <ab@php.net> DLL export several APIs needed for phpdbg diff bd9a2346 Fri Oct 03 15:32:46 UTC 2014 Dmitry Stogov <dmitry@zend.com> Replaced EG(This) and EX(object) with EX(This). Internal functions now recieves zend_execute_data as the first argument. |
H A D | zend_API.c | diff 8d3f8ca1 Tue Jul 03 00:52:16 UTC 2018 Peter Kokot <peterkokot@gmail.com> Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. diff 43aca311 Mon Jul 02 14:03:02 UTC 2018 Dmitry Stogov <dmitry@zend.com> Avoid string comparisons for magic methods (all magic methods start with "__") diff fdb347a7 Thu May 03 16:25:53 UTC 2018 Dmitry Stogov <dmitry@zend.com> zend_is_callable() improvement diff c32d79b6 Tue Jan 09 21:03:04 UTC 2018 Dmitry Stogov <dmitry@zend.com> cleanup diff d9f5ea69 Wed Dec 27 12:15:03 UTC 2017 Dmitry Stogov <dmitry@zend.com> zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set). diff d690014b Sun Sep 11 21:44:46 UTC 2016 Andrea Faulds <ajf@ajf.me> Remove zpp fallback code (always use Fast ZPP) Squashed commit of the following: commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Author: Andrea Faulds <ajf@ajf.me> Date: Sun Sep 11 19:14:37 2016 +0100 Keep dummy FAST_ZPP macro for compatibility commit 8a7cfd00deaa4a3c5026c97580c49c886c72a5b4 Author: Andrea Faulds <ajf@ajf.me> Date: Mon Sep 5 22:36:03 2016 +0100 Remove FAST_ZPP macro and plain zpp fallback code diff 340a0000 Fri Jun 03 22:56:13 UTC 2016 Aaron Piotrowski <aaron@trowski.com> Add iterable to zend_get_type_by_const() diff 72692e9a Fri Jun 03 22:42:04 UTC 2016 Aaron Piotrowski <aaron@trowski.com> Add iterable pseudo-type diff b4c50092 Tue May 03 00:07:06 UTC 2016 Bob Weinand <bobwei9@hotmail.com> Mark fcc as initialized for object calls This results in 1% speedup (cycle count) on some real world applications diff 1adf3df8 Mon Jul 06 20:03:35 UTC 2015 Aaron Piotrowski <aaron@trowski.com> Throw TypeError for invalid callback Matches behavior of zend_internal_type_error() if E_ERROR is passed to zend_wrong_callback_error(). |
/PHP-7.3/ | ||
H A D | NEWS | diff 8eaaabdd Tue Nov 03 18:14:41 UTC 2020 Alexander M. Turek <me@derrabus.de> Fixed bug #80310: Support for icu4c 68.1. On stable versions, bring back the TRUE/FALSE defines by defining _U_DEFINE_TRUE_AND_FALSE. Closes GH-6397. diff 46a49be6 Thu Sep 03 15:10:34 UTC 2020 Nikita Popov <nikita.ppv@gmail.com> Fixed bug #80049 Type checking may convert to refcounted values, so force freeing of extra args. diff 1848ccda Thu Sep 03 12:27:45 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> Fix #80048: Bug #69100 has not been fixed for Windows We fix the erroneous length calculation on Windows, too. Closes GH-6067. diff fcd26ffc Thu Aug 20 09:20:03 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> Fix #80002: calc free space for new interned string is wrong We need to calculate the free size in bytes. Patch contributed by t-matsuno. Closes GH-6024 diff c4677af6 Mon Aug 03 22:31:08 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> [ci skip] Fix 7.3.21 release date diff 07aeb917 Mon Aug 03 08:14:38 UTC 2020 Stanislav Malyshev <stas@php.net> Update NEWS diff 17d64af1 Mon Aug 03 09:08:31 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> [ci skip] Add missing NEWS entries diff 94e09bfe Sun Apr 19 23:03:11 UTC 2020 Joe Cai <joe.cai@bigcommerce.com> Fix #79497: Fix php_openssl_subtract_timeval() I stumbled upon this while debugging a strange issue with stream_socket_client() where it randomly throws out errors when the connection timeout is set to below 1s. The logic to calculate time difference in php_openssl_subtract_timeval() is wrong when a.tv_usec < b.tv_usec, causing connection errors before the timeout is reached. diff 9dda3b9e Tue Mar 03 09:19:31 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> Next is 7.3.17 diff 079905ac Mon Feb 03 10:47:01 UTC 2020 Christoph M. Becker <cmbecker69@gmx.de> Fix #78090: bug45161.phpt takes forever to finish Not all systems support the discard protocol (TCP port 9), and since there is no particular reason to use it, we switch to using actual server testing. |
Completed in 867 milliseconds