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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 10:01:27 2025 UTC