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
|
fad0c5be77
|
update links
|
2022-08-07 11:54:16 +03:00 |
|
Alexander Makarov
|
464158a78a
|
Fix formatting
|
2020-08-07 00:55:24 +03:00 |
|
Alexander Makarov
|
4dbd93b477
|
Fix CPropertyValue::ensureBoolean()
|
2020-08-06 20:22:12 +03:00 |
|
Konstantin Kovalenko
|
7b44abc817
|
Fixes #4130: Fixed PHP 7 added an interception of the ParseError exception for the eval() usage
|
2017-02-24 00:29:35 +03:00 |
|
Francesc Bautista
|
35c7f10819
|
fixed indenting characters
|
2015-06-01 10:15:48 +02:00 |
|
Francesc Bautista
|
965a6aa732
|
Fix #3800 CPropertyValue::ensureArray documentation
|
2015-06-01 10:10:25 +02: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 Makarov
|
d865a3bab8
|
Fixes #1057 Removed SVN ids
|
2012-09-09 22:23:45 +04: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 |
|
qiang.xue
|
eb54ba7407
|
modified copyright info.
|
2010-01-07 21:02:00 +00:00 |
|
qiang.xue
|
a6be33eca5
|
merge from 1.0.
|
2009-01-24 19:06:11 +00:00 |
|