[Hardened-php-user] Hardened PHP and PHP module API
Brought to you by:
sesser
|
From: Sander H. - O. X. <in...@or...> - 2005-02-11 15:11:07
|
I recently reinstalled PHP 5.03 as FastCGI and with the hardened patch (under FreeBSD 4.10 using the www/php5-cgi port). Ever since then, I've been unable to add/reinstall extensions, as they fail with the following error: PHP Warning: PHP Startup: session: Unable to initialize module Module compiled with module API=20041030, debug=0, thread-safety=0 PHP compiled with module API=1020041030, debug=0, thread-safety=0 These options need to match in Unknown on line 0 I have no clue as to why PHP says it is using module API 1020041030 instead of 20041030. Is this added by Hardened PHP? Kind Regards, Sander Holthaus |