apt-get update
apt-get ugrade
apt-get install build-essential
| <?php | |
| /** | |
| * DuplicateFilter prevents Yii from exposing URLs starting with /index.php/ when showScriptName is false. Such | |
| * URLs are automatically redirected to proper ones. | |
| * | |
| * To use add the following to your controller: | |
| * | |
| * ```php | |
| * public function filters() { | |
| * return array( |
| <?php | |
| class InitialDbMigrationCommand extends CConsoleCommand | |
| { | |
| public function run($args) { | |
| $schema = $args[0]; | |
| $tables = Yii::app()->db->schema->getTables($schema); | |
| $addForeignKeys = ''; | |
| $dropForeignKeys = ''; |
This is only a summary. For a full list of changes see the NEWS file.
| Feature | RFC / announcement | Author |
|---|---|---|
| Bundled ZendOptimizer+ as OPcache | https://wiki.php.net/rfc/optimizerplus | zeev |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.