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
Minor parser optimization. ICommentsSink for handling comment tokens that are not a part of AST. More... about 10 years ago
PHP 5.4 improved array syntax More... about 10 years ago
new indirect method call syntax - $classname::$methodname() More... about 10 years ago
Comparison operator throws additional information if operands are not comparable. More... about 10 years ago
T_CALLABLE handled in Tokenizer More... about 10 years ago
Date fixes - DATE_ATOM constant fix - date() for O and P, negative timezone outputted "--" instead of "-" More... about 10 years ago
RefItem.get_RefToGet StackOverflowException fix More... about 10 years ago
DateTime::createFromFormat, date_create_from_format stubs - needs to be implemented More... about 10 years ago
Arithmetic operators with System.Decimal More... about 10 years ago
XML comments update More... about 10 years ago
proper conversion of CLR objects to string,binary,double More... about 10 years ago
PhpNetInternalException provides InnerException in Message More... about 10 years ago
Fix of CLR overload call with DateTime parameter - priority of match fixed - types different than System.DateTime converted More... about 10 years ago
phpc.exe /lang option fix More... about 10 years ago
explode() optimization More... about 10 years ago
Merge from GitHub More... about 10 years ago
explode() performance improvement More... about 10 years ago
Installer (VS11 -> 2012) More... about 10 years ago
Installation (VS11 -> VS 2012) More... about 10 years ago
Fixed Mutex usage to avoid WinIOError caused if: - heavy application startup - updated/new classLibrary assembly More... about 10 years ago
HttpWebRequest.Date replaced to be compilable on Mono, improved More... about 10 years ago
loadHTML() fix - fixed lt; gt; amp; quot; after & parsing in HTML text More... about 10 years ago
loadHTML() fix - apostrophe character within single quoted attribute value was not escaped - code maintenance (less string concatenations) More... about 10 years ago
Additional identifiers allowed as a part of qualified name - parser altered - language feature "CSharpTypeNames" introduced - by default in PhpClr - /lang cmd option fixed to handle any LanguageFeatures enum More... about 10 years ago
Converting string to array key - fixed - refinement, optimized - test added More... about 10 years ago
posting files fix - fix on unix (path name should not be lowercased) - fix for two concurency request in the same time - code maintenance More... about 10 years ago
- newdoc supported - constant heredoc/newdoc can be used as a field initializer More... about 10 years ago
DOMDocument::loadHtml - handles incorrect XML element names - performance maintenance More... about 10 years ago
- fgetcsv() and str_getcsv() trims "\n" (LF) and "\r\n" (CRLF) from the end of last returned item - PhpStream code optimization More... about 10 years ago
Dummy PHPDoc values not stored in AST More... about 10 years ago