History log of /php-src/NEWS (Results 8551 – 8575 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2de24f18 21-Jan-2014 Stanislav Malyshev

fix news

# 5c964fb3 21-Jan-2014 Johannes Schlüter

fix NEWS formatting

# 2311ba7d 21-Jan-2014 Johannes Schlüter

Fix bug #66283 (Segmentation fault after memory_limit)

There are situations where mysqlnd dupliates zvals while freeing result
sets. If the memory_limit is reached during this operation

Fix bug #66283 (Segmentation fault after memory_limit)

There are situations where mysqlnd dupliates zvals while freeing result
sets. If the memory_limit is reached during this operation the engine
will bailout. This patch makes sure that a later attempt (during
RSHIUTDOWN) won't cause a double free, instead we rely on the engine to
free emalloc()ed memory after bailout.

show more ...

# 5817111b 21-Jan-2014 Ferenc Kovacs

starting a new NEWS section for alpha2

# a3837d88 20-Jan-2014 Will Fitch

Updating NEWS with PDO change

# 6e7d132b 20-Jan-2014 Will Fitch

Updating NEWS with 66509 change

# 31d67bd3 20-Jan-2014 Remi Collet

Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

Checking all libedit functions, this check is done in each functions (add_history,
read_history, write

Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

Checking all libedit functions, this check is done in each functions (add_history,
read_history, write_history, ...) but is missing in clear_history.

Test coverage: readline_clear_history_001.phpt

show more ...

# b2606f66 19-Jan-2014 Will Fitch

Update NEWS for bug fix #62479

# 767e6d2e 18-Jan-2014 Will Fitch

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #66509: copy() arginfo incorrect since 5.4

Conflicts:
NEWS


# 5b906ce6 18-Jan-2014 Will Fitch

Fix bug #66509: copy() arginfo incorrect since 5.4

Since 5.4, the ZEND_BEGIN_ARG_INFO_EX was replaced
by non _EX, causing Reflection to assume the
$context parameter is required.

# 03386d17 17-Jan-2014 Michael Wallner

Clarify always_populate_raw_post_data situation in 5.6

# b070f108 17-Jan-2014 Yasuo Ohgaki

Update NEWS

# b777248d 16-Jan-2014 Xinchen Hui

Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)

# 57cf8eac 16-Jan-2014 Xinchen Hui

Revert "Update NEWS"

This reverts commit 8f5de8ddcf5fea43928cf2358b95f3de1ab5ade9.

# ffcff225 16-Jan-2014 Yasuo Ohgaki

Update NEWS

# 8f5de8dd 16-Jan-2014 Yasuo Ohgaki

Update NEWS

# 28be6aea 15-Jan-2014 Yasuo Ohgaki

Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up

# f52c251f 15-Jan-2014 Yasuo Ohgaki

Fixed session module is sending multiple set-cookie headers when session.use_strict_mode=1

# 58dff7ce 14-Jan-2014 Yasuo Ohgaki

Made pg_version() return full connection info.

# ce2f024e 13-Jan-2014 Dmitry Stogov

Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)

# fcd75690 13-Jan-2014 Dmitry Stogov

Fixed bug #66474 (Optimizer bug in constant string to boolean conversion)

# 27789571 10-Jan-2014 Julien Pauli

5.5.9-dev now

# aaec1990 03-Jan-2014 Anatol Belski

updated NEWS

# 7e8e21df 04-Jan-2014 Nikita Popov

Fix bug #66286: Incorrect object comparison with inheritance

std_compare_objects immidiately returned 0 if the property tables
of both objects contain NULL at some index. Thus it would r

Fix bug #66286: Incorrect object comparison with inheritance

std_compare_objects immidiately returned 0 if the property tables
of both objects contain NULL at some index. Thus it would report
objects as equal even though properties following after that
differ.

show more ...

# 8a5ac85f 03-Jan-2014 Anatol Belski

updated NEWS

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