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:

Sorry... wrong sniplet...

-- snip

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_oci8.dll' - Kan opgegeven module niet vinden.\r\n
in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_pdo_oci.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_pdo_oci8.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_pspell.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_sybase_ct.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_ibm_db2.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_ifx.dll' - Kan opgegeven module niet vinden.\r\n
in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_imagick.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_ingres.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_netools.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_oracle.dll' - Kan opgegeven module niet
vinden.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_svn.dll' - Kan opgegeven module niet vinden.\r\n
in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program
Files\\PHP\\ext\\php_yaz.dll' - Kan opgegeven procedure niet
vinden.\r\n in Unknown on line 0

-- snip

"Kan opgegeven procedure niet vinden" is Dutch for "Can't find
specified procedure"


Previous Comments:
------------------------------------------------------------------------

[2007-02-12 14:33:41] dave dot boschma at han dot nl

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?

------------------------------------------------------------------------

[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 .....

------------------------------------------------------------------------

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

Reply via email to