From:
Operating system: W2K8
PHP version: 5.2.13
Package: Apache2 related
Bug Type: Bug
Bug description:Don't found a a Class
Description:
------------
In the apache log I have the following message:
[Wed Jul 07 16:56:54 2010] [error] [client 74.208.167.233] PHP Fatal error:
Class 'soap_server' not found in
D:\\SITIOS\\esipe-aloprepago\\Classes\\fechas.php on line 0
In test script section you can read part of the class code.
Test script:
---------------
<?php
/*******************************************************************************************
Sistema : CUALQUIERA
Objeto : fechas.php
Autor : Berlington Barnett MartÃnez
Empresa : Agora Digital
Creado : 08/01/2010
Modificado :
Objetivo : Define diferentes funciones para la manipulacion de fechas
*********************************************************************************************/
class fechas {
function fechas(){
//Crea el objeto para las fechas
}
function fecha(){
// Envia la fecha en formato dd/mm/aaaa
$formato = '%d/%m/%Y';
$hoyes = strftime($formato);
return $hoyes;
}
Expected result:
----------------
Found the class
Actual result:
--------------
Sometimes doesn't found the class
--
Edit bug report at http://bugs.php.net/bug.php?id=52291&edit=1
--
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=52291&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=52291&r=trysnapshot53
Try a snapshot (trunk):
http://bugs.php.net/fix.php?id=52291&r=trysnapshottrunk
Fixed in SVN:
http://bugs.php.net/fix.php?id=52291&r=fixed
Fixed in SVN and need be documented:
http://bugs.php.net/fix.php?id=52291&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=52291&r=alreadyfixed
Need backtrace:
http://bugs.php.net/fix.php?id=52291&r=needtrace
Need Reproduce Script:
http://bugs.php.net/fix.php?id=52291&r=needscript
Try newer version:
http://bugs.php.net/fix.php?id=52291&r=oldversion
Not developer issue:
http://bugs.php.net/fix.php?id=52291&r=support
Expected behavior:
http://bugs.php.net/fix.php?id=52291&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=52291&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=52291&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=52291&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=52291&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=52291&r=dst
IIS Stability:
http://bugs.php.net/fix.php?id=52291&r=isapi
Install GNU Sed:
http://bugs.php.net/fix.php?id=52291&r=gnused
Floating point limitations:
http://bugs.php.net/fix.php?id=52291&r=float
No Zend Extensions:
http://bugs.php.net/fix.php?id=52291&r=nozend
MySQL Configuration Error:
http://bugs.php.net/fix.php?id=52291&r=mysqlcfg