php-src/ext
George Peter Banyard 0d013cd0d7 Use zend_update_property_str() where appropriate
This prevent needless recomputation of the string length
2021-09-30 14:34:39 +01:00
..
bcmath Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
bz2
calendar Use bool instead of zend_long in Calendar ext internal function handler 2021-09-29 13:55:04 +01:00
com_dotnet Refactor php_com_locate_typeinfo() 2021-09-29 13:17:20 +01:00
ctype Deprecate ctype_*() on non-string arguments 2021-07-09 12:00:35 +02:00
curl Use zend_update_property_str() where appropriate 2021-09-30 14:34:39 +01:00
date Merge branch 'PHP-8.1' 2021-09-30 09:16:25 +01:00
dba Fix some more CLEANUP sections 2021-09-03 14:10:40 +02:00
dom Fix a few more classsynopsis generation issues 2021-09-22 23:09:43 +02:00
enchant Not serializable flag permeation 2021-07-20 12:28:35 +02:00
exif Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
ffi Voidify zend_ffi_zval_to_bit_field() 2021-09-30 14:33:48 +01:00
fileinfo Merge branch 'PHP-8.0' into PHP-8.1 2021-09-20 22:48:46 +01:00
filter Merge branch 'PHP-8.0' into PHP-8.1 2021-09-20 17:45:34 +02:00
ftp Merge branch 'PHP-8.0' into PHP-8.1 2021-09-06 10:29:24 +02:00
gd Merge branch 'PHP-8.1' 2021-09-23 23:20:26 +02:00
gettext Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
gmp
hash Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00
iconv Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
imap Merge branch 'PHP-8.0' 2021-08-17 12:27:39 +02:00
intl Don't rely on HT internals in datefmt_format_object 2021-09-30 11:48:01 +02:00
json Generate Zend, ext/spl and ext/json optimizer func info from stubs 2021-08-25 10:37:27 +02:00
ldap Merge branch 'PHP-8.1' 2021-09-24 09:23:18 +02:00
libxml Add more specific array return type hints for various extensions - part 3 (#7467) 2021-09-06 12:27:28 +02:00
mbstring Inline SKIP_LONG_HEADER... macro which is only used once 2021-09-29 18:19:01 +02:00
mysqli Remove php_mysqli_persistent_helper_once (#7507) 2021-09-22 18:58:51 +01:00
mysqlnd Implement mysqlnd_set_persistent_string (#7371) 2021-08-20 12:03:46 +01:00
oci8 Use ASCII lower case for misc case folding 2021-09-24 09:20:08 +02:00
odbc Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
opcache Merge branch 'PHP-8.1' 2021-09-30 14:52:23 +03:00
openssl Merge branch 'PHP-8.1' 2021-09-12 20:31:21 +01:00
pcntl
pcre Merge branch 'PHP-8.0' into PHP-8.1 2021-09-13 14:38:37 +02:00
pdo Add more specific array return type hints for various extensions - part 3 (#7467) 2021-09-06 12:27:28 +02:00
pdo_dblib Add upper case functions to zend_operators.c and use them (#7521) 2021-09-29 09:37:40 +02:00
pdo_firebird
pdo_mysql Include class name in Serializable deprecation message 2021-08-11 10:35:47 +02:00
pdo_oci
pdo_odbc Merge branch 'PHP-8.0' 2021-07-28 11:02:26 +02:00
pdo_pgsql Fix bug #81405: Restore old PDO::PARAM_* values 2021-09-01 13:54:41 +02:00
pdo_sqlite Fix bug #81405: Restore old PDO::PARAM_* values 2021-09-01 13:54:41 +02:00
pgsql Fix some more CLEAN sections 2021-09-03 11:18:19 +02:00
phar Fix file name clashes in phar buildfromiterator tests 2021-09-17 10:11:06 +02:00
posix Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
pspell Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
readline Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
reflection Fix bug #81474: Make Reflection(Attribute|Enum|EnumBackedCase) non-final 2021-09-28 09:38:03 +02:00
session Fix CLEAN sections 2021-09-03 12:36:02 +02:00
shmop Use --EXTENSIONS-- section for new test 2021-09-02 23:49:05 +02:00
simplexml SKIPIF to EXTENSIONS 2021-08-03 12:16:13 +02:00
skeleton Ignore generated files by tests in extension skeleton 2021-09-29 11:59:05 +02:00
snmp add SHA256 and SHA512 for security protocol 2021-08-11 13:02:18 +02:00
soap Merge branch 'PHP-8.1' 2021-09-24 09:23:18 +02:00
sockets Merge branch 'PHP-8.1' 2021-09-20 10:20:10 +02:00
sodium Merge branch 'PHP-8.1' 2021-09-08 12:25:13 +02:00
spl Merge branch 'PHP-8.1' 2021-09-29 16:19:00 +02:00
sqlite3 Speed up SQLite3Result::fetchArray() by caching column names 2021-09-24 10:08:02 +02:00
standard Merge branch 'PHP-8.1' 2021-09-29 13:49:40 +02:00
sysvmsg Merge branch 'PHP-8.0' 2021-08-18 16:39:36 +02:00
sysvsem Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sysvshm Not serializable flag permeation 2021-07-20 12:28:35 +02:00
tidy Skip some tests under --preload 2021-07-30 17:26:39 +02:00
tokenizer Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
xml Add upper case functions to zend_operators.c and use them (#7521) 2021-09-29 09:37:40 +02:00
xmlreader
xmlwriter
xsl Simplify handler invocation in xsltprocessor 2021-09-01 16:40:50 +02:00
zend_test Support specifying start position in compile_string 2021-09-30 10:21:33 +02:00
zip Merge branch 'PHP-8.0' into PHP-8.1 2021-09-21 10:48:59 +03:00
zlib Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00
ext_skel.php Fix path printing in ext_skel (#7387) 2021-08-19 09:43:32 +02:00