..
bcmath
Remove build system files of bundled library libbcmath
2018-05-29 18:56:50 +02:00
bz2
Use variables that already received ZEND_NUM_ARGS()
2018-07-22 15:54:00 -03:00
calendar
Merge branch 'PHP-7.2'
2018-07-22 18:18:19 +02:00
com_dotnet
Remove some dead code
2018-07-23 15:26:39 +02:00
ctype
Avoid useless copying and conversion
2018-07-04 01:09:00 +03:00
curl
Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()
2018-07-09 12:46:46 +03:00
date
Improved user iterator implementation to reduce zend_class_entry memory consumption and avoid race condition during resolving/caching of user iterator functions of internal classes in ZTS build.
2018-07-12 14:04:14 +03:00
dba
Minor cleanup in regards to magic_quotes in tests:
2018-06-26 22:38:00 +02:00
dom
Merge branch 'PHP-7.2'
2018-07-09 21:25:19 +02:00
enchant
Remove enchant version from the phpinfo output
2018-06-04 18:40:38 +02:00
exif
Merge branch 'PHP-7.2'
2018-07-16 18:52:14 -07:00
fileinfo
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
filter
Deprecate explicit use of FILTER_FLAG_SCHEME|HOST_REQUIRED
2018-07-17 10:45:46 +02:00
ftp
Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks.
2018-07-05 10:57:49 +03:00
gd
Use variables that already received ZEND_NUM_ARGS()
2018-07-22 15:54:00 -03:00
gettext
Avoding memory allocation if no translastion found
2018-02-26 14:52:45 +08:00
gmp
Move GMP bug 74670 test file to tests dir
2018-07-20 19:43:09 +02:00
hash
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)
2018-07-05 11:54:26 +03:00
iconv
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
imap
Fixed tests
2018-07-12 17:17:09 +03:00
interbase
Use variables that already received ZEND_NUM_ARGS()
2018-07-22 15:54:00 -03:00
intl
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
json
Revert "Rename _zval_dtor_func to _ref_dtor_func"
2018-07-06 18:37:45 +08:00
ldap
Use variables that already received ZEND_NUM_ARGS()
2018-07-22 15:54:00 -03:00
libxml
Use EXPECT instead of EXPECTF when possible
2018-02-20 21:53:48 +01:00
mbstring
Deprecate undocumented mbereg_* aliases
2018-07-21 22:34:09 +02:00
mysqli
Improved user iterator implementation to reduce zend_class_entry memory consumption and avoid race condition during resolving/caching of user iterator functions of internal classes in ZTS build.
2018-07-12 14:04:14 +03:00
mysqlnd
Allocate array of proper size
2018-07-18 14:49:52 +03:00
oci8
Remove revision from OCI8 extension
2018-06-10 21:22:12 +02:00
odbc
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
opcache
Regroup the ifdef'd occurrences
2018-07-14 12:51:37 +02:00
openssl
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)
2018-07-05 11:54:26 +03:00
pcntl
Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks.
2018-07-05 10:57:49 +03:00
pcre
Removed redundand code
2018-07-19 15:47:15 +03:00
pdo
Make more tests run and fix SKIPIF sections
2018-07-16 00:01:46 -03:00
pdo_dblib
year++
2018-01-02 12:57:58 +08:00
pdo_firebird
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
pdo_mysql
Use zval_ptr_dtor() imstead of zval_dtor()
2018-07-05 17:55:54 +03:00
pdo_oci
Replace zval_dtor() with specialized destructors
2018-07-05 14:17:53 +03:00
pdo_odbc
Deprecate pdo_odbc.db2_instance_name
2018-07-21 22:38:39 +02:00
pdo_pgsql
Merge branch 'PHP-7.2'
2018-07-09 15:15:08 +02:00
pdo_sqlite
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
pgsql
Reduce error buffer size
2018-07-05 17:24:38 +02:00
phar
Make more tests run and fix SKIPIF sections
2018-07-16 00:01:46 -03:00
posix
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
pspell
Use int instead of long in protos
2018-02-23 11:06:20 +01:00
readline
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
recode
Remove revision for recode from phpinfo
2018-06-02 13:43:49 +02:00
reflection
Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trait_precedences to avoid keeping "intermediate" trait references, that are used only during inheritance.
2018-07-11 18:56:10 +03:00
session
Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()
2018-07-09 12:46:46 +03:00
shmop
[ci skip] Remove space between function name and open parentheses
2018-02-24 11:50:39 +01:00
simplexml
Improved user iterator implementation to reduce zend_class_entry memory consumption and avoid race condition during resolving/caching of user iterator functions of internal classes in ZTS build.
2018-07-12 14:04:14 +03:00
skeleton
improve extension skeleton generator
2018-02-22 08:04:33 +01:00
snmp
Bump snmp extension version to PHP version
2018-06-15 12:55:21 +02:00
soap
rename ref_dtor_func to rc_dtor_func
2018-07-06 19:15:26 +08:00
sockets
Use zval_ptr_dtor() imstead of zval_dtor()
2018-07-05 17:55:54 +03:00
sodium
Merge branch 'PHP-7.2'
2018-06-08 23:02:25 +02:00
spl
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
sqlite3
Give a reason why the test was skipped
2018-07-22 16:41:41 -03:00
standard
Use better destructor (key may be only IS_STRING or IS_LONG).
2018-07-23 15:57:06 +03:00
sysvmsg
Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks.
2018-07-05 10:57:49 +03:00
sysvsem
Sync sysvsem and sysvshm versions in phpinfo
2018-06-03 04:05:46 +02:00
sysvshm
Sync sysvsem and sysvshm versions in phpinfo
2018-06-03 04:05:46 +02:00
tidy
Sync tidy phpinfo extension version
2018-06-04 17:10:49 +02:00
tokenizer
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
wddx
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
xml
Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.
2018-05-28 16:27:12 +03:00
xmlreader
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
xmlrpc
Use variables that already received ZEND_NUM_ARGS()
2018-07-22 15:54:00 -03:00
xmlwriter
Export standard object handlers, to avoid indirect access
2018-05-31 11:57:22 +03:00
xsl
Update http to https
2018-06-25 08:31:32 +02:00
zend_test
Add test for void return type on internal function
2018-06-30 20:14:15 +02:00
zip
Merge branch 'PHP-7.2'
2018-07-13 20:15:17 +02:00
zlib
Deprecate fgetss() and gzgetss()
2018-07-21 22:38:35 +02:00
ext_skel.php
fix ext_skel continue
2018-07-18 20:49:12 +02:00