Hi Developers,
I am new to the PMA community and relatively new to the codebase.
I've hit a road block with a bug and would appreciate a lot if some seasoned developers would help me get over the problem.
Link: https://sourceforge.net/tracker/?func=detail&atid=377408&aid=2107746&group_id=23067
Please read the comments.
Narrowed down the problem to being from php.ini 's safe mode setting which doesn't let set_time_limit override default max_execution_time in php.ini
After making a rough idea of how the export works in PMA it struck me that we can use the function that basically outputs every line in all types of output. [install dir]/export.php > PMA_exportOutputHandler to check if we are going to run out of time
http://pastebin.com/8BCSN7es
I made these changes from around line 110 search for function called PMA_exportOutputHandler and you'll find it.
Now the final lines on my download give out the line "It's gonna blow!!!"
last few lines.
http://pastebin.com/BEbv42Ds
Now I need to make sure that