24 Commits

Author SHA1 Message Date
ruslan
ec4f0d0592 Fix deprecated non-canonical casts to canonical forms
Replace deprecated non-canonical PHP casts with their canonical equivalents:
- (integer) → (int)
- (boolean) → (bool)
- (double) / (real) → (float)
- (binary) → (string)

This addresses PHP 8.5 deprecation warnings for non-canonical cast syntax.
2026-01-16 08:02:50 +01:00
Arhell
8518f95605 update yii & php.net links 2022-08-09 00:11:49 +03:00
Arhell
fad0c5be77 update links 2022-08-07 11:54:16 +03:00
Carsten Brandt
0c10c18c4f fixed indentation 2016-01-13 16:37:44 +01:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
keyboard.idol@gmail.com
d5cf2f9bab (Fixes issue 2516) 2011-06-11 00:10:54 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
qiang.xue
fa2ff265ce 2011-03-12 01:48:15 +00:00
qiang.xue
7147fccf47 (Fixes issue 2103) 2011-03-11 21:04:21 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
alexander.makarow
105010d90b unused code cleanup 2010-06-16 19:11:00 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
b88d0c3868 merge from 1.0 2009-12-13 13:45:41 +00:00
qiang.xue
ef45bc85bf merge from 1.0 2009-09-06 01:15:01 +00:00
qiang.xue
6ae9620816 merge from 1.0. 2009-05-26 00:15:33 +00:00
qiang.xue
c7a996249b merge from 1.0 2009-05-06 03:36:09 +00:00
qiang.xue
c26672ac15 merge from 1.0 2009-02-24 02:41:59 +00:00
qiang.xue
20bf28469f merge from 1.0. 2008-12-30 23:14:31 +00:00
qiang.xue
8cde5f51c1 Added CDateParser and CTypeValidator. 2008-10-21 18:02:35 +00:00