1
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHPDoc element position fix More... about 10 years ago
PHPDocBlock.TypeVarDescTag.VariableNamePosition More... about 10 years ago
StaticFieldUse.TypeNamePosition typo fix, installer update More... about 10 years ago
Moved Phalanger Extensions - PDO MySQL driver (GPLv2) - updated Phalanger installer - MySQL extensions installer (GPLv2) - additional extensions More... about 10 years ago
ExtManager compilable; readded missing method to Core More... about 10 years ago
PHP 5.4 function call array dereference (parser, read access, write not tested) More... about 10 years ago
PHP 5.4 Trait support in parser; - AST; traits adaptation; - 'insteadof' keyword - compiler marks trait class with [PhpTraitAttribute] - runtime recognizes compiled trait More... about 10 years ago
PHP 5.4 Traits syntax: lexer, parser More... about 10 years ago
PHP AST provides additional positions of its single elements (PHP Tools updated accordingly) More... about 10 years ago
Parser fix; - using of reserved PHP keywords as qualified names (abstract, resource, array) - avoids reading text from source buffer (which is not available) More... about 10 years ago
PHP 5.4: Binary number format More... about 10 years ago
PHPDocBlock allows @var to have variable name and variable type in different orders More... about 10 years ago
SimpleXmlElement.ToBoolean() optimization - avoids Create() - avoids creating dummy enumerator More... about 10 years ago
boolval() implemented More... about 10 years ago
minor code maintenance More... about 10 years ago
- <Mediator> helper methods removed - methods on $this called directly if possible (method mus be: final, private, final class or no parameters) More... about 10 years ago
Class constants compiled as CLR constant (Literal) if possible (not static readonly field) More... about 10 years ago
Merge from GitHub - str_split - DateTime More... about 10 years ago
Merge from GitHub - DateTime More... about 10 years ago
SplFileObject stub More... about 10 years ago
SplFileObject stub (not implemented yet) More... about 10 years ago
singleton EmptyEnumerator when PhpHashtable is empty More... about 10 years ago
"Etc/GMT-0" timezone added More... about 10 years ago
SimpleXmlElement - conversion of single attribute to bool fix - conversion of single attribute to array fix More... about 10 years ago
unserialize() with an empty string returns FALSE without warning More... about 10 years ago
sessions: - session_regenerate_id(true) does not clear $_SESSION variable - "files" session handler fix for data > 8kB - API for session_name($newname) - session id of empty session is not lost More... about 10 years ago
"Etc/UTC" timezone More... about 10 years ago
catch() passes ScriptDiedException thru (exception thrown by die; or exit; cannot be catch by PHP code now) More... about 10 years ago
Zip: reading file content fix More... about 10 years ago
glob() returns paths with \ slashes on Windows More... about 10 years ago