cakephp2-php8/lib/Cake/Utility
mark_story b533c1b3ba Make named capture groups compatible with older PCRE versions.
CentOS is terrible and generally contains very old versions of PCRE.
Update patterns to use more backwards compatible named capture groups.

Fixes #3821
2013-05-09 12:18:26 -04:00
..
CakeNumber.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
CakeTime.php DateTime::getTimestamp() is PHP5.3+ 2013-04-11 13:39:05 -04:00
ClassRegistry.php No use of type key in ClassRegistry::init() 2013-04-22 13:55:28 +08:00
Debugger.php correct spelling mistake 2013-04-23 12:34:59 +02:00
File.php Remove useless reference operator. 2013-04-14 21:29:04 -04:00
Folder.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
Hash.php Make named capture groups compatible with older PCRE versions. 2013-05-09 12:18:26 -04:00
Inflector.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
ObjectCollection.php Fix docblock typo of ObjectCollection class 2013-03-28 20:14:41 -04:00
Sanitize.php Fix typos 2013-03-05 00:05:14 -07:00
Security.php Update docs for Security::cipher() 2013-05-06 23:03:20 -04:00
Set.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
String.php Fix typos 2013-03-05 00:05:14 -07:00
Validation.php Exclude domain names starting with - 2013-04-29 21:31:30 -04:00
Xml.php Fix a problem of tag values which is not taken into account 2013-05-08 00:56:17 +02:00