History log of /php-src/NEWS (Results 8701 – 8725 of 15462)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 27ebcb8d 21-Oct-2013 Stanislav Malyshev

5.4.21 release date

# 66868c8f 17-Oct-2013 Michael Wallner

TLS news

# 865f2216 16-Oct-2013 Nikita Popov

Merge branch 'PHP-5.4' into PHP-5.5


# 4c0bb6d7 16-Oct-2013 bwoebi

Fixed bug #65911 ($this not usable as static property)

In context of static accesses like classname::$this, the string
"$this" should not be handled like a $this variable, but as an

Fixed bug #65911 ($this not usable as static property)

In context of static accesses like classname::$this, the string
"$this" should not be handled like a $this variable, but as an
identifier for a static variable.

show more ...

# aa76f779 15-Oct-2013 Julien Pauli

5.5.6 now

# ef8cf768 10-Oct-2013 Dmitry Stogov

Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).

# e3c7b487 09-Oct-2013 Michael Wallner

consolidate NEWS with 5.4

# cf6413ae 08-Oct-2013 Michael Wallner

openssl NEWS,UPGRADING

# f32d2ac3 08-Oct-2013 Michael Wallner

fix bug #51076 (race condition in shtool's mkdir -p)

# 248afd1c 05-Oct-2013 Felipe Pena

- BFN

# 96cc4199 02-Oct-2013 Philip Hofstetter

Fix bug #65667: ftp_nb_continue produces segfault

the idea behind ftp_nb_get is for it to be followed by multiple calls
to ftp_nb_continue in order to download a file piece-by-piece.

Fix bug #65667: ftp_nb_continue produces segfault

the idea behind ftp_nb_get is for it to be followed by multiple calls
to ftp_nb_continue in order to download a file piece-by-piece.

As such, it's unwise to close the stream used to write the downloaded
data to when the file hasn't been completely downloaded within the first
call to ftp_nb_get.

This regression was added in a93a462dcefd62e07963dd2da506fbb3409c88b5
and this patch restores the behavior that was seen pre-patch.

show more ...

# 536260f2 04-Oct-2013 Nikita Popov

Fix bug #65821: By-ref foreach on property access of string offset segfaults

This removes the now unnecessary ZEND_FETCH_ADD_LOCK on the
container of a property fetch of a by-reference f

Fix bug #65821: By-ref foreach on property access of string offset segfaults

This removes the now unnecessary ZEND_FETCH_ADD_LOCK on the
container of a property fetch of a by-reference foreach.

show more ...

# f6ff3a28 04-Oct-2013 Michael Wallner

Fixed bug #64230 (XMLReader does not suppress errors)

# 099b2956 03-Oct-2013 Michael Wallner

add NEWS and UPGRADING about gost-crypto

# c7b1d76e 03-Oct-2013 Michael Wallner

fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency

# dc3d360a 03-Oct-2013 Michael Wallner

typo: really fix bug #51936 Crash with clone xmlreader

# fc3f8a8f 03-Oct-2013 Michael Wallner

fix bug #59613 (Crash with clone XMLReader)

# 9209c19f 02-Oct-2013 Michael Wallner

fix bug #65808 the socket_connect() won't work with IPv6 address

# b2f8f35a 02-Oct-2013 Stanislav Malyshev

5.4.22-dev now

# cd1cab3f 01-Oct-2013 Michael Wallner

fix bug #62396 'make test' crashes starting with 5.3.14
(missing gzencode())

# 18b04b48 01-Oct-2013 Michael Wallner

Fixed bug #61548

# 6b68f44e 29-Sep-2013 Nikita Popov

Fix bug #64979: Wrong behavior of static variables in closure generators

# f0c92656 29-Sep-2013 Nikita Popov

Fix bug #65322: compile time errors won't trigger auto loading

Also fixes duplicate bugs #54054 and #42098.

Furthermore this fixes incorrect error messages thrown from code
runn

Fix bug #65322: compile time errors won't trigger auto loading

Also fixes duplicate bugs #54054 and #42098.

Furthermore this fixes incorrect error messages thrown from code
running inside an error handler when a compilation is in progress.
The error file and line are now correctly associated with the
file/line of the executor, rather than the compiler.

show more ...

# f0c1ea1d 29-Sep-2013 Stanislav Malyshev

5.5.4 release date

# d143c2b6 29-Sep-2013 Stanislav Malyshev

5.4.20 release date

1...<<341342343344345346347348349350>>...619