1
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHP 5.5: foreach now supports list() More... about 10 years ago
PHP 5.5 string literal dereferencing More... about 10 years ago
PHP 5.5 array dereferencing More... about 10 years ago
PHP 5.5 class name resolution via ::class More... about 10 years ago
PHP 5.5 empty() - empty() works with any expression - conversion to boolean and logic negation optimization More... about 10 years ago
PHPDocBlock memory optimization More... about 10 years ago
OrderedDictionary._set_operation - NullRefrenceException fix when "arrays" parameter contains a null reference More... about 10 years ago
arrays maintenance - fix of CoW; CopyOnWrite performed when PhpArray or its item is passed to a library function parameter marked as [PhpRw] - OrderedDictionary._ensure_item_ref clenup; less array access, smaller code - code maintenance; some usages of PhpException uses resources not hardcoded strings More... about 10 years ago
htmlentities, html_entity_decode - return values changed back to System.String (faster, no reason for PhpBytes since it is represented as string already internally) - PHP 5.3, 5.4 ENT_* constants added (not supported yet) - default value of encoding is "UTF-8" - "str" argument can be both PhpBytes and System.String More... about 10 years ago
Merge from GitHub/proff More... about 10 years ago
ExTypeInfo - considers class hierarchy. More... about 10 years ago
Merge from GitHub More... about 10 years ago
Added support for structs to PHP.Core.Emit.Stelem() More... about 10 years ago
implode(glue, pieces) accepts CLR IEnumerable More... about 10 years ago
'CSharpTypeNames' option in sample web.config More... about 10 years ago
minor loadHTML optimization More... about 10 years ago
Tokenizer gets TokenText lazily More... about 10 years ago
clr_create_thread() fix More... about 10 years ago
DOMDocument::loadHTML fix - sequences of "--" in comments was incorrectly transformed into XML More... about 10 years ago
minor compile warning fix More... about 10 years ago
tokenizer does not split "<s" html code More... about 10 years ago
<%= is always available More... about 10 years ago
fix of calling library functions with optional arguments - inconsistent stack fixed - simplified argument conversion More... about 10 years ago
Comparing System.Decimal - comparison System.Decimal implemented More... about 10 years ago
__LINE__ pseudo constant is of type integer More... about 10 years ago
aspnet_thru session handler - <context>.$GLOBALS._SESSION listed properly in debugger More... about 10 years ago
PhpResourceManager debug assert fix More... about 10 years ago
IExTypeInfo: better documentation of the interface semantics. More... about 10 years ago
ScriptContext.InitContext - improved C# interoperability features - simulates RequestBegin.RequestEnd - allows to run PHP contexts multithreaded - allows to run more PHP contexts in single process subsequently, respecting resource management and caches More... about 10 years ago
Loading optional params saves stack - no additional local variables - faster, smaller IL More... about 10 years ago