RE: [PHP] Filestat.c erorrs when building php-5.3.3 on solaris

2010-09-14 Thread STANFIELD, VICKI CTR DFAS
For the record, the problem appears to have been that the gcc version was too old. It compiles with gcc 3.4.6 -Vicki Stanfield, RHCE, CISSP Web Management Group tso-cs-web-t...@dfas.mil Defense Finance and Accounting Service Technical Services Organization - Corporate Services vicki.stanfield

RE: [PHP] Filestat.c erorrs when building php-5.3.3 on solaris

2010-09-09 Thread STANFIELD, VICKI CTR DFAS
the -D_POSIX_PTHREAD_SEMANTICS in the makefile or configure.in somewhere? Can you point me in the right direction? -Vicki Stanfield, RHCE, CISSP -Original Message- From: Tom Rogers [mailto:trog...@kwikin.com] Sent: Wednesday, September 08, 2010 10:06 PM To: Tom Rogers Cc: php-general@lists.php.net Subject: Re

[PHP] RE: PHP list posting confirmation for vicki.stanfield....@dfas.mil

2010-09-08 Thread STANFIELD, VICKI CTR DFAS
--with-openssl=/shared_ro/openssl_098 --with-oci8=/shared_ro/users.oracle/11.1.0 I have tried the make that came on Solaris 10 and gmake and get the same error either way. Can anyone give me a hint as to what I am doing wrong in this build? -Vicki Stanfield, RHCE, CISSP Web Management Group -- PHP

[PHP] Recall: PHP list posting confirmation for vicki.stanfield....@dfas.mil

2010-09-08 Thread STANFIELD, VICKI CTR DFAS
STANFIELD, VICKI CTR DFAS would like to recall the message, PHP list posting confirmation for vicki.stanfield@dfas.mil. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] RE: PHP list posting confirmation for vicki.stanfield....@dfas.mil

2010-09-08 Thread STANFIELD, VICKI CTR DFAS
That was a mistake. My apologies. I meant to change the Subject line before hitting send. -Vicki Stanfield, RHCE, CISSP Web Management Group tso-cs-web-t...@dfas.mil Defense Finance and Accounting Service Technical Services Organization - Corporate Services vicki.stanfield@dfas.mil (317

[PHP] Filestat.c erorrs when building php-5.3.3 on solaris

2010-09-08 Thread STANFIELD, VICKI CTR DFAS
--with-openssl=/shared_ro/openssl_098 --with-oci8=/shared_ro/users.oracle/11.1.0 I am using gmake 3.80. Can anyone give me a hint as to what I am doing wrong in this build? -Vicki Stanfield, RHCE, CISSP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Search metatag script

2003-02-12 Thread Vicki
I'm pretty new to PHP and have no programming background, so I wanted to ask what would be the best way to approach this script. A client will develop a set of keywords which we will post on a Keyword Index page (probably 50+). He will then designate which of 25 product pages to apply these

Re: [PHP] More on removing item from cart

2002-06-28 Thread Vicki
havenĀ¹t been able to figure this part out. Aargh! Perhaps something is patently obvious in this code to PHPers. If so, I truly welcome your suggestions, and Dan I really appreciate your looking at this so closely. Exasperated, Vicki PS when I use print_r to display the contents of the arrays, I

Re: [PHP] More on removing item from cart

2002-06-26 Thread Vicki
posting questions in the first place because the interaction of the code seemed fairly complex, but I'm also quite desperate. Once again, many thanks for your patience and attention. Vicki -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] More on removing item from cart

2002-06-25 Thread Vicki
on this for days (I'm very new to PHP), and it just doesn't seem like it should be that difficult. Thanks, Vicki -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to remove item from cart

2002-06-23 Thread Vicki
already, I'm very, very new to PHP and haven't quite got the hang of it yet. :=) Thanks, Vicki -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie ? on sessions

2002-06-13 Thread Vicki
that's more than one question.) Also, if I do need to store the session ID in the database and I don't have access to the php.ini file, is there a way to set the session_save_handler to user through .htaccess or some other means? Thanks very much for any help you can provide. Vicki -- PHP

Re: [PHP] Newbie ? on sessions

2002-06-13 Thread Vicki
Thanks for both of your comments. I don't know why I was getting all tangled up in sessions, but now I feel MUCH more confident about how to proceed. Best regards, Vicki -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: UD4 PhAkt Users?

2001-09-07 Thread Vicki
company won't allow such connections. So until I'm able to set up a local testing environment (an expensive and time consuming affair), UltraDev isn't an option for me. In short, your advice has been supported by my experience. Best regards, Vicki -- PHP General Mailing List (http://www.php.net

Re: [PHP] Newbie ?: why this error?

2001-09-05 Thread Vicki
That's good to know. Thanks! Vicki In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Cc Zona) wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Vicki) wrote: $db = mysql_connect (hostname, user, password); if (!$db) { echo Error: Could not connect to database. Please

[PHP] Newbie ?: why this error?

2001-09-04 Thread Vicki
appreciated! Vicki Here's the the first part of the script in question: html head titleSample Request Results/title /head body pThank you for requesting a sample. Here it is./p ? if (!$SampFirstName || !$SampLastName || !$SampEmail) { echo You have not entered all the required information. br Please

Re: [PHP] Newbie ?: why this error?

2001-09-04 Thread Vicki
.; exit; } I'll start looking at these lines more closely now. Thanks for the help. I guess I was taking those error messages too literally and looking for the problem in the wrong place. Vicki In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jack Dempsey) wrote: Hi Vicki, try