10.02.2013 Views

PHP Programming Language - Cultural View

PHP Programming Language - Cultural View

PHP Programming Language - Cultural View

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DynPG 59<br />

Video tutorials<br />

There are several free (German) video tutorials available on the DynPG homepage.<br />

External links<br />

• DynPG Website [1] (German/English/Spanish)<br />

• DynPG Wiki [2] (German)<br />

• DynPG Wiki [3] (English, under construction)<br />

• DynPG Wiki [4] (Spanish, under construction)<br />

References<br />

[1] http://www.dynpg.org/index_en.php<br />

[2] http://www.dynpg.org/wiki_de<br />

[3] http://www.dynpg.org/wiki_en<br />

[4] http://www.dynpg.org/wiki_es<br />

eAccelerator<br />

Not to be confused with the computer security company eAcceleration.<br />

eAccelerator is a <strong>PHP</strong> accelerator derived from the MMCache extension for the <strong>PHP</strong> programming language.<br />

eAccelerator provides a bytecode cache. eAccelerator is open source and thereby free to use and distribute. Old and<br />

unmaintained versions also provided an encoder.<br />

Every time a <strong>PHP</strong> script is accessed, <strong>PHP</strong> usually parses and compiles scripts to bytecode. Once installed,<br />

eAccelerator optimizes the compiled bytecode and caches this to shared memory or disk. Upon subsequent accesses<br />

to a script, eAccelerator will access cached bytecode if it is available instead of the script being compiled. This<br />

avoids the performance overhead of repeated parsing and compilation.<br />

eAccelerator also provides functions [1] for use in <strong>PHP</strong> scripts that allow access to shared memory, automatic web<br />

(content) caching, and other related tasks.<br />

[1] eAccelerator 0.9.5 <strong>PHP</strong> interface documentation (http://bart.eaccelerator.net/doc/phpdoc/)<br />

See also<br />

• Zend Performance Suite<br />

• Alternative <strong>PHP</strong> Cache<br />

External links<br />

• eAccelerator Web Site (http://eaccelerator.net/)<br />

• eAccelerator Windows Downloads (http://www.sitebuddy.com/<strong>PHP</strong>/Accelerators/<br />

eAccelerator_windows_binaries_builds)<br />

• doc eAccelerator (http://bart.eaccelerator.net/doc/phpdoc/)<br />

• <strong>PHP</strong>Coder: web based front-end (http://phpcoder.sourceforge.net/)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!