php-src/ext
Andrey Hristov c90b10a290 Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised
function was called, which however, doesn't respect that during store the
raw data is not unpacked, to be lazy. The data is unpacked to zvals later,
during every row fetch. However, this way max_length won't be calculated
correctly. So, if a mysqlnd_fetch_field(_direct) call comes we need to
unpack everything and then calculate max_length...and that is expensive,
defies our lazy unpacking optimisation.
2009-05-28 11:47:15 +00:00
..
bcmath - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
bz2 Fix compiler warnings 2009-05-15 17:27:56 +00:00
calendar - Removed: 2009-03-26 20:02:53 +00:00
com_dotnet Fix compiler warnings and refcount not being in sync with 5.3 2009-05-19 17:38:08 +00:00
ctype - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
curl fix build 2009-05-28 09:45:20 +00:00
date - Updated to version 2009.8 (2009h) 2009-05-26 14:26:49 +00:00
dba Add support for tokyo cabinet, patch from Michael Maclean 2009-05-18 20:21:39 +00:00
dom Add tests: 2009-05-26 06:11:26 +00:00
enchant - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
ereg - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
exif Fixed compiler warning 2009-05-19 10:23:51 +00:00
fbsql - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
fileinfo Update bundled libmagic to 5.03 2009-05-09 20:34:26 +00:00
filter Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
ftp - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
gd - fix build on unix with bundled gd 2009-05-27 13:56:08 +00:00
gettext - Removed: 2009-03-26 20:02:53 +00:00
gmp - enable MPIR support and the good old 4.1.x gmp for VC6. solving the lgplv3 mess 2009-05-25 10:14:36 +00:00
hash - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
iconv Fix compiler warnings (only in HEAD), same style of silence as in 5.3 2009-05-15 18:01:05 +00:00
imap Nuke warnings (only in HEAD) 2009-05-20 08:22:38 +00:00
interbase - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
intl MF5 fixes 2009-05-10 21:01:38 +00:00
json MFB: Cast to unsigned char to prevent compiler warning 2009-05-19 16:06:17 +00:00
ldap Adjust reflection info 2009-04-21 18:07:42 +00:00
libxml - Removed unused variables 2009-03-26 22:16:48 +00:00
mbstring fix compile warnings 2009-05-27 13:42:00 +00:00
mcrypt Fix compiler warning 2009-05-19 17:46:56 +00:00
mssql - Fixed param type (%l -> %ld) 2009-05-26 12:35:38 +00:00
mysql WS 2009-05-26 14:03:07 +00:00
mysqli Fix a test, UNSIGNED is expected 2009-05-28 10:16:18 +00:00
mysqlnd Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised 2009-05-28 11:47:15 +00:00
oci8 - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
odbc - Fix test 2009-05-14 22:59:02 +00:00
openssl Closes #47991 SSL streams fail if error stack contains items 2009-04-20 09:43:45 +00:00
pcntl Fix return value of pcntl_wextistatus() (fixes #47566, 2009-05-26 14:00:42 +00:00
pcre - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
pdo - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
pdo_dblib Fixed shared build 2009-05-20 10:18:41 +00:00
pdo_firebird MFB: fix compilation of pdo_firebird and intl extension with ld --as-needed 2009-05-23 13:52:53 +00:00
pdo_mysql Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql 2009-05-20 08:29:23 +00:00
pdo_oci - Fixed bug #48070 2009-05-12 21:52:54 +00:00
pdo_odbc Cast to SQLUSMALLINT 2009-05-19 10:25:38 +00:00
pdo_pgsql Typo 2009-05-25 19:40:49 +00:00
pdo_sqlite MFB: Re-introduce the Matteo's patch and combine default & text handling 2009-05-20 15:06:20 +00:00
pgsql Fix compiler warnings, and some unicode stuff 2009-05-19 16:03:23 +00:00
phar fix potential segfault when converting phars with metadata to other formats, add test 2009-05-24 18:50:37 +00:00
posix - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pspell - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
readline - Fixed bug #48256 (Crash due to double-linking of history.o) 2009-05-14 13:40:37 +00:00
recode - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
reflection - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
session fix test 2009-05-26 10:12:41 +00:00
shmop - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
simplexml - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp - Revert bad patch (which caused bug #48133) 2009-05-02 21:13:39 +00:00
soap - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
sockets Fix skipif 2009-05-20 09:13:08 +00:00
spl - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
sqlite - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
sqlite3 sync SQLite 3.6.14.2 2009-05-28 03:18:55 +00:00
standard - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
sybase_ct - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvmsg - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvsem - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvshm MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
tidy - Removed: 2009-03-26 20:02:53 +00:00
tokenizer - Removed: 2009-03-26 20:02:53 +00:00
unicode - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with 2009-02-12 20:04:59 +00:00
wddx Fix compiler warnings (only in HEAD) 2009-05-19 16:32:22 +00:00
xml Fix unicode support in utf8_decode() 2009-05-19 16:23:36 +00:00
xmlreader - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
xmlrpc - Fixed invalid date checking 2009-05-22 12:49:22 +00:00
xmlwriter - add a note about the actual problen so we don't forget it 2009-05-26 08:10:03 +00:00
xsl - New xsl files 2009-05-23 14:49:29 +00:00
zip Closes bug #47667 2009-03-16 10:16:16 +00:00
zlib New test 2009-05-28 10:15:32 +00:00
ext_skel remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD 2008-04-15 12:47:18 +00:00
ext_skel_win32.php