Antony Dovgal
9de5929efa
add news entry
...
+ minor text fixes
2007-03-29 09:33:50 +00:00
Dmitry Stogov
4a119f9a79
Improved FastCGI SAPI to support external pipe and socket servers on win32
2007-03-28 15:39:22 +00:00
Antony Dovgal
481609c980
MFH: fix #40392 (memory leaks in PHP milter SAPI)
2007-03-28 10:08:31 +00:00
Rob Richards
c0cd876a7f
BFN
2007-03-26 20:17:30 +00:00
Antony Dovgal
7053b89072
MFH: fix #40915 (addcslashes unexpected behavior with binary input)
2007-03-26 10:25:41 +00:00
Stanislav Malyshev
10f7bb95e8
fix MOPB-29 - unserialize modifier S does not calculate length correctly
2007-03-23 20:22:52 +00:00
Dmitry Stogov
6458e42496
Fixed bug #40899 (memory leak when nesting list())
2007-03-23 12:46:16 +00:00
Dmitry Stogov
2dd2ac6d50
Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
2007-03-23 07:59:26 +00:00
Wez Furlong
76329a99f0
Add php_pdo_sqlite_external.dll to windows build.
...
This allows the user to provide their own version of sqlite3.dll.
The php_pdo_sqlite.dll is still there, and will continue to be there.
It is built from the bundled sources.
[[DOC]]
(this should cc: phpdoc, if it's wrong, please let the docs folks know :-)
2007-03-22 01:00:23 +00:00
Ilia Alshanetsky
5abffb51b6
Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).
2007-03-21 00:25:55 +00:00
Marcus Boerger
4c1c431a38
- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
...
of string enclosed integers)
2007-03-20 20:28:08 +00:00
Antony Dovgal
e8bd8d03b3
BFN
2007-03-20 19:39:27 +00:00
Dmitry Stogov
3ee54ce924
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
2007-03-20 09:52:14 +00:00
Dmitry Stogov
ef06bfa3ec
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)
2007-03-20 07:51:32 +00:00
Dmitry Stogov
d514bf27a6
Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm.
2007-03-20 06:46:48 +00:00
Ilia Alshanetsky
13aac95bfc
Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
...
multipart e-mails).
2007-03-19 22:56:57 +00:00
Dmitry Stogov
b0a875104e
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get())
2007-03-19 18:31:30 +00:00
Rob Richards
ded5324d49
BFN
2007-03-18 21:31:57 +00:00
Wez Furlong
ff0864ebac
BFN, #40848
2007-03-18 20:21:43 +00:00
Antony Dovgal
8e67ec8225
MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
2007-03-17 23:00:49 +00:00
Stanislav Malyshev
d0c229d4cb
clarify
2007-03-16 21:49:56 +00:00
Stanislav Malyshev
b44c524b7c
array_user_key_compare() fix
2007-03-16 19:58:19 +00:00
Antony Dovgal
c0aae895c6
BFN
2007-03-16 09:31:20 +00:00
Antony Dovgal
bfb599b067
BFN
2007-03-15 16:44:35 +00:00
Antony Dovgal
f9d54cbb75
MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout)
2007-03-14 19:22:14 +00:00
Pierre Joye
b85f4d4077
- leak in extract
2007-03-14 16:36:16 +00:00
Pierre Joye
6e074459fc
- add ::open to the safemode check entry
2007-03-14 15:10:37 +00:00
Antony Dovgal
6e47537a01
BFN
2007-03-14 11:58:18 +00:00
Pierre Joye
b40b5b5305
- MFH: Fixed possible relative path issues in zip_open in TS mode (old API)
2007-03-14 11:32:25 +00:00
Pierre Joye
1c0b8e6f15
- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
...
confusing in head without confusion)
- Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
patch). Bug found by Stefan Esser in his MOPB-20-2007
2007-03-14 11:08:57 +00:00
Dmitry Stogov
ab699d03bc
Fixed bug #40770 (Apache child exits when PHP memory limit reached)
2007-03-12 16:59:52 +00:00
Antony Dovgal
ed844bbb3f
BFN
2007-03-12 13:10:55 +00:00
Edin Kadribasic
ff53da7213
Lib upgrade news
2007-03-12 03:10:08 +00:00
Pierre Joye
cb11ba761e
- MFH: CVE-2007-1001, integer overflow with invalid wbmp images
2007-03-10 12:18:36 +00:00
Pierre Joye
547e4760e0
- #40764 , line thickness not respected for horizontal and vertical lines
...
- add test
- NEWS entry
2007-03-10 01:13:19 +00:00
Ilia Alshanetsky
02fae929af
Fixed bug #40754 (added substr() & substr_replace() overflow checks).
2007-03-09 01:58:34 +00:00
Stanislav Malyshev
0aa13e923b
more fixes
2007-03-08 22:53:37 +00:00
Stanislav Malyshev
c4423ae27d
add news
2007-03-08 22:44:22 +00:00
Nuno Lopes
95391e4f9c
BFN: gd gif reading
2007-03-08 22:04:33 +00:00
Antony Dovgal
af1843f866
MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
2007-03-08 00:44:23 +00:00
Antony Dovgal
c73225ab61
MFH: fix #40727 (segfault in PDO when failed to bind parameters)
2007-03-07 09:03:07 +00:00
Derick Rethans
d447facb42
- Updated timezone database to version 2007.3. (Derick)
2007-03-06 21:28:37 +00:00
Ilia Alshanetsky
ff3e825083
Fixed bug #40417 (Allow multiple instances of the same named PDO token in
...
prepared statement emulation code).
2007-03-06 00:52:55 +00:00
andy wharmby
a252c79d53
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)
2007-03-05 15:49:00 +00:00
Michael Wallner
c938da6a97
BFN
2007-03-05 14:10:27 +00:00
Ilia Alshanetsky
ecf4e93630
Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpc
...
and MySQL's NDB table handler).
2007-03-04 18:24:49 +00:00
Ilia Alshanetsky
1ac71c4fe9
Fixed bug #40709 (array_reduce() behaves strange with one item stored
...
arrays).
2007-03-04 17:21:16 +00:00
Edin Kadribasic
285edfcd77
Library update
2007-03-03 23:10:16 +00:00
Marcus Boerger
276aed565e
- The # line does not belong here
2007-03-03 15:18:03 +00:00
Marcus Boerger
e5397c076b
- MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIterator::getBasename
...
- MFH Add SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath()
# All based on suggestions by Arnold Daniels
2007-03-03 15:08:59 +00:00