ID:               40479
 Comment by:       tlongren at gmail dot com
 Reported By:      rrossi at maggioli dot it
 Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: Suse Linux 9.0
 PHP Version:      5.2.1
 New Comment:

I've tried the latest CVS snapshot and this problem still occurs there.


Previous Comments:
------------------------------------------------------------------------

[2007-02-22 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2007-02-14 11:44:26] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------

[2007-02-14 11:21:55] rrossi at maggioli dot it

Description:
------------
Instead of printing the desired string, PHP breaks and gives me the
message in the summary (found in the apache log)

No problems with 5.2.0

my config.nice 

'./configure' \
'--with-apxs' \
'--with-mysql=/usr/local/mysql' \
'--with-bz2' \
'--with-mcrypt' \
'--with-pgsql' \
'--without-pear' \
"$@"
Apache 1.3.37

Reproduce code:
---------------
header('Content-type: text/xml');
$xmlOut = "<?xml version='1.0' encoding='iso-8859-1'?>"
        .       "<ajax-response>";
$xmlOut .=
"<fragment><id>approfondimenti</id><content><![CDATA[$stApprofondimenti]]></content></fragment>"
.
                                                
"<fragment><id>inevidenza</id><content><![CDATA[$stInevidenza]]></content></fragment>"
.
                                                
"<fragment><id>normativa</id><content><![CDATA[$stNormativa]]></content></fragment>"
.
                                                
"<fragment><id>giurisprudenza</id><content><![CDATA[$stGiurisprudenza]]></content></fragment>"
.
                                                
"<fragment><id>progress</id><content><![CDATA[$stNewsMenu]]></content></fragment>"
.
                                                 
"<num_news>$numNews</num_news>";
$xmlOut .= "</ajax-response>";
die($xmlOut);


Expected result:
----------------
An xml stream.

Actual result:
--------------
No response from server.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40479&edit=1

Reply via email to