This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Place this file at app/code/local/Mage/Core/Controller/Response/Http.php | |
* | |
*/ | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Place this file at app/code/local/Mage/Core/Controller/Response/Http.php | |
* | |
*/ | |
/** | |
* Magento |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web1: | |
name: wp-web | |
shared_writable_dirs: | |
- wp-content/uploads/ | |
after_build: | |
- "mv pagoda/wp-config.php wp-config.php" | |
db1: | |
name: wp-db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk | |
bunzip2 | |
bzcat | |
bzip2 | |
cat | |
chown | |
cp | |
curl | |
cut | |
date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PHP Extensions available for PHP 5.3.X | |
php_extensions: | |
- amqp | |
- apc | |
- apm | |
- bcmath | |
- bcompiler | |
- bz2 | |
- calendar | |
- ctype |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PHP Extensions available for PHP 5.3.6 | |
- apc | |
- bcmath | |
- bz2 | |
- calendar | |
- ctype | |
- curl | |
- dba | |
- dom | |
- eaccelerator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PHP Extensions available for PHP 5.2.17 | |
php_extensions : | |
- amqp | |
- apc | |
- apd | |
- apm | |
- bbcode | |
- bcmath | |
- bcompiler | |
- big_int |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general: | |
writable_directories: [ ] | |
php: | |
version: 5.3.5 | |
extensions: [] | |
error_reporting: E_ALL | |
display_errors: Off | |
short_open_tag: On | |
default_mimetype: text/html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general: | |
writable_directories: ['app/cache', 'app/logs'] | |
web: | |
document_root: 'web' | |
default_gateway: 'app.php' |