php-src/ext
Nikita Popov 294e7c295f Annother attempt at fixing the mysqli_fetch_field tests
Instead of character set detection (which doesn't always work correctly)
fetch the character set info using mysqli_get_charset(). To make sure that
the returned info applies to all of client, connection and result
explicitely set utf8 as charset using mysqli_set_charset() before. I'm not
sure whether that last part is really necessary, but included it to be
safe.
2012-08-17 19:47:59 +02:00
..
bcmath - Year++ 2012-01-01 13:15:04 +00:00
bz2 - Year++ 2012-01-01 13:15:04 +00:00
calendar text fixes from emosenkis 2012-08-07 01:48:32 -07:00
com_dotnet Merge branch 'PHP-5.3' into PHP-5.4 2012-05-25 00:23:51 +02:00
ctype - Year++ 2012-01-01 13:15:04 +00:00
curl Merge branch 'PHP-5.4' 2012-08-16 14:51:28 -04:00
date Fix #61642: modify("+5 weekdays") returns Sunday 2012-08-05 19:22:36 -07:00
dba Merge branch 'PHP-5.3' into PHP-5.4 2012-03-20 17:58:58 +01:00
dom Merge branch 'PHP-5.3' into PHP-5.4 2012-08-09 14:24:50 -04:00
enchant Merge commit '8649e42' 2012-08-16 14:35:42 +04:00
ereg - Year++ 2012-01-01 13:15:04 +00:00
exif Merge branch 'PHP-5.3' into PHP-5.4 2012-08-14 17:37:10 +02:00
fileinfo Merge branch 'PHP-5.4' 2012-07-28 19:05:53 -03:00
filter Merge branch 'PHP-5.3' into PHP-5.4 2012-04-30 10:28:00 +02:00
ftp MFH r322485 2012-01-26 05:15:57 +00:00
gd Merge branch 'PHP-5.3' into PHP-5.4 2012-04-04 18:54:03 +02:00
gettext - Year++ 2012-01-01 13:15:04 +00:00
gmp Merge branch 'PHP-5.3' into PHP-5.4 2012-05-21 12:37:59 +02:00
hash More cleanup of documentation and comments, as well as code formatting 2012-06-12 15:05:44 -04:00
iconv fix bug #55042 - erealloc without updating pointer 2012-05-30 22:26:26 -07:00
imap Fixed the common misspelling of the word occurred (occured -> occurred) 2012-06-30 16:54:03 -07:00
interbase Merge branch 'PHP-5.4' 2012-03-29 18:28:38 +03:00
intl Fix intl tests failed because of missing skipif section 2012-08-15 01:03:56 +08:00
json Fix 64bit JSON test 2012-08-13 18:43:03 +02:00
ldap Merge branch 'PHP-5.3' into PHP-5.4 2012-04-16 15:26:50 +02:00
libxml Fix bug #62266 2012-06-09 17:29:47 +01:00
mbstring Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mcrypt Fixed Mcrypt deprecated functions and related tests 2012-08-16 10:21:22 -04:00
mssql - Year++ 2012-01-01 13:15:04 +00:00
mysql - Year++ 2012-01-01 13:15:04 +00:00
mysqli Annother attempt at fixing the mysqli_fetch_field tests 2012-08-17 19:47:59 +02:00
mysqlnd Fix crashes with filenames that don't contain directory separator - generated 2012-07-30 21:50:13 +03:00
oci8 Merge branch 'PHP-5.3' into PHP-5.4 2012-08-14 14:13:03 -07:00
odbc Merge branch 'PHP-5.3' into PHP-5.4 2012-06-22 17:33:22 +02:00
openssl Revert "Add PBKDF2 support via openssl()" 2012-06-12 11:22:49 -07:00
pcntl Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
pcre Deprecate /e modifier 2012-03-04 13:39:12 +00:00
pdo Merge branch 'PHP-5.4' 2012-08-02 12:55:43 +08:00
pdo_dblib - Year++ 2012-01-01 13:15:04 +00:00
pdo_firebird skip tests if ibase not present 2012-07-31 21:45:04 -07:00
pdo_mysql Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
pdo_oci - Year++ 2012-01-01 13:15:04 +00:00
pdo_odbc Fix for bug #62379 was missing in 5.3 2012-07-17 17:50:05 +02:00
pdo_pgsql - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed 2012-03-08 08:52:28 +00:00
pdo_sqlite Merge branch 'PHP-5.3' into PHP-5.4 2012-06-22 12:50:30 +02:00
pgsql add pg_escape_identifier/pg_escape_literal 2012-04-19 13:40:24 -07:00
phar Merge branch 'PHP-5.4' 2012-08-05 20:43:53 -07:00
posix Merge branch 'PHP-5.3' into PHP-5.4 2012-06-10 17:08:02 +04:00
pspell - Year++ 2012-01-01 13:15:04 +00:00
readline Fix bug #62186 readline fails to compile 2012-05-31 01:15:22 +02:00
recode Remove extra ; 2012-06-22 17:32:46 +02:00
reflection Fixed bug that can not get default value of parameter if it's not optional 2012-08-02 22:28:04 +08:00
session better fix & this test pass now 2012-08-15 01:25:31 +08:00
shmop - Year++ 2012-01-01 13:15:04 +00:00
simplexml Merge branch 'PHP-5.3' into PHP-5.4 2012-08-09 14:24:50 -04:00
skeleton Replace $Revision$ with $Id$ in keyword expansion enable files 2012-03-20 17:53:47 +01:00
snmp merge from trunk: 2012-01-13 18:46:56 +00:00
soap Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02:00
sockets Merge branch 'PHP-5.4' 2012-07-09 18:51:27 +02:00
spl Merge branch 'PHP-5.4' 2012-08-13 11:04:05 +08:00
sqlite3 Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
standard Merge branch 'PHP-5.4' 2012-08-17 18:30:03 +08:00
sybase_ct - Year++ 2012-01-01 13:15:04 +00:00
sysvmsg Merge branch 'PHP-5.3' into PHP-5.4 2012-03-20 17:58:58 +01:00
sysvsem - Year++ 2012-01-01 13:15:04 +00:00
sysvshm - Year++ 2012-01-01 13:15:04 +00:00
tidy Fixed the common misspelling of the word occurred (occured -> occurred) 2012-06-30 16:54:03 -07:00
tokenizer - Year++ 2012-01-01 13:15:04 +00:00
wddx Fix bug #62271 test bug - ext/wddx/tests/bug48562.phpt 2012-06-11 17:00:36 +02:00
xml Fixed bug #62328 (implementing __toString and a cast to string fails) 2012-08-12 11:50:28 +08:00
xmlreader Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02:00
xmlrpc Fix test, from PR 158 2012-08-11 00:22:52 +08:00
xmlwriter Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02:00
xsl Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
zip Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02:00
zlib Merge branch 'PHP-5.4' 2012-07-24 14:46:25 +08:00
ext_skel
ext_skel_win32.php