History log of /PHP-5.3/NEWS (Results 226 – 250 of 5559)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 227112cb 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).


# 714f1ff4 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without
having had its dtor callback called in between).


# ef19fba2 17-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).

show more ...


# 1ef5fa87 15-Mar-2012 Ilia Alshanetsky

Fixed bug #60947 (Segmentation fault while executing ibase_db_info)


# 601d17d1 14-Mar-2012 Ilia Alshanetsky

Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).


# 9c886ea5 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).


# 2cc64c28 11-Mar-2012 Ilia Alshanetsky

Fixed bug #60569 (Nullbyte truncates Exception $message).


# af2fc625 11-Mar-2012 Felipe Pena

- Fixed memory leak when calling SplFileInfo's constructor twice


# 7536bf96 11-Mar-2012 Xinchen Hui

Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)


# 41fa157c 11-Mar-2012 Xinchen Hui

Fixed bug #61088 (Memory leak in readline_callback_handler_install).


# e2efb680 11-Mar-2012 Xinchen Hui

Sorry for wrong order again.


# fc3e63e4 11-Mar-2012 Xinchen Hui

Re-order them according to README.SVN-RULES


# eff668a5 11-Mar-2012 Xinchen Hui

Oops, sorry for my poor english


# a7639291 11-Mar-2012 Xinchen Hui

Fixed bug #61347 (inconsist isset behavior of Arrayobject)


# 7bbf5fe6 10-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61326 (ArrayObject comparison).


# b61f335b 08-Mar-2012 Ilia Alshanetsky

Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).


# f413b372 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


# b7c9f8ae 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed
rows on postgresql >= 9


# f005f36c 08-Mar-2012 Ilia Alshanetsky

Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())


# 512fdb4c 06-Mar-2012 Johannes Schlüter

Fix bug #61003 mysql_stat() require a valid connection


# dc0070e3 05-Mar-2012 Johannes Schlüter

Fix bug #61194 PDO should export compression flag with myslqnd


# a05a3a0a 05-Mar-2012 Dmitry Stogov

Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header)


# 0fe734b7 03-Mar-2012 Ilia Alshanetsky

Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)


# 3e7792ae 03-Mar-2012 Nikita Popov

Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable


# 37d7df72 02-Mar-2012 Nikita Popov

Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference


12345678910>>...223