[nycphp-talk] command line warning "...these options need to match"
Jonathan
hendler at simmons.edu
Wed Jan 18 16:36:20 EST 2006
I get these errors when I compile from C into a .so extension from
different versions of PHP.
It might not be your php script causing the error - but a shared object
you are loading (or ADODB c library for example) through a dl() function
or in the .ini.
\uffff I don't know what that is- hex for nothing?
Anyway , thats a php 5 warning message - and some extension being loaded
is from php4.
Hope that helps.
- Jonathan Hendler
David Mintz wrote:
>Anybody know what this means? When I run a php script from the command
>line, I get:
>
>PHP Warning: PHP Startup: \uffff\uffff: Unable to initialize module
>Module compiled with module API=20041030, debug=0, thread-safety=0
>PHP compiled with module API=20050922, debug=0, thread-safety=0
>These options need to match
> in Unknown on line 0
>
>...followed by the otherwise normal output of the script. My version:
>
>PHP 5.1.1 (cli) (built: Dec 27 2005 15:28:52) Copyright (c) 1997-2005 The
>PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies
> with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend
>Technologies
> with Zend Optimizer v2.6.1, Copyright (c) 1998-2006, by Zend
>Technologies
> with Zend Debugger v5.1.0, Copyright (c) 1999-2006, by Zend
>Technologies
>
>Would it do any good just to re-compile and re-install?
>
>Thanks
>
>---
>David Mintz
>http://davidmintz.org/
>
>Amendment IV
>
>The right of the people to be secure in their
>persons, houses, papers, and effects, against
>unreasonable searches and seizures, shall not be
>violated, and no Warrants shall issue, but upon
>probable cause, supported by Oath or affirmation,
>and particularly describing the place to be
>searched, and the persons or things to be seized.
>_______________________________________________
>New York PHP Community Talk Mailing List
>Show Your Participation
>http://www.nyphp.org/show_participation.php
>http://lists.nyphp.org/mailman/listinfo/talk
>http://www.nyphp.org
>
>
More information about the talk
mailing list