History log of /php-src/NEWS (Results 9026 – 9050 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9996c310 03-May-2013 Remi Collet

NEWS

# 4a34d4a8 03-May-2013 Remi Collet

NEWS

# 3f2f534a 30-Apr-2013 Gustavo Lopes

Remove trailing space in NEWS

# 1656b337 30-Apr-2013 Gustavo Lopes

NEWS for 514afd67

# 36b968ae 30-Apr-2013 Remi Collet

NEWS

# 4a92ae34 30-Apr-2013 Remi Collet

When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
the SCRIPT_FILENAME may contains the QUERY_STRING.

Ex : RewriteRule ^(.*)\.php$ fcgi://127.0.0.1:9000/$1.php [P]

When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
the SCRIPT_FILENAME may contains the QUERY_STRING.

Ex : RewriteRule ^(.*)\.php$ fcgi://127.0.0.1:9000/$1.php [P]

From apache debug (build with -DFCGI_DUMP_ENV_VARS)
AH01062: sending env var 'SCRIPT_FILENAME' value 'proxy:fcgi://127.0.0.1:9000/var/www/html/info.php?foo'
AH01071: Got error 'Primary script unknown\n'

show more ...

# c782cf7f 30-Apr-2013 Dmitry Stogov

Added SoapClient constructor option 'ssl_method' to specify ssl method

# 4e773c1b 29-Apr-2013 Stanislav Malyshev

Revert "Add CURL_WRAPPERS_ENABLE constant"

This reverts commit d7f709a032a40cb475042b43db07a4698a2488b7.
Since wrappers are deleted from 5.5, no point in adding this constant.

# 15b554cd 27-Apr-2013 Xinchen Hui

Also fixed bug #64726 in 5.3

# a56a95e5 27-Apr-2013 Xinchen Hui

Update NEWS

# 8f5a534b 27-Apr-2013 Xinchen Hui

Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed)

# 48893379 25-Apr-2013 Johannes Schlüter

Merge branch 'PHP-5.5'


# 63434524 25-Apr-2013 Johannes Schlüter

PHP 5.3.26 this will be

# 671ef9fd 25-Apr-2013 Johannes Schlüter

Fix NEWS

# 4a52fe47 25-Apr-2013 David Soria Parra

NEWS for RC1

# 51e3fabf 25-Apr-2013 David Soria Parra

NEWS for PHP 5.5.0 Beta 4 again

# f42a2577 24-Apr-2013 Pierrick Charron

Update NEWS file

# a58a279d 24-Apr-2013 Stanislav Malyshev

5.4.16-dev

# ee65e695 24-Apr-2013 David Soria Parra

NEWS for RC 1

# 78c79a2d 24-Apr-2013 David Soria Parra

NEWS for beta 4

# 5e24a6e7 24-Apr-2013 Stanislav Malyshev

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fix bug #64458 (dns_get_record result with string of length -1)


# 18fdab5a 24-Apr-2013 Stanislav Malyshev

Fix bug #64458 (dns_get_record result with string of length -1)

# b3aa3c26 22-Apr-2013 Anatol Belski

updated NEWS

# f082d631 22-Apr-2013 Anatol Belski

Fixed stream_socket_pair() on Windows x64 and

improved errorhandling in the socketpair() implementation.

# b1198367 22-Apr-2013 Anatol Belski

updated NEWS

1...<<361362363364365366367368369370>>...619