ID:               27694
 User updated by:  jdaues at nmsu dot edu
 Reported By:      jdaues at nmsu dot edu
-Status:           Feedback
+Status:           Closed
 Bug Type:         Apache2 related
 Operating System: RedHat 9
 PHP Version:      5.0.0RC1
 New Comment:

not a bug

i had apache running against php4.3.4 AND php5.0.0RC1 

apparently this is not allowed

i removed the line with libphp4.so from httd.conf 

and it works


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

[2004-03-25 10:05:29] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

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

[2004-03-25 09:43:56] jdaues at nmsu dot edu

Description:
------------
When trying to display a php page, a blank page is display and in
/usr/local/apache/logs/error_log, child pid xxxx exit signal
Segmentation fault (11) error is noted.



# ./configure --with-apxs2=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql



I previously had Apache 2.0.48 and MySQL4.0.18 running with PHP 4.3.4. 
This error began when i moved to PHP5RC1.



I needed to update some rpms, so i did:

# rpm --upgrade libxml2-python-2.5.10-1.i386.rpm
libxml2-devel-2.5.10-1.i386.rpm libxml2-2.5.10-1.i386.rpm

warning: libxml2-python-2.5.10-1.i386.rpm: V3 DSA signature: NOKEY, key
ID de95bc1f



added /usr/local/lib/php to php.ini include_path









Reproduce code:
---------------
Simple PHP page:



 <?php

  echo "Hello";

  phpinfo();



 ?>

 

Expected result:
----------------
Hello and some php info



Actual result:
--------------
blank page and segmentation fault in error_log file




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


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

Reply via email to