History log of /php-src/NEWS (Results 12926 – 12950 of 15469)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5fd09944 17-Apr-2006 foobar

BFN

# 79d8f014 16-Apr-2006 Ilia Alshanetsky

Fixed bug #37045 (Fixed check for special chars for http redirects).

# 29254a47 15-Apr-2006 Antony Dovgal

fix #37062 (compile failure on ARM architecture)
if ARM is big endian - don't define IEEE_LITTLE_ENDIAN

# 67abcb58 13-Apr-2006 Dmitry Stogov

Fixed bug #36513 (comment will be outputed in last line)

# 65fcbcbd 13-Apr-2006 Antony Dovgal

fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data length from cURL, so it's binary safe.
fix leak appearing when re-using curl handle

# f897cff4 13-Apr-2006 Dmitry Stogov

Fixed bug #37054 (SoapClient Error Fetching http headers)

# 9047558f 12-Apr-2006 Johannes Schlüter

- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)

# 5751903b 12-Apr-2006 Antony Dovgal

fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
add tests

# 195271dd 12-Apr-2006 Antony Dovgal

fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unaccessible)

# bac1fda3 12-Apr-2006 Antony Dovgal

fix #37055 (incorrect reference counting for persistent OCI8 connections)

# d23c1d76 12-Apr-2006 Antony Dovgal

fix #37053 (html_errors with internal classes produces wrong links)

# f23d01ad 12-Apr-2006 Dmitry Stogov

Fixed bug #37046 (foreach breaks static scope)

# 6e762e64 12-Apr-2006 Dmitry Stogov

Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)

# 4043f77e 11-Apr-2006 Derick Rethans

- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick)
- MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick)
- MFH: Implemente

- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick)
- MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick)
- MFH: Implemented better error and warning handling that is also used for the
date_parse() function.
- MFH: Fixed problems with "T" in front of a time string was seen as a time
zone string.
- MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not
correctly parsed.

Experimental support (All MFH):
- Added the date_parse() function that returns a parsed date/time string
including warnings and errors.
- Added the timezone_name_from_abbr() function that exposes the guessing
mechanism that tries to find a timezone identifier from a timezone
abbreviation and GMT offset.

show more ...

# 07d77504 10-Apr-2006 Dmitry Stogov

Fixed bug #36908 (wsdl default value overrides value in soap request).

# 52410905 10-Apr-2006 foobar

Fix NEWS

# 06ef71fe 09-Apr-2006 Andrei Zmievski

Speed up SoapClient/SoapServer constructors by caching WSDL structures
in memory. All WSDL files will be cached, unless turned off via an
option to the constructor.

# 8afc859b 09-Apr-2006 Ilia Alshanetsky

*** empty log message ***

# 5151efc2 07-Apr-2006 Ilia Alshanetsky

RC3

# 3d7abc29 06-Apr-2006 Andrei Zmievski

*** empty log message ***

# ad7768ee 06-Apr-2006 Antony Dovgal

fix #36981 (SplFileObject->fgets() ignores max_length)

# 8f7319a4 06-Apr-2006 Ilia Alshanetsky

Fixed safe_mode check for source argument of the copy() function.

# 783dd9f0 05-Apr-2006 Antony Dovgal

BFN

# 793d0ab7 05-Apr-2006 Georg Richter

fixed bigint conversion errors (windows)

# e25a1dcc 05-Apr-2006 Antony Dovgal

fix #36944 (strncmp & strncasecmp do not return false on negative string length)

1...<<511512513514515516517518519520>>...619