php-src/ext
Ferenc Kovacs 7b8222aa44 Revert "Merge branch 'PHP-5.4' into PHP-5.5"
This reverts commit 30a73658c6, reversing
changes made to 7fac56e072.
2014-10-15 19:33:31 +02:00
..
bcmath
bz2 Merge branch 'PHP-5.5' into PHP-5.6 2014-05-08 02:04:11 -07:00
calendar
com_dotnet Merge branch 'PHP-5.5' into PHP-5.6 2014-08-12 11:52:07 +02:00
ctype
curl Merge branch 'PHP-5.5' into PHP-5.6 2014-10-14 11:43:34 -07:00
date Merge branch 'PHP-5.5' into PHP-5.6 2014-10-04 15:59:17 +01:00
dba Declare a number of functions as variadic. 2014-02-16 00:07:55 +01:00
dom More fixes for nodelist array access 2014-10-12 12:47:58 +08:00
enchant
ereg Merge branch 'PHP-5.4' into PHP-5.5 2014-08-17 15:48:22 +03:00
exif Fix bug #68113 (Heap corruption in exif_thumbnail()) 2014-10-14 10:45:36 -07:00
fileinfo Merge branch 'PHP-5.5' into PHP-5.6 2014-09-20 16:42:12 -07:00
filter Merge branch 'PHP-5.4' into PHP-5.5 2014-07-02 22:38:27 +02:00
ftp Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option" 2014-08-06 20:33:48 +02:00
gd Merge branch 'PHP-5.5' into PHP-5.6 2014-09-16 10:22:49 +02:00
gettext
gmp Address issues raised by @nikic 2014-09-24 22:01:09 +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
interbase fixed ZEND_DEBUG usage 2014-05-05 00:50:51 +02:00
intl 1.2 is a problematic float to print out 2014-07-14 07:21:10 -07:00
json Merge branch 'PHP-5.5' into PHP-5.6 2014-08-17 15:51:15 +03:00
ldap Merge branch 'PHP-5.5' into PHP-5.6 2014-09-28 12:25:49 -07:00
libxml Merge branch 'PHP-5.5' into PHP-5.6 2014-06-09 07:07:17 +02:00
mbstring Merge branch 'PHP-5.5' into PHP-5.6 2014-08-17 21:34:03 +03:00
mcrypt Use /dev/urandom as the default mcrypt_create_iv() source 2014-03-11 14:06:13 +01:00
mssql
mysql Merge branch 'PHP-5.5' into PHP-5.6 2014-06-20 13:58:26 +04:00
mysqli Merge branch 'PHP-5.5' into PHP-5.6 2014-08-15 23:47:06 +00:00
mysqlnd Merge branch 'PHP-5.5' into PHP-5.6 2014-10-07 21:08:18 +00:00
oci8 Update copyright year to 2014 2014-06-18 00:16:23 +03:00
odbc Merge branch 'PHP-5.5' into PHP-5.6 2014-10-07 21:22:07 +00:00
opcache We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST. 2014-10-13 14:07:37 +04:00
openssl Revert "Merge branch 'PHP-5.4' into PHP-5.5" 2014-10-15 19:33:31 +02:00
pcntl
pcre Merge branch 'PHP-5.5' into PHP-5.6 2014-08-17 15:51:15 +03:00
pdo Merge branch 'PHP-5.5' into PHP-5.6 2014-06-16 23:32:10 +03:00
pdo_dblib
pdo_firebird Merge branch 'PHP-5.5' into PHP-5.6 2014-04-28 12:14:01 +03:00
pdo_mysql Merge branch 'PHP-5.5' into PHP-5.6 2014-06-20 13:58:26 +04:00
pdo_oci
pdo_odbc Fix #50444: PDO-ODBC changes for 64-bit 2014-05-26 22:17:29 -07:00
pdo_pgsql Merge branch 'PHP-5.5' into PHP-5.6 2014-05-21 18:59:14 +02:00
pdo_sqlite
pgsql Fix ext/pgsql builds against libpq 7.3. 2014-07-02 12:30:06 -07:00
phar Merge branch 'PHP-5.5' into PHP-5.6 2014-08-11 17:47:36 +08:00
posix Merge branch 'PHP-5.4' into PHP-5.5 2014-04-14 15:45:53 -07:00
pspell
readline Merge branch 'PHP-5.4' into PHP-5.5 2014-07-24 18:00:06 +02:00
recode
reflection Merge branch 'PHP-5.5' into PHP-5.6 2014-10-04 20:06:44 +02:00
session Merge branch 'PHP-5.5' into PHP-5.6 2014-09-08 19:28:15 +00:00
shmop
simplexml Merge branch 'PHP-5.5' into PHP-5.6 2014-08-24 00:09:31 +02:00
skeleton
snmp
soap Fixed #67955: SoapClient prepends 0-byte to cookie names 2014-09-04 06:58:04 +08:00
sockets Merge branch 'PHP-5.5' into PHP-5.6 2014-06-18 00:14:18 +03:00
spl Merge branch 'PHP-5.5' into PHP-5.6 2014-10-14 22:50:07 +08:00
sqlite3 Add object initialization checks for sqlite3 classes 2014-07-26 16:57:45 -07:00
standard Fixed bug #68044: Integer overflow in unserialize() (32-bits only) 2014-10-14 10:44:57 -07:00
sybase_ct
sysvmsg
sysvsem FR #67990 - Added nowait argument to sem_acquire 2014-09-10 07:31:25 +02:00
sysvshm
tidy
tokenizer use ./tokenizer_data_gen.sh to for adding T_POW & T_POW_EQUAL 2014-06-08 00:01:01 +02:00
wddx fixed variable corruption under win x64 2014-08-20 15:08:52 +02:00
xml Merge branch 'PHP-5.4' into PHP-5.5 2014-08-24 00:09:00 +02:00
xmlreader
xmlrpc Fix bug #68027 - fix date parsing in XMLRPC lib 2014-10-14 10:44:39 -07:00
xmlwriter
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 Merge branch 'PHP-5.5' into PHP-5.6 2014-08-21 22:45:33 +02:00
ext_skel Merge branch 'PHP-5.5' into PHP-5.6 2014-10-01 09:26:46 +02:00
ext_skel_win32.php