History log of /php-src/NEWS (Results 8126 – 8150 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d472434e 08-Jul-2014 Anatol Belski

updated NEWS

# 208ae549 08-Jul-2014 Remi Collet

NEWS

# 7b6757d9 08-Jul-2014 Remi Collet

NEWS

# 49403490 08-Jul-2014 Remi Collet

NEWS

# 70e9d3e2 07-Jul-2014 Adam Harvey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).


# 1939b34c 07-Jul-2014 Adam Harvey

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).


# 604de67b 07-Jul-2014 Adam Harvey

Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when a

Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.

show more ...

# 04a227dd 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
fix format


# 8ba240a7 07-Jul-2014 Stanislav Malyshev

Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone

# 897b7b68 07-Jul-2014 Stanislav Malyshev

fix format

# effb2b7a 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
Make sure the generator script also creates a newline at the en

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
Make sure the generator script also creates a newline at the end of file
Add newline at end of file to prevent compilation warning

show more ...


# 8ddf9a2d 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)


# 6c8a570a 07-Jul-2014 Stanislav Malyshev

Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)

# 2d9885c8 15-May-2014 Sara Golemon

Fix handling of session user module custom handlers.

According to the documentation, returning TRUE from
user based session handlers should indicate success,
while returning FALSE sh

Fix handling of session user module custom handlers.

According to the documentation, returning TRUE from
user based session handlers should indicate success,
while returning FALSE should indicate failure.

The existing logic relied on casting the return value
to an integer and returning that from the function.
However, the internal handlers use SUCCESS/FAILURE
where SUCCESS == 0, and FAILURE == -1, so the following
behavior map occurs:

return false; => return 0; => return SUCCESS
return true; => return 1; => return <undefined>

Since the session API checks against FAILURE,
both boolean responses wind up appearing like "not FAILURE".

This diff reasserts boolean responses to behave as
documented and introduces some special handling
for integer responses of 0 and -1 so that code can be
written for older and newer versions of PHP.

show more ...

# 0378b4ca 06-Jul-2014 Bob Weinand

Reference bug report instead of github issue in NEWS file

# 715aea43 05-Jul-2014 Bob Weinand

Update NEWS

# 88c1ce32 02-Jul-2014 Michael Wallner

BFN for bug #67551 (php://input temp file will be located in sys_temp_dir instead of upload_tmp_dir)

# 155b5d17 02-Jul-2014 Michael Wallner

reorder

# 989cdabe 03-Jul-2014 Xinchen Hui

Update NEWS

# 2034ace0 03-Jul-2014 Xinchen Hui

Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)

# 1f6b877f 03-Jul-2014 Xinchen Hui

Fixed section

# e17bfb47 03-Jul-2014 Xinchen Hui

Add CVE ID

# 4827806b 02-Jul-2014 Nikita Popov

Merge branch 'PHP-5.5' into PHP-5.6


# 8c4156ed 02-Jul-2014 Nikita Popov

Merge branch 'PHP-5.4' into PHP-5.5


# 3cc6bd10 02-Jul-2014 Nikita Popov

Fix bug #67151: strtr with empty array crashes

1...<<321322323324325326327328329330>>...619