| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2010-07-08 17:43 UTC] johannes@php.net
 
-Status: Open
+Status: Feedback
  [2010-07-08 17:43 UTC] johannes@php.net
  [2010-07-08 17:53 UTC] bbarnettm at gmail dot com
  [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 11:00:01 2025 UTC | 
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