[PHP] php backtraces with gdb print gibberish for function name

2002-08-02 Thread Joe Morris
I have have a PHP script that is core dumping, I'm trying to find out exactly where. I carefully followed the instructions on http://bugs.php.net/bugs-generating-backtrace.php with a little help in creating an apache debug build using: http://www.bowiesnyder.com/writings/gdb_apache.htm howeve

[PHP] Re: difference

2002-08-02 Thread Joe Morris
It was changed for security reasons: http://www.php.net/release_4_1_0.php joe Bob Lockie wrote: > What is the difference from using $_GET['some_var'] from using $_REQUEST['some_var']? > I think the documentation says either can be used to do the same thing. > > What is the performance differen