php-src/ext
Ulf Wendel 974935e6b8 Next set of files which now feature the new environment variable
MYSQL_TEST_SKIP_CONNECT_FAILURE which controls how connection problems
are handled: failure (MYSQL_TEST_SKIP_CONNECT_FAILURE = false, default)
or skip (MYSQL_TEST_SKIP_CONNECT_FAILURE = true)

Also, some minor tweaking of connection parameters in the tests.
2007-08-09 09:43:28 +00:00
..
bcmath use safe_emalloc() 2007-07-10 11:07:56 +00:00
bz2 MFB 2007-05-28 23:00:25 +00:00
calendar php_localtime_r() checks 2007-06-07 09:07:12 +00:00
com_dotnet ZTS fix 2007-04-09 15:35:49 +00:00
ctype Typo 2007-03-14 09:49:58 +00:00
curl add CURLINFO_PRIVATE & CURLOPT_PRIVATE 2007-07-04 13:33:01 +00:00
date - Fix warnings 2007-07-20 23:53:29 +00:00
dba - Fixed bug #41433 (DBA: configure fails to include correct db.h for db4) 2007-07-19 10:48:34 +00:00
dbase MFB 2007-05-28 23:14:57 +00:00
dom fix bug #42082 (NodeList length zero should be empty). (Hannes) 2007-08-06 16:21:45 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg - Fix win32 build (I guess..:) 2007-07-16 13:51:41 +00:00
exif MFB: Fixed memory corruption when reading exif data of a non-file 2007-06-10 20:13:10 +00:00
fbsql - avoid sprintf 2007-02-24 16:25:58 +00:00
fdf Typo 2007-03-14 09:49:58 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter MFB 2007-05-29 21:06:04 +00:00
ftp php_gmtime_r() fixes 2007-06-07 08:58:38 +00:00
gd - MFB: 2007-07-30 21:44:53 +00:00
gettext return false if realpath()/getcwd() fail 2007-01-16 14:42:14 +00:00
gmp add missing skipif sections 2007-05-27 15:12:22 +00:00
hash - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
iconv MFB 2007-05-28 23:52:13 +00:00
imap sometimes c-client returns non-null entry with null host 2007-07-31 00:32:18 +00:00
interbase - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
json Fixed bug#42090 (json_decode causes segmentation fault) 2007-07-24 22:54:26 +00:00
ldap - Fixed bug #42247 (ldap_parse_result() not defined under win32) 2007-08-09 08:42:31 +00:00
libxml an attempt to fix win32 build 2007-08-01 11:43:27 +00:00
mbstring fix typo 2007-07-31 12:23:42 +00:00
mcrypt revert 2007-07-20 10:10:11 +00:00
mhash - fix build where mhash.h is not declaring 2007-05-29 12:28:57 +00:00
mime_magic - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
ming fix AC_TRY_COMPILE usage 2007-03-06 10:13:37 +00:00
msql - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
mssql - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
mysql Fix crashes with pconn in ext/mysql 2007-08-06 15:11:46 +00:00
mysqli Next set of files which now feature the new environment variable 2007-08-09 09:43:28 +00:00
mysqlnd Fix crashes with pconn in ext/mysql 2007-08-06 15:11:46 +00:00
oci8 flush persistent connection after password change 2007-08-06 20:31:40 +00:00
odbc - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
openssl - MFB: fix regressio introduced by #42222 2007-08-08 06:30:56 +00:00
pcntl Typo 2007-03-14 09:49:58 +00:00
pcre add PCRE_VERSION constant to ext/pcre 2007-07-24 22:34:17 +00:00
pdo MFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some 2007-06-05 22:56:57 +00:00
pdo_dblib fix typo 2007-07-16 19:36:28 +00:00
pdo_firebird - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
pdo_mysql Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir 2007-06-18 21:59:05 +00:00
pdo_oci Fix message grammar and capitalization 2007-08-02 19:37:30 +00:00
pdo_odbc - Better wording 2007-07-09 12:35:37 +00:00
pdo_pgsql - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
pdo_sqlite - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
pgsql - Moved the old regex functions to it's own extension: ereg 2007-07-15 19:50:07 +00:00
phar fix several mis-spelled 'temporary's add missing space in comment, and change 'script end' to 'stub end' in manifest read error messages 2007-06-01 03:48:17 +00:00
posix Show "wrong parameter count" error messages 2007-07-25 09:05:55 +00:00
pspell - avoid sprintf 2007-02-24 16:25:58 +00:00
readline Bump year. 2007-01-01 09:29:37 +00:00
recode fix #41765 2007-06-22 00:05:54 +00:00
reflection - MFB: New ReflectionExtension::info() function to print the phpinfo() block 2007-07-24 23:16:47 +00:00
session MFB (since Ilia is too lazy..): Fix bug #42135 2007-08-05 13:10:32 +00:00
shmop MFB 2007-05-28 23:00:25 +00:00
simplexml fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) 2007-07-31 15:39:59 +00:00
skeleton - avoid sprintf 2007-02-24 16:25:58 +00:00
snmp - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
soap Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception) 2007-08-01 10:39:49 +00:00
sockets - Added missing constants for MSG_EOR and MSG_EOF 2007-07-24 11:33:47 +00:00
spl fix #41691 (ArrayObject::exchangeArray hangs Apache) 2007-07-20 10:53:45 +00:00
sqlite - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
standard New testcases for tempnam() function 2007-08-09 03:35:22 +00:00
sybase - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
sybase_ct - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
sysvmsg Typo 2007-03-14 09:49:58 +00:00
sysvsem remove warnings in resource dtor 2007-05-11 15:46:22 +00:00
sysvshm fix test 2007-07-18 13:54:30 +00:00
tidy MFB: update 2007-07-17 10:30:50 +00:00
tokenizer fix win32 build 2007-08-02 00:04:05 +00:00
unicode - Removed unnecessary stuff 2007-07-12 16:08:26 +00:00
wddx MFB: Fixed bug #41527 (WDDX deserialize numeric string array key). 2007-06-11 15:10:12 +00:00
xml unicode support 2007-07-11 08:27:33 +00:00
xmlreader Add arginfo 2007-07-26 13:19:22 +00:00
xmlrpc fix ws, cs and folding 2007-07-12 10:04:42 +00:00
xmlwriter add missing skipif sections 2007-07-16 13:29:41 +00:00
xsl allow user specified class to be returned from transformToDoc 2007-07-28 09:16:15 +00:00
zip - Fix isset/empty($ZipArchive->property) 2007-08-06 21:59:11 +00:00
zlib Fixed test 2007-06-18 10:52:04 +00:00
ext_skel
ext_skel_win32.php