php-src/ext
Antony Dovgal 01dee2c4b0 fix bug #63369
(un)serialize() leaves dangling pointers, causes crashes
2012-10-26 16:42:21 +04:00
..
bcmath Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bz2
calendar text fixes from emosenkis 2012-08-07 01:48:32 -07:00
com_dotnet Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ctype
curl Notice if CURLOPT_SSL_VERIFYHOST is set to true 2012-10-25 16:00:02 -04:00
date Merge branch 'PHP-5.4' 2012-10-18 21:53:08 +01:00
dba Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dom Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
enchant Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00
ereg
exif Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
fileinfo Update libmagic.patch 2012-10-19 11:14:14 +08:00
filter Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ftp Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
gd enabled libxpm for gd on windows 2012-10-24 10:36:52 +02:00
gettext
gmp fixing test for upcoming mpir upgrade 2012-08-23 17:09:45 +02:00
hash More cleanup of documentation and comments, as well as code formatting 2012-06-12 15:05:44 -04:00
iconv Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
imap Fixed the common misspelling of the word occurred (occured -> occurred) 2012-06-30 16:54:03 -07:00
interbase Remove executable permission on inc 2012-10-10 10:44:34 +08:00
intl extended the SKIPIF section with ICU 49 (sync with 5.4 branch) 2012-10-12 19:50:35 +02:00
json Fix 64bit JSON test 2012-08-13 18:43:03 +02:00
ldap Merge branch 'PHP-5.3' into PHP-5.4 2012-04-16 15:26:50 +02:00
libxml Fix bug #62266 2012-06-09 17:29:47 +01:00
mbstring Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
mcrypt Fixed Mcrypt deprecated functions and related tests 2012-08-16 10:21:22 -04:00
mssql
mysql Deprecating undocumented function alias, related to bug #63295 2012-10-23 12:02:58 +02:00
mysqli add protection against core dumps if the underlying library returns 2012-10-18 15:09:17 +02:00
mysqlnd fix crashes in newly introduced macros when normal trace is disabled but 2012-10-22 14:35:35 +02:00
oci8 Merge branch 'PHP-5.3' into PHP-5.4 2012-10-21 22:21:46 -07:00
odbc Merge branch 'PHP-5.3' into PHP-5.4 2012-06-22 17:33:22 +02:00
openssl Merge branch 'PHp-5.4' 2012-09-15 23:02:44 -07:00
pcntl Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
pcre Merge branch 'PHP-5.4' 2012-10-19 09:52:43 +02:00
pdo Remove executable permission on inc 2012-10-10 10:44:34 +08:00
pdo_dblib Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1)) 2012-10-12 10:37:05 +08:00
pdo_firebird - Fixed bug #63214 (Large PDO Firebird Queries) 2012-10-12 19:42:43 -03:00
pdo_mysql Merge branch 'PHP-5.4' 2012-10-26 14:23:22 +02:00
pdo_oci Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00
pdo_odbc Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00
pdo_pgsql
pdo_sqlite Merge branch 'PHP-5.3' into PHP-5.4 2012-06-22 12:50:30 +02:00
pgsql Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
phar merged changes for bug #63297 from 5.3 2012-10-25 09:40:21 +02:00
posix Merge branch 'PHP-5.3' into PHP-5.4 2012-06-10 17:08:02 +04:00
pspell
readline Fix bug #62186 readline fails to compile 2012-05-31 01:15:22 +02:00
recode Remove extra ; 2012-06-22 17:32:46 +02:00
reflection Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
session Remove executable permission on inc 2012-10-10 10:44:34 +08:00
shmop
simplexml Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
skeleton
snmp
soap Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
sockets Use if_nametoindex in Vista 2012-10-23 11:52:31 +02:00
spl commented out the HHC_LOCATION line, as there are no easy to use alternatives for 2012-10-25 17:11:13 +02:00
sqlite3 Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
standard fix bug #63369 2012-10-26 16:42:21 +04:00
sybase_ct
sysvmsg
sysvsem
sysvshm
tidy Fixed the common misspelling of the word occurred (occured -> occurred) 2012-06-30 16:54:03 -07:00
tokenizer Fix test failed due to new Token T_YIELD 2012-09-02 13:15:23 +08:00
wddx Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
xml Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
xmlreader Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
xmlrpc Fix test, from PR 158 2012-08-11 00:22:52 +08:00
xmlwriter Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02:00
xsl Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
zip Merge branch 'PHP-5.3' into PHP-5.4 2012-08-21 13:24:54 +02:00
zlib split tests for the new zlib version on win 2012-09-18 09:59:49 +02:00
ext_skel
ext_skel_win32.php