From:             amirali1982 at hotmail dot com
Operating system: red hat fedora
PHP version:      5.1.4
PHP Bug Type:     *General Issues
Bug description:  __autoload problem in ssl

Description:
------------
__autoload() function is not working properly under SSL which is issued by
"Equifax Secure Global eBusiness CA-1" from GeoTrust.

normally without ssl everything is working fine, but when we are under SSL
__autoload is never called.

Reproduce code:
---------------
__autoload($class){

 echo "I am inside autoload";
}

Expected result:
----------------
should echo "I am inside autoload" result under specified ssl

Actual result:
--------------
nothing happens under ssl, but without ssl its echoing "I am inside
autload"...


-- 
Edit bug report at http://bugs.php.net/?id=37506&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37506&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37506&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37506&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37506&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37506&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37506&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37506&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37506&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37506&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37506&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37506&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37506&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37506&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37506&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37506&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37506&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37506&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37506&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37506&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37506&r=mysqlcfg

Reply via email to