php-src/ext
2006-12-30 01:56:33 +00:00
..
bcmath Intialization code is moved from request startup to module startup 2006-11-10 12:02:22 +00:00
bz2 improve check for overflow 2006-12-25 20:03:20 +00:00
calendar MFB: Fixed tests 2006-12-04 18:30:05 +00:00
com_dotnet update function signature 2006-12-24 12:42:47 +00:00
ctype MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
curl MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). 2006-12-26 16:57:51 +00:00
date more ext/date tests by Chris Jones 2006-12-22 13:07:26 +00:00
dba use the macro, casting works only with GCC 2006-12-28 15:24:00 +00:00
dbase MFB: Fixed a possible memory corruption in dbase_open() with invalid open 2006-12-01 19:10:59 +00:00
dom MFB: fix issues identitified by coverity 2006-12-21 12:52:12 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg minor improvements 2006-12-28 14:17:09 +00:00
exif MFB: safety checks 2006-12-26 17:40:20 +00:00
fbsql Error message clean up 2006-10-08 13:34:24 +00:00
fdf use strlcpy() 2006-12-28 20:45:20 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter MFB: Fixes test #50 2006-12-30 01:56:33 +00:00
ftp Fix tests 2006-12-22 01:20:24 +00:00
gd - Add better zlib detection 2006-12-26 10:42:25 +00:00
gettext - return domain in FS encoding 2006-11-17 13:37:02 +00:00
gmp PHP6 Updates 2006-10-09 20:42:35 +00:00
hash Allow hash()/hash_hmac() to accept ascii-unicode data, 2006-10-02 01:38:05 +00:00
iconv use safe_emalloc() 2006-12-25 20:44:28 +00:00
imap fix build 2006-12-25 15:28:44 +00:00
informix MFB: Use %F (ignores locale) for internal representation of floats 2006-12-25 16:49:05 +00:00
interbase MFB: safety checks 2006-12-26 17:40:20 +00:00
json MFB: safety checks 2006-12-26 17:40:20 +00:00
ldap fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP) 2006-10-18 20:57:06 +00:00
libxml Unicode support. 2006-11-17 10:48:53 +00:00
mbstring Initial commit(Synced PHP_5_2 Branch.). 2006-12-21 17:44:40 +00:00
mcrypt - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 18:00:49 +00:00
mhash use safe_emalloc() 2006-12-25 21:07:32 +00:00
mime_magic use strlcpy() 2006-12-28 20:45:20 +00:00
ming Remove PHP4.x stuff 2006-12-05 21:46:33 +00:00
msql - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
mssql Added automatic module globals management 2006-06-13 13:12:20 +00:00
mysql include basic_functions.h for php_get_current_user() declaration 2006-12-28 15:44:50 +00:00
mysqli dummy change 2006-12-04 15:27:18 +00:00
oci8 that should not be there.. 2006-12-27 09:49:06 +00:00
odbc use strlcat() 2006-12-28 14:26:30 +00:00
openssl MFB: Fix win32 build 2006-12-06 13:20:17 +00:00
pcntl fix typo in errmsg 2006-08-31 15:42:06 +00:00
pcre new test 2006-12-19 21:47:16 +00:00
pdo fix lcov/genhtml build (yes it is very picky) 2006-12-22 17:02:54 +00:00
pdo_dblib MFB: safety checks 2006-12-26 17:40:20 +00:00
pdo_firebird MFB: fixed compiler warnings 2006-11-16 17:34:42 +00:00
pdo_mysql - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
pdo_oci initialize memory with 0's, so we won't get garbage if the statement does not set the var 2006-12-27 10:30:47 +00:00
pdo_odbc - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
pdo_pgsql MFB: Fixed bug #39845 (Persistent connections generate a warning in 2006-12-18 17:56:51 +00:00
pdo_sqlite - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 18:00:49 +00:00
pgsql MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for 2006-12-29 00:34:53 +00:00
phar - Update test after SPL change 2006-11-12 17:55:39 +00:00
posix mark most of the ext/posix functions as Unicode safe, for they do not use strings in any way 2006-12-25 19:03:56 +00:00
pspell don't reinvent the wheel, use sprintf() 2006-12-20 15:12:06 +00:00
readline MFB: fix gcc warning 2006-09-04 19:00:12 +00:00
recode - utf8 2006-12-12 19:32:18 +00:00
reflection MFB: Fixed bug #39884 (ReflectionParameter::getClass() throws exception for 2006-12-22 15:38:42 +00:00
session fix tests 2006-12-27 19:22:29 +00:00
shmop Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
simplexml add missing folding marker 2006-11-29 22:53:21 +00:00
skeleton Added automatic module globals management 2006-06-13 13:12:20 +00:00
snmp fix build 2006-12-26 22:07:45 +00:00
soap MFB: safety checks 2006-12-26 17:40:20 +00:00
sockets minor improvements 2006-12-28 14:17:09 +00:00
spl MFB: safety checks 2006-12-26 17:40:20 +00:00
sqlite MFB: Added empty string checks 2006-12-24 20:50:21 +00:00
standard fix ZTS build 2006-12-28 15:03:19 +00:00
sybase Error message clean up 2006-10-08 13:34:24 +00:00
sybase_ct Error message clean up 2006-10-08 13:34:24 +00:00
sysvmsg MFB: Added checks for negative max length and overflow checks for overly 2006-12-23 18:50:52 +00:00
sysvsem - upgrade to current parameter parsing API 2006-10-28 08:48:00 +00:00
sysvshm - upgrade ext/sysvshm to current parameter parsing API 2006-10-27 21:18:56 +00:00
tidy - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 18:00:49 +00:00
tokenizer MFB: Removed pointless callbacks. 2006-06-20 22:42:42 +00:00
unicode Fix protos. 2006-10-06 17:14:14 +00:00
wddx Error message clean up 2006-10-08 13:34:24 +00:00
xml fix arguments order (just in the sake of purity) 2006-12-26 12:29:32 +00:00
xmlreader Error message clean up 2006-10-08 13:34:24 +00:00
xmlrpc zts fixes 2006-11-30 16:38:53 +00:00
xmlwriter cosmetic improvements 2006-12-05 23:03:42 +00:00
xsl more safe_emalloc() 2006-12-25 22:27:12 +00:00
zip - #39952 zip ignoring --with-libdir on zlib checks (judas dot 2006-12-26 09:52:32 +00:00
zlib MFB 2006-12-28 19:53:30 +00:00
ext_skel
ext_skel_win32.php