History log of /PHP-5.5/ (Results 701 – 725 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c85f12e304-Feb-2015 Julien Pauli

Revert "json_decode() should generate a syntax error when given ""."

This reverts commit a7b3abe4e6f5e2fdfd8d55b676c9ca6b3f9c8cc8.

cb3833a304-Feb-2015 William Felipe Welter

Fixed bug #68638 pg_update() fails to store infinite values.

Regex to check float values changed to accept "infinity" values
and ignore case. Quotes are added to prevent syntax error on

Fixed bug #68638 pg_update() fails to store infinite values.

Regex to check float values changed to accept "infinity" values
and ignore case. Quotes are added to prevent syntax error on
PostgreSQL.

show more ...

539fd65903-Feb-2015 Yasuo Ohgaki

Update NEWS

f8a8ccab03-Feb-2015 Yasuo Ohgaki

Fixed Bug #65199 pg_copy_from() modifies input array variable

b41a6c6f03-Feb-2015 Yasuo Ohgaki

Fixed Bug #66623 no EINTR check on flock(LOCK_EX)

853ae39d03-Feb-2015 Yasuo Ohgaki

Fixed bug #68063 Empty session IDs do still start sessions

17beba6803-Feb-2015 Yasuo Ohgaki

Bug #61470 is fixed only in master

f2f467bd02-Feb-2015 Daniel Lowrey

Fixed bug #65272: correctly set flock() out param in windows

9d8b117002-Feb-2015 Adam Harvey

Let's not assume bash is always /bin/bash.

a7b3abe402-Feb-2015 Adam Harvey

json_decode() should generate a syntax error when given "".

Fixes bug #68938 (json_decode() decodes empty string without error).
Patch by jeremy at bat-country dot us.

fb803ff802-Feb-2015 Yasuo Ohgaki

Add test for bug #61470. It is already fixed.

0bfcc28201-Feb-2015 Stanislav Malyshev

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

* 'PHP-5.5' of git.php.net:php-src:
- Updated to version 2015.1 (2015a)


f66f5b2f01-Feb-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix sizeof size


7efbd70b01-Feb-2015 Stanislav Malyshev

fix sizeof size

4d28d12f01-Feb-2015 Derick Rethans

- Updated to version 2015.1 (2015a)

6a905a9a30-Oct-2014 Frank Stolle

Fix #66479: Wrong response to FCGI_GET_VALUES

Requesting Get-Values via FCGI caused an "endless" loop over the last requested parameter and ended with an invalid response. this patch solves

Fix #66479: Wrong response to FCGI_GET_VALUES

Requesting Get-Values via FCGI caused an "endless" loop over the last requested parameter and ended with an invalid response. this patch solves this loop bug.

Conflicts:
sapi/cgi/fastcgi.c

show more ...

de31324c22-Jan-2015 Martin Jansen

Fix bug #64938: libxml_disable_entity_loader setting is shared between threads

The availability of entity loading is stored in a module global which
previously was only initialized in th

Fix bug #64938: libxml_disable_entity_loader setting is shared between threads

The availability of entity loading is stored in a module global which
previously was only initialized in the GINIT constructor. This had the
effect that disabling the entity loader in one request caused
subsequent requests hitting the same Apache child process to also have
the loader disabled.

With this change the loader is explicitely enabled in the request init
phase.

show more ...

e5e251b001-Feb-2015 Stanislav Malyshev

fix group name handling

d82424b401-Feb-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix TSRM


94d6cb4a01-Feb-2015 Stanislav Malyshev

fix TSRM

380741da01-Feb-2015 Stanislav Malyshev

add NEWS

dbc0a80b13-Jan-2015 Danack

Added test and possible fix for https://bugs.php.net/bug.php?id=67068

af1f867301-Feb-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Use better constant since MAXHOSTNAMELEN may mean shorter name
use right sizeof for memset


b30a6d6001-Feb-2015 Stanislav Malyshev

Use better constant since MAXHOSTNAMELEN may mean shorter name

2cdbd35301-Feb-2015 Stanislav Malyshev

use right sizeof for memset

1...<<21222324252627282930>>...2317