Re: [PHP] ARG: Seg Faults with PHP 5.0.5, now on Solaris and SLES9

2005-10-11 Thread Jochem Maas
Chuck wrote: Yes, prefork is what I am using. ah ok. Also made sure and linked with pthread php + threads are not bedfellows - maybe try dropping pthread as your AcceptMutex apache directive? otherwise it could be time to crack open gdb and run apache through it try and figure out exactly

Re: [PHP] ARG: Seg Faults with PHP 5.0.5, now on Solaris and SLES9

2005-10-10 Thread Jochem Maas
Chuck wrote: After 3 months of headache and intermittent seg faults on Solaris 9, we decided to give SLES 9 a try. Now we get continuous seg faults. I am running apache 2.0.54 on SLES 9 with all updates, and Oracle 10.2.0.1. (everything is the 32-bit flavor) I built PHP as fol

[PHP] ARG: Seg Faults with PHP 5.0.5, now on Solaris and SLES9

2005-10-10 Thread Chuck
After 3 months of headache and intermittent seg faults on Solaris 9, we decided to give SLES 9 a try. Now we get continuous seg faults. I am running apache 2.0.54 on SLES 9 with all updates, and Oracle 10.2.0.1. (everything is the 32-bit flavor) I built PHP as follows: adcinfops

Re: [PHP] ARG, call to undefined function, same problem I had on SuSE

2005-07-19 Thread Chris
You didn't send the questionto the list... I have no idea. Chris Chuck Carson wrote: Using ocilogon, I get this error: Warning: ocilogon() [function.ocilogon]: _oci_open_server: Error while trying to retrieve text for error ORA-12154 in /usr/local/apache2/htdocs/oratest.php on line 2 Can anyo

Re: [PHP] ARG, call to undefined function, same problem I had on SuSE

2005-07-19 Thread Chris
I've never used the Oracle functions before, but the ora_* functions are different than the oci_* functions. The ./configure added the oci_* not the ora_*. Just looking in from the outside it seems that you need the oci_* , so try it wiith those? Chris Chuck Carson wrote: Okay, just bui

[PHP] ARG, call to undefined function, same problem I had on SuSE

2005-07-19 Thread Chuck Carson
Okay, just built php 5.0.4 on solaris 9 and added mysql and oracle support (using Oracle 10.2.0.1). phpinfo() shows that oracle support is enabled, however, a simple call to ora_logon doesnt work: Fatal error: Call to undefined function ora_logon() in /usr/local/apache2/htdocs/oratest.php on line

RE: [PHP] arg parsing

2002-11-08 Thread John W. Holmes
om: phil [mailto:phil@;localwebpages.co.uk] > Sent: Friday, November 08, 2002 10:18 AM > To: [EMAIL PROTECTED] > Subject: [PHP] arg parsing > > Apologies for revisting any old ground but I am not able to resolve this. > > I have been running a php script that uses an argument > > http://

Re: [PHP] arg parsing

2002-11-08 Thread Marco Tabini
Well, it's probably the fifth time it's asked today :-) The setting is register_globals Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmer Come visit us at http://www.phparch.com! --- Begin Message --- Ap

[PHP] arg parsing

2002-11-08 Thread phil
Apologies for revisting any old ground but I am not able to resolve this. I have been running a php script that uses an argument http://..././process.php?action=new It used to work on linux 7.3 php4 apache 1.3.2 I have just upgraded my test environment to linux 8.0 php4.3.2 apache 2

Re: [PHP] arg, this is crazy :\ - i dont get it, is the variable,uhm, NOT GLOBAL or something?

2001-10-29 Thread Rasmus Lerdorf
Please read http://us.php.net/manual/en/language.variables.scope.php On Mon, 29 Oct 2001, Richard Marks wrote: > what in the world is wrong here? > > > > Header ("Content-type: image/png"); > $img = imagecreate (

[PHP] arg, this is crazy :\ - i dont get it, is the variable, uhm, NOT GLOBAL or something?

2001-10-29 Thread Richard Marks
what in the world is wrong here? thanks, Sincerely, GZM Software® WebMaster [EMAIL PROTECTED] http://www.gzmsoftware.f2s.com

Re: [PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
on 5/18/01 8:58 AM, Rasmus Lerdorf at [EMAIL PROTECTED] wrote: >> According to the w3c validation program; >> >> A URL for a CGI program that uses `&' as a separator, such as >> "http://host/prog?x=1&y=2";. This is a common problem: the inventors of CGI >> didn't think things through very carefu

RE: [PHP] Arg seperators

2001-05-18 Thread scott [gts]
ability to pass arrays on the command line. i was using PHP before it was even written ;) > -Original Message- > From: DAve Goodrich [mailto:[EMAIL PROTECTED]] > Subject: [PHP] Arg seperators > > > According to the w3c validation program; > > A URL for a CGI progra

Re: [PHP] Arg seperators

2001-05-18 Thread Rasmus Lerdorf
> According to the w3c validation program; > > A URL for a CGI program that uses `&' as a separator, such as > "http://host/prog?x=1&y=2";. This is a common problem: the inventors of CGI > didn't think things through very carefully when they decided to use the '&' > character as a separator betwee

[PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
According to the w3c validation program; A URL for a CGI program that uses `&' as a separator, such as "http://host/prog?x=1&y=2";. This is a common problem: the inventors of CGI didn't think things through very carefully when they decided to use the '&' character as a separator between CGI argum

Re: [PHP] arg....

2001-01-26 Thread Iván Sánchez Ortega \"MR\"
"Kurth Bemis" ... > At 12:31 PM 1/26/2001, Krznaric Michael wrote: > > sorry - here you all go.. > > > // number crunching time > $count++; > $time = date("Y-m-d H:i:s"); > > $result = mysql_query("INSERT INTO links (count) VALUES $count WHERE lid=$id"); > >i'm having a horrible time updating 2 f

Re: [PHP] arg....

2001-01-26 Thread Shawn Blaylock
the transaction if commit is not implict (ex Oracle). > > >There could be many resons including your SQL statement. > > > > > >Mike > > > > > >-Original Message- > > >From: Kurth Bemis [mailto:[EMAIL PROTECTED]] > > >Sent: Frida

Re: [PHP] arg....

2001-01-26 Thread Shawn Blaylock
tion if commit is not implict (ex Oracle). > >There could be many resons including your SQL statement. > > > >Mike > > > >-Original Message- > >From: Kurth Bemis [mailto:[EMAIL PROTECTED]] > >Sent: Friday, January 26, 2001 12:23 AM > >To: [EMAIL PR

RE: [PHP] arg....

2001-01-26 Thread Kurth Bemis
January 26, 2001 12:23 AM >To: [EMAIL PROTECTED] >Subject: [PHP] arg > > >i'm having a horrible time updating 2 fields in the same db. I don't get >an error but the fields aren't updatedcan anyone send me a snippet for >the to learn from? > >~kurt

RE: [PHP] arg....

2001-01-26 Thread Krznaric Michael
: Friday, January 26, 2001 12:23 AM To: [EMAIL PROTECTED] Subject: [PHP] arg i'm having a horrible time updating 2 fields in the same db. I don't get an error but the fields aren't updatedcan anyone send me a snippet for the to learn from? ~kurth -- PHP General Mai

[PHP] arg....

2001-01-26 Thread Kurth Bemis
i'm having a horrible time updating 2 fields in the same db. I don't get an error but the fields aren't updatedcan anyone send me a snippet for the to learn from? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,