php-src/ext
Andrey Hristov 2e3e86b996 clear error before doing anything, because we can get
trapped by previous error :
php -r '$link = mysqli_init();
var_dump($link->real_connect("127.0.0.1", "unknown", "unknown"));
var_dump($link->real_connect("127.0.0.1", "known", "password"));'

shows the problem. The second connect did not work, as it should be.
2011-01-28 17:33:14 +00:00
..
bcmath - Year++ 2011-01-01 02:17:06 +00:00
bz2 - Year++ 2011-01-01 02:17:06 +00:00
calendar - Year++ 2011-01-01 02:17:06 +00:00
com_dotnet - fail when no known op are given 2011-01-20 06:58:04 +00:00
ctype - Year++ 2011-01-01 02:17:06 +00:00
curl - Year++ 2011-01-01 02:17:06 +00:00
date - Let's keep this consistent in the whole file. 2011-01-25 15:08:19 +00:00
dba - Year++ 2011-01-01 02:17:06 +00:00
dom - Hopefully finally fixed the mess in rev 307562 and rev 307563. 2011-01-19 00:22:06 +00:00
enchant - Year++ 2011-01-01 02:17:06 +00:00
ereg - Year++ 2011-01-01 02:17:06 +00:00
exif - Year++ 2011-01-01 02:17:06 +00:00
fileinfo - Year++ 2011-01-01 02:51:18 +00:00
filter Fixed compiler warning 2011-01-23 16:44:58 +00:00
ftp - Year++ 2011-01-01 02:17:06 +00:00
gd - malloc may fail 2011-01-19 15:23:07 +00:00
gettext - Year++ 2011-01-01 02:17:06 +00:00
gmp - Year++ 2011-01-01 02:17:06 +00:00
hash - Year++ 2011-01-01 02:17:06 +00:00
iconv - Year++ 2011-01-01 02:17:06 +00:00
imap Add imap_fetchmime 2011-01-24 03:52:00 +00:00
interbase - Year++ 2011-01-01 02:17:06 +00:00
intl intl: Add Spoofchecker cloning, fix typo in prototype, rename some variables and tidy syntax. 2011-01-13 07:46:59 +00:00
json - Year++ 2011-01-01 02:17:06 +00:00
ldap - Year++ 2011-01-01 02:17:06 +00:00
libxml - Year++ 2011-01-01 02:17:06 +00:00
mbstring Fix crash with mbstring, this probably isn't the correct behaviour but 272/276 of the tests pass after this. 2011-01-27 11:47:31 +00:00
mcrypt - force static, can't be built yet shared anyway 2011-01-19 21:19:45 +00:00
mssql - Year++ 2011-01-01 02:17:06 +00:00
mysql Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a dedicated test 2011-01-25 14:01:00 +00:00
mysqli Don't expect a certain server reply, it is undefined what happens. 2011-01-28 13:41:02 +00:00
mysqlnd clear error before doing anything, because we can get 2011-01-28 17:33:14 +00:00
oci8 - Year++ 2011-01-01 02:17:06 +00:00
odbc - Year++ 2011-01-01 02:17:06 +00:00
openssl - Year++ 2011-01-01 02:17:06 +00:00
pcntl - Year++ 2011-01-01 02:17:06 +00:00
pcre - Year++ 2011-01-01 02:17:06 +00:00
pdo - Year++ 2011-01-01 02:17:06 +00:00
pdo_dblib - Year++ 2011-01-01 02:17:06 +00:00
pdo_firebird - Year++ 2011-01-01 02:17:06 +00:00
pdo_mysql Remove this void comment (c/p mistake) 2011-01-17 09:59:07 +00:00
pdo_oci - Year++ 2011-01-01 02:17:06 +00:00
pdo_odbc - Year++ 2011-01-01 02:17:06 +00:00
pdo_pgsql - Year++ 2011-01-01 02:17:06 +00:00
pdo_sqlite - Year++ 2011-01-01 02:17:06 +00:00
pgsql Added support for "extra" parameter for PGNotify(). 2011-01-27 16:02:30 +00:00
phar Fixed variable overloading 2011-01-20 19:32:36 +00:00
posix - Year++ 2011-01-01 02:17:06 +00:00
pspell - Year++ 2011-01-01 02:17:06 +00:00
readline Fixed bug #53630 (Fixed parameter handling inside readline() function). 2011-01-10 18:19:02 +00:00
recode - Year++ 2011-01-01 02:17:06 +00:00
reflection - Year++ 2011-01-01 02:17:06 +00:00
session - local redeclaration 2011-01-23 10:02:06 +00:00
shmop - Year++ 2011-01-01 02:17:06 +00:00
simplexml - Year++ 2011-01-01 02:17:06 +00:00
skeleton revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
snmp - Year++ 2011-01-01 02:17:06 +00:00
soap - Year++ 2011-01-01 02:17:06 +00:00
sockets - Year++ 2011-01-01 02:17:06 +00:00
spl Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch 2011-01-06 02:32:02 +00:00
sqlite3 - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. 2011-01-07 01:11:16 +00:00
standard Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization 2011-01-28 10:33:47 +00:00
sybase_ct - Year++ 2011-01-01 02:17:06 +00:00
sysvmsg - Year++ 2011-01-01 02:17:06 +00:00
sysvsem - Year++ 2011-01-01 02:17:06 +00:00
sysvshm - Year++ 2011-01-01 02:17:06 +00:00
tidy - Year++ 2011-01-01 02:17:06 +00:00
tokenizer - Year++ 2011-01-01 02:17:06 +00:00
wddx - Year++ 2011-01-01 02:17:06 +00:00
xml - Year++ 2011-01-01 02:17:06 +00:00
xmlreader - Year++ 2011-01-01 02:17:06 +00:00
xmlrpc - Year++ 2011-01-01 02:17:06 +00:00
xmlwriter - Year++ 2011-01-01 02:17:06 +00:00
xsl - Year++ 2011-01-01 02:17:06 +00:00
zip Fixed bug #53854 (Missing constants for compression type). Patch by Richard 2011-01-28 04:19:40 +00:00
zlib - Year++ 2011-01-01 02:17:06 +00:00
ext_skel - ext_skelshould create a .svnignore not .cvsignore these days 2010-08-06 22:19:47 +00:00
ext_skel_win32.php revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00