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 |
|
Marco van 't Wout
|
64d827d9b9
|
Update CVarDumper::dumpAsString() for PHP 8.3
Taken from https://github.com/yiisoft/yii/pull/4562
|
2024-09-18 10:29:10 +02:00 |
|
Tommy
|
784341c970
|
FIX: fix #4506 and add some unit tests to test for regressions
|
2022-12-27 15:57:57 +01:00 |
|
Tommy
|
ce1f9302fb
|
REVERT: 8a34bf06d5
|
2022-12-22 10:28:08 +01:00 |
|
Tommy
|
8a34bf06d5
|
FIX: add gaurd clause to check date string so null is never passed to
mb_strlen or strlen in CDateTimeParser
|
2022-12-19 15:08:23 +01:00 |
|
Arhell
|
4e28f262d3
|
update links
|
2022-08-15 01:00:48 +03: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 |
|
Ivan Sinkarenko
|
105f55ed0e
|
Remove GLOB_BRACE from runtime code for compatilibity with PHP on Alpine Linux
|
2022-07-24 19:20:25 +02: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 |
|
Alexander Makarov
|
592ff73425
|
Fix CFileHelper::findFiles() to use correct directory separator under Windows
|
2020-08-03 19:48:20 +03:00 |
|
Ken Guest
|
926a66c8f6
|
Fix #4279: PHP 7.4 compatibility: Drop use of accessing string offsets using curly braces
|
2019-12-03 00:02:49 +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 |
|
Armano
|
26368deace
|
Fix spelling in documentation and add missing/invalid documentation [skip ci]
|
2016-07-19 14:01:14 +03:00 |
|
Carsten Brandt
|
0c10c18c4f
|
fixed indentation
|
2016-01-13 16:37:44 +01: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 |
|
tom tomsen
|
f1997ac468
|
documentation error
lowercase h calls formatHour12 which prints the time in 12 hour format.
|
2015-04-16 09:39:45 +02:00 |
|
Alexander Makarov
|
e6323df53c
|
Fixed typo
|
2015-02-09 14:46:59 +03:00 |
|
Alexander Makarov
|
2dc5c79f95
|
Clarification for #3707
|
2015-02-09 11:32:51 +03:00 |
|
Alexander Makarov
|
f91b22a417
|
Fixes #3707: clarified phpdoc about CPasswordHelper requirements
|
2015-02-09 10:43:36 +03:00 |
|
Alexander Makarov
|
17ab79f694
|
Fixes #3042: CPasswordHelper::generateSalt() now returns salt with $2y$ cost
|
2014-10-24 02:08:55 +04:00 |
|
Alexander Makarov
|
2afb6e4d9b
|
Fixes #3426: stated in phpdoc that CPasswordHelper hash length is fixed to 60 characters
|
2014-10-24 01:41:01 +04:00 |
|
Francesco Pellegrini
|
6e4a51a70b
|
add y pattern to CDateTimeParser
close #2119
|
2014-10-23 22:13:29 +02:00 |
|
Carsten Brandt
|
38754bb259
|
bump @since version number for 1.1.15
they are in 1.1.16 now because 1.1.15 was a security release
|
2014-10-23 19:35:48 +02:00 |
|
UA2004
|
c78d49dac0
|
Populated 'fileExtensions.php' file
|
2014-09-03 22:35:51 +03:00 |
|
UA2004
|
21ca239c49
|
Merge branch 'master' of git://github.com/yiisoft/yii into 3513-added-getExtensionByMimeType-method-to-CFileHelper
|
2014-08-31 21:51:40 +03:00 |
|
UA2004
|
228738ef65
|
Added 'getExtensionByMimeType' method to CFileHelper class, enh #3513
|
2014-08-31 21:49:14 +03:00 |
|
Carsten Brandt
|
12f5b214ed
|
Merge pull request #3034 from acorncom/refactor-file-helper
Refactored CFileHelper to reuse the getExtension method
|
2014-08-15 02:33:29 +02:00 |
|
resurtm
|
eb825cbdef
|
CFileHelper::removeDirectory() enhancements:
1. Added proper handling and support of the symlinked directories.
2. Added $options parameter.
|
2014-06-27 10:55:03 +06:00 |
|
Carsten Brandt
|
6b688ff565
|
update mimeTypes.php from mime.types file from apache http
fixes #2851
obsoletes #2857
see also yiisoft/yii2#3643
|
2014-05-30 16:22:28 +02:00 |
|
Carsten Brandt
|
26f62d44a8
|
Fixed an issue with Filehelper and not accessable directories
which resulted in endless loop
http://www.yiiframework.com/forum/index.php/topic/50982-cfilehelper-bug-security-flaw/
|
2014-01-28 11:12:31 +01:00 |
|
munawer-t
|
1a52aa30cb
|
some more typos
|
2014-01-07 16:01:12 +05:30 |
|
Alexander Makarov
|
5ca61df057
|
Merge pull request #2687 from SleepWalker/2653-update-markdown-1.3
Issue #2653: updated Markdown Extra Lib to version 1.3 (reverted from commit 550a742216)
|
2013-12-31 12:18:55 +01:00 |
|
David Baker
|
3869955a6b
|
Reusing the CFileHelper getExtension method
|
2013-11-11 09:23:28 -07:00 |
|
Carsten Brandt
|
5568c1ec8b
|
Added support for formatting DateTime instances to CFormatter
fixes #3023
|
2013-11-08 14:53:41 +01:00 |
|
SleepWalker
|
34423176cf
|
#2687 and #2653: Removed the namespaces from Markdown files to support earlier versions of PHP
|
2013-09-10 23:18:05 +03:00 |
|
SleepWalker
|
4ab2d589cd
|
Merge branch 'master' of git://github.com/yiisoft/yii into 2653-update-markdown-1.3
|
2013-09-10 22:08:16 +03:00 |
|
SleepWalker
|
079d5b211e
|
Fixed bug in pull request #2687 (I have forgot to commit changes in CMarkdownParser)
|
2013-09-10 22:07:58 +03:00 |
|
Paul Klimov
|
2f3fe0303a
|
Doc comments at 'CFileHelper::createDirectory()' has been fixed.
|
2013-08-29 13:17:48 +03:00 |
|
Paul Klimov
|
4e398ece03
|
Private method 'CFileHelper::mkdir()' has been converted into public 'CFileHelper::createDirectory()'.
|
2013-08-29 13:13:57 +03:00 |
|
Pavel Voronin
|
c2352b74a8
|
another way to return relative paths: findFilesRecursive main loop instead of findFiles post-processing
|
2013-08-14 15:37:00 +04:00 |
|
Pavel Voronin
|
311ca1c3c8
|
Merge remote-tracking branch 'upstream/master' into patch-1
|
2013-08-14 10:44:55 +04:00 |
|
Pavel Voronin
|
a9871c68a2
|
code conv fix, charset specifying and docs improvement
|
2013-08-14 10:23:29 +04:00 |
|
jpopesculian
|
a224bcaebd
|
Added closing parentheses to verifyPassword instruction
|
2013-08-09 18:52:22 -04:00 |
|
Pavel Voronin
|
1465b19469
|
mbstring fallback for CFileHelper::findFiles
|
2013-08-02 18:29:06 +04:00 |
|
Pavel Voronin
|
50488721c9
|
add absolutePaths option to CFileHelper::findFiles
if absolutePaths is true (by default), function will return absolute paths, otherwise the relative ones
|
2013-08-02 17:40:24 +04:00 |
|
Carsten Brandt
|
38d89026b0
|
CPasswordHelper::verifyPassword() return false not exception
fixes #2704
CPasswordHelper::verifyPassword() should not throw exception on invalid
password input, just return false.
|
2013-08-01 22:13:43 +02:00 |
|
resurtm
|
61c369aa70
|
Proper salt generation.
|
2013-07-10 16:28:39 +06:00 |
|