..
bcmath
Bump year
2014-01-03 11:08:10 +08:00
bz2
Fixes to various stream cast on win64
2014-03-19 06:33:46 +01:00
calendar
Bump year
2014-01-03 11:08:10 +08:00
com_dotnet
Fix bug #66015 by reverting "Removed operations on constant arrays."
2014-04-11 10:08:44 +02:00
ctype
Bump year
2014-01-03 11:08:10 +08:00
curl
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-13 18:13:52 -07:00
date
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-13 15:55:45 -07:00
dba
Declare a number of functions as variadic.
2014-02-16 00:07:55 +01:00
dom
Merge branch 'PHP-5.4' into PHP-5.5
2014-04-16 15:08:08 +02:00
enchant
Bump year
2014-01-03 11:08:10 +08:00
ereg
Bump year
2014-01-03 11:08:10 +08:00
exif
Bump year
2014-01-03 11:08:10 +08:00
fileinfo
Fixed bug #66907 Solaris 10 is missing strcasestr and needs substitute
2014-04-15 10:26:49 -07:00
filter
Bump year
2014-01-03 11:08:10 +08:00
ftp
Bump year
2014-01-03 11:08:10 +08:00
gd
Merge branch 'PHP-5.5' into PHP-5.6
2014-03-12 19:31:07 +01:00
gettext
Bump year
2014-01-03 11:08:10 +08:00
gmp
Add SKIPIF in GMP test
2014-03-12 14:17:08 +01:00
hash
Add hash_equals() to perform string comparisons that are not vulnerable to timing attacks.
2014-03-17 09:37:28 +01:00
iconv
Remove unneeded string copy.
2014-03-27 17:20:57 +09:00
imap
Bump year
2014-01-03 11:08:10 +08:00
interbase
Merge branch 'PHP-5.4' into PHP-5.5
2014-04-10 17:43:09 +03:00
intl
Merge branch 'PHP-5.4' into PHP-5.5
2014-04-14 16:34:08 +02:00
json
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-13 18:56:16 -07:00
ldap
Fix null byte in LDAP bindings
2014-04-14 10:51:32 -07:00
libxml
[libxml] Unit test for libxml_disable_entity_loader()
2014-02-16 22:34:52 -08:00
mbstring
multibytes tests still fail, put them in XFAIL
2014-04-05 18:34:39 -07:00
mcrypt
Use /dev/urandom as the default mcrypt_create_iv() source
2014-03-11 14:06:13 +01:00
mssql
Bump year
2014-01-03 11:08:10 +08:00
mysql
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
2014-04-10 16:49:13 +03:00
mysqli
fix test - doesn't seem to produce warning
2014-04-14 15:47:06 -07:00
mysqlnd
fix crash in MINFO when no mysqlnd plugins are loaded
2014-04-14 17:44:47 +02:00
oci8
OCI8: fix prototypes for oci_field_*(). They can take a column index or name.
2014-03-19 15:20:40 -07:00
odbc
Bump year
2014-01-03 11:08:10 +08:00
opcache
Shut up, my lovely compiler; I do not like your warnings
2014-04-11 19:33:56 +02:00
openssl
Fix #66942 : openssl_seal() memory leak
2014-04-14 13:36:17 -07:00
pcntl
Bump year
2014-01-03 11:08:10 +08:00
pcre
Add support for PCRE marks
2014-03-17 22:32:40 +01:00
pdo
Fixed bug #66604 'pdo/php_pdo_error.h' not copied to the include dir
2014-04-13 08:53:21 +02:00
pdo_dblib
Bump year
2014-01-03 11:08:10 +08:00
pdo_firebird
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-10 17:43:29 +03:00
pdo_mysql
New result fetching mode for mysqlnd, which should use less memory but
2014-04-10 16:44:54 +03:00
pdo_oci
Bump year
2014-01-03 11:08:10 +08:00
pdo_odbc
Fix #50444 : PDO-ODBC changes for 64-bit
2014-04-20 16:49:15 -07:00
pdo_pgsql
Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams
2014-03-11 23:10:48 +01:00
pdo_sqlite
Bump year
2014-01-03 11:08:10 +08:00
pgsql
Fix bug #66015 by reverting "Removed operations on constant arrays."
2014-04-11 10:08:44 +02:00
phar
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-14 00:08:36 +02:00
posix
Merge branch 'PHP-5.4' into PHP-5.5
2014-04-14 15:45:53 -07:00
pspell
Bump year
2014-01-03 11:08:10 +08:00
readline
fix test
2014-01-26 14:31:20 -08:00
recode
Bump year
2014-01-03 11:08:10 +08:00
reflection
Removed useless void* parameter and replaced with zend_bool on zval_update_constant* functions
2014-04-11 19:18:58 +02:00
session
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-14 23:34:50 +02:00
shmop
Bump year
2014-01-03 11:08:10 +08:00
simplexml
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-05 09:48:54 +02:00
skeleton
fixed skeleton to produce the normalized ext version macros
2013-10-14 14:37:39 +02:00
snmp
Bump year
2014-01-03 11:08:10 +08:00
soap
Fix bug #66015 by reverting "Removed operations on constant arrays."
2014-04-11 10:08:44 +02:00
sockets
Bump year
2014-01-03 11:08:10 +08:00
spl
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-17 17:23:05 +02:00
sqlite3
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-11 11:01:01 +02:00
standard
Merge branch 'PHP-5.5' into PHP-5.6
2014-04-20 16:36:36 -07:00
sybase_ct
Bump year
2014-01-03 11:08:10 +08:00
sysvmsg
Bump year
2014-01-03 11:08:10 +08:00
sysvsem
Bump year
2014-01-03 11:08:10 +08:00
sysvshm
Bump year
2014-01-03 11:08:10 +08:00
tidy
Bump year
2014-01-03 11:08:10 +08:00
tokenizer
Merge branch 'PHP-5.5' into PHP-5.6
2014-02-14 17:15:35 +02:00
wddx
Declare a number of functions as variadic.
2014-02-16 00:07:55 +01:00
xml
Bump year
2014-01-03 11:08:10 +08:00
xmlreader
Bump year
2014-01-03 11:08:10 +08:00
xmlrpc
Fix bug #66015 by reverting "Removed operations on constant arrays."
2014-04-11 10:08:44 +02:00
xmlwriter
Bump year
2014-01-03 11:08:10 +08:00
xsl
Merge branch 'PHP-5.4' into PHP-5.5
2014-04-01 10:12:06 +02:00
zip
add OPSYS_Z_CPM missing constant
2014-03-07 14:10:16 +01:00
zlib
Fixes to various stream cast on win64
2014-03-19 06:33:46 +01:00
ext_skel
ext_skel_win32.php