root/trunk/pcc/runtime/php-runtime.scm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @760 [760] 3 weeks weyrick bump head to 2.9.9
(edit) @635 [635] 5 months weyrick bump trunk 2.9.8
(edit) @503 [503] 9 months weyrick bump trunk
(edit) @497 [497] 9 months weyrick create a new module for core php builtins that are part of php-runtime …
(edit) @395 [395] 11 months weyrick go 2.9.6 in trunk
(edit) @381 [381] 11 months weyrick another optimization patch, focused on function signatures. signatures are …
(edit) @376 [376] 11 months weyrick more work on efficiency during runtime reset, e.g. only reseting variables …
(edit) @368 [368] 11 months weyrick big cleanup on runtime-reset code, especially with regards environments …
(edit) @365 [365] 11 months weyrick remove the way deprecated $HTTP_* super globals. this cruft was making us …
(edit) @340 [340] 12 months weyrick implement a very simple method for storing variables that persist between …
(edit) @336 [336] 12 months weyrick remove the slib routines in favor of bigloo versions, except for soundex …
(edit) @328 [328] 12 months weyrick trunk -> 2.9.5
(edit) @321 [321] 12 months weyrick identify unsafe builds in the version
(edit) @318 [318] 12 months weyrick few unneeded imports
(edit) @317 [317] 12 months weyrick goodbye monolithic php-runtime, say hello to the modular, cleaner, fresh …
(edit) @316 [316] 12 months weyrick typeness
(edit) @315 [315] 12 months weyrick update time library to be more compatible with php5, especially in …
(edit) @309 [309] 12 months weyrick go 2.9.4
(edit) @308 [308] 13 months timjr move the try expression out of convert-to-number so that …
(edit) @288 [288] 13 months weyrick move builtin-interfaces.scm to builtin-classes.scm and define Exception …
(edit) @280 [280] 13 months timjr Attempt to de-conflate the notions of reference and location. A reference …
(edit) @275 [275] 13 months weyrick it's fatal to unset a string index in php5. generate the same error, and …
(edit) @261 [261] 13 months timjr remove the crazy fast-string-append memoized string append stuff. it …
(edit) @247 [247] 13 months weyrick kill the recure protect i added. shouldn't be needed, can't remember what …
(edit) @245 [245] 13 months weyrick dong. php4 is dead.
(edit) @241 [241] 13 months weyrick objects with no properties are no longer considered empty in php5. this …
(edit) @235 [235] 13 months timjr add support for pcc to create shared libs on mac os X attempt to move the …
(edit) @227 [227] 13 months weyrick define the builtin interface that come with zend
(edit) @225 [225] 13 months weyrick implement a system for resetting static variables between page requests in …
(edit) @223 [223] 13 months weyrick adds support for class const fetches in decl-literal so it can be used as …
(edit) @220 [220] 13 months weyrick superglobals should always be containerized. fixes #3506
(edit) @208 [208] 13 months weyrick implement type hints
(edit) @200 [200] 13 months weyrick type hairyness
(edit) @197 [197] 13 months weyrick add mkfix-or-flonum
(edit) @173 [173] 14 months weyrick parser support for interfaces and autoload magic function
(edit) @171 [171] 14 months weyrick parse support for abstract and final classes, and functions with no body
(edit) @156 [156] 15 months weyrick add recoverable error level, and implement toString()
(edit) @135 [135] 16 months weyrick initial (not fully working) support for exceptions. breaks build.
(edit) @132 [132] 17 months weyrick add "--repl" switch which enters a scheme repl with access to the …
(edit) @131 [131] 17 months weyrick go default PHP5
(edit) @124 [124] 17 months weyrick bump trunk to 2.9.3
(edit) @113 [113] 17 months weyrick add PHP_SAPI constant
(edit) @110 [110] 17 months weyrick version bump 2.9.2
(edit) @108 [108] 17 months weyrick adjust some bigloo flags, both in build and during php compile for now, …
(edit) @104 [104] 17 months weyrick version bump
(edit) @95 [95] 17 months weyrick get versioning correct for php4/php5
(edit) @82 [82] 17 months weyrick -remove PCC_HOME requirement to build -bump to 2.9.1 -turn php-gtk …
(edit) @61 [61] 20 months weyrick packaging changes. self installer builds on linux.
(edit) @52 [52] 22 months weyrick work on number handling: * move def of MAX-INT-SIZE to opaque-math * …
(edit) @42 [42] 22 months weyrick bump PHP version
(edit) @40 [40] 22 months weyrick housekeeping #2: more cleaning of old commented out code
(edit) @34 [34] 23 months weyrick fix a fairly serious problem with resetting the object library in …
(add) @1 [1] 2 years weyrick initial import
Note: See TracRevisionLog for help on using the revision log.