php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17820 php.ini-dist not copied
Submitted: 2002-06-18 15:05 UTC Modified: 2002-06-30 01:36 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: msopacua at idg dot nl Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 4.0CVS-2002-06-18 OS: FreeBSD 4.5-RELEASE
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-06-18 15:05 UTC] msopacua at idg dot nl
When building outside the source tree, php.ini-dist is not copied over, so make test fails.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-18 17:43 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2002-06-18 17:47 UTC] msopacua at idg dot nl
source:
~/cvs/php4
build:
~/_build/php4

cd ~/_build/php4
~/cvs/php4/configure
make
make test
$ make test

=====================================================================
CWD         : /home/mdev/_build/php4
PHP         : /home/mdev/_build/php4/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 4.3.0-dev
PHP_OS      : FreeBSD
INI actual  : /home/mdev/_build/php4
INI wanted  : /home/mdev/_build/php4/php.ini-dist
=====================================================================
ERROR: php.ini-dist was not used!
make: *** [test] Error 1
 [2002-06-18 17:49 UTC] msopacua at idg dot nl
-> open
 [2002-06-18 21:15 UTC] sniper@php.net
well..I get a bit different 'error':

No tests were run.

(as the builddir does not contain the tests..)


 [2002-06-30 01:36 UTC] sniper@php.net
There's really no point in making this work.
If you want to run tests, don't build outside source tree.

(you can of course provide a patch to fix this..)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC