Re: [PHP] stripping with an OB callback [SOLVED]

2006-09-22 Thread Christopher Watson
to go. Christopher Watson On 9/22/06, Richard Lynch [EMAIL PROTECTED] wrote: Cannot compression be set in .htaccess? Or even within the script??? I suspect you could even find a PHP class out there to compress and send the right headers to do it all in PHP, regardless of server settings

Re: [PHP] Help converting C to PHP

2006-09-21 Thread Christopher Watson
Definitely looks like a grouping and/or precedence problem. Wish I had more time to examine it. Fine-tooth those parens again. -Christopher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] stripping with an OB callback

2006-09-20 Thread Christopher Watson
this whitespace reduction is going to backfire. There isn't anything in any of this that requires the contiguous non-word characters. I have a feeling though, that one of you more learned PHPers are going to tell me exactly where my ass is gonna start hurtin'. Christopher Watson Principal Architect

Re: [PHP] stripping with an OB callback

2006-09-20 Thread Christopher Watson
Hi Robert, Well, I think the main reason I'm not using transparent output compression is because this app shares php.ini with several other PHP apps on the server, and I don't want to foist this change on the admins of those apps. I was trying to come up with a localized strategy for trimming

Re: [PHP] stripping with an OB callback

2006-09-20 Thread Christopher Watson
Bingo! That's the ticket. Thanks, Robert. -Christopher On 9/20/06, Robert Cummings [EMAIL PROTECTED] wrote: Why settle for 30% speed boost when you can get 90% ... http://ca3.php.net/manual/en/function.ob-gzhandler.php :) -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Is there a list of all Timezones as an array or someting?

2006-09-20 Thread Christopher Watson
Might also want to have a look-see at the Date_TimeZone class of the PEAR::Date package. It seems pretty comprehensive with regard to time zone coverage. -Christopher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question on explode and join.

2006-09-13 Thread Christopher Watson
a search pattern that covers everything. Don't know how much the PCRE functions can swallow at once, but it's worth a try. Christopher Watson Principal Architect The International Variable Star Index (VSX) http://vsx.aavso.org On 9/13/06, Beauford [EMAIL PROTECTED] wrote: Hi, I have a form

Re: [PHP] PHP Access Violations

2006-09-09 Thread Christopher Watson
the problem again in order to get the exception data. This is looking more and more like a SQLyog problem. Maybe I should try another MySQL admin client. -Christopher On 9/6/06, Christopher Watson [EMAIL PROTECTED] wrote: Spoke too soon. After a reboot, I had only IE and Homesite open

Re: [PHP] PHP Access Violations

2006-09-07 Thread Christopher Watson
again in order to get the exception data. This is looking more and more like a SQLyog problem. Maybe I should try another MySQL admin client. -Christopher On 9/6/06, Christopher Watson [EMAIL PROTECTED] wrote: Spoke too soon. After a reboot, I had only IE and Homesite open, making changes to PHP

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Hi Wolf, Set up PHP error logging. Proceeded to do some regular development. Created some PHP errors in my code to test logging. Worked great. Expected errors occurred and got logged. Five minutes into the session, wham! This error is what comes up in the browser: PHP has encountered an

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Hi Chris, memtest run over several hours, with 2000% coverage. No errors. -Chris On 9/5/06, Chris [EMAIL PROTECTED] wrote: Run memtest or something over your machine, sounds more like a hardware issue than anything else. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
PROTECTED] wrote: Christopher Watson wrote: memtest run over several hours, with 2000% coverage. No errors. My impression of this is that it either has to be a software problem in either PHP or the server (pretty much guaranteed your PHP code should never be allowed to trigger an access violation

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Spoke too soon. After a reboot, I had only IE and Homesite open, making changes to PHP code and running the app, and it hit an access violation. So SQLyog ain't it. -Chris On 9/6/06, Christopher Watson [EMAIL PROTECTED] wrote: Thanks for the input, Jon. I'll get to the Apache and IIS

[PHP] PHP Access Violations

2006-09-05 Thread Christopher Watson
installed anything on it except the OS and essential development tools. This machine is devoid of any malware, and is extremely process poor. It's a super clean system. Does someone, anyone, has any insight into this? Please help me! Christopher Watson -- PHP General Mailing List (http

[PHP] Query result column to array

2006-08-30 Thread Christopher Watson
using some variation of the code above? Christopher Watson Principal Architect The International Variable Star Index (VSX) http://vsx.aavso.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php