|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-08 22:41 UTC] waldschrott@php.net
[2000-08-31 21:14 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jul 04 12:00:02 2026 UTC |
PHP4.0.0 compiled with: ./configure --with-roxen=/usr/local/roxen/server --without-mysql --without-msql --with-pgsql=/usr/local/pgsql --enable-roxen-zts The following line causes Roxen webserver to crash, if the variables used are empty: <? $search_text=$search_text.'&s_title='.str_replace(' ','%20',$s_title).'&s_text='.str_replace(' ','%20',$s_text); ?> The above happens for the Roxen 2.0.46/2.0.50 . It will make the garbagecollector process do a coredump.