History log of /PHP-5.4/NEWS (Results 276 – 300 of 6633)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4ded6ee9 30-Oct-2013 Stanislav Malyshev

5.4.23-dev


# 16a9fec8 29-Oct-2013 Yasuo Ohgaki

Update NEWS


# e50eb1ce 26-Oct-2013 Yasuo Ohgaki

Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters


# 5cc797d1 21-Oct-2013 Michael Wallner

exif NEWS


# 27ebcb8d 21-Oct-2013 Stanislav Malyshev

5.4.21 release date


# 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 ...


# 872ef919 15-Oct-2013 Andrea Faulds

UPGRADING and NEWS


# 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 ...


# f6ff3a28 04-Oct-2013 Michael Wallner

Fixed bug #64230 (XMLReader does not suppress errors)


# 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


# 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 ...


# d143c2b6 29-Sep-2013 Stanislav Malyshev

5.4.20 release date


# 30e0442c 22-Sep-2013 Adam Harvey

Copy dba_*() keys before converting to string.

A nice Sunday afternoon project for somebody would be to refactor the dba
functions to use zend_parse_parameters() reliably and try to unta

Copy dba_*() keys before converting to string.

A nice Sunday afternoon project for somebody would be to refactor the dba
functions to use zend_parse_parameters() reliably and try to untangle some of
the macros in dba.c. Sadly, it is not a nice Sunday afternoon here.

Fixes bug #65708 (dba functions cast $key param to string in-place, bypassing
copy on write).

show more ...


# cc66eaa0 20-Sep-2013 Adam Harvey

Fix the broken sh syntax in ext/imap/config.m4.

Patch by ryotakatsuki at gmail dot com. Fixes bug #65721 (configure script
broken in 5.5.4 and 5.4.20 when enabling imap).


# 7a24ee13 18-Sep-2013 David Soria Parra

Revert "EmptyIterator now implements Countable; fixes bug 60577"

This reverts commit 8a936e8eb938965b0daaf076c109ec60141e57a7.


# dfd7d106 17-Sep-2013 David Soria Parra

NEWS for added reserved ip addresses according to RFC 6598


# 6a0b90da 16-Sep-2013 David Soria Parra

NEWS for #60577


# 1939d9e3 16-Sep-2013 David Soria Parra

NEWS for bug #64441


# c0afe829 16-Sep-2013 David Soria Parra

News for bugfix #64157


1...<<11121314151617181920>>...266