Edit report at https://bugs.php.net/bug.php?id=52291&edit=1

 ID:               52291
 Updated by:       php-bugs@lists.php.net
 Reported by:      bbarnettm at gmail dot com
 Summary:          Don't found a a Class
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Apache2 related
 Operating System: W2K8
 PHP Version:      5.2.13

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2010-07-08 17:53:02] bbarnettm at gmail dot com

I don't have any cache system.

I don't know how to reproduce it, because is a random situation.

In that Server I have about 14 home transactional's sites and every site runing 
the same application with different database

------------------------------------------------------------------------
[2010-07-08 17:43:43] johan...@php.net

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.

------------------------------------------------------------------------
[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 https://bugs.php.net/bug.php?id=52291&edit=1

Reply via email to