doc
Directory actions
More options
Directory actions
More options
doc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is, surprisely, onPHP repository (or just checkout). UTF8 is mandatory. SVN: http://svn.shadanakar.org/ Web: http://onphp.org/ http://onphp.ru/ Forum: http://onphp.org/forum http://onphp.ru/forum IRC: irc.freenode.org, #onPHP-dev English and Russian (koi8-r is mandatory for Russian-speaking people) Lists: General discussion in Russian: [email protected] General discussion in English: [email protected] SVN-commits: [email protected] Quite useful information: $Id$ Quick start: refer to doc/project.skel/ - copy config.inc.php.tpl to config.inc.php, edit copied file and try to launch that simple project. php.ini recommended settings: ; unneeded zend.ze1_compatibility_mode = Off ; deprecated anyway allow_call_time_pass_reference = Off ; broken stuff safe_mode = Off ; guess why? error_reporting = E_ALL | E_STRICT ; evil stuff register_globals = Off ; broken stuff magic_quotes_gpc = Off