|
Posted by farhan on 11/04/07 08:35
Hi,
Please divert me if this is not the right group to be posting this
question.
I am a Linux client trying to connect to a mysql windows server via
php, upon hitting the mysql_connect line in my php script, it simply
stops executing. In other words anything or'ed with it, like echo
does not end up in the html source. I'm not entirely sure on the
inner workings of php scripting so I can't explain why echo commands
before the mysql_connect don't show up either. However, they appear
fine when the mysql_connect line is commented out. Is it a parsing
issue?
Command line mysql connection works just fine.
phpinfo() gives correct mysql info.
apace error_log says *** glibc detected *** double free or corruption
(!prev): 0x08132138 ***
[Sun Nov 4 14:18:33 2007] [notice] child pid 2316 exit signal Aborted
(6)
Any ideas of how to go about debugging this much appreciated.
Thanks,
Farhan
[Back to original message]
|