#
53c6619b |
| 01-Apr-2022 |
Christoph M. Becker |
Restore memory_reset_peak_usage() declaration Cf. <https://github.com/php/php-src/pull/8151/files#r819605725>. |
#
083b64ef |
| 01-Apr-2022 |
George Peter Banyard |
Add missing #endif in stubs This slipped away during the rebase of 5171cb435a69c418231acc487819ce47b52711df |
#
5171cb43 |
| 20-May-2020 |
George Peter Banyard |
Fix [-Wundef] warnings in standard extension |
#
c4334fc6 |
| 26-Dec-2021 |
Nikita Popov |
Remove special chr/count handling in sccp function evaluation These can be handled by the generic code. Worth noting that count will usually go through ZEND_COUNT, and chr on constants i
Remove special chr/count handling in sccp function evaluation These can be handled by the generic code. Worth noting that count will usually go through ZEND_COUNT, and chr on constants is evaluated in the compiler, so these are not particularly compile-time sensitive either.
show more ...
|
#
5ddf191d |
| 23-Dec-2021 |
Christoph M. Becker |
Merge branch 'PHP-8.1' * PHP-8.1: $context parameter of get_headers() is nullable
|
#
ccd7d410 |
| 23-Dec-2021 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: $context parameter of get_headers() is nullable
|
#
c5f4ee50 |
| 22-Dec-2021 |
Christoph M. Becker |
$context parameter of get_headers() is nullable Closes GH-7813. |
#
32e2d97a |
| 20-Dec-2021 |
Tyson Andre |
Allow internal functions to declare if they support compile-time evaluation, add functions. (#7780) https://wiki.php.net/rfc/strtolower-ascii means that these functions no longer depend
Allow internal functions to declare if they support compile-time evaluation, add functions. (#7780) https://wiki.php.net/rfc/strtolower-ascii means that these functions no longer depend on the current locale in php 8.2. Before that, this was unsafe to evaluate at compile time. Followup to GH-7506 Add strcmp/strcasecmp/strtolower/strtoupper functions Add bin2hex/hex2bin and related functions Update test of garbage collection using strtolower to use something else to create a refcounted string
show more ...
|
#
220f0f55 |
| 12-Oct-2021 |
Máté Kocsis |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix the return type of imagecolorexactalpha() String default values are enclosed in quotes rather than apostrophes
|
#
2127b49c |
| 11-Oct-2021 |
Máté Kocsis |
String default values are enclosed in quotes rather than apostrophes |
#
2b25ac6f |
| 24-Sep-2021 |
Craig Francis |
Update stub to show default of ENT_HTML401 (for documentation) Closes GH-7514. |
#
c19e4b99 |
| 30-Aug-2021 |
Máté Kocsis |
Generate optimizer func info from stubs for ext/standard - part 3 (#7426) |
#
0f7e0cf3 |
| 30-Aug-2021 |
Nikita Popov |
str_replace() can return the original string |
#
b49d340f |
| 27-Aug-2021 |
Máté Kocsis |
Generate optimizer func info from stubs for ext/standard - part 2 (#7414) |
#
1ce81b6b |
| 27-Aug-2021 |
Máté Kocsis |
Generate optimizer func info from stubs for ext/standard - part 1 (#7413) |
#
b1822899 |
| 24-Aug-2021 |
Máté Kocsis |
Add support for generating optimizer function info from stubs (#7367) |
#
b4b980e6 |
| 24-Aug-2021 |
Máté Kocsis |
Merge branch 'PHP-8.0' * PHP-8.0: Declare a few missing function return types
|
#
c58a9f2a |
| 24-Aug-2021 |
Máté Kocsis |
Declare a few missing function return types Closes GH-7395 |
#
bed71393 |
| 08-Jul-2021 |
Nikita Popov |
Deprecate strptime() Use date_parse_from_format() or IntlDateFormatter::parse() instead. Part of https://wiki.php.net/rfc/deprecations_php_8_1. |
#
ec9ce49c |
| 11-Jun-2021 |
Joe Watkins |
Merge branch 'PHP-8.0' * PHP-8.0: fix bad refactor of #7136
|
#
b10bcb4f |
| 11-Jun-2021 |
Joe Watkins |
fix bad refactor of #7136 |
#
9068b279 |
| 11-Jun-2021 |
Joe Watkins |
Merge branch 'PHP-8.0' * PHP-8.0: Enable net_get_interfaces on IBM i PASE
|
#
4f51a11a |
| 10-Jun-2021 |
Calvin Buckley |
Enable net_get_interfaces on IBM i PASE On IBM i, getifaddrs is available renamed as Qp2getifaddrs; freeifaddrs and struct ifaddr follow a similar fate. I assume this is in case AIX
Enable net_get_interfaces on IBM i PASE On IBM i, getifaddrs is available renamed as Qp2getifaddrs; freeifaddrs and struct ifaddr follow a similar fate. I assume this is in case AIX decides to add it (as if). As such, just use the same implementation, but rename the standard ones to the IBM i definitions and include its header.
show more ...
|
#
b4b848bf |
| 26-May-2021 |
Máté Kocsis |
Fix the signature of ini_alter() It should be the same as ini_set() |
#
e8ef923d |
| 28-Apr-2021 |
Nikita Popov |
Merge branch 'PHP-8.0' * PHP-8.0: Remove assert_options() return value info
|