History log of /php-src/NEWS (Results 7026 – 7050 of 15457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# dbbc0e4c 03-Sep-2015 Lior Kaplan

Align NEWS entries format

# fcece2a7 03-Sep-2015 Anatol Belski

sync NEWS

# 23b88d38 03-Sep-2015 Lior Kaplan

Align NEWS entries format

# abf0ede0 03-Sep-2015 Lior Kaplan

Add CVE for #70140 (PHP 7.0.0 Beta 3)

# 6815c08e 03-Sep-2015 Xinchen Hui

Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex)

# 52b2a3ff 02-Sep-2015 Ferenc Kovacs

move the phpdbg NEWS entry to the correct version

# 3759de24 02-Sep-2015 Ferenc Kovacs

add missing news entries

# b15eff63 01-Sep-2015 Christoph M. Becker

Fix #32490: constructor of mysqli has wrong name

As of PHP 7 old style constructor names are deprecated, so we rename
mysqli::mysqli() to mysqli::__construct().

# 31b634bf 01-Sep-2015 Stanislav Malyshev

update NEWS

# 50d6fd6a 01-Sep-2015 Bob Weinand

Fixed bug #70397 (Segmentation fault when using Closure::call and yield)

# 014abbc8 30-Aug-2015 Xinchen Hui

Merge branch 'PHP-5.6'

Conflicts:
ext/pdo/pdo_dbh.c
ext/pdo/php_pdo_driver.h


# ef1bd8f0 30-Aug-2015 Xinchen Hui

Fixed bug #70389 (PDO constructor changes unrelated variables)

# 6b3e4436 29-Aug-2015 Matteo Beccati

Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED

since 90114a3e93f5209b3d880d154fdb61d3d0c67185

# de63ebf5 27-Aug-2015 Adam Harvey

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix NEWS indentation.
Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.


# 4ddc4af8 27-Aug-2015 Adam Harvey

Fix NEWS indentation.

# e872f4d9 27-Aug-2015 Adam Harvey

Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.

Fixes bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building
extensions).

# 0a3f2caa 27-Aug-2015 Jakub Zelenka

Remove merged bug #55259 info from PHP 7 NEWS

# e4f93546 27-Aug-2015 Jakub Zelenka

Merge branch 'PHP-5.6'


# a5864d99 27-Aug-2015 Jakub Zelenka

Update NEWS with info about bug #55259

# 25f9e255 26-Aug-2015 Dmitry Stogov

Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)

# a8d38674 24-Aug-2015 Christoph M. Becker

updated NEWS

# e5adf2b4 24-Aug-2015 Christoph M. Becker

updated NEWS

# fd5e0dc3 24-Aug-2015 Xinchen Hui

Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't working)

# f56534e4 23-Aug-2015 Xinchen Hui

Fixed Bug #70332 (Wrong behavior while returning reference on object)

This fix is actually made for array acessing bug fix (#70262) which is
discarded since we have another better fix, a

Fixed Bug #70332 (Wrong behavior while returning reference on object)

This fix is actually made for array acessing bug fix (#70262) which is
discarded since we have another better fix, anyway now seems this is still useful

show more ...

# 272cccd1 23-Aug-2015 Bob Weinand

Fix phpdbg_break_next()

1...<<281282283284285286287288289290>>...619