RE: [PHP-DEV] If you want to avoid annoying CS commits

2003-04-04 Thread Joseph Tate
oseph > -Original Message- > From: Tom Sommer [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 2:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] If you want to avoid annoying CS commits > > > On Fri, 4 Apr 2003 12:11:16 -0500, Joseph Tate wrote: > >

RE: [PHP-DEV] If you want to avoid annoying CS commits

2003-04-04 Thread Joseph Tate
How about documenting an astyle (insert stylizing app of choice here) line in CODING_STANDARDS that people can run on their code to make it conform to said standards. Then people can just run $astyle on their file before they commit it. Joseph > -Original Message- > From: Sterling Hughes

RE: [PHP-DEV] Preliminary Apache 2 benchmarks

2003-03-25 Thread Joseph Tate
Use the php.ini directive: implicit_flush. If it's set to on, then flush. If it's not then don't implicitly flush. > -Original Message- > From: Ilia A. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 4:55 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Pre