.. |
bcmath
|
- Revert bad fix
|
2008-08-15 16:37:22 +00:00 |
bz2
|
MFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
|
2008-10-11 19:14:48 +00:00 |
calendar
|
- killed off UEXPECT
|
2008-05-27 18:16:04 +00:00 |
com_dotnet
|
- Nuketh C++ comments from C files.
|
2008-08-03 12:12:45 +00:00 |
ctype
|
- Removed unnecessary SKIPIF (unicode/tests/*)
|
2008-06-09 15:54:08 +00:00 |
curl
|
- fix zlib detection (shared/static) and add zlib_a support
|
2008-08-05 19:39:51 +00:00 |
date
|
- Updated to version 2008.8 (2008h)
|
2008-10-13 11:45:32 +00:00 |
dba
|
Fix bug #45266 (Fix build with BDB 4)
|
2008-06-19 22:39:03 +00:00 |
dom
|
fix bug #46185 (importNode changes the namespace of an XML element)
|
2008-09-29 16:52:03 +00:00 |
enchant
|
- add test
|
2008-04-16 09:56:36 +00:00 |
ereg
|
- Visibility (bug #45564)
|
2008-07-21 16:22:29 +00:00 |
exif
|
- fix comment style
|
2008-08-03 12:10:51 +00:00 |
fbsql
|
- Nuketh C++ comments from C files.
|
2008-08-03 12:12:45 +00:00 |
fileinfo
|
MFB: removed dead-code
|
2008-10-15 22:57:22 +00:00 |
filter
|
- Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:40:45 +00:00 |
ftp
|
- drop bindlib usage on windows
|
2008-08-21 23:37:40 +00:00 |
gd
|
sz is long not zval**
|
2008-09-22 15:30:59 +00:00 |
gettext
|
- use static lib first if found
|
2008-08-01 21:19:46 +00:00 |
gmp
|
- New parameter parsing API (for gmp_testbit)
|
2008-08-13 12:20:54 +00:00 |
hash
|
update tests
|
2008-09-18 12:15:56 +00:00 |
iconv
|
MFB: clean some dead code
|
2008-09-23 15:22:05 +00:00 |
imap
|
MFB: Fixed a few signedness warnings
|
2008-10-06 01:19:07 +00:00 |
interbase
|
- Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
|
2008-10-07 18:17:44 +00:00 |
intl
|
update tests from 5.x
|
2008-09-08 22:58:31 +00:00 |
json
|
- New test
|
2008-10-02 03:31:27 +00:00 |
ldap
|
- Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:40:45 +00:00 |
libxml
|
fix warning
|
2008-08-25 21:04:00 +00:00 |
mbstring
|
- Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.
|
2008-09-13 19:50:26 +00:00 |
mcrypt
|
check for NULL before freeing
|
2008-09-10 07:31:12 +00:00 |
mhash
|
Fixed #45911 (Cannot disable ext/hash)
|
2008-09-07 13:13:53 +00:00 |
msql
|
- Initialize variable
|
2008-10-05 04:36:18 +00:00 |
mssql
|
* Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!)
|
2008-10-09 18:33:25 +00:00 |
mysql
|
No mysqli stuff in ext/mysql
|
2008-09-29 21:15:16 +00:00 |
mysqli
|
- MFB: Declarations MUST BE done in the beginning of a context
|
2008-10-03 16:20:56 +00:00 |
mysqlnd
|
Improve order in MINFO output
|
2008-10-01 21:35:27 +00:00 |
oci8
|
Bug #45888 (Refcounting in ZTS mode)
|
2008-08-28 06:32:52 +00:00 |
odbc
|
- Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668)
|
2008-08-29 19:15:39 +00:00 |
openssl
|
MFB: Fixed bug #46271 (local_cert option is not resolved to full path)
|
2008-10-14 23:39:02 +00:00 |
pcntl
|
Add tests for pcntl
|
2008-09-12 19:49:38 +00:00 |
pcre
|
MFB: clean some dead code
|
2008-09-23 15:22:05 +00:00 |
pdo
|
- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
|
2008-10-14 17:34:11 +00:00 |
pdo_dblib
|
- Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
|
2008-10-04 12:51:51 +00:00 |
pdo_firebird
|
- Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled.
|
2008-07-25 13:38:41 +00:00 |
pdo_mysql
|
Add PDO::MYSQL_ATTR_COMPRESS connection flag
|
2008-10-14 19:00:11 +00:00 |
pdo_oci
|
improve OCI detection
|
2008-10-10 20:05:31 +00:00 |
pdo_odbc
|
- Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled.
|
2008-07-25 13:38:41 +00:00 |
pdo_pgsql
|
- Removed unused variables
|
2008-08-15 19:57:24 +00:00 |
pdo_sqlite
|
- Added skipif (Opss :))
|
2008-10-10 19:52:55 +00:00 |
pgsql
|
- Fixed possible efree(NULL)
|
2008-10-15 13:34:13 +00:00 |
phar
|
MFB: last test for cached phar copy on write (forgot this one yesterday)
|
2008-10-14 00:38:11 +00:00 |
posix
|
Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
|
2008-09-20 22:12:31 +00:00 |
pspell
|
- MFB: New parameter parsing API
|
2008-08-23 16:20:14 +00:00 |
readline
|
- Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:40:45 +00:00 |
recode
|
- MFB: New parameter parsing API
|
2008-07-03 12:40:48 +00:00 |
reflection
|
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
|
2008-10-01 07:30:52 +00:00 |
session
|
Avoid updating upload progress information too frequently on high transfert
|
2008-09-27 09:08:41 +00:00 |
shmop
|
- Removed unused variables
|
2008-08-15 19:57:24 +00:00 |
simplexml
|
Committting tests for Olafur Waage
|
2008-10-02 20:07:15 +00:00 |
skeleton
|
New macro for check void parameters
|
2008-02-28 14:16:25 +00:00 |
snmp
|
MFB: Fixed bug #45405 (snmp extension memory leak)
|
2008-09-06 07:58:09 +00:00 |
soap
|
Added ability to send user defined HTTP headers with SOAP request
|
2008-10-01 13:13:49 +00:00 |
sockets
|
- drop bindlib usage on windows
|
2008-08-21 23:37:40 +00:00 |
spl
|
Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite)
|
2008-10-05 14:19:55 +00:00 |
sqlite
|
- WS
|
2008-09-13 00:23:35 +00:00 |
sqlite3
|
SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
|
2008-09-30 11:13:43 +00:00 |
standard
|
[DOC] Remove define_syslog_variables() and define_syslog_variables ini option
|
2008-10-15 18:41:18 +00:00 |
sybase_ct
|
- Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:40:45 +00:00 |
sysvmsg
|
- MFB: Added arginfo
|
2008-06-30 14:53:45 +00:00 |
sysvsem
|
Bump copyright year, 2 of 2.
|
2007-12-31 07:12:20 +00:00 |
sysvshm
|
- MFB: Added arginfo
|
2008-07-01 15:50:09 +00:00 |
tidy
|
Fix wrong Unicode string length (bytes) in tidy_parse_string()
|
2008-08-29 22:59:41 +00:00 |
tokenizer
|
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
|
2008-07-26 15:31:38 +00:00 |
unicode
|
- Fixed bug #46067 (Collator methods - Segfault)
|
2008-09-20 22:06:18 +00:00 |
wddx
|
fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
|
2008-09-11 14:16:36 +00:00 |
xml
|
MFB:
|
2008-08-24 02:12:51 +00:00 |
xmlreader
|
Fix proto
|
2008-08-23 18:06:43 +00:00 |
xmlrpc
|
- New tests
|
2008-09-10 00:09:30 +00:00 |
xmlwriter
|
MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
|
2008-09-17 23:28:07 +00:00 |
xsl
|
fix bug #46099 (Xsltprocessor::setProfiling - memory leak)
|
2008-09-18 11:46:54 +00:00 |
zip
|
- file will exist only on error (thx tony for the headup)
|
2008-08-30 23:54:46 +00:00 |
zlib
|
MFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
|
2008-10-11 19:14:48 +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
|
|
|