1
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Phalanger postbuild AssemblyFileVersion attribute won't have ".notfs" for non-TFS source controls. More... about 10 years ago
ASP.NET session handler fix for OutOfProc mode More... about 10 years ago
tokenizer sets proper TokenCategory for "${" and "}" inside string More... about 10 years ago
OnlyPrecompiledCode configuration option - OnlyPrecompiledCode allows to ignore scripts on filesystem completely - WatchSourceChanges option fixes, automatically disabled when OnlyPrecompiledCode is enabled More... about 10 years ago
Phalanger.targets: Content files timestamp checked whether to recompile project More... about 10 years ago
CompilationParameters fix when used from VS app domain More... about 10 years ago
compiler accepts script library root configuration from MSBuild task and from .config file More... about 10 years ago
ASP.NET session is cleared/overwritten by PHP $_SESSION only in InProc mode (In other modes PHP $_SESSION is serialized into single session variable) More... about 10 years ago
compiler task allows strong key file to be read-only More... about 10 years ago
force 32bit assembly supported - internal compilation option Force32Bit - compile task automatically forces 32bit compilation in debug mode (this allows DE to work properly) More... about 10 years ago
cleanup More... about 10 years ago
Maintenance - used GPPG sources (should be updated to newest version) More... about 10 years ago
GPPG cleanup More... about 10 years ago
- new session handler: "aspnet_thru", propagates changes to $_SESSION to ASP.NET Session immediately and vice versa - array access operators maintenance - array has few more virtual methods that should be overriden in custom array implementation - debug check in ClrObject.WrapRealObject (should not be called on PHP type) More... about 10 years ago
language service access, code maintenance More... about 10 years ago
System.Data.SQLite.dll added into installer and compilation output More... about 10 years ago
- native extensions zip and mssql not included in installer (use their managed version) - PDO,ZIP extensions do not report missing XML comments during compilation More... about 10 years ago
AST node EchoStmt remembers whether it represents HTML code or real 'echo'. More... about 10 years ago
lexer regenerated, handles Mac newlines (CR, CRLF, LF) More... about 10 years ago
CsLex sources, fixed generation of newline handling in lexer (handles CRLF, CR, LF) More... about 10 years ago
PHPDoc debug checks, PHPDocPreview with reconstructed PHPDoc comment. More... about 10 years ago
PHPDoc block parsing updates (null checks, less Trims, faster internal concat) More... about 10 years ago
PHPDoc improvements - lambda expression has PHPDoc - whitespaces trimmed More... about 10 years ago
- PHPDoc improvements, @link ignored as a part of summary - DuckTyping uses new PHPDoc implementation More... about 10 years ago
PHPDoc implementation. More... about 10 years ago
ducktyping files removed from PhpNetCore More... about 10 years ago
- DuckTyping moved to separate project (PhpNetCore.Utils; not compilable yet) - implementation of embedded doc removed More... about 10 years ago
is_numeric() test updated More... about 10 years ago
date("e") fix (timezone name) More... about 10 years ago
rawurlencode/rawurldecode fix (+,%20 issues) More... about 10 years ago