php-src/ext
2007-04-02 20:44:30 +00:00
..
bcmath Typo 2007-03-14 09:58:14 +00:00
bz2 Added missing open_basedir & safe_mode checks to zip:// and bzip:// 2007-03-14 03:50:18 +00:00
calendar Typo 2007-03-14 09:58:14 +00:00
com_dotnet Typo 2007-03-14 09:58:14 +00:00
ctype Typo 2007-03-14 09:58:14 +00:00
curl Typo 2007-03-14 09:58:14 +00:00
date Added -- test case 2007-03-22 23:34:14 +00:00
dba fixed compiler warnings 2007-01-01 19:40:29 +00:00
dbase Typo 2007-03-14 09:58:14 +00:00
dom MFH: fix bug #40836 (Segfault in ext/dom) 2007-03-18 21:31:05 +00:00
ereg MFH: Bump year. 2007-01-01 09:36:18 +00:00
exif Typo 2007-03-14 09:58:14 +00:00
fbsql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
fdf Typo 2007-03-14 09:58:14 +00:00
filter Fix test 2007-02-24 22:02:16 +00:00
ftp Fixed CRLF injection inside ftp_putcmd(). 2007-03-24 16:25:42 +00:00
gd - MFH: CVE-2007-1001, integer overflow with invalid wbmp images 2007-03-10 12:18:36 +00:00
gettext MFH: return false if realpath()/getcwd() fail 2007-01-16 14:42:38 +00:00
gmp MFH 2007-01-12 12:32:15 +00:00
hash snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
iconv synchronize iconv_substr() behavior with substr() 2007-03-12 19:34:26 +00:00
imap Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for 2007-03-19 22:56:57 +00:00
interbase fix #40805 (Failure executing function ibase_execute()) 2007-03-15 22:33:04 +00:00
json Fixed bug #40503 (json_encode() value corruption on 32bit systems with 2007-02-18 16:54:59 +00:00
ldap Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes 2007-03-22 21:50:34 +00:00
libxml fix bug #40598 (libxml segfault) 2007-02-23 11:12:49 +00:00
mbstring Fixed MOPB-26-2007 mb_parse_str() can be used to activate register_globals 2007-03-18 16:36:13 +00:00
mcrypt use constant 2007-02-15 01:40:36 +00:00
mhash snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
mime_magic Typo 2007-03-14 09:58:14 +00:00
ming MFH 2007-03-06 10:13:54 +00:00
msql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mssql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mysql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mysqli - Fixed test to skip when mysqld is not running 2007-03-25 01:14:51 +00:00
ncurses Typo 2007-03-14 09:58:14 +00:00
oci8 MFH: fix PECL bug #10194 (crash in Oracle client when memory limit reached in the callback) 2007-03-29 09:33:04 +00:00
odbc fix odbc resource handling, patch by Dave Lawson 2007-03-13 00:04:38 +00:00
openssl MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout) 2007-03-14 19:22:14 +00:00
pcntl Typo 2007-03-14 09:58:14 +00:00
pcre - MFH Need to install headers 2007-03-25 12:53:47 +00:00
pdo MFH: fix #40727 (segfault in PDO when failed to bind parameters) 2007-03-07 09:03:07 +00:00
pdo_dblib Fix mysql -> dblib 2007-01-15 01:56:09 +00:00
pdo_firebird snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
pdo_mysql fix small typo 2007-03-07 09:36:22 +00:00
pdo_oci fix leak 2007-01-26 15:07:45 +00:00
pdo_odbc - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
pdo_pgsql MFH: Bump year. 2007-01-01 09:36:18 +00:00
pdo_sqlite export the module guy in the external dll version of the build 2007-03-23 14:30:00 +00:00
pgsql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
posix Typo 2007-03-14 09:58:14 +00:00
pspell - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
readline Fixed a memory leak inside readline_completion_function() on non-callable 2007-02-12 01:23:17 +00:00
recode MFH: Bump year. 2007-01-01 09:36:18 +00:00
reflection new test 2007-03-19 08:11:14 +00:00
session Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free Vulnerability 2007-03-14 19:37:07 +00:00
shmop Typo 2007-03-14 09:58:14 +00:00
simplexml fix bug #37386 (autocreating element doesn't assign value to first node) 2007-03-26 20:14:58 +00:00
skeleton - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
snmp MFH: Bump year. 2007-01-01 09:36:18 +00:00
soap Fixed bug #37013 (server hangs when returning circular object references) 2007-04-02 13:43:08 +00:00
sockets Typo 2007-03-14 09:58:14 +00:00
spl - MFH Drop double variable declaration 2007-03-24 16:28:53 +00:00
sqlite use safe_realloc 2007-03-06 02:17:13 +00:00
standard fix for #33664 Console window appears when using exec() 2007-04-02 20:44:30 +00:00
sybase fix spprintf usage 2007-03-16 21:59:23 +00:00
sybase_ct - Changed message handler also to handle message #11021 2007-03-14 11:57:45 +00:00
sysvmsg Typo 2007-03-14 09:58:14 +00:00
sysvsem Typo 2007-03-14 09:58:14 +00:00
sysvshm Typo 2007-03-14 09:58:14 +00:00
tidy Fixed test to work with new version of libtidy that strips spaces 2007-02-24 15:35:04 +00:00
tokenizer Typo 2007-03-14 09:58:14 +00:00
wddx Typo 2007-03-14 09:58:14 +00:00
xml Typo 2007-03-14 09:58:14 +00:00
xmlreader MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
xmlrpc Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpc 2007-03-04 18:24:49 +00:00
xmlwriter MFH: parameter entity argument (pe) should be bool 2007-01-06 18:03:43 +00:00
xsl MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
zip Fixed a possible memory leak on open_basedir validation 2007-03-14 15:02:20 +00:00
zlib Typo 2007-03-14 09:58:14 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00