1
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented HTML loading and saving using HTML Agility Pack. More... about 10 years ago
- deferred class constants found during analysis to setup type builder properly - deferred class constants test case added More... about 10 years ago
Implemented (only get operation) for legacy INI options memory_limit and disable_functions. More... about 10 years ago
- fix when ASP.NET sessions are disabled - internal fix when updating declarations table More... about 10 years ago
{code maintenance} More... about 10 years ago
- deferred class constants initialized as static PHP fields - deferred class constants read in runtime - static PHP fields with initial value fix (initializer was not called) - class constants with value type boxed only if necessary More... about 10 years ago
Installer: some 2.1 -> 3.0 fixes More... about 10 years ago
Autoglobal variable top-level names do not contain spaces and dots (GET,POST,COOKIE,SESSION) as it is in PHP. More... about 10 years ago
join() (fix of previous checkin) More... about 10 years ago
binary string version of implode() More... about 10 years ago
binary string debug view does not encode characters, but escapes non-ASCII, type changed to "binary" More... about 10 years ago
IsNumber parses Long.MinValue properly More... about 10 years ago
- number conversion optimization (50%) - number conversion returns more precise doubles - unit tests for IsNumber maintenance, added some test cases More... about 10 years ago
- ShiftLeft and ShiftRight return Int if possible, works with Long internally - Concat, ShiftLeft, Interfaces unit tests fix More... about 10 years ago
Added a test case that ensures that streams behave correctly during write-seek-read sequence of operations on a single file. More... about 10 years ago
Fix of PhpStream write-seek-read sequence of operations on a single file (or fseek-fpassthru). More... about 10 years ago
- duplicit HTTP headers are overwritten except Set-Cookie - SSA cleanup in ASP.NET Temp maintenance (less exceptions) More... about 10 years ago
tmpfile() creates the file in (w+) mode. (it needs read access too) More... about 10 years ago
parsing of class library configuration sections fix (had to be postponned after libraries are loaded) More... about 10 years ago
PCRE: replacement of groups > 9 fix More... about 10 years ago
- dumping binary strings maintenance - mail() fix for NULL smtp server, NULL treated as "" More... about 10 years ago
PCRE: double parentheses group bug fix More... about 10 years ago
RuntimeFields changed to PhpArray reflecting recent Core changes More... about 10 years ago
PCRE optimizations (array enumerators, PCRE cache, code maintenance) More... about 10 years ago
PHP 5.4 T_CALLABLE token, "callable" type hint More... about 10 years ago
PhpBytes.CompareTo optimization More... about 10 years ago
OrderedDictionary deserialization fix. More... about 10 years ago
- MkDynamic fix - code maintenance More... about 10 years ago
OrderedDictionary.CopyTo argument check fix More... about 10 years ago
Inclusion optimization (ScriptInfo does not check the argument (Debug only), included scripts keyed by string (not PhpSourceFile object)) More... about 10 years ago