1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00
Michael Heimpold cdedee3fa1 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>
2013-08-10 17:33:24 -07:00
2013-07-15 00:23:03 -07:00
2013-06-16 18:13:49 -07:00
2010-04-26 23:53:30 +00:00
2013-08-04 16:05:36 -07:00
2013-07-22 14:50:18 +02:00
2013-07-15 00:23:03 -07:00
2012-10-02 00:02:08 +08:00
2012-03-22 17:22:17 +08:00
2013-08-05 15:38:36 -07:00
2011-12-04 16:46:45 +00:00
2013-01-01 16:28:54 +08:00
2010-10-05 22:58:19 +00:00
2009-11-23 21:53:30 +00:00
2012-06-22 20:01:06 +02:00
2008-03-19 23:24:56 +00:00
2004-02-08 22:49:47 +00:00
2013-08-11 07:15:01 +09:00
2008-06-19 17:59:35 +00:00
MFH
2008-01-17 14:38:16 +00:00
2013-06-10 14:20:18 -07:00
2013-06-10 14:20:18 -07:00
2009-07-13 16:10:29 +00:00
2013-06-28 14:01:25 -07:00

The Win32 Build System.

See http://wiki.php.net/internals/windows/stepbystepbuild 

vim:tw=78:sw=1:ts=1:et

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Readme 915 MiB
Languages
C 66%
PHP 31.3%
C++ 0.8%
Shell 0.5%
M4 0.4%
Other 0.8%