History log of /php-src/NEWS (Results 12926 – 12950 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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)

# f0cf877a 05-Apr-2006 Ilia Alshanetsky

Fixed bug #36957 (serialize() does not handle recursion).

# c58e1fa5 04-Apr-2006 Marcus Boerger

- MFH
. Fixed bug #36941 (ArrayIterator does not clone itself)
. Fixed SEGV when ArrayObject/Iterator use reference to self
. Added tests

Revision tags: php-5.1.3RC2
# 0e07f0b1 30-Mar-2006 Ilia Alshanetsky

Go with RC2

# 4aece807 30-Mar-2006 Ilia Alshanetsky

Fixed XSS inside phpinfo() with long inputs.

# 59b8592c 29-Mar-2006 Antony Dovgal

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_ob

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)

to initialize and destroy zend_object structs

show more ...

# 77acc692 28-Mar-2006 Ilia Alshanetsky

Fixed bug #36886 (User filters can leak buckets in some situations).

# 6dc42ef1 28-Mar-2006 Antony Dovgal

fix #36851 (Documentation and code discrepancies for NULL data)

# 4ca3df56 27-Mar-2006 Ilia Alshanetsky

Check 2nd parameter of tempnam() against path components.

# a93bd9d4 27-Mar-2006 Antony Dovgal

fix #36878 (error messages are printed even though an exception has been thrown)

# 2030a7a2 27-Mar-2006 Antony Dovgal

fix #36869 (memory leak in output buffering when using chunked output)

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