Re: [PHP] what is ::?

2001-02-07 Thread John Donagher
ss > definitions of PHP's ~/lib/php directory, such as DB.php. It looks like > doing the same thing as -> notation. Can someone help to explain this a > little bit or provide links to the explaination? Thanks a lot! > > Chien-pin > > > -- John Donagher Applicatio

Re: [PHP] parent constructor

2001-02-07 Thread John Donagher
constructor like "super()" or whatever. It seems silly to hardcode > the name of my parent class into the code of the class besides in the > "extends" part in the definition. that way if I change the > hierarchy, I don't have to worry about changing the construc

Re: [PHP] returning multiple variables from a function?

2001-02-12 Thread John Donagher
s"; > > What if I wanted to "return" more than one variable from the function? And > how would I assign it a name? Like the actual variable, or is that just not > possible? > > I've tried > return $var1,$var2; > But got an error. > > As a

Re: [PHP] parent functions and derived classes - the data problem

2001-02-26 Thread John Donagher
l, > but I don't quite understand what is going on in the > example. (I assume it is hacking the object's internal > representation so that it refers to a different class. > Scary.) > > Thanks for any help > > Regards, > > Tyson Lloyd Thwaites > IT&

Re: [PHP] Compiling Scripts

2001-02-28 Thread John Donagher
> > Thanks in advance. > > > > - > > Johnny Withers > > [EMAIL PROTECTED] > > p. 601.853.0211 > > c. 601.954.9133 > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-09 Thread John Donagher
you have any opinion on the email I sent about language case discrepancies the other day? I was kind of surprised that no one responded. Thanks John -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.i

Re: [PHP] calling static class functions using a function variable

2001-01-18 Thread John Donagher
;t count on it. > > By Day:|By Night: > Don't miss the Zend Web Store's| There's not enough room here... > Grand Opening on January 23, 2001! | Start here: > http://www.zend.com| http://l-i-e.com/artists.

Re: [PHP] file_exists search the include_path?

2001-01-25 Thread John Donagher
f this still works? How it works? If it's just a second boolean >parameter or what? > > In other words, instead of: > > if (file_exists("/www/inc/my_script.php")) {...} > > I'd like to say: > > if (file_exists("my_script.php", TRUE)) {...} /

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 13:05:41 2001 EDT Modified files: /php4 configure.in Log: PR: Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro Index: php4/configure.in diff -u php4/configure.in:1

Re: [PHP] PHP 4.0.3 on Debian?

2001-01-27 Thread John Donagher
On Sat, 27 Jan 2001, Brian Clark wrote: > On some Debian systems you have to edit the apxs script if you didn't > install Apache via the Debian package system. > FYI, not the case as of the current woody. Apache 1.3.14 configured with: ./configure --enable-module=so built a proper apxs which P

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:16:55 2001 EDT Modified files: /php4 configure.in Log: PR: Remove --with-pfpro warning. Verisign has released a beta SDK which corrects the problem. Index: php4/configure.in diff -u php4/configure.in:1.215 php4/conf

[PHP-CVS] cvs: php4 /ext/pfpro pfpro.c

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:45:28 2001 EDT Modified files: /php4/ext/pfpro pfpro.c Log: PR: Clean up and add folding Index: php4/ext/pfpro/pfpro.c diff -u php4/ext/pfpro/pfpro.c:1.7 php4/ext/pfpro/pfpro.c:1.8 --- php4/ext/pfpro/pfpro.c:1.7 Fri De

Re: [PHP] PHP oop in C

2001-01-29 Thread John Donagher
ta = "hello!"; > } > function hello () { > echo $this->data; > } > } > ?> > > Thanks! >-Matt > > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720

Re: [PHP] Override already-declared function?

2001-01-30 Thread John Donagher
nctions.<>.php file, which includes various function > definitions and other cool theme-related stuff. > > I'd like to be able to redefine functions in these files. At the moment > if I try it I just get the "already declared function" error. > > Any th

Re: [PHP] Recommended Job Posting sites? Need to hire someone w/PHP exp.

2001-02-01 Thread John Donagher
rn is important. Some people come in to a PHP project with the misconception that "PHP sucks" and that their own future marketability as programmers is somehow being tarnished by virtue of the fact that they have to learn and use it. Write them off. John -- John Donagher Applicat

Re: [PHP] Installing Verisign PFPro Support

2001-02-04 Thread John Donagher
ro.so: undefined reference to > `pthread_mutex_init' > > I've never done anything like this before, so I'm not really sure what's > goin' on. > > Any insight into the problem would be greatly appreciated! > > Thanks! > > -brady >

Re: [PHP] payment

2001-03-12 Thread John Donagher
ne had trouble with > >these guys? > > no. it's good stuff. Verisign is not going out of business anytime > soon. and it's flat rate. you can't beat it. > > -aaron > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting o

Re: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
tried setting the environment variable > PFPRO_CERT_PATH=/usr/local/ssl/certs but that doesn't make a difference. > > It doesn't seem to be an option I can set in the config.h file for the > payflow pro SDK that I downloaded. > > What's the deal? Anyone know how to fi

RE: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
) > and it should work. Functionally, it seems to work, its just that it can't > find > that file. > > > > -Original Message- > > From: Robert Covell [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 13, 2001 12:26 PM > > To: John Donagher; Dan H

Re: [PHP] PHP + IRC

2001-04-04 Thread John Donagher
gt; > jason > > > > > Hello PHP, > > > > Is there any ways to use php with irc? > > > > -- > > Best regards, > > > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 U

Re: Lists are back up

2001-06-18 Thread John Donagher
> permanent home is in the works. > > -Rasmus > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50

Re: [PHP] Payflo Pro and credit cards

2001-06-20 Thread John Donagher
er you far more flexibility. > Thanks in advance, > // Tobias Talltorp > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
? What if they're 14? Allowing the processor to worry about this means less maintenance on your code later and removes some entropy from your system. John -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 ww

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
On Mon, 16 Jul 2001, Christopher Ostmo wrote: > John Donagher pressed the little lettered thingies in this order... > > > My suggestion is to run an authorization for an extremely small amount of > > money ($1.00 is fairly standard) and that will tell you if the account i

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
On 17 Jul 2001, Steve Sobol wrote: > From 'John Donagher': > >> accounts, and too many bogus cards would not look good. > >> > > > >My suggestion is to run an authorization for an extremely small amount of money > >($1.00 is fairly standard)

Re: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
se: Array > [RESULT] => -31 [RESPMSG] => The certificate chain did not validate, no > local certificate found ) > > Hmm. Certificate not found. I think that is in the directory that I > specified for --with-pfpro=., under the ./certs subdirectory there. I > just downloaded the t

RE: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
ctory, for example? > > > > Regards, > > Henning > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL P

RE: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
gt; > > Regards, > > > Henning > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTEC

Re: [PHP] exclusive execution

2001-04-27 Thread John Donagher
t; starts to re-execute. I wish to catch this re-execute and halt the script > instead > > N > > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key av