php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1866 More errors in acconfig.h
Submitted: 1999-07-25 08:52 UTC Modified: 1999-07-25 08:59 UTC
From: cfpage at lorax dot mv dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 1 OS: rh 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cfpage at lorax dot mv dot com
New email:
PHP Version: OS:

 

 [1999-07-25 08:52 UTC] cfpage at lorax dot mv dot com
After further looking at acconfig.h

1) CONFIGURATION_FILE_PATH was set to "php3.ini" but the directions
said to copy this down as php.ini. Should this be set to the full
file path, such as "/mypath/conf/php.ini" or whatever?

2) touching acconfig.h and then doing a make doesn't rebuild anything.
Your makefile does not list the dependancies properly.

3) You seem to do:
    /* define if bla bla */
    #define BLA_BLA 0

   Don't you mean something like
    /* define if bla bla */
    #undef BLA_BLA

   Or fix your comments to
   /* define as 1 for bla bla */
   #define BLA_BLA 0

I still can't get apache to process any <? or <?php. Could
you post a functioning copy of acconfig.h so I could have a look?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-25 08:59 UTC] ssb at cvs dot php dot net
Fixed in CVS.  To fix it manually, replace "php3.ini" with
"php.ini" in acconfig.h.in and run "sh buildconf".

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 16:01:32 2024 UTC