.. |
bcmath
|
- Revert wrong fix
|
2008-08-15 16:36:39 +00:00 |
bz2
|
fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
|
2008-10-11 19:14:08 +00:00 |
calendar
|
New calendar parsing API
|
2008-02-13 23:50:35 +00:00 |
com_dotnet
|
MFH: nuketh C++ comments
|
2008-08-03 12:15:55 +00:00 |
ctype
|
add missing SKIPIF sections
|
2008-07-13 21:34:15 +00:00 |
curl
|
- fix zlib detection and enable features available in 7.18.1
|
2008-08-24 15:16:39 +00:00 |
date
|
Committing test for till
|
2008-10-21 09:33:21 +00:00 |
dba
|
MFH:
|
2008-06-19 22:39:56 +00:00 |
dom
|
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
|
2008-10-20 12:45:47 +00:00 |
enchant
|
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
|
2008-05-12 21:03:49 +00:00 |
ereg
|
propagated const, to avoid "discards qualifiers from pointer target type" errors
|
2008-10-16 11:38:25 +00:00 |
exif
|
MFH
|
2008-08-03 12:11:07 +00:00 |
fileinfo
|
MFH Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping
|
2008-10-20 23:36:14 +00:00 |
filter
|
Fixed bug #46343 (IPv6 address filter accepts invalid address)
|
2008-10-20 23:22:45 +00:00 |
ftp
|
- MFH: don't use inet_ntop when not present
|
2008-07-12 23:26:02 +00:00 |
gd
|
Removed deprecated usage of zend_get_parameters_ex()
|
2008-10-06 17:57:32 +00:00 |
gettext
|
- MFH: use static lib first if found
|
2008-08-01 21:20:08 +00:00 |
gmp
|
Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)
|
2008-01-30 18:25:51 +00:00 |
hash
|
update tests
|
2008-09-18 12:16:15 +00:00 |
iconv
|
clean some dead code (with static analysis help)
|
2008-09-23 15:18:26 +00:00 |
imap
|
Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)
|
2008-10-16 16:21:06 +00:00 |
interbase
|
- MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
|
2008-10-07 18:18:45 +00:00 |
intl
|
Fix for pecl bug 14664 - problem with older gcc
|
2008-10-16 18:06:05 +00:00 |
json
|
- New test
|
2008-10-02 03:36:52 +00:00 |
ldap
|
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:46:07 +00:00 |
libxml
|
MFH: fix warning
|
2008-08-25 21:04:30 +00:00 |
mbstring
|
* MFH remainder
|
2008-10-16 17:38:31 +00:00 |
mcrypt
|
- MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)
|
2008-09-07 22:57:37 +00:00 |
mhash
|
MFH: Fixed #45911 (Cannot disable ext/hash)
|
2008-09-07 13:15:59 +00:00 |
msql
|
- MFH: Initialize variable
|
2008-10-05 04:38:01 +00:00 |
mssql
|
MFH:
|
2008-10-09 18:34:20 +00:00 |
mysql
|
MFH: No mysqli stuff in ext/mysql
|
2008-09-29 21:18:31 +00:00 |
mysqli
|
- Declarations MUST BE done in the beginning of a context
|
2008-10-03 16:19:49 +00:00 |
mysqlnd
|
MFH: Don't dereference NULL-pointer
|
2008-10-19 12:28:43 +00:00 |
oci8
|
MFH: Bug #45888 (Refcounting in ZTS mode)
|
2008-08-28 06:33:24 +00:00 |
odbc
|
- MFH: Added odbc.default_cursortype to control the ODBC cursormodel
|
2008-08-29 19:16:58 +00:00 |
openssl
|
Fixed bug #46271 (local_cert option is not resolved to full path)
|
2008-10-14 23:38:41 +00:00 |
pcntl
|
Add tests for pcntl
|
2008-09-12 19:49:46 +00:00 |
pcre
|
clean some dead code (with static analysis help)
|
2008-09-23 15:18:26 +00:00 |
pdo
|
- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
|
2008-10-14 17:36:02 +00:00 |
pdo_dblib
|
- MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
|
2008-10-04 12:52:58 +00:00 |
pdo_firebird
|
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
|
2008-07-25 13:46:24 +00:00 |
pdo_mysql
|
- Fixed test
|
2008-10-19 18:23:53 +00:00 |
pdo_oci
|
improve OCI detection
|
2008-10-10 20:05:05 +00:00 |
pdo_odbc
|
MFH: nuketh C++ comments
|
2008-08-03 12:15:55 +00:00 |
pdo_pgsql
|
- Fixed compiler warnings
|
2008-10-12 15:01:12 +00:00 |
pdo_sqlite
|
- Added skipif
|
2008-10-10 19:53:20 +00:00 |
pgsql
|
MFH:
|
2008-10-16 00:39:31 +00:00 |
phar
|
- MFH: Fixed bug #45726 (PHP_Archive / Archive.php missing)
|
2008-10-17 01:58:20 +00:00 |
posix
|
MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
|
2008-09-20 22:12:43 +00:00 |
pspell
|
MFH:
|
2008-08-23 16:32:04 +00:00 |
readline
|
- Fixed mem. leak
|
2008-09-10 13:47:29 +00:00 |
recode
|
- New parameter parsing API
|
2008-07-03 12:38:53 +00:00 |
reflection
|
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
|
2008-10-01 07:30:31 +00:00 |
session
|
- Revert idiotic patch (hint: Windows IS NOT the most important OS!)
|
2008-09-07 17:59:24 +00:00 |
shmop
|
- Added arginfo (functions)
|
2008-07-03 01:55:48 +00:00 |
simplexml
|
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
|
2008-10-20 19:29:04 +00:00 |
skeleton
|
MFH: New way for check void parameters
|
2008-03-10 22:15:36 +00:00 |
snmp
|
Fixed bug #45405 (snmp extension memory leak)
|
2008-09-06 07:57:22 +00:00 |
soap
|
ws
|
2008-10-16 15:49:29 +00:00 |
sockets
|
- MFH:
|
2008-08-23 19:22:10 +00:00 |
spl
|
Fix #46317 (Iterator class not properly checked)
|
2008-10-19 18:00:24 +00:00 |
sqlite
|
Updated functions-signatures (const)
|
2008-10-16 12:52:38 +00:00 |
sqlite3
|
Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
|
2008-10-14 09:56:25 +00:00 |
standard
|
Use PHP_DEP_FE instead of throwing an E_DEPRECATED manually inside define_syslog_variables() (Thanks Hannes!)
|
2008-10-16 23:19:13 +00:00 |
sybase_ct
|
- Added arginfo
|
2008-07-01 17:24:10 +00:00 |
sysvmsg
|
- Added arginfo
|
2008-06-30 14:53:17 +00:00 |
sysvsem
|
- New parameter parsing API
|
2008-06-29 12:40:22 +00:00 |
sysvshm
|
- Added arginfo
|
2008-07-01 15:45:54 +00:00 |
tidy
|
- MFH: first static lib then dyn or old one
|
2008-08-01 11:21:50 +00:00 |
tokenizer
|
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
|
2008-07-26 15:30:28 +00:00 |
wddx
|
MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
|
2008-09-11 14:17:31 +00:00 |
xml
|
- Removed unnecessary variable
|
2008-08-24 02:13:23 +00:00 |
xmlreader
|
fix proto
|
2008-08-23 18:06:59 +00:00 |
xmlrpc
|
MFH:
|
2008-09-10 00:07:45 +00:00 |
xmlwriter
|
Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
|
2008-09-17 23:27:53 +00:00 |
xsl
|
MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)
|
2008-09-18 11:47:59 +00:00 |
zip
|
- MFH: file will exist only on error (thx tony for the headup)
|
2008-08-30 23:55:04 +00:00 |
zlib
|
fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
|
2008-10-11 19:14:08 +00:00 |
ext_skel
|
MFH: remove -ldl
|
2008-04-15 12:47:33 +00:00 |
ext_skel_win32.php
|
|
|