php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5430 undefined pen_file_for_scanning
Submitted: 2000-07-07 11:57 UTC Modified: 2000-09-13 07:13 UTC
From: kristoffer at hjemme dot dk Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.1pl2 OS: Mac OS X Server 1.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: kristoffer at hjemme dot dk
New email:
PHP Version: OS:

 

 [2000-07-07 11:57 UTC] kristoffer at hjemme dot dk
After finally being able to install PHP4 on Mac OS X Server 1.2 as a 
DSO I have run into the following error message:

dyld: /usr/local/sbin/apache Undefined symbols:
pen_file_for_scanning

It happens everytime I try to set the following in php.ini:

debugger.enabled = True

I'm running Apache 1.3.12.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-07 16:52 UTC] joey at cvs dot php dot net
The debugger for PHP 4 is a completely seperate product,
unlike PHP3. However, this should not cause a crash.

Is the missing symbol "open_file_for_scanning" or 
"pen_file_for_scanning"?
 [2000-07-07 22:07 UTC] kristoffer at hjemme dot dk
I am getting an Apache Error log entry saying exactly 
(copy paste):

dyld: /usr/local/sbin/apache Undefined symbols:
pen_file_for_scanning
 [2000-08-25 14:25 UTC] sniper@php.net
Have you tried the latest CVS or snaps.php.net ??

I think this is fixed (a long time ago).

--Jani
 [2000-09-13 07:13 UTC] sniper@php.net
No feedback and should be fixed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC