ing 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
o understand that this machine was WIPED CLEAN a couple of
weeks ago, and I haven't 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 insig
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 Ac
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, vi
t;[EMAIL 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 tri
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 th
oblem 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 cha
did crash. I'll have try to reproduce 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]> wr
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
x27;t see a
situation (certainly not in my particular app) where doing 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
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 my
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 unsubscri
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
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
cters, I'm good 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, reg
15 matches
Mail list logo