php-src/ext
Felipe Pena e089a50f53 Add support for PCRE n modifier
Add support for /n (NO_AUTO_CAPTURE) modifier, which makes simple
`(xyz)` groups non-capturing.

Closes GH-7583.
2021-11-03 15:17:54 +01:00
..
bcmath
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
curl Add CURLINFO_EFFECTIVE_METHOD 2021-10-21 10:33:40 +02:00
date Merge branch 'PHP-8.1' 2021-10-15 19:14:00 +02:00
dba Inline "helper" macros 2021-10-25 22:49:37 +01:00
dom Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
enchant
exif
ffi Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03: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 Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
gettext
gmp
hash Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
iconv Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
imap Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
intl Merge branch 'PHP-8.1' 2021-11-02 16:18:00 +01:00
json Fixed bug #81532 2021-10-18 12:41: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 Deprecate use of mbstring to convert text to Base64/QPrint/HTML entities/etc 2021-11-01 11:23:21 +02:00
mysqli Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
mysqlnd Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
oci8 Remove tests for obsolete Oracle DB version 2021-10-25 14:45:20 +11:00
odbc Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
opcache Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
openssl Merge branch 'PHP-8.1' 2021-10-08 14:08:56 +02:00
pcntl Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
pcre Add support for PCRE n modifier 2021-11-03 15:17:54 +01:00
pdo Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
pdo_dblib Merge branch 'PHP-8.1' 2021-10-21 12:15:04 +02:00
pdo_firebird
pdo_mysql Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
pdo_oci
pdo_odbc
pdo_pgsql Merge branch 'PHP-8.0' into PHP-8.1 2021-10-07 20:11:53 +02:00
pdo_sqlite Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
pgsql Merge branch 'PHP-8.1' 2021-10-13 14:21:34 +02:00
phar Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03: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 Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
session Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
shmop Use --EXTENSIONS-- section for new test 2021-09-02 23:49:05 +02:00
simplexml Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
skeleton Ignore generated files by tests in extension skeleton 2021-09-29 11:59:05 +02:00
snmp Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
soap Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
sockets Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
sodium Merge branch 'PHP-8.1' 2021-10-18 14:29:35 +02:00
spl Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
sqlite3 Speed up SQLite3Result::fetchArray() by caching column names 2021-09-24 10:08:02 +02:00
standard Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
sysvmsg
sysvsem
sysvshm
tidy Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03: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 Merge branch 'PHP-8.1' 2021-10-12 16:43:40 +02:00
xmlwriter
xsl Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
zend_test Merge branch 'PHP-8.1' 2021-10-21 19:32:20 +02:00
zip Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
zlib
ext_skel.php