php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5878 Problem to open a file?
Submitted: 2000-07-31 19:43 UTC Modified: 2000-07-31 21:22 UTC
From: mailling at bigfoot dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.1pl2 OS: Linux
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: mailling at bigfoot dot com
New email:
PHP Version: OS:

 

 [2000-07-31 19:43 UTC] mailling at bigfoot dot com
Let the file:
<?php

if	(!defined('__LIB_OOHFORM__')) {
	define ('__LIB_OOHFORM__',1);

define ('__LIB_DATABCLASS__','DB_Poe') //Put here the name of the Class that you use to access to a database

}
?>

In this case, I forgot the ';' at the end of a DEFINE
Yet, I obtain the error:

Fatal error: Failed opening required '/home/httpd/lib/externs/phplib/php/oohforms.inc' (include_path='.:/home/httpd/lib/externs/phplib/php/:/home/httpd/lib/php/internal') in /home/httpd/lib/externs/phplib/php/prepend.php3 on line 39

There is also the same problem when a class is defined in another class

In this case, I use PHPlib 7.2c

Compiled with:

I use Zend
./configure '--with-apxs=/usr/sbin/apxs' '--prefix=/usr' '--with-gd' '--with-mysql' '--with-zlib' '--with-ttf=/usr/include/freetype/freetype.h' '--enable-t1lib' '--with-xml' '--with-dbase' '--with-filepro' '--with-config-file-path=/etc/httpd/conf' '--with-fdftk=no' '--enable-debug=no' '--enable-magic-quotes' '--enable-bcmath' '--enable-track-vars' '--enable-safe-mode' '--with-exec-dir=/usr/bin' --with-ldap --with-imap --with-gettext --with-ndbm  

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-31 21:22 UTC] waldschrott@php.net
This is not the right place to discuss PHPLIB installation
problems, please contact an adequate list/forum.
Anyway you should check if all files (eg. oohforms.inc) are
in the right place.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 21:01:26 2024 UTC