ID: 36335 Comment by: dave dot boschma at han dot nl Reported By: kris_rock82 at yahoo dot com Status: No Feedback Bug Type: Apache2 related Operating System: Windows 2000 PHP Version: 5.1.2 New Comment:
After examining the error.log: -- snip Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module (SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 in (none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) Cannot find module (UCD-DEMO-MIB): At line 0 in (none) Cannot find module (SNMP-TARGET-MIB): At line 0 in (none) Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module (UCD-DLMOD-MIB): At line 0 in (none) Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module (SNMP-MPD-MIB): At line 0 in (none) Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none) Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot find module (SNMPv2-TM): At line 0 in (none) -- snip I manually edited the php.ini and deleted all lines at the very bottom of the ini file. About half-way extensions are loaded, and at the bottom there were many more extensions (includding the extensions allready loaded). After deleting these lines and restarting Apache: problem solved... Should the installer be fixed? Previous Comments: ------------------------------------------------------------------------ [2007-02-12 14:25:54] dave dot boschma at han dot nl Installed Apache 2.2.4 (Win32) and PHP 5.2.1 today. Install script complained and terminated, but php was installed. After starting the webserver service the status was "running". When requesting localhost (a page with nothing more than phpinfo()) the service crashes with exactly the same error. ------------------------------------------------------------------------ [2006-02-17 01:00:03] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-02-09 18:07:16] [EMAIL PROTECTED] I don't think we have this form either, so please provide a short but _complete_ reproduce code. ------------------------------------------------------------------------ [2006-02-09 17:36:14] kris_rock82 at yahoo dot com I am accepting some variables from a form, then i split them and assign them to each of the mapserver values. Some times the form variables might be empty too. This is a snippet of the code i am including, i didnt include the split function <?php $config = $_POST['config']; $raster = $_POST['raster1']; for ($i=0; $i<30;$i++) { $layercontent[] = $_POST['layer'.($i+1)]; $labelcontent[] = $_POST['label'.($i+1)]; if($layercontent[$i] != "") { $layercount++; } if($labelcontent[$i] != "") { $labelcount++; } } //split the values and run it till layer count and label count ... ?> Thanks for your time ..... ------------------------------------------------------------------------ [2006-02-09 00:47:05] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/36335 -- Edit this bug report at http://bugs.php.net/?id=36335&edit=1