ID: 39529 Updated by: [EMAIL PROTECTED] Reported By: mediahack at gmail dot com Status: Bogus Bug Type: Dynamic loading Operating System: FreeBSD 6.1 RELEASE PHP Version: 5.2.0 New Comment:
And make sure you read the docs: "Crashes and startup problems of PHP may be encountered when loading the recode as extension after loading any extension of mysql or imap. Loading the recode before those extension has proved to fix the problem. This is due a technical problem that both the c-client library used by imap and recode have their own hash_lookup() function and both mysql and recode have their own hash_insert function." Previous Comments: ------------------------------------------------------------------------ [2006-11-16 09:47:00] [EMAIL PROTECTED] It might be stock from FreeBSD, but this line: "with Suhosin-Patch 0.9.6.2" means it's not stock PHP. You can also get the latest snapshot @ http://snaps.php.net and try it. ------------------------------------------------------------------------ [2006-11-16 09:37:28] mediahack at gmail dot com Ok, well this is stock from FreeBSD tree. I didn't do anything special. So are you telling me I need to report this to the FreeBSD package maintainer instead? ------------------------------------------------------------------------ [2006-11-16 09:33:51] [EMAIL PROTECTED] We do not support third party patches and builds, which likely to change the behaviour of PHP. Please reopen the report, if you're able to reproduce this problem with stock PHP. ------------------------------------------------------------------------ [2006-11-16 09:30:11] mediahack at gmail dot com Description: ------------ Fresh install of PHP 5.2.0 caused error when running command: php -v. This was fatal and prevented other software from being installed. Here is the error message. Reproduce code: --------------- #php -v Expected result: ---------------- PHP 5.2.0 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 16 2006 00:40:36) (DEBUG) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies Actual result: -------------- PHP 5.2.0 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 16 2006 00:40:36) (DEBUG) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies php in free(): error: junk pointer, too high to make sense Abort (core dumped) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39529&edit=1