.. |
bcmath
|
Merge branch 'PHP-7.1'
|
2017-04-10 14:49:13 +08:00 |
bz2
|
Remove more unnecessary checks on Zend's allocator functions
|
2017-03-16 12:23:55 +01:00 |
calendar
|
pull-request/2456:
|
2017-04-08 11:37:10 +01:00 |
com_dotnet
|
Introduced "zend_type" - an abstraction for type-hinting representation.
|
2017-01-13 11:37:46 +03:00 |
ctype
|
Avoid useless dereferences and separations during paramter passing.
|
2017-06-19 12:55:59 +03:00 |
curl
|
Fixed wrong usage of old ZPP API.
|
2017-06-19 18:08:50 +03:00 |
date
|
Add test for bug #52480
|
2017-06-22 13:56:03 +01:00 |
dba
|
further data type fixes to ext/dba
|
2017-05-29 10:17:43 +02:00 |
dom
|
Merge branch 'PHP-7.1'
|
2017-06-03 00:42:38 +02:00 |
enchant
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
exif
|
Added more EXIF MAKERNOTE formats:
|
2017-05-28 14:00:51 +02:00 |
fileinfo
|
preg_replace() optimization
|
2017-06-07 13:50:16 +03:00 |
filter
|
Fixed wrong usage of old ZPP API.
|
2017-06-19 18:08:50 +03:00 |
ftp
|
Test ftp_ssl_connect() function : error conditions
|
2017-06-19 19:48:52 -04:00 |
gd
|
Fix #74744: gd.h: stdarg.h include missing for va_list use in gdErrorMethod
|
2017-06-11 17:17:01 +02:00 |
gettext
|
ext/gettext: respect passed in library directory for all checks
|
2017-04-17 08:11:40 +01:00 |
gmp
|
Deprecate gmp_random()
|
2017-02-03 18:52:57 +01:00 |
hash
|
fix hash build (when build dir != src dir)
|
2017-05-29 09:55:51 +02:00 |
iconv
|
Drop unnecessary allocator return value checks
|
2017-03-13 22:07:15 +01:00 |
imap
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
interbase
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
intl
|
Fix bug #73634 - grapheme_strpos illegal memory access
|
2017-06-20 13:29:57 -07:00 |
json
|
Avoid useless dereferences and separations during paramter passing.
|
2017-06-19 12:55:59 +03:00 |
ldap
|
ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)
|
2017-05-30 17:30:32 +02:00 |
libxml
|
Merge branch 'PHP-7.1'
|
2017-06-03 00:42:38 +02:00 |
mbstring
|
reapply platform related onig patches
|
2017-05-30 15:47:56 +02:00 |
mysqli
|
BUG #74737: Incorrect ReflectionFunction information for mysqli_get_client_info
|
2017-06-19 22:14:26 -04:00 |
mysqlnd
|
Use persistent heap only for persistent connections.
|
2017-06-21 11:25:30 +03:00 |
oci8
|
Merge branch 'PHP-7.1'
|
2017-06-21 15:56:09 +10:00 |
odbc
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
opcache
|
Setting CG(unclean_shutdown) in fast shutdown doesn't make a lot of sense (it was set to prevent memory leak messages, but we doesn't check memory leaks in RELEASE build anyway).
|
2017-06-21 16:09:21 +03:00 |
openssl
|
Default single_dh_use and honor_cipher_order to true
|
2017-06-18 19:54:45 -04:00 |
pcntl
|
Pcntl: Make realtime signals available
|
2017-03-09 15:59:09 +01:00 |
pcre
|
preg_replace() optimization
|
2017-06-07 13:50:16 +03:00 |
pdo
|
Avoid useless dereferences and separations during paramter passing.
|
2017-06-19 12:55:59 +03:00 |
pdo_dblib
|
Add PDO parameter types for national character set strings
|
2017-03-20 18:25:50 -04:00 |
pdo_firebird
|
Remove dead code related to error constants
|
2017-03-01 16:28:47 -05:00 |
pdo_mysql
|
Merge branch 'PHP-7.1'
|
2017-04-07 15:21:57 +08:00 |
pdo_oci
|
Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax)
|
2017-06-20 16:24:38 +10:00 |
pdo_odbc
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
pdo_pgsql
|
Merge branch 'PHP-7.1'
|
2017-01-20 20:12:30 +00:00 |
pdo_sqlite
|
Avoid useless dereferences and separations during paramter passing.
|
2017-06-19 12:55:59 +03:00 |
pgsql
|
Merge branch 'PHP-7.1'
|
2017-01-26 11:36:50 +00:00 |
phar
|
Introduced "zif_handler" type (zif = zend internal function).
|
2017-06-08 16:52:39 +03:00 |
posix
|
Avoid useless dereferences and separations during paramter passing.
|
2017-06-19 12:55:59 +03:00 |
pspell
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
readline
|
revert workaround for bug #74489 as it's fixed in the dependency lib
|
2017-05-14 01:47:40 +02:00 |
recode
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
reflection
|
code de-duplication in ReflectionType::__toString and ReflectionNamedType::getName
|
2017-06-15 15:38:03 +02:00 |
session
|
Merge branch 'PHP-7.1'
|
2017-05-09 11:15:32 +08:00 |
shmop
|
Deprecate track_errors / $php_errormsg
|
2017-02-03 21:02:52 +01:00 |
simplexml
|
"Countable" interface is moved from SPL to Core
|
2017-05-25 12:47:43 +03:00 |
skeleton
|
|
|
snmp
|
Drop unnecessary allocator return value checks
|
2017-03-13 22:07:15 +01:00 |
soap
|
Fixed wrong usage of old ZPP API.
|
2017-06-19 18:08:50 +03:00 |
sockets
|
Merge branch 'PHP-7.1'
|
2017-04-10 14:49:13 +08:00 |
spl
|
Merge branch 'PHP-7.1'
|
2017-06-22 11:58:04 +01:00 |
sqlite3
|
Merge branch 'pull-request/2528'
|
2017-06-19 14:47:42 +02:00 |
standard
|
Merge branch 'PHP-7.1'
|
2017-06-22 11:53:27 +01:00 |
sysvmsg
|
Fixed wrong usage of old ZPP API.
|
2017-06-19 18:08:50 +03:00 |
sysvsem
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
sysvshm
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
tidy
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
tokenizer
|
Use ZSTR_CHAR in token_get_all()
|
2017-03-22 22:38:07 +01:00 |
wddx
|
Merge branch 'PHP-7.1'
|
2017-06-03 15:09:04 +02:00 |
xml
|
Deprecate each()
|
2017-02-03 21:02:52 +01:00 |
xmlreader
|
Merge branch 'PHP-7.0' into PHP-7.1
|
2017-05-02 06:25:21 +01:00 |
xmlrpc
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
xmlwriter
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
xsl
|
Deprecate __autoload()
|
2017-02-03 18:52:57 +01:00 |
zend_test
|
fix shared compilation
|
2017-03-15 11:43:20 +01:00 |
zip
|
cleanup
|
2017-06-09 09:22:05 +02:00 |
zlib
|
extend zlib export required for the recent libpng
|
2017-04-23 21:33:14 +02:00 |
ext_skel
|
Use modern autotools name of configure.ac instead of configure.in
|
2017-01-27 06:07:40 +00:00 |
ext_skel_win32.php
|
|
|