1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHPDoc element position fix More... over 10 years ago
PHPDocBlock.TypeVarDescTag.VariableNamePosition More... over 10 years ago
StaticFieldUse.TypeNamePosition typo fix, installer update More... over 10 years ago
Moved Phalanger Extensions - PDO MySQL driver (GPLv2) - updated Phalanger installer - MySQL extensions installer (GPLv2) - additional extensions More... over 10 years ago
ExtManager compilable; readded missing method to Core More... over 10 years ago
PHP 5.4 function call array dereference (parser, read access, write not tested) More... over 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... over 10 years ago
PHP 5.4 Traits syntax: lexer, parser More... over 10 years ago
PHP AST provides additional positions of its single elements (PHP Tools updated accordingly) More... over 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... over 10 years ago
PHP 5.4: Binary number format More... over 10 years ago
PHPDocBlock allows @var to have variable name and variable type in different orders More... over 10 years ago
SimpleXmlElement.ToBoolean() optimization - avoids Create() - avoids creating dummy enumerator More... over 10 years ago
boolval() implemented More... over 10 years ago
minor code maintenance More... over 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... over 10 years ago
Class constants compiled as CLR constant (Literal) if possible (not static readonly field) More... over 10 years ago
Merge from GitHub - str_split - DateTime More... over 10 years ago
Merge from GitHub - DateTime More... over 10 years ago
SplFileObject stub More... over 10 years ago
SplFileObject stub (not implemented yet) More... over 10 years ago
singleton EmptyEnumerator when PhpHashtable is empty More... over 10 years ago
"Etc/GMT-0" timezone added More... over 10 years ago
SimpleXmlElement - conversion of single attribute to bool fix - conversion of single attribute to array fix More... over 10 years ago
unserialize() with an empty string returns FALSE without warning More... over 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... over 10 years ago
"Etc/UTC" timezone More... over 10 years ago
catch() passes ScriptDiedException thru (exception thrown by die; or exit; cannot be catch by PHP code now) More... over 10 years ago
Zip: reading file content fix More... over 10 years ago
glob() returns paths with \ slashes on Windows More... over 10 years ago