[PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Peter Degen-Portnoy
Hi Folks, I've been banging against this for a while and have narrowed it down to a completely repeatable and tiny test case. The issue is that any mysql_connect call hangs and causes a segmentation fault in php5ts.dll. Here are the specifics: I am running on Windows XP, SP2, Single Athlon 64

Re: [PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Chris
Peter Degen-Portnoy wrote: Hi Folks, I've been banging against this for a while and have narrowed it down to a completely repeatable and tiny test case. http://bugs.php.net/ Best place to post it and get it fixed. -- Postgresql php tutorials http://www.designmagick.com/ -- PHP Database

Re: [PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Peter Degen-Portnoy
Thanks, Chris. - Peter On Fri, Dec 12, 2008 at 1:10 AM, Chris dmag...@gmail.com wrote: Peter Degen-Portnoy wrote: Hi Folks, I've been banging against this for a while and have narrowed it down to a completely repeatable and tiny test case. http://bugs.php.net/ Best place to post it

Re: [PHP-DB] php crashes with msyql

2006-03-21 Thread Chris
Noah Silverman wrote: Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll even offer $100 paypal if someone gives me the answer to solve this issue. Thanks, -N -- The issue: when I load a php file in a browser that

[PHP-DB] php crashes with msyql

2006-03-21 Thread Noah Silverman
Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll even offer $100 paypal if someone gives me the answer to solve this issue. Thanks, -N -- The issue: when I load a php file in a browser that references mysql, it crashes the

Re: [PHP-DB] php crashes with msyql

2006-03-21 Thread Chris
Noah Silverman wrote: Chris, Same problem Called from the command line it works. Called through a browser, it crashes. php test.php - WORKS http://server.com/test.php - CRASHES What exactly is in test.php (change database details, but we need to see the test.php script) ? Is it

Re: [PHP-DB] php crashes with msyql

2006-03-21 Thread Noah Silverman
Chris, Thanks in advance for all the help. i appreciate it. The script - ?php mysql_connect('123.123.123.123','user','pass'); ? -- The error from apache log - [Tue Mar 21 15:36:05 2006] [notice] child pid 19337

Re: [PHP-DB] php crashes with msyql

2006-03-21 Thread Chris
Noah Silverman wrote: Chris, Thanks in advance for all the help. i appreciate it. The script - ?php mysql_connect('123.123.123.123','user','pass'); ? -- The error from apache log - [Tue Mar 21 15:36:05 2006]

[PHP-DB] php crashes with msyql

2006-03-21 Thread Noah Silverman
Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll even offer $100 paypal if someone gives me the answer to solve this issue. Thanks, -N -- The issue: when I load a php file in a browser that references mysql, it crashes the

[PHP-DB] PHP crashes...

2004-01-22 Thread DiZEM PGC
Here is the source until something is returned by the first function call (first from top to bottom): ? session_start(); // Template-class require('template.inc.php'); // Some DB-Data [EMAIL PROTECTED] getenv(DOCUMENT_ROOT)./conn.con; if ($dbconn!=1) { sprintf(%s,$dbconn); exit(); } //

[PHP-DB] PHP crashes...

2004-01-21 Thread DiZEM PGC
I have a script called 'login.php' which worked fine until now. Last dayz i've made a few changes at this script which ones just dealt with if-expressions. I've set some vars to values returned by functions and checked (if) these values afterwards. Now the execution of this script results in a

RE: [PHP-DB] PHP crashes...

2004-01-21 Thread brett king
Can you give a bit more detail as to what is happening prior to the return statement? Brett -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php