Re: [PHP-DEV] Lists

2002-02-05 Thread John Donagher
he project to keep the bug count down. Be > > honest, how many people write bug free code, or more specifically test on > > platforms other than their primary development choice? Not many. > > > > A big -1 on this suggestion. > > > > >-

RE: [PHP-DEV] Patch: Nested comments

2001-11-28 Thread John Donagher
uted for a > reasonable purpose. > > Nested comments isn't it. > Oh, agreed, my comment was directed towards the general attitude as opposed to the validity of this one particular patch. John -- John Donagher Application Engineer, Intacct Corp. Public key available off ht

Re: [PHP-DEV] Patch: Nested comments

2001-11-28 Thread John Donagher
always been impressed with with the PHP developers). John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD -- PHP Development Mailing List <http://www.php.net/>

Re: [PHP-DEV] Patch: Nested comments

2001-11-27 Thread John Donagher
gt; > > } > > > > > >- > > >-[^*]+ { > > >+[^/*]+ { > > > yymore(); > > > } > > > > > >+"/*" { > > >+CG(comment_nest_level)++; > > >+yymore(); > > >+} >

Re: [PHP-DEV] implementing posix_setrlimit

2001-10-02 Thread John Donagher
o the CGI SAPI. > (or you can just send the patch and someone can add that) > > -Jason > ----- Original Message - > From: "John Donagher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesda

[PHP-DEV] implementing posix_setrlimit

2001-10-02 Thread John Donagher
soft limit all the way up to an administrator-imposed hard limit) Is there any particular reason than this has not already been implemented, and if not, would it be a valid contribution to the PHP language? Thanks John -- John Donagher Application Engineer, Intacct Corp. Public key available

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-08-20 Thread John Donagher
e user. If this is the case, I would venture to say that most database extensions should also be shipped seperately, with two or three exceptions. John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 2

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-08-20 Thread John Donagher
ave as part of the distribution. I'm not sure I've ever seen a clear argument as to why they don't. John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD

Re: [PHP-DEV] Chora and CVSWeb problems

2001-08-19 Thread John Donagher
that last night .. seems to work fine again now. -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD -- PHP Development Mailing List <http://www.php.net/> To unsubscri

Re: [PHP-DEV] Re: Output Compression Issues

2001-08-16 Thread John Donagher
tly or implicitly at exit) > - We can look into sending the content length header from the output > compression callback > > Can anybody think of good reasons not to send the content-length header in > case we're performing output buffering? Nope. John -- John Donagh

Re: [PHP-DEV] Output Compression Issues

2001-08-15 Thread John Donagher
On Wed, 15 Aug 2001, Rasmus Lerdorf wrote: > But a second call to Header("Content-Encoding:") will replace the first > one. If no content has gone out yet, overwriting a previous > Content-Encoding header is trivial. I am not sure what you mean when you > say that this doesn't do the job for so

[PHP-DEV] Output Compression Issues

2001-08-15 Thread John Donagher
t one, from PHP, can manipulate (read: delete) the headers in Apache's output buffer, like you can in Perl. My guess is that this probably would already have been done if there were not some significant obstacles. Thoughts? -- John Donagher Application Engineer, Intacct Corp. Public key

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread John Donagher
ead of writing it off as marketing speak, and we can continue this off-list. -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD -- PHP Development Mailing List <http://www.php.n

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread John Donagher
uired in many many cases in order for PHP to evolve in that sense, and as long as most people don't want it to happen, it probably shouldn't happen. That's a significant cost to incur and something new frameworks/languages don't have to worry about. John -- John D

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread John Donagher
efore initial feature implementation, then quickly outdated and discarded? That is my biggest problem with documents: they take a lot of effort to create, are often difficult to grok, and _almost always_ have a very short lifecycle. -- John Donagher Application Engineer, Intacct Corp. Public

[PHP-DEV] transparent output compression

2001-08-14 Thread John Donagher
s? Bandwidth is expensive. CPU cycles are not. We've seen 900K HTML reports compressed to 40K. Truly awesome. Thanks John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD

Re: [PHP-DEV] Writing php modules in C++

2001-08-07 Thread John Donagher
l php module > to interface with some other third party library which is only available in C++. > > Could someone point me somewhere to start? > > Regards, > > Shao. > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-39

Re: [PHP-DEV] Security Issues

2001-07-27 Thread John Donagher
broken. This means that the library maintainers will be under significant pressure to release a patch; fixing the code to use a safer method of accessing user data. My guess is the above patch is what will make it in, not because the guy doesn't understand it's bad, but he was already shot

Re: [PHP-DEV] === Question

2001-07-19 Thread John Donagher
> and whats the difference between == and ===? > > any help? > > Thanks > Patrick PEase > > > -- 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 avail

Re: [PHP-DEV] include *.php

2001-07-13 Thread John Donagher
On Fri, 13 Jul 2001, Hartmut Holzgraefe wrote: > Martin Pedak wrote: > > What people think about adding > > regular expressions to include() or require() constructions or even > > making new language consruction like "import()" that can handle reg. > > exp. file includes. So thant you can include

Re: [PHP-DEV] NGScan - technical explanation

2001-07-09 Thread John Donagher
on this list, that is still an _if_), can't we revert back to the former, non-abstracted structure? John -- 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

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread John Donagher
ure, I can > > meet all of these criteria... > > Once you add the cvs server and the snapshots it would eat up the better > part of a T1 consistently. Perhaps not quite 1.5M, but probably in the 1M > range. 384K is definitely not enough just for the lists. > > -Rasmus &g

Re: [PHP-DEV] Zdnet Article

2001-05-17 Thread John Donagher
rote: > > > http://www.zdnet.com/products/stories/reviews/0,4161,2711724,00.html > > > > no word to comment that ! > > > > just see a adbanner for ColdFusion on the same page ! > > > > Manu > > > > > > > > > >

Re: [PHP-DEV] Classes & function names

2001-05-04 Thread John Donagher
On Fri, 4 May 2001, Zeev Suraski wrote: > IMHO, in a compatibility breaking upgrade, we should look into defaulting > to case sensitivity, while allowing case insensitivity as a non-default option. > > Zeev > That solves my problem and makes me happy. +1 -- John Donag

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
y help a PHP > >developer? > > Purely cosmetically, it would be nice. For example, in PHP-GTK I have a lot > of error messages that output class names, and it'd be nice to display the > names as they were registered by the user/system rather than all lowercased. > >

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
_declared_class() would probably have a high WTF factor, which is why I favor changing the original to (like Andrei said) accept a parameter which determines its behavior. Thanks John On Thu, 3 May 2001, Sterling Hughes wrote: > On Thu, 3 May 2001, Wez Furlong wrote: > > > On 2

[PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
more correct. Any opinions? Have I overlooked something that makes this more difficult than it seems? I'm willing to work on this if I can gather some positive concensus. -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave.

Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)

2001-04-29 Thread John Donagher
ccount. > > Zeev > That only really works for forking webservers, does it not? Another alternative would be to use microseconds... -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com

Re: [PHP-DEV] RE: 4.0.5: Merge Request

2001-04-24 Thread John Donagher
organize (I'm not fixing bugs at 10AM). But I'm really not in favor of adding more process. Personally, I've never seen adding steps to a development process actually help development. It seems like instead of voting, maybe QA people (as well as developers) should have ability to set

Re: [PHP-DEV] Database connection pooling

2001-02-09 Thread John Donagher
ly do until I come up with a solution is moving > all scripts requiring db access to another webserver (running on the same > machine) with a much lower number of Apache processes. It solves the > database problem, but introduces a whole range of new problems. > > TIA, > > Mathijs >

Re: [PHP-DEV] wrong implementation of isset()?

2001-02-06 Thread John Donagher
discrepancies have been fixed, though. Try as I might, I can't think of a good case where you'd want to check for NULL and existance in the namespace. -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95

[PHP-DEV] GPG extension?

2001-02-05 Thread John Donagher
I've been considering starting work on a GPG extension for PHP, similar to the Perl GPG interface (http://gpg.sourceforge.net). Anyone working on this already? John -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los

Re: [PHP-DEV] SSL

2001-02-04 Thread John Donagher
On 4 Feb 2001, James H. Cloos Jr. wrote: > >>>>> "John" == John Donagher <[EMAIL PROTECTED]> writes: > > John> If you mean the ability to have PHP talk with an HTTPS server, > John> it already exists in the form of the CURL extension. > >

Re: [PHP-DEV] SSL

2001-01-30 Thread John Donagher
The CURL extension is relatively new; it got checked in in July. John On Tue, 30 Jan 2001, Steve Smith wrote: > On Tue, 30 Jan 2001, John Donagher wrote: > > > > > If you mean the ability to have PHP talk with an HTTPS server, it > > already exists in the fo

Re: [PHP-DEV] SSL

2001-01-30 Thread John Donagher
orking on implementing SSL connections in PHP? I'm > willing to take a try at it if no one else is. > > --Steve > > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.int

[PHP-DEV] FYI: pfpro extension

2001-01-29 Thread John Donagher
:) John -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] http://cvs.php.net/

2001-01-22 Thread John Donagher
re might be some stuff to fix before putting > it on cvs.php.net :) > > -Martin > > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com -BEGIN PGP PUBLIC KEY BLOCK