History log of /php-src/NEWS (Results 8801 – 8825 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 36b759d1 09-Aug-2013 Michael Heimpold

Fix #61345: fix install of CGI binary

When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure --prefix=/usr/local/phpcgi --disable-cli
$

Fix #61345: fix install of CGI binary

When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure --prefix=/usr/local/phpcgi --disable-cli
$ make -j8
$ sudo rm -rf /usr/local/phpcgi
$ sudo make install

results in the following error:

/bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules
Installing shared extensions: /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CGI binary: /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory
make: *** [install-cgi] Fehler 1

The solution is to create the binary directory before copying the
CGI binary as e.g. CLI does.

Signed-off-by: Oliver Metz <oliver.metz@gmx.de>

[extensive commit message]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

show more ...

# ac538e5e 10-Aug-2013 Yasuo Ohgaki

Update NEWS

# bff1a96a 10-Aug-2013 Yasuo Ohgaki

Update NEWS

# 6941ce35 10-Aug-2013 Yasuo Ohgaki

Implemented Request #20421 (session_abort() and session_reset() function

# 54a42f0d 10-Aug-2013 Yasuo Ohgaki

Implemented Request #11100 (session_gc() function).

# 554021d2 10-Aug-2013 Yasuo Ohgaki

Implemented Bug #17860 Suggestion: auto detect whether session changed

# 678ec306 10-Aug-2013 Yasuo Ohgaki

Implement Bug #54649 Create session_serializer_name()

# ac28283b 09-Aug-2013 Michael Wallner

fix bug #65391

Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called

# b6b425d2 09-Aug-2013 Yasuo Ohgaki

Fixed Bug #65315 session.hash_function silently fallback to default md5

# 22d70024 09-Aug-2013 Yasuo Ohgaki

Update NEWS

# fc7fe62e 09-Aug-2013 Yasuo Ohgaki

Update NEWS

# 6e505f49 05-Aug-2013 Christopher Jones

PHP 5.5.2 has already branched

# 4f87f26d 05-Aug-2013 Christopher Jones

Doh. PHP 5.5 NEWS needs own commit.

# 47d66a0b 05-Aug-2013 Christopher Jones

NEWS for recent DTrace merges.
Remove redundant 'cp' during DTrace install.

# e59143e8 05-Aug-2013 Stanislav Malyshev

add news about session fix

# 5f137d08 31-Jul-2013 Stanislav Malyshev

fix typo

# 6f1a762f 02-Aug-2013 Xinchen Hui

Update NEWS

# ce9169e3 02-Aug-2013 Xinchen Hui

Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)

# e3a4b87e 31-Jul-2013 Christopher Jones

Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file

# 35872e10 31-Jul-2013 Dmitry Stogov

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #65018 (SoapHeader problems with SoapServer)
MFH: fixed #65045: mb_convert_encoding breaks well-formed character.
F

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #65018 (SoapHeader problems with SoapServer)
MFH: fixed #65045: mb_convert_encoding breaks well-formed character.
Fixed bug #65336

Conflicts:
NEWS

show more ...


# fd8f4545 31-Jul-2013 Dmitry Stogov

Fixed bug #65018 (SoapHeader problems with SoapServer)

# d69b3d8f 31-Jul-2013 Dmitry Stogov

Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s)

# 02409669 30-Jul-2013 Dmitry Stogov

Added support for glob symbols in blacklist entries (?, *, **)

# 3550f3d0 30-Jul-2013 Dmitry Stogov

Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).

# bafe0e53 26-Jul-2013 Yasuo Ohgaki

Update NEWS

1...<<351352353354355356357358359360>>...619