Edit report at http://bugs.php.net/bug.php?id=52291&edit=1
ID: 52291 Updated by: johan...@php.net Reported by: bbarnettm at gmail dot com Summary: Don't found a a Class -Status: Open +Status: Feedback Type: Bug Package: Apache2 related Operating System: W2K8 PHP Version: 5.2.13 New Comment: Do you have APC, xCache, wincache or another cache enabled? Then please disable it. Other than that we would need a _short_ but complete reproduce case. Previous Comments: ------------------------------------------------------------------------ [2010-07-08 17:26:08] bbarnettm at gmail dot com 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 this bug report at http://bugs.php.net/bug.php?id=52291&edit=1