| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2013-01-20 13:12 UTC] laruence@php.net
  [2013-01-20 13:12 UTC] laruence@php.net
 
-Status: Open
+Status: Feedback
  [2013-01-22 15:51 UTC] thomas dot munz at gmx dot at
 
-Status:  Feedback
+Status:  Open
-Package: Apache2 related
+Package: Xdebug
  [2013-01-22 15:51 UTC] thomas dot munz at gmx dot at
  [2013-01-30 16:05 UTC] thomas dot munz at gmx dot at
  [2020-01-20 17:18 UTC] derick@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: derick
  [2020-01-20 17:18 UTC] derick@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 03:00:01 2025 UTC | 
Description: ------------ Hallo! I'm running Apache2.2 on a Windows and a Linux Ubuntu machine. On Linux PHP 5.4.7 is running and on Windows PHP 5.4.11. On both System I get the following error message when executing the same Code base. This is from the Apach2 Error log file: [Sun Jan 20 11:45:49 2013] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'SimpleXMLElement' is not allowed' in [no active file]:0\nStack trace:\n#0 {main}\n thrown in [no active file] on line 0 [Sun Jan 20 11:45:50 2013] [notice] child pid 5444 exit signal Segmentation fault (11) This causes Apache to crash on windows and linux. In Apache access log, the request don't even show up. Test script: --------------- http://www.phptheatre.com/PHPTheatre.rar 1. Extract the files to your htdocs directpry 2. copy/rename bridge/default/global.config.php to local.config.php 3. modify the local.config.php and enter your mysql server data (user should have access to create DB) 4. run the php file tests/data/setup.php in the shell. This script will setup test datas 5. Open the follwoing file in the Browser: tests/HTML/index.php 6. Login with the username "visitor" and the password "password" on the top login form 7. Klick the "Program" Link in the top menu 8. Select on the Site a time to the right. 9. A "Room Plan" will apear. Click on an Seat in the image. 10. *Apache2 Crash* The file/class that is handling this request, where the error happens is src/Core/Template/Site/ShowReservation.php, method "displayCinema" Expected result: ---------------- No Apache2 crash. -> Showing up a Room plan where the user selection get shown. Actual result: -------------- Apache2 crash on Windows and Linux