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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 12:01:32 2024 UTC