cakephp2-php8/lib/Cake
Pierre Martin c6d8b477fc Prevent autoload when checking for the existence of HttpException
The class_exists check has been added in 4f29f58a5e (L1R28) to prevent a side effect with a PECL extension.

However if an autoloader such as the Composer one is loaded, it will try to require this `exceptions.php` file again:
```
    'HttpException' => $vendorDir . '/pear-pear.cakephp.org/CakePHP/Cake/Error/exceptions.php',
```
this will result in a "Fatal error:  Cannot redeclare class CakeBaseException"
2013-05-08 13:25:42 +03:00
..
Cache spelling corrections (a url to an URL, unify URL) 2013-04-29 11:05:17 +02:00
Config Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Configure == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
Console Improve docs for AclShell. 2013-05-07 21:58:57 -04:00
Controller Make note of method removal. 2013-05-04 15:03:04 -04:00
Core Move App::uses() calls above the class. 2013-05-07 03:30:19 +05:30
Error Prevent autoload when checking for the existence of HttpException 2013-05-08 13:25:42 +03:00
Event spelling correction. 2013-03-29 11:16:20 +01:00
I18n Remove remaining reference operators. 2013-04-15 21:23:48 -04:00
Log Fix typos 2013-03-05 00:05:14 -07:00
Model Remove error setting when reading/deleting non-existent key. 2013-05-04 03:16:33 +05:30
Network Merge pull request #1254 from dereuromark/master-spelling-corrections 2013-04-29 09:27:48 -07:00
Routing spelling corrections 2013-04-30 14:11:50 +02:00
Test Merge pull request #1276 from aymericderbois/2.3-XmlFixZeroValueProblem 2013-05-07 19:03:18 -07:00
TestSuite Be compatible with PHPUnit installed with composer. 2013-03-22 21:01:20 -04:00
Utility Merge pull request #1276 from aymericderbois/2.3-XmlFixZeroValueProblem 2013-05-07 19:03:18 -07:00
View Fix disabled attribute check. 2013-05-08 01:43:27 +05:30
basics.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
bootstrap.php Also set mb_regex_encoding. 2013-04-30 13:00:36 -04:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.3.4 2013-04-28 16:30:59 -04:00