Category Archives: News

News about PHP, mySql, ActionScript, Flex & etc

Requirements Specification for: Advance One Time URL script

Written by Garry Lachman (Admin). Filed under News. Tagged , , , , , , , , . 1 Comment.

Hi,
I`m planning to build new One Time URL script, after i found that the old version is bit problematic, i start to planning Advance One Time URL script.

Requirements Specification:

  1. using mySql as db.
  2. make one time url and store it in db.
  3. option to make few times url with limit.
  4. using http headers to force download – and not redirect as old script.
  5. mod_rewrite mode.
  6. regular link mode.
  7. install script – build the mySql schema.
  8. custom redirection for expired links.
  9. config file (db params, redirection params, default mode, etc…).

 

If you have more ideas, you can write it as comment.

Thanks,
Garry

Share

CONFIRMED: Facebook Gets Faster, Debuts Homegrown PHP Compiler

Written by Garry Lachman (Admin). Filed under News. Tagged , , , , . No comments.

Mike Melanson write on readwriteweb.com “The rumors have been flying over what’s going on over at Facebook headquarters. The word has been that a PHP team was brought in and made to sign non-disclosure agreements before discussing a PHP project that has been in development for the past two years. Alex Handy, senior editor of the Software Development Times Blog, predicted last Saturday that Facebook “has rewritten the PHP runtime from scratch,” and several sources have confirmed for us tonight that Facebook has indeed been making some changes to the basic PHP runtime environment.

According to our sources, Facebook has been working on a PHP compiler that will
increase speed by around 80% and offer a just-in-time (JIT) compilation engine that will offer a number of advantages. The project is very similar to Google’s Unladen Swallow project, which rebuilt the Python compiler, boosting the speed fivefold and opening the door for multi-language integration.”

More on readwriteweb.com

Share