History log of /PHP-5.3/ (Results 151 – 175 of 46464)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7b113d7821-Feb-2013 Dmitry Stogov

PHAR should modify entry timestamp when it's modified

bc55a8eb21-Feb-2013 Sara Golemon

http-stream test requires network connectivity

81e9aa6c21-Feb-2013 Anatol Belski

updated lib versions

8e76d04020-Feb-2013 Dmitry Stogov

Fixed external entity loading

afc1debb20-Feb-2013 Johannes Schlüter

5.3.22 NEWS

558c5dbe19-Feb-2013 Anatol Belski

fix the test for curl 7.29.0+

01ae5c3c17-Feb-2013 Xinchen Hui

Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)

188c196d13-Feb-2013 Dmitry Stogov

Proper bit reset code

afe98b7807-Feb-2013 Dmitry Stogov

Disabled external entities loading

cc4c318b07-Feb-2013 Dmitry Stogov

Check if soap.wsdl_cache_dir confirms to open_basedir

a80fdc4730-Jan-2013 Johannes Schlüter

This will be PHP 5.3.23

321f4f1830-Jan-2013 Nikita Popov

Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended

ec53b60029-Jan-2013 Johannes Schlüter

Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3


93fd9c7029-Jan-2013 Johannes Schlüter

Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)

38bf695123-Jan-2013 Gustavo Lopes

NEWS for bug #64023 (see aa0adce)

aa0adce419-Jan-2013 Gustavo Lopes

Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore

Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.

show more ...

33b104c714-Jan-2013 Stanislav Malyshev

fix bug #63462 (Magic methods called twice for unset protected properties)

be2f547416-Jan-2013 Johannes Schlüter

Fix NEWS after 5.3.21

f63a9f6c16-Jan-2013 Adam Harvey

Update the arguments in the prototype of fpm_socket_unix_test_connect().

Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).

c077074c15-Jan-2013 Adam Harvey

Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec0960

Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.

show more ...

9b5cb0e815-Jan-2013 Adam Harvey

Update fputcsv() to escape all characters equally.

At present, backslashes have special case handling within fputcsv(): when one
is encountered within a field that's being escaped, escap

Update fputcsv() to escape all characters equally.

At present, backslashes have special case handling within fputcsv(): when one
is encountered within a field that's being escaped, escaping stops until the
next instance of the enclosure character is hit. This can result in malformed
CSV.

Fixes bug #43225 (fputcsv incorrectly handles cells ending in \ followed by ").

show more ...

e1410b5a10-Jan-2013 Dmitry Stogov

Fixed uninitialized zval.type (Yoram)

dc9f0e7010-Jan-2013 Remi Collet

Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle)
See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68

12e759c209-Jan-2013 Andrey Hristov

Use during connect the flags set with set_client_option()

d4650c5d09-Jan-2013 Dmitry Stogov

Fixed compilator bug that might cause jump depended on unitialized value

12345678910>>...1859