this is php's source code!
------------------
此致
敬礼!
杨胜良
------------------ Original ------------------
From: "Justin Dearing";
Date: 2012年1月3日(星期二) 上午10:55
To: "php-windows";
Subject: [PHP-WIN] Can't build the MSI installer
Hi,
I am building PHP from
https://svn.php.net/repository/php/php-src/branches/PHP_5_4
When I do a nmake msi-installer I get the following:
zip error: Nothing to do! (try: zip -9 -q -r
php-devel-pack-5.4.0RC5-dev-Win32-VC9-x86.zip . -i
php-5.4.0RC5-dev-devel-VC9-x86)
cd ..\..
Release_TS\php.exe ..\php-installer\build-installer.php
"Release_TS" "php5ts.dll" "php-cgi.exe php.exe php-win.exe" "php_gd2.dll" ""
The system cannot find the path specified.
NMAKE : fatal error U1077: 'Release_TS\php.exe' : return code '0x1'
Stop.
c:\php-sdk\php54dev\vc9\x86\php-src-5.4>
I don't see the php-installer directory anywhere.
Regards,
Justin Dearing
P.S. My goal is to make a patch that will register PHP fastcgi with IIS
express in addition to the full version of IIS.