little strange problem with php5.3.16 or .17

duke28

Verified User
Joined
Oct 30, 2005
Messages
304
Location
Montreal - Canada
hi,

since we have php 5.3.17 ou 5.3.16

4 or 5 websites of around more 8000 websites we host HERE on many servers,

can bring down one server in 5 minutes with the big load average
( its eat all cpu )

exemple :
if someone going on this page..

http://erqrodeo.com/abcexplo/index.php?doss=finales charley tardif rodeo tour 2009

if i put php5.3 i going to take all cpu and the page not goig to appear

now he is back on 5.2 by the .htaccess
so he is ok..

normal ?
i dont think so.. but is it bug with php5.3 or i forget something..

i have 4 or 5 other websites do this same problems on other servers who have php5.3.16 or 17

REALLY SORRY for my english..
but trust me the problem is real

Someone have A strange problem with php 5.3.16 and up .. ??
 
Hello,

Somebody needs to examine your PHP code and read error logs, as I guess your PHP code for that site is not compatible with PHP 5.3.
 
i know he is not compatible.. all code do it ..is old code..

BUT ITS NORMAL for you A SIMPLE SCRIPT LEGAL OLD SCRIPT CAN CRASH YOUR SERVER IN 15 MINUTS.. think to it..

in 2012.. php is suppose to be more thinked... ( intelligent ) i dont write the php bin.. but maybe they can think to just do something for die old code..not broke ours servers..lol ..jesus christ..

anyway...
 
First of all there is no need to write in cups, it's a bad taste.

Secondly, directadmin by itself does not bring any protection from badly written PHP code, and even from outdated. So administrator of the server still needs take care of it, and add extra limits, that is what I do as well. So I don't worry much about PHP scripts, which could crash a server.

Fork bombs are also very simple......
 
i dont ask anything from directadmin.. %%?%&

i just explain the bug with php5.3 for find somes friends with the same problem for find solutions for when we run 100 servers and many servers have around 2 website who can crash server..

i dont speak about script php for CRASH.. i speak about website run welll under php5.2 and php4
so nevermind.. maybe the forum is NOT for it..

so have fun and enjoy !
i going to play with the shxx
 
so i found now..!!!

just ./build php y

not ./build php n

sometimes need to update all parts..

its run well on php5.3 for the same website now
 
Last edited:
Hi all
i think that n is for no to all question and y is for yes
is their any difference in both while upgrading the package eg
after changing the value in options.conf
./build update
./build php n
is different from
./build update
./build php y

need to clear my doubt
need one expert comment like alex/andrea
 
Last edited:
Y just builds all the software that php depends on.
N just builds php only.
 
Back
Top