Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
rtant because you offered a hundred bucks for a solution -- I hope the sarcasm is clear. You have a 100% reproducible problem that PHP will not let you debug? This sounds like a PHP problem. Replace the page with something that works and fix it later. On 3/21/06, Noah Silverman <[EMAIL PROTECTED

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
to an issue that he can't solve and asked for help. How am I the one breaching etiquette?? -N On Mar 21, 2006, at 7:48 PM, William A. Rowe, Jr. wrote: Noah Silverman wrote: Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll even offer

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
Thanks, I'll try it now. if it works, paypal will be on the way. Thanks again, -N On Mar 21, 2006, at 7:43 PM, William A. Rowe, Jr. wrote: Noah Silverman wrote: Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll even offer $100

Re: [EMAIL PROTECTED] Re: php crashes with msyql

2006-03-21 Thread Noah Silverman
Nope... On Mar 21, 2006, at 7:38 PM, Joshua Kugler wrote: You don't per chance have mod_scramble loaded too, do you? j- k- On Tuesday 21 March 2006 16:28, Noah Silverman wrote: Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I'll

[EMAIL PROTECTED] 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 a

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
Nick, I'll happily pay a "professional" rate if someone wants to fix this. On Mar 21, 2006, at 6:39 PM, Nick Kew wrote: On Wednesday 22 March 2006 01:23, Noah Silverman wrote: Hello, I have a mission critical problem that I cant seem to solve. Can anyone help?? I

[EMAIL PROTECTED] 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 a

[EMAIL PROTECTED] 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 a

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
ch your php on apache is accessing mysql. password-- the users password i am assuming you know the user/password which is connecting to the mysql database ( look into your php code to find out this info ) and I am sure it would work Kishore Jalleda On 3/21/06, Noah Silverman <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
gs, also do you have any tool which can monitor mysql...Kishore Jalleda On 3/21/06, Noah Silverman <[EMAIL PROTECTED]> wrote: Works fine.I can even call the SAME php file that the browser calls and IT WORKSFROM THE COMMAND LINE.  It only fails when calling the php filethrough a browser (and apac

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
and see if that will get you by for now? Keith In theory, theory and practice are the same; in practice they are not. On Tue, 21 Mar 2006, Noah Silverman wrote: To: users@httpd.apache.org From: Noah Silverman <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] Weird Crashes I'm using

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
Works fine. I can even call the SAME php file that the browser calls and IT WORKS FROM THE COMMAND LINE. It only fails when calling the php file through a browser (and apache.) -N On Mar 21, 2006, at 3:11 PM, Nick Jones wrote: --- Noah Silverman <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Noah Silverman
Mike, Can't seem to find more than one php.ini file The problem existed with php 4.4.2. I then tried 5.1.2 to see if it would help. The problem is identical for either version... -N On Mar 21, 2006, at 2:57 PM, Michael Crute wrote: On 3/21/06, Noah Silverman <[EMAIL PROTECTED

[EMAIL PROTECTED] 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 a

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
Great Noah Silverman once stated: Thanks Keith, I DID a fresh compile of php4 and php5. Both give me the same crash. No difference. I'm starting to think that the problem might be with the Apache installation. Are you compiling Apache with mpm=prefork? PHP is *not* threadsafe (

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
te: Have you compiled mysql and mysqli for use in php4/5? If so, you need to compile them both at the same time with the same mysql library. Keith On Tue, 21 Mar 2006, Noah Silverman wrote: To: users@httpd.apache.org From: Noah Silverman <[EMAIL PROTECTED]> Subject: Re: [EMAIL PRO

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
heory, theory and practice are the same; in practice they are not. On Tue, 21 Mar 2006, Noah Silverman wrote: To: users@httpd.apache.org From: Noah Silverman <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] Weird Crashes Ok, I tried installing php 5. I still get the same crash problem.

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
2.2.0 Keith Roberts In theory, theory and practice are the same; in practice they are not. On Tue, 21 Mar 2006, Noah Silverman wrote: To: users@httpd.apache.org From: Noah Silverman <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] Weird Crashes I thought 4.4.2 WAS the stable version?? I

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
M, Michael Crute wrote: On 3/21/06, Noah Silverman <[EMAIL PROTECTED]> wrote: I thought 4.4.2 WAS the stable version?? I don't think our current PHP pages will work with php 5. Is there much of a difference between 4.4 and 5? Would we need to rewrite code? Thanks, Note that I said

Re: [EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
I thought 4.4.2 WAS the stable version?? I don't think our current PHP pages will work with php 5. Is there much of a difference between 4.4 and 5? Would we need to rewrite code? Thanks, -N On Mar 21, 2006, at 1:00 PM, Michael Crute wrote: On 3/21/06, Noah Silverman <[EMAIL P

[EMAIL PROTECTED] Weird Crashes

2006-03-21 Thread Noah Silverman
Hello, I have a very strange situation here. I installed Apache 2.2.0 I installed php 4.4.2 Apache works great, but whenever I try to load a php page in a browser, apache immediately seg-faults. no error message is produced. THIS IS A MISSION CRITICAL PROBLEM!! Can anybody help?? Thanks,