php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13997 Would be nice to report which module conflicts if API version incorrect
Submitted: 2001-11-09 08:54 UTC Modified: 2001-11-11 05:49 UTC
From: pgl at instinct dot org Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0CVS-2001-11-09 OS: FreeBSD 4.3
Private report: No CVE-ID: None
 [2001-11-09 08:54 UTC] pgl at instinct dot org
I recently tried to compile PHP and got this error:

PHP Warning:  U????oVS?: Unable to initialize module
Module compiled with debug=52, thread-safety=109 module API=674941832
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0

it would be nice to know which module was causing this error (or at least some more information about what to do)! in this case it was the dbg module that needed recompiling, but it took a while to figure out.

regards,

Peter Lowe.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-10 20:14 UTC] sniper@php.net
That nonsense before 'Unable' should be the module name..
What module was this anyway?

--Jani

 [2001-11-11 05:49 UTC] derick@php.net
It's the DBG module. And note that the CVS version of PHP has the new version headers in the module, and that's why the modulename is 'broken' now. Binary compability in modules is broken due these changes in the versioning system.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 07 23:01:27 2024 UTC