mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
e93999c28c
Revision: [5132] * Adding documentation and internationalizing some messages Revision: [5131] * Removing inline comments in test file Revision: [5130] * Adding link to Xcache in doc comments Revision: [5128] * Adding comments for cache Revision: [5127] * small change in folder chmod Revision: [5126] * Adding fix for failing DboSource tests Revision: [5125] * Adding fix for #2587, _ _backAssociation as real class member Revision: [5124] * Adding fix for #2607, fixes Fatal error: Call to a member function on a non-object when using php 4 * Adding fix for #2590, fixes ps_files_cleanup_dir: failed: Permission denied Revision: [5123] * Fixing string-based URL generation inside plugins (Ticket #2588) Revision: [5122] * Fixing bad merge Revision: [5121] * Fixing notice in in the skel home.ctp Revision: [5120] * Fixing error notices that are thrown when tmp directory is not writable Revision: [5119] * Adding tests to test usage of set() & save() for editing records git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5135 3807eeeb-6ff5-0310-8944-8be069107fe0
28 lines
No EOL
869 B
PHP
28 lines
No EOL
869 B
PHP
<?php
|
|
/* SVN FILE: $Id$ */
|
|
/**
|
|
* Core Configurations.
|
|
*
|
|
* PHP versions 4 and 5
|
|
*
|
|
* CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>
|
|
* Copyright 2005-2007, Cake Software Foundation, Inc.
|
|
* 1785 E. Sahara Avenue, Suite 490-204
|
|
* Las Vegas, Nevada 89104
|
|
*
|
|
* Licensed under The MIT License
|
|
* Redistributions of files must retain the above copyright notice.
|
|
*
|
|
* @filesource
|
|
* @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
|
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
|
|
* @package cake
|
|
* @subpackage cake.app.config
|
|
* @since CakePHP(tm) v 1.1.11.4062
|
|
* @version $Revision$
|
|
* @modifiedby $LastChangedBy$
|
|
* @lastmodified $Date$
|
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
|
*/
|
|
$config['Cake.version'] = '1.2.0.5135alpha';
|
|
?>
|