[PHP] Flag Options before Compiling PHP...

2003-12-30 Thread Scott Fletcher
Hi! I'm encountering an interesting situation. I can do with one file path in a flag for the compiler without a problem, but with 2 file paths in one flag. What is needed to combine those two paths into one flags? --snip-- LDFLAGS='-L/usr/local/ssl/lib' LDFLAGS="CUSTOMER_ODBC_LIBS='-L/usr/

Re: [PHP] FLAG

2003-11-27 Thread Curt Zirzow
* Thus wrote Ford, Mike [LSS] ([EMAIL PROTECTED]): > On 26 November 2003 12:43, Jay Blanchard contributed these pearls of wisdom: > > > [snip] > > Well, so is there any online resource whereby I can read up on > > "FLAG" ???Or any idea how should I go about creating the > > memory lo

RE: [PHP] FLAG

2003-11-26 Thread Ford, Mike [LSS]
On 26 November 2003 12:43, Jay Blanchard contributed these pearls of wisdom: > [snip] > Well, so is there any online resource whereby I can read up on > "FLAG" ???Or any idea how should I go about creating the > memory location to store the binary-ish information (e.g. > true/false, yes/no, 1/0)?

RE: [PHP] FLAG

2003-11-26 Thread Jay Blanchard
[snip] You're not likely to find something specific on FLAG, but maybe the following demonstration can help $niceWeatherFLAG is that 'memory location' (variable) where the FLAG information is stored. Now, what is the precise nature of your problem? List citizens would certainly be glad to h

RE: [PHP] FLAG

2003-11-26 Thread Jay Blanchard
[snip] Well, so is there any online resource whereby I can read up on "FLAG" ???Or any idea how should I go about creating the memory location to store the binary-ish information (e.g. true/false, yes/no, 1/0)? Hope to get some help soon...thnx. [/snip] You're not likely to find something specif

[PHP] FLAG

2003-11-25 Thread irinchiang
On Tue, Nov 04, 2003 at 03:19:20PM +0800, [EMAIL PROTECTED] wrote: : : Hi calling out to all programmers: : : I heard that there is a term used by most programmers called "FLAG" . : Anyone aware of that?? Its a kinda "Indicator" eg. I have a table with : "YES" column equal to "1" an

Re: [PHP] FLAG

2003-11-04 Thread irinchiang
I see, thanks for the short introduction of FLAG ... Anyway do u know of any useful links that has more info on "FLAG" ??? Regards, Irin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FLAG

2003-11-04 Thread Eugene Lee
On Tue, Nov 04, 2003 at 03:19:20PM +0800, [EMAIL PROTECTED] wrote: : : Hi calling out to all programmers: : : I heard that there is a term used by most programmers called "FLAG" . : Anyone aware of that?? Its a kinda "Indicator" eg. I have a table with : "YES" column equal to "1" and "NO"

[PHP] FLAG

2003-11-04 Thread irinchiang
Hi calling out to all programmers: I heard that there is a term used by most programmers called "FLAG" . Anyone aware of that?? Its a kinda "Indicator" eg. I have a table with "YES" column equal to "1" and "NO" column equal to "0". Does anyone know of any useful links with regards to t