ID: 37506 Updated by: [EMAIL PROTECTED] Reported By: amirali1982 at hotmail dot com -Status: Open +Status: Bogus -Bug Type: *General Issues +Bug Type: Unknown/Other Function Operating System: red hat fedora PHP Version: 5.1.4 New Comment:
PHP doesn't know anything about your SSL certificate and doesn't depend on SSL support in your Apache in any way. Not PHP issue. Previous Comments: ------------------------------------------------------------------------ [2006-05-18 18:24:51] amirali1982 at hotmail dot com 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 this bug report at http://bugs.php.net/?id=37506&edit=1