History log of /php-src/NEWS (Results 9276 – 9300 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d398456e 05-Dec-2012 Stanislav Malyshev

update NEWS

# fd650ec9 05-Dec-2012 Stanislav Malyshev

fix bug #63666 - Poor date() performance

# 86bf83dc 04-Dec-2012 David Soria Parra

News for enabling systemtap support on linux

# 7651d645 04-Dec-2012 Dmitry Stogov

Optimized access to temporary and compiled VM variables

# 12de2e91 02-Dec-2012 Lars Strojny

News entry for bug #49341

# 7552a7eb 01-Dec-2012 Remi Collet

NEWS

# 31ab57e0 01-Dec-2012 Remi Collet

NEWS

# 70f83f35 30-Nov-2012 Dmitry Stogov

. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocate

. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more.
. Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.

show more ...

# ff6c9e27 30-Nov-2012 Xinchen Hui

Fixed bug #63377 (Segfault on output buffer)

# 96300f55 30-Nov-2012 Xinchen Hui

format

# 00d86afe 30-Nov-2012 Xinchen Hui

Format

# b6898195 30-Nov-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


# 40fabf68 30-Nov-2012 Xinchen Hui

Fixed bug #63398 (Segfault when polling closed link)

# 7f7cff0b 29-Nov-2012 Dmitry Stogov

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)

Conflicts:
NEWS
ext/soap/soap.c


# dc2192c0 29-Nov-2012 Dmitry Stogov

Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)

# 1a09bf80 29-Nov-2012 Dmitry Stogov

Fixed bug #61557 (Crasher in tt-rss backend.php)

# f877d7fe 29-Nov-2012 Dmitry Stogov

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63635 (Segfault in gc_collect_cycles)

Conflicts:
NEWS


# 92e2f293 29-Nov-2012 Dmitry Stogov

Fixed bug #63635 (Segfault in gc_collect_cycles)

# c37d7a94 28-Nov-2012 Remi Collet

NEWS

# bc492007 28-Nov-2012 Remi Collet

Fixed Bug #63581 Possible buffer overflow

In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last

Fixed Bug #63581 Possible buffer overflow

In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last loop (len = 1024 or 1025). (ack from fat).

This issue where found from by static code analysis tool and, so,
I can't provide any reproducer.

show more ...

# be1e5b9c 28-Nov-2012 Michael Wallner

BFN #61272

# ca240f5b 27-Nov-2012 Anatoliy Belsky

updated NEWS

# d88017e9 27-Nov-2012 Anatoliy Belsky

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

Conflicts:
NEWS
ext/file

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

Conflicts:
NEWS
ext/fileinfo/libmagic.patch
ext/fileinfo/tests/finfo_open_error-win32.phpt

show more ...


# e6b727d3 27-Nov-2012 Anatoliy Belsky

Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

# 070239a1 27-Nov-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


1...<<371372373374375376377378379380>>...619