.. |
bcmath
|
Remove build system files of bundled library libbcmath
|
2018-05-29 18:56:50 +02:00 |
bz2
|
Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string.
|
2018-05-08 17:30:15 +03:00 |
calendar
|
Avoid double copying
|
2018-03-06 21:59:02 +03:00 |
com_dotnet
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
ctype
|
Use EXPECT instead of EXPECTF when possible
|
2018-02-20 21:53:48 +01:00 |
curl
|
Removed useless zval_ptr_dtor()
|
2018-05-29 17:58:06 +03:00 |
date
|
Merge branch 'PHP-7.2'
|
2018-06-12 15:31:49 +02:00 |
dba
|
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 |
dom
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
enchant
|
Remove enchant version from the phpinfo output
|
2018-06-04 18:40:38 +02:00 |
exif
|
Merge branch 'PHP-7.2'
|
2018-06-09 20:59:41 +02:00 |
fileinfo
|
[ci skip] Update libmagic.patch
|
2018-06-03 14:06:11 +02:00 |
filter
|
Normalize filter phpinfo() output
|
2018-06-02 13:35:22 +02:00 |
ftp
|
Merge branch 'PHP-7.2'
|
2018-03-23 18:57:58 +01:00 |
gd
|
Deprecate image2wbmp()
|
2018-06-10 00:33:42 +02:00 |
gettext
|
Avoding memory allocation if no translastion found
|
2018-02-26 14:52:45 +08:00 |
gmp
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
hash
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
iconv
|
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 |
imap
|
Merge branch 'PHP-7.2'
|
2018-04-14 13:06:13 +02:00 |
interbase
|
Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown)
|
2018-06-11 11:50:39 +02:00 |
intl
|
Removed "dead" code (zend_hash_update() never fails)
|
2018-06-01 11:58:57 +03:00 |
json
|
Removed useless zval_ptr_dtor()
|
2018-05-29 17:58:06 +03:00 |
ldap
|
Normalize the ldap extension version in phpinfo output
|
2018-06-04 17:06:41 +02:00 |
libxml
|
Use EXPECT instead of EXPECTF when possible
|
2018-02-20 21:53:48 +01:00 |
mbstring
|
Update data tables for Unicode 11
|
2018-06-11 20:25:37 +02:00 |
mysqli
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
mysqlnd
|
emalloc() never returns NULL
|
2018-06-13 12:39:56 +03:00 |
oci8
|
Remove revision from OCI8 extension
|
2018-06-10 21:22:12 +02:00 |
odbc
|
Remove some old occurrences of configure.in
|
2018-06-04 17:59:00 +02:00 |
opcache
|
Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)).
|
2018-06-13 15:06:51 +08:00 |
openssl
|
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 |
pcntl
|
Removed "dead" code (zend_hash_update() never fails)
|
2018-06-01 11:58:57 +03:00 |
pcre
|
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 |
pdo
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
pdo_dblib
|
year++
|
2018-01-02 12:57:58 +08:00 |
pdo_firebird
|
Remove inappropriate FreeLibrary calls
|
2018-06-11 13:53:17 +02:00 |
pdo_mysql
|
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 |
pdo_oci
|
Use EXPECT instead of EXPECTF when possible
|
2018-02-20 21:53:48 +01:00 |
pdo_odbc
|
Trailing whitespaces
|
2018-01-03 14:38:00 +01:00 |
pdo_pgsql
|
Sync phpinfo output for pdo_pgsql
|
2018-06-08 23:06:22 +02:00 |
pdo_sqlite
|
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 |
pgsql
|
Removed "dead" code (zend_hash_update() never fails)
|
2018-06-01 11:58:57 +03:00 |
phar
|
Removed "dead" code (zend_hash_update() never fails)
|
2018-06-01 11:58:57 +03:00 |
posix
|
Normalize the POSIX phpinfo output
|
2018-06-02 13:35:22 +02:00 |
pspell
|
Use int instead of long in protos
|
2018-02-23 11:06:20 +01:00 |
readline
|
Removed useless zval_ptr_dtor()
|
2018-05-29 17:58:06 +03:00 |
recode
|
Remove revision for recode from phpinfo
|
2018-06-02 13:43:49 +02:00 |
reflection
|
Normalize Reflection phpinfo() output
|
2018-06-04 16:28:16 +02:00 |
session
|
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 |
shmop
|
[ci skip] Remove space between function name and open parentheses
|
2018-02-24 11:50:39 +01:00 |
simplexml
|
Normalize SimpleXML phpinfo output
|
2018-06-02 13:44:41 +02:00 |
skeleton
|
improve extension skeleton generator
|
2018-02-22 08:04:33 +01:00 |
snmp
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
soap
|
Removed "dead" code (zend_hash_update() never fails)
|
2018-06-01 11:58:57 +03:00 |
sockets
|
Remove old SVN keywords substitutions from xsl and sockets tests
|
2018-06-13 15:56:06 +02:00 |
sodium
|
Merge branch 'PHP-7.2'
|
2018-06-08 23:02:25 +02:00 |
spl
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
sqlite3
|
Update to SQLite 3.24.0
|
2018-06-05 15:01:02 +02:00 |
standard
|
Enable HRTime on OpenBSD
|
2018-06-12 12:27:48 +02:00 |
sysvmsg
|
Normalize sysvmsg phpinfo() output
|
2018-06-02 13:35:21 +02:00 |
sysvsem
|
year++
|
2018-01-02 12:57:58 +08:00 |
sysvshm
|
Use bool instead of boolean while throwing a type error
|
2018-02-04 23:09:40 +01:00 |
tidy
|
Sync tidy phpinfo extension version
|
2018-06-04 17:10:49 +02:00 |
tokenizer
|
Implement flexible heredoc/nowdoc syntax
|
2018-04-13 21:35:37 +02:00 |
wddx
|
Removed useless zval_ptr_dtor()
|
2018-05-29 17:58:06 +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
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
xmlrpc
|
erealloc() is infallible
|
2018-06-13 16:10:08 +02:00 |
xmlwriter
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
xsl
|
Remove old SVN keywords substitutions from xsl and sockets tests
|
2018-06-13 15:56:06 +02:00 |
zend_test
|
Export standard object handlers, to avoid indirect access
|
2018-05-31 11:57:22 +03:00 |
zip
|
Merge branch 'PHP-7.2'
|
2018-06-12 09:36:14 +02:00 |
zlib
|
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 |
ext_skel.php
|
Enhance the ext_skel.php script file
|
2018-05-26 22:00:17 +02:00 |