php-src/ext
2007-04-18 08:06:29 +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 Fixed 64-bit issues 2007-04-09 15:32:35 +00:00
ctype Typo 2007-03-14 09:58:14 +00:00
curl Typo 2007-03-14 09:58:14 +00:00
date - Updated timezone database to version 2007.5. (Derick) 2007-04-13 14:51:40 +00:00
dba win32 test fixes 2007-04-18 08:06:29 +00:00
dbase Typo 2007-03-14 09:58:14 +00:00
dom allow registered classes to be changed 2007-04-03 11:57:04 +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 Fixed tests (win32) 2007-04-18 07:55:52 +00:00
ftp Fixed CRLF injection inside ftp_putcmd(). 2007-03-24 16:25:42 +00:00
gd Fix proto 2007-04-17 15:44:23 +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 #41067 (json_encode() problem with UTF-16 input). 2007-04-16 22:31:05 +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 Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP). 2007-04-04 15:25:41 +00:00
mcrypt win32 test fixes 2007-04-18 08:06:29 +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 MFH: fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13) 2007-04-14 10:19:19 +00:00
mysqli MFH 2007-04-14 10:35:05 +00:00
ncurses Don't define KEY_END twice 2007-04-11 22:19:11 +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 fix win32 build 2007-04-05 18:08:42 +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 fix leaks in row_get_properties() 2007-04-17 17:00:16 +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 win32 test fixes 2007-04-18 08:06:29 +00:00
pdo_oci fix #41043 (pdo_oci crash when freeing error text with persistent connection) 2007-04-10 20:28:49 +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 Separate parm zval. 2007-04-17 15:29:13 +00:00
pdo_sqlite declare THREADSAFE explicitly (it's On if undefined) 2007-04-10 11:32:48 +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 - Fix bug #41061 ("visibility error" in ReflectionFunction::export()) 2007-04-12 18:39:46 +00:00
session MFH: fix #40998 (long session array keys are truncated) 2007-04-04 19:52:19 +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 improve test 2007-04-11 22:29:53 +00:00
sockets Typo 2007-03-14 09:58:14 +00:00
spl win32 test fixes 2007-04-18 08:06:29 +00:00
sqlite use safe_realloc 2007-03-06 02:17:13 +00:00
standard MFH: fix putenv("var") (i.e. unset) on BSD systems 2007-04-17 20:34:14 +00:00
sybase fix spprintf usage 2007-03-16 21:59:23 +00:00
sybase_ct - WS/CS 2007-04-10 15:56:31 +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 fix test 2007-04-10 10:49:16 +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