php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1869 auto_prepend only accept relative path
Submitted: 1999-07-25 18:23 UTC Modified: 2000-06-10 02:10 UTC
From: cwcheng at mindspring dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 1 OS: RH 5.2
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: cwcheng at mindspring dot com
New email:
PHP Version: OS:

 

 [1999-07-25 18:23 UTC] cwcheng at mindspring dot com
ENV:
PHP 4.0b1 mod_php
APACHE 1.3.6
RH 5.2 AMD K 300

RELAVENT ISSUE:
The following is not accepted
PHP_VALUE AUTO_PREPEND /usr/local/htdocs/php/prepend.php
however this one did
PHP_VALUE AUTO_PREPEND ../php/prepend.php

PHP Configuration:
./configure --with-mysql=/usr/local/mysql \
            --with-ldap=/usr/local/ldap \
            --with-imap=/usr/src/imap \
            --with-pdflib=/usr/src/pdflib \
            --with-zlib=/usr/src/zlib \
            --enable-sysvshm=yes \
            --enable-sysvsem=yes \
            --with-config-file-path=/usr/local/php3 \
            --enable-track-vars=yes \
            --enable-magic-quotes=yes \
            --enable-debugger=yes \
            --enable-bcmath=yes \
            --enable-memory-limit=yes \
            --enable-short-tags=yes \
            --with-xml \
            --with-apxs=/usr/local/apache/bin/apxs

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-10 02:10 UTC] zeev at cvs dot php dot net
There should be no problems giving absolute pathes to auto_prepend.  If the problem persists with PHP 4.0.0 release, please submit a new bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 17:01:34 2024 UTC