FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » Database discussions » database dump and phpmyadmin..
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: database dump and phpmyadmin.. [message #2795 is a reply to message #2794] Sun, 26 May 2002 03:03 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Ken Kizaki wrote on Sat, 25 May 2002 8:56 PM

Unfortunately it doesn't at www.rokopsecurity.de. I know it because I already enjoyed this nice "maximum execution time exceeded" screen when inserting a dump via phpmyadmin. I don't know whether it's always the case with safe mode, because usually I have to deal with pages who turned this crap off (except that one) but there it does ignore the setting of the time limit. BTW: Hows the petition against the safe-mode of php doing? Wink
bye Ken


You can 'fix' this by adding set_time_limit(6000); this solves the problem rather easily. Unless of course a 'security minded' admin has disabled this option. In which case you can so ini_set('max_execution_time', 6000);

PHP safe_mode was has gotten to the point that developers agree this should not be in PHP 5. Since by that time PHP support Apache 2 will mature and Apache 2 will become mainstream. Since Apache's mpm allows each vhost to be run as the user who owns the vhost the security would be done by the web server using the file system permissions.

As for bugs in safe_mode, a number of them well fix, however there are few that were reported by me that are still open because there is no easy fix. Developers promised to fix them by PHP 4.3.0 heh...

I suspect there are more bugs, but I already done my share of safe_mode bug hunting and at least partially achieved my goal of educating people about how silly it is and hopefuly get the developers to drop this idiotic 'feature' in PHP 5.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: slave database mysql
Next Topic: fud26_ses
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 04:38:32 GMT 2024

Total time taken to generate the page: 0.04381 seconds