php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6402 DSO Loads but PHP does not parse.
Submitted: 2000-08-28 11:13 UTC Modified: 2000-10-02 23:21 UTC
From: proud at tcfreenet dot org Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: Linux 2.2.14
Private report: No CVE-ID: None
 [2000-08-28 11:13 UTC] proud at tcfreenet dot org
I setup PHP as a DSO exactly by the book, even added the httpd.conf entries. I can see that PHP is loaded by apache by looking at Apache's error_log but when I tell php to parse a document I get the HTML code and it does not appear that the PHP code has even been parsed. Simply ignores it, although when I have setup PHP as a Static Module in the past it works perfectly. But as a DSO it does not work.
a simple <?phpinfo()?> will not eeven work.
Relevant information
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs 
using the default php.ini
Apache 1.3.12

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-31 21:56 UTC] sniper@php.net
Do you have other DSO-modules in Apache which use mysql?
Try adding the path to your installed mysql into --with-mysql.
(e.g. --with-mysql=/www/mysql )

--Jani
 [2000-10-02 23:21 UTC] sniper@php.net
No feedback.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 23:01:31 2024 UTC