php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #730 copying on object with static var in constructor of its class crashed apache
Submitted: 1998-09-09 03:24 UTC Modified: 1998-09-10 17:27 UTC
From: vogtner at soldan dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.3 OS: Solaris 2.5.1/Apache 1.3.1 modul
Private report: No CVE-ID: None
 [1998-09-09 03:24 UTC] vogtner at soldan dot de
<%
Class X {
                                     function X ()
                                     {
                                        static $z = 0;
                                     }
                                  };

                                  $a = New X;
                                  $b = $a;
%>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-10 17:27 UTC] zeev
Fixed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 13:01:35 2025 UTC