php-src/ext
Andrey Hristov d8774af125 C89 fix
2010-12-28 16:41:39 +00:00
..
bcmath Add some bcmath tests 2010-03-08 15:16:51 +00:00
bz2 Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper). 2010-09-13 07:41:39 +00:00
calendar - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to 2010-12-19 23:47:00 +00:00
com_dotnet - cleanup broken double definition of php_win_err and rename it while being there 2010-11-25 23:06:12 +00:00
ctype revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
curl Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs 2010-12-10 01:45:55 +00:00
date - Fixed a bug in DateTime->modify() where absolute date/time statements had no 2010-12-15 21:45:25 +00:00
dba Fixed compiler warnings 2010-12-20 23:00:11 +00:00
dom - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
enchant - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path crashes php) 2010-10-16 17:52:01 +00:00
ereg - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
exif - Fix build. 2010-12-22 10:25:33 +00:00
fileinfo Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
filter Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)). 2010-12-22 16:18:59 +00:00
ftp Removed safe_mode 2010-04-26 23:53:30 +00:00
gd - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
gettext revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
gmp Removed unused variable 2010-10-25 16:38:19 +00:00
hash - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
iconv - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
imap Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME 2010-11-23 10:34:44 +00:00
interbase - allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+) 2010-11-14 22:40:30 +00:00
intl - Fixed bug #53612 (Segmentation fault when using several cloned intl 2010-12-27 01:10:08 +00:00
json - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
ldap - Fixed wrong type 2010-09-08 01:46:23 +00:00
libxml - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
mbstring fixed compile error with VS2008. 2010-12-20 14:38:08 +00:00
mcrypt - use new function to get random bytes 2010-06-08 18:27:23 +00:00
mssql - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 2010-09-16 09:13:19 +00:00
mysql extending the API interface - plugins can register 2010-12-28 15:16:21 +00:00
mysqli extending the API interface - plugins can register 2010-12-28 15:16:21 +00:00
mysqlnd C89 fix 2010-12-28 16:41:39 +00:00
oci8 Update for PECL upload that is synced with PHP 5.3.4 2010-12-10 04:36:29 +00:00
odbc - Fixed bug #52512 (Broken error handling in odbc_execute) 2010-11-07 18:13:53 +00:00
openssl - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). 2010-12-23 01:44:54 +00:00
pcntl fix the fix 2010-11-01 22:40:29 +00:00
pcre - Fix PCRE build on Windows; closes bug #53606. 2010-12-24 19:01:25 +00:00
pdo Fixed compiler warning 2010-12-23 14:38:15 +00:00
pdo_dblib Remove non C90 quotes 2010-09-29 00:55:43 +00:00
pdo_firebird - Fixed bug #53335 (pdo_firebird did not implement rowCount()) 2010-11-18 01:24:00 +00:00
pdo_mysql profiling in trace mode 2010-10-22 15:46:26 +00:00
pdo_oci - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) 2010-12-10 00:33:48 +00:00
pdo_odbc Remove main/php3_compat.h, for that a few references to function_entry have 2010-03-30 23:03:02 +00:00
pdo_pgsql - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) 2010-12-10 17:50:26 +00:00
pdo_sqlite - New test 2010-07-29 23:46:49 +00:00
pgsql - Fixed bug #47199 (pg_delete() fails on NULL) 2010-11-06 17:43:25 +00:00
phar using PWD which is supported by run-tests.php, rather than $cwd 2010-12-26 09:47:50 +00:00
posix - Fixed no bailout address error and posix tests 2010-11-02 18:06:39 +00:00
pspell - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 2010-09-16 09:13:19 +00:00
readline sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
recode - fix Isotopp 2010-10-24 21:51:54 +00:00
reflection - Improve test 2010-11-21 12:28:10 +00:00
session - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
shmop - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 2010-09-16 09:13:19 +00:00
simplexml fix segfault when node is NULL 2010-12-27 21:47:52 +00:00
skeleton revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
snmp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
soap Fixed WSDL loading using https through proxy 2010-11-08 11:34:32 +00:00
sockets fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
spl SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate 2010-12-26 13:29:29 +00:00
sqlite3 - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
standard * Refactor zend_multibyte facility. 2010-12-19 16:36:37 +00:00
sybase_ct - Add ".so" suffix to checks on libsybct[64] bundles 2010-08-31 12:27:29 +00:00
sysvmsg - WS 2010-09-16 19:15:26 +00:00
sysvsem sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
sysvshm Fixed a possible resource destruction issues in shm_put_var() 2010-05-13 08:34:06 +00:00
tidy * implement new output API, fixing some bugs and implementing some feature 2010-05-31 10:29:43 +00:00
tokenizer Set svn properties 2010-11-22 22:27:06 +00:00
wddx - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty) 2010-08-01 17:34:09 +00:00
xml - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 2010-12-11 22:18:10 +00:00
xmlreader Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
xmlrpc Revert fix for bug #53493 to be compliant with the XML specification 2010-12-13 14:29:42 +00:00
xmlwriter Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
xsl Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
zip - Fixed bug #53603 (ZipArchive should quiet stat errors). 2010-12-24 22:38:36 +00:00
zlib - Fixed bug #52944 (Invalid write on second and subsequent reads with an inflate filter fed invalid data). 2010-09-29 18:58:58 +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