History log of /php-src/NEWS (Results 8876 – 8900 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 46214a23 29-Jun-2013 Yasuo Ohgaki

Update NEWS

# 4020ef89 28-Jun-2013 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
Update NEWS
small optimization
fix bug #61860:

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
Update NEWS
small optimization
fix bug #61860: use USearch for searches, it does the right thing

show more ...


# e46beabe 28-Jun-2013 Stanislav Malyshev

Merge branch 'bug61860' into PHP-5.4

* bug61860:
small optimization
fix bug #61860: use USearch for searches, it does the right thing


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0
# 3becd387 21-Feb-2012 Adam Harvey

Add a __wakeup() method to SplFixedArray, thereby fixing serialising an

SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(),
count() return 0, keys are strings).

# e00ed6bc 27-Jun-2013 Arpad Ray

Update NEWS

# 41565a23 27-Jun-2013 Arpad Ray

Update NEWS

# 60bbc78b 27-Jun-2013 Xinchen Hui

Update NEWS:w

# fa8611c8 27-Jun-2013 Xinchen Hui

Fixed bug #65136 (RecursiveDirectoryIterator segfault)

# 76866e0a 26-Jun-2013 Felipe Pena

- BFN

# 02682f41 26-Jun-2013 Felipe Pena

- Reclassify bug

# 891bd46f 26-Jun-2013 Felipe Pena

- BFN

# 8922c50c 26-Jun-2013 Yasuo Ohgaki

Update NEWS

# 12b75e3d 26-Jun-2013 Felipe Pena

- BFN

# 91bd2de8 26-Jun-2013 Christopher Jones

Update NEWS

# 12fdf8fb 26-Jun-2013 Christopher Jones

Update NEWS

# a689fde2 26-Jun-2013 Felipe Pena

- BFN

# 40c36019 25-Jun-2013 Felipe Pena

- BFN

# 5ae1983b 25-Jun-2013 Felipe Pena

- BFN

# 157ccaf5 25-Jun-2013 Xinchen Hui

Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)

I can not get a reproduce script since the context is very strict.

Of course I will try to make one, but for now, I just comm

Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)

I can not get a reproduce script since the context is very strict.

Of course I will try to make one, but for now, I just commit this first.

show more ...

# efd3c72d 25-Jun-2013 Xinchen Hui

Update NEWS

# 38eb909d 25-Jun-2013 Xinchen Hui

Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice)

# d43a2f0f 24-Jun-2013 Felipe Pena

- BFN

# a6a3aa5d 24-Jun-2013 Xinchen Hui

Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
Zend/zend_API.c


# 9cf3e653 24-Jun-2013 Xinchen Hui

Fixed bug (is_callable() triggers Fatal Error)

This bug is also exists in 5.4, and previous fix by dsp is not complete
for __callStatic stituation, see test script

# ecd9d762 24-Jun-2013 David Soria Parra

Fix #65108 (is_callable() triggers Fatal Error)

We have to check if the fcall info cache contains a pointer if we
use __call, otherwise we endup in a static lookup.

1...<<351352353354355356357358359360>>...619