From: ljanda at checkstop dot com
Operating system: SCO 5.05
PHP version: 4.4.0
PHP Bug Type: *Configuration Issues
Bug description: Make file error
Description:
------------
Simple problem in configure:
./configure --without-mysql --with-informix --with-apache=../apache_1.3.19
--ena
ble-shared --enable-track-vars
Adding the Informix puts a line into make file without tab (\t) and
therefore the make fails.
Looked and makefile and sure enough, the line was left justified, put the
tab in and got it to work.
Reproduce code:
---------------
install-cli: $(SAPI_CLI_PATH)
@echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/"
@$(INSTALL_CLI)
@echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
@$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1
/*********************************** this line needs a tab
OVERALL_TARGET += /u/leroy/php-4.4.0/ext/informix/ifx.c
/u/leroy/php-
Expected result:
----------------
make error
--
Edit bug report at http://bugs.php.net/?id=34008&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34008&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=34008&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=34008&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=34008&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=34008&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=34008&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=34008&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=34008&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=34008&r=support
Expected behavior: http://bugs.php.net/fix.php?id=34008&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=34008&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=34008&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=34008&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34008&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=34008&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=34008&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=34008&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=34008&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=34008&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=34008&r=mysqlcfg