Revision tags: php-7.3.7, php-7.2.20 |
|
#
aeaee62d |
| 30-Jun-2019 |
Peter Kokot |
Update changelogs [ci skip]
|
#
df4bb13c |
| 28-Jun-2019 |
Peter Kokot |
Update changelogs [ci skip]
|
#
35b6a9f7 |
| 25-Jun-2019 |
Peter Kokot |
Catch up with some recent changes [ci skip] - Mention mysqli::stat() - Mention removal of HAVE_* for always defined extensions - Mention removed symbols defined during the build
|
#
bbd19a12 |
| 26-Jun-2019 |
Peter Kokot |
[ci skip] Mention HAVE_HASH_EXT
|
Revision tags: php-7.4.0alpha2, php-7.3.7RC3 |
|
#
571c6bc3 |
| 19-Jun-2019 |
Christoph M. Becker |
Document removal of uint and ulong typedefs
|
Revision tags: php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1 |
|
#
4d90848d |
| 06-Jun-2019 |
Nikita Popov |
Don't verify arginfo types for internal functions To avoid duplicate type checks. In debug builds arginfo is still checked and will generate an assertions if the function doesn't sub
Don't verify arginfo types for internal functions To avoid duplicate type checks. In debug builds arginfo is still checked and will generate an assertions if the function doesn't subsequently throw an exception. Some test results change due to differences in zpp and arginfo error messages.
show more ...
|
Revision tags: php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16 |
|
#
a31f4642 |
| 26-Feb-2019 |
Nikita Popov |
Allow exceptions in __toString() RFC: https://wiki.php.net/rfc/tostring_exceptions And convert some object to string conversion related recoverable fatal errors into Error excep
Allow exceptions in __toString() RFC: https://wiki.php.net/rfc/tostring_exceptions And convert some object to string conversion related recoverable fatal errors into Error exceptions. Improve exception safety of internal code performing string conversions.
show more ...
|
#
79ff867e |
| 04-Jun-2019 |
Christoph M. Becker |
PHP 7.4 is built with Visual Studio 2019 on Windows
|
#
1a5fde58 |
| 03-Jun-2019 |
Christoph M. Becker |
Fix typo
|
#
8a0965e3 |
| 03-Jun-2019 |
Nikita Popov |
Remove zpp L specifier We don't use this internally anymore, and external usages should be encouraged to move towards 'l'.
|
#
45a0656e |
| 29-May-2019 |
Nikita Popov |
Remove get() object handler Now that set() is gone, there is little point in keeping get(), as it is essentially just a different way of writing cast_object() now. Closes GH
Remove get() object handler Now that set() is gone, there is little point in keeping get(), as it is essentially just a different way of writing cast_object() now. Closes GH-4202.
show more ...
|
#
31a516cf |
| 28-May-2019 |
Nikita Popov |
Remove set() object handler
|
#
ef34e00d |
| 23-May-2019 |
Hugh McMaster |
Use PKG_CHECK_MODULES to detect valgrind, and share build config with pcre
|
#
a353d4c2 |
| 20-Apr-2019 |
Peter Kokot |
Update changelogs
|
#
769db423 |
| 13-Apr-2019 |
Peter Kokot |
Remove PHP_READDIR_R_TYPE The PHP_READDIR_R_TYPE m4 macro has been removed via 2b28f7189144a21e753dbc09efadd571121a82b9. HAVE_POSIX_READDIR_R in windows header file is also not
Remove PHP_READDIR_R_TYPE The PHP_READDIR_R_TYPE m4 macro has been removed via 2b28f7189144a21e753dbc09efadd571121a82b9. HAVE_POSIX_READDIR_R in windows header file is also not needed anymore.
show more ...
|
#
acf04118 |
| 30-Mar-2019 |
Peter Kokot |
[ci skip] Mention PHP_PROG_BISON and PHP_PROG_RE2C
|
#
072eb6dd |
| 29-Mar-2019 |
Joe Watkins |
tsrm environment lock
|
#
bd73607b |
| 23-Mar-2019 |
Joe Watkins |
TSRM cleanup for PHP8
|
#
161adfff |
| 22-Mar-2019 |
Joe Watkins |
For consistency with Windows, and because ZTS is not experimental or a "maintainer" feature, this commits renames --enable-maintainer-zts to --enable-zts in the autotools build, and related documenta
For consistency with Windows, and because ZTS is not experimental or a "maintainer" feature, this commits renames --enable-maintainer-zts to --enable-zts in the autotools build, and related documentation
show more ...
|
#
26f98ecd |
| 20-Mar-2019 |
Kalle Sommer Nielsen |
Sync the changes to ext/filter with 7.4, now that it works. - Removed --with-pcre-dir - The filter extension can now be built as shared on Unix with ./configure
|
#
4b081c27 |
| 18-Mar-2019 |
Peter Kokot |
[ci skip] Update changelog
|
#
d7022d2d |
| 16-Mar-2019 |
Peter Kokot |
[ci skip] Update changelog
|
#
75023cf9 |
| 12-Mar-2019 |
Peter Kokot |
[ci skip] Mention removed m4 macros
|
#
99ee5db5 |
| 12-Mar-2019 |
Remi Collet |
add --enable-rtld-now in upgrade info
|
#
4d341563 |
| 21-Feb-2019 |
Joe Watkins |
While the compiler does not have the FBC set for zend_get_call_op, optimizer does, and so incorrectly results in ignoring these flags. If someone has a better patch, please merge it ASAP, th
While the compiler does not have the FBC set for zend_get_call_op, optimizer does, and so incorrectly results in ignoring these flags. If someone has a better patch, please merge it ASAP, this appears to be correct as I and Nikita originally thought. Revert "Revert "zend_get_call_op ignoring compiler flags zend_get_call_op will ignore ZEND_COMPILE_IGNORE_USER_FUNCTIONS and ZEND_COMPILE_IGNORE_USER_FUNCTIONS, breaking the intention of these flags"" This reverts commit 0bbbd0f9e7449a2f204f959d06e5266175a86be9.
show more ...
|