php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12627 configure creates config_vars.mk incorrectly as of aug 7,2001
Submitted: 2001-08-07 13:16 UTC Modified: 2001-08-07 13:25 UTC
From: chris at okanagan dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-08-07 OS: SCO OpenServer 5.x
Private report: No CVE-ID: None
 [2001-08-07 13:16 UTC] chris at okanagan dot net
make has problems with this...
Must be a separator on rules line 62 (bu39).  

file config_vars.mk

configure used to create this file as ........
CONFIGURE_COMMAND = './configure' '--with-gd=/usr/local' '-

now it creates it as
CONFIGURE_COMMAND = './configure' 
 '--with-mysql'                   
 '--with-apxs=/usr/httpd/bin/apxs' 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-07 13:25 UTC] sniper@php.net
Fixed now. I have to figure out better way to show
those options nicely in phpinfo() :)

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 02:01:30 2024 UTC