php-src/ext
Yasuo Ohgaki cb8d1fc7f9 Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
  Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.
2013-08-05 18:24:07 +09:00
..
bcmath Happy New Year 2013-01-01 16:37:09 +08:00
bz2 Merge branch 'pull-request/320' 2013-06-17 01:06:20 -07:00
calendar Fixed bug #64895 Integer overflow in SndToJewish 2013-05-22 08:30:50 +02:00
com_dotnet HASH_KEY_NON_EXISTANT fix 2013-07-21 20:09:53 -07:00
ctype Happy New Year 2013-01-01 16:37:09 +08:00
curl - Fixed typo on condition 2013-06-25 21:53:20 -03:00
date Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
dba typo fixes 2013-07-15 00:23:03 -07:00
dom Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
enchant typo fixes 2013-07-15 00:23:03 -07:00
ereg Fixed bug #64290 (behavior change of converting to long) 2013-03-03 10:59:15 +08:00
exif typo fixes 2013-07-15 00:23:03 -07:00
fileinfo Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
filter Merge branch 'PHP-5.4' into PHP-5.5 2013-07-21 22:31:19 -07:00
ftp First fixes for a 64bit compatible ftp extension 2013-08-04 19:31:30 -07:00
gd typo fixes 2013-07-15 00:23:03 -07:00
gettext Happy New Year 2013-01-01 16:37:09 +08:00
gmp - Fixed bug #65227 (Memory leak in gmp_cmp second parameter) 2013-07-12 20:23:00 -03:00
hash HASH_KEY_NON_EXISTANT fix 2013-07-21 20:09:53 -07:00
iconv Happy New Year 2013-01-01 16:37:09 +08:00
imap - Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: askalski at gmail dot com 2013-06-26 19:15:19 -03:00
interbase Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
intl HASH_KEY_NON_EXISTANT fix 2013-07-21 20:09:53 -07:00
json HASH_KEY_NON_EXISTANT fix 2013-07-21 20:09:53 -07:00
ldap typo fixes 2013-07-15 00:23:03 -07:00
libxml Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
mbstring Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
mcrypt Happy New Year 2013-01-01 16:37:09 +08:00
mssql add a few comment 2013-07-21 21:14:38 -07:00
mysql Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
mysqli Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
mysqlnd Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
oci8 typo fixes 2013-07-15 00:23:03 -07:00
odbc typo fixes 2013-07-15 00:23:03 -07:00
opcache Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s) 2013-07-31 14:20:56 +04:00
openssl fix missing include 2013-07-23 18:06:51 +02:00
pcntl Merge commit 'a03f094' into PHP-5.5 2013-08-02 16:23:44 -04:00
pcre typo fixes 2013-07-15 00:23:03 -07:00
pdo typo fixes 2013-07-15 00:23:03 -07:00
pdo_dblib Fix Bug #65219 2013-07-14 11:16:42 -07:00
pdo_firebird Merge branch 'PHP-5.3' into PHP-5.4 2013-05-31 16:26:54 +02:00
pdo_mysql This doesn't fail in 5.5 anymore 2013-08-03 12:14:47 -04:00
pdo_oci typo fixes 2013-07-15 00:23:03 -07:00
pdo_odbc Happy New Year 2013-01-01 16:37:09 +08:00
pdo_pgsql non living code related typo fixes 2013-08-04 16:05:36 -07:00
pdo_sqlite Add user contributed test. Bug #61748 2013-08-02 09:52:08 +09:00
pgsql Merge branch 'PHP-5.4' into PHP-5.5 2013-08-05 18:24:07 +09:00
phar Revert "Allow 'make distclean' to clean up the 'generated' phar.inc" 2013-08-01 08:47:13 -07:00
posix non living code related typo fixes 2013-08-04 16:05:36 -07:00
pspell Happy New Year 2013-01-01 16:37:09 +08:00
readline readline can output control codes 2013-06-17 00:15:31 -07:00
recode Happy New Year 2013-01-01 16:37:09 +08:00
reflection Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
session fix crash, enable session_id and fix test 2013-08-04 17:43:20 -07:00
shmop Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
simplexml Add support for non-scalar Iterator keys in foreach 2013-03-12 17:27:31 +01:00
skeleton Fix typo 2013-04-05 23:27:34 +08:00
snmp Merge branch 'PHP-5.4' into PHP-5.5 2013-06-16 00:09:55 +04:00
soap Merge branch 'PHP-5.4' into PHP-5.5 2013-07-31 17:37:08 +04:00
sockets fix header include 2013-07-18 15:28:20 +02:00
spl fix compiler warning, use longs for hashes 2013-08-04 18:04:45 -07:00
sqlite3 Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
standard Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
sybase_ct typo fixes 2013-07-15 00:23:03 -07:00
sysvmsg Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
sysvsem Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
sysvshm Happy New Year 2013-01-01 16:37:09 +08:00
tidy non living code related typo fixes 2013-08-04 16:05:36 -07:00
tokenizer Happy New Year 2013-01-01 16:37:09 +08:00
wddx fixed variable corruption under win x64 2013-05-11 02:47:48 +02:00
xml Merge branch 'PHP-5.3' into PHP-5.4 2013-07-10 19:36:12 +02:00
xmlreader Merge branch 'PHP-5.4' into PHP-5.5 2013-06-19 11:17:44 +08:00
xmlrpc Merge branch 'PHP-5.4' into PHP-5.5 2013-08-04 16:06:24 -07:00
xmlwriter typo fixes 2013-07-15 00:23:03 -07:00
xsl Happy New Year 2013-01-01 16:37:09 +08:00
zip Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
zlib Merge branch 'pull-request/320' 2013-06-17 01:06:20 -07:00
ext_skel
ext_skel_win32.php