php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37506 __autoload problem in ssl
Submitted: 2006-05-18 18:24 UTC Modified: 2006-05-18 18:36 UTC
From: amirali1982 at hotmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.1.4 OS: red hat fedora
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: amirali1982 at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-05-18 18:24 UTC] 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"...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-18 18:36 UTC] tony2001@php.net
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 11:02:27 2025 UTC