Re: [PHP] Posting Summary for Week Ending 11 January, 2008: php-general@lists.php.net



On Jan 14, 2008 1:12 PM, Richard Lynch <ceo@xxxxxxxxx> wrote:
I think you've got an extra divide by 100 in there somewhere, as
81/226 is ~ 36% in most countries.
php -a
Interactive mode enabled

Yeah, that was something that I forgot to fix in the blast that
the script sent out (due to a problem between the chair and the
keyboard).

Are you archiving and/or graphing the results somewhere?

Archiving, yes. Graphing, no. It could be added without much of
a problem though.

Is the PostTracker itself included in the stats?

Should it be?

For that week it was, by flawed design. In the future, the single
post per week it makes should be ignored.

I hadn't realized that Stas had one (or that PHP had one at all,
for that matter). I took the idea from a guy on the IETF mailing list
that posts similar data. I thought it was pretty interesting (though
that list is far lower in traffic than this).

--
</Dan>

Daniel P. Brown
Senior Unix Geek and #1 Rated "Year's Coolest Guy" By Self Since
Nineteen-Seventy-[mumble].
.



Relevant Pages

  • Re: Bug in #! processing - "pear broken on current"
    ... on the cvs-src mailing list...] ... script is due to the change in parsing I committed on May 28th. ... php would have been started up with: ... /usr/bin/env could be used to fix this, once I write up that change... ...
    (freebsd-arch)
  • Re: variable problem in address book script
    ... fix old stuff. ... I really don't know anything about PHP except what I picked up over the past ... I found another address book script that pretty much worked out of the box. ... A couple error messages that were fixed with your suggestions for the ...
    (alt.php)
  • Re: [PHP] php 5 and register_globals=off gives lotsa errors
    ... Or you could fix the script: ... server with php 4 and register_globals turned on, ... Notice: Undefined index: action in ... But what I really want to know is: How do I fix it without trying to ...
    (php.general)
  • Re: register_globals
    ... This script is part of a big website that already running and I only want to keep it working ... You didn't say which version of PHP you're running, but turning it on in the php.ini file should work - unless it's overridden, as Miguel indicated. ... However - you NEED to fix your code so that it doesn't require register_globals to be on. ... It's a huge security hole, and may be completely disabled in future versions of PHP. ...
    (comp.lang.php)
  • Re: [PHP] PHP console script vs C/C++/C#
    ... My script is taking a longer time to execute than I want. ... I prefer to write in PHP because that is what I know best. ... This is why I am thinking about rewriting my whole script in a C language. ... Perhaps there are different methods I could be using to speed up execution. ...
    (php.general)