History log of /php-src/NEWS (Results 8576 – 8600 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 46f60fae 03-Jan-2014 Anatol Belski

Fixed bug #66395 basename function doesn't remove drive letter

# 9eb79978 02-Jan-2014 Felipe Pena

- BFN

# 41cdb132 30-Dec-2013 Remi Collet

NEWS

# 04c8ce25 30-Dec-2013 Xinchen Hui

Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend)

Use git blame -w to ingore the space changes

# 8f4a5373 28-Dec-2013 Remi Collet

Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

Initial fix was PHP stuff
This one is libgd fix.

- filter invalid crop size
- dont try to copy on invalid posit

Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

Initial fix was PHP stuff
This one is libgd fix.

- filter invalid crop size
- dont try to copy on invalid position
- fix crop size when out of src image
- fix possible NULL deref
- fix possible integer overfloow

show more ...

# 2938329c 27-Dec-2013 Xinchen Hui

Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

And also fixed the bug: arguments are altered after some calls

# 03a37de9 26-Dec-2013 Dmitry Stogov

Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to suppor

Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).

show more ...

# 6414fe28 26-Dec-2013 Dmitry Stogov

Fixed ZEND_MM_MEM_TYPE=mmap_zero

# 8e5048f9 25-Dec-2013 Stanislav Malyshev

5.4.25 next

# 6daa84f1 23-Dec-2013 Stanislav Malyshev

fix NEWS file for master

# 571ac343 23-Dec-2013 Stanislav Malyshev

restore NEWS to the state of 6c5e93fe17c264aa28f8eeb4ec78c9e4a7eedfba

# 0dcaf0f4 23-Dec-2013 Dmitry Stogov

Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"

# befdd177 22-Dec-2013 krakjoe

fix news

# ee55edf5 22-Dec-2013 krakjoe

fix news

# 523a6b50 22-Dec-2013 krakjoe

fix news file

# 621862a1 22-Dec-2013 krakjoe

Merge branch 'PHP-5.6'

* PHP-5.6:
stop warnings from unused opcode map
- BFN

Conflicts:
NEWS
Zend/zend_vm_opcodes.h


# 2a1b6056 22-Dec-2013 krakjoe

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
stop warnings from unused opcode map
- BFN
- Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: mi

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
stop warnings from unused opcode map
- BFN
- Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: michael at orlitzky dot com
Included new .c file in build too
Fixed little typo in zend_vm_gen.php
Moved to new file, killing a lot of warnings

show more ...


# 247ec0d8 22-Dec-2013 krakjoe

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
stop warnings from unused opcode map
- BFN


# c14388d6 22-Dec-2013 Felipe Pena

- BFN

# 6c5e93fe 20-Dec-2013 Bob Weinand

Added NEWS and UPGRADING info for phpdbg

# a7c50ccc 19-Dec-2013 Boris Lytochkin

keep 'em sorted

# 324eb074 19-Dec-2013 Boris Lytochkin

Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)

# bb51d0e4 19-Dec-2013 Boris Lytochkin

Fixed SNMP_ERR_TOOBIG handling for bulk walk operations

# eda1cec6 19-Dec-2013 Remi Collet

NEWS

# 20eb8e4d 19-Dec-2013 Remi Collet

Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)

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