Timeline
12/31/07:
12/30/07:
- 19:16 Changeset [308] by
- move the try expression out of convert-to-number so that …
- 07:31 Changeset [307] by
- first full(ish) PHP5 version
- 07:24 GetSource edited by
- (diff)
- 07:24 GetSource edited by
- (diff)
- 07:23 GetSource edited by
- (diff)
- 07:23 WikiStart edited by
- (diff)
- 07:22 WikiStart edited by
- (diff)
- 07:10 Changeset [306] by
- move tests5 to test, as we're already php5 now
- 07:06 Ticket #3521 (mysql double free: finalization problem) created by
- the mysql_result.php test highlights a finalization problem. during GC, …
- 06:54 Changeset [305] by
- quick attempt to fix curl_version. needs a few more minutes to extract the …
- 06:01 Changeset [304] by
- fix return val
- 05:57 Changeset [303] by
- fix test to highlight real problems
- 05:55 Changeset [302] by
- useless test line
- 05:54 Ticket #3520 (standard lib: time handling failures) created by
- we have some serious failures in the time library that need attention. see …
- 05:48 Changeset [301] by
- php5 related fixes
- 05:42 Changeset [300] by
- php5 session fixes
- 05:42 Changeset [299] by
- php5 test fixes
- 05:16 Changeset [298] by
- fix case sensitivity issue in php-class-method-exists? fixes core.php in …
- 05:05 Internals edited by
- (diff)
- 05:03 WishList edited by
- (diff)
- 05:03 ZendCompatibility edited by
- (diff)
- 05:00 Changeset [297] by
- move known-failures to wiki
- 04:59 TestSuiteKnownFailures edited by
- (diff)
- 04:57 TestSuiteKnownFailures edited by
- (diff)
- 04:57 TestSuiteKnownFailures edited by
- (diff)
- 04:56 TestSuiteKnownFailures edited by
- (diff)
- 04:56 Ticket #3519 (bug-id-0001886.php and 1901 regression: reference differences) created by
- we still have a few differences in reference assignment, or at least …
- 04:54 Ticket #3518 (bug-id-0003091.php regression: typecast on file handle yields file ...) created by
- we cast to 0, php gives the file descriptor (apparently?)
- 04:50 TestSuiteKnownFailures edited by
- (diff)
- 04:50 Ticket #3517 (bug-id-0001217.php regression: var-compare with objects) created by
- we still get object comparison wrong, with respect to greater and less …
- 04:44 TestSuiteKnownFailures edited by
- (diff)
- 04:42 TestSuite edited by
- (diff)
- 04:39 TestSuiteKnownFailures edited by
- (diff)
- 04:38 TestSuiteKnownFailures created by
- 04:35 Ticket #3516 (bug-id-0000692.php regression: declare order) created by
- failing regression test, due to the order in which we evaluate class …
- 04:30 Changeset [296] by
- typos
12/29/07:
- 21:04 Changeset [295] by
- obsolete comment
- 20:57 Changeset [294] by
- remove unused code
- 04:24 Changeset [293] by
- add php function for retrieving memoized parse stats
12/28/07:
- 15:09 Ticket #3489 (add support for allowing extensions to configure their build commands from ...) closed by
- fixed
- 15:04 Changeset [292] by
- some more PDO updates
- 14:42 Changeset [291] by
- instanceof error only fatals if lval is a lyteral
- 14:17 Changeset [290] by
- allow class declarations at runtime again
- 10:03 Changeset [289] by
- add a way to set debug-level for stand alone binaries. only enabled for …
- 09:58 Ticket #3515 (Improving the FastCGI stub for standalone usage) created by
- When trying to use a statically compiled FastCGI application standalone …
- 09:42 Changeset [288] by
- move builtin-interfaces.scm to builtin-classes.scm and define Exception …
- 09:40 Changeset [287] by
- changed related to PDO
- 09:40 Changeset [286] by
- more work on PDO extension, use new pcc_builtin class flag so that the …
- 09:31 Ticket #3514 (Adding 'PHP_FCGI_CHILDREN' support to the FastCGI stub) created by
- It would be nice if the FastCGI stub (only when running standalone with …
- 09:06 Changeset [285] by
- initial PDO moditications
- 08:52 Ticket #3513 (Improving 'parse_ini_file') created by
- The 'parse_ini_file' implementation by Roadsend differs a bit from the …
- 05:18 Changeset [284] by
- take a crack at marking the containers returned by functions and methods …
- 05:17 Changeset [283] by
- don't copy objects anymore
- 04:00 Changeset [282] by
- The whole (if (eqv? key :next) :next (e key)) got a little outta hand…
- 03:47 Changeset [281] by
- whoops, got the sense of the test backwards
- 03:40 Changeset [280] by
- Attempt to de-conflate the notions of reference and location. A reference …
- 00:13 Changeset [279] by
- if the rval is a function call, don't do reference assignment. it doesn't …
12/27/07:
- 13:26 Changeset [278] by
- clean php-ext along with make clean
- 13:19 Changeset [277] by
- should be optional
- 12:58 Changeset [276] by
- crap. highlight how our declare order is different from zend now.
- 12:23 Changeset [275] by
- it's fatal to unset a string index in php5. generate the same error, and …
- 12:14 Changeset [274] by
- fix test with a toString conversion
- 11:47 Changeset [273] by
- warning is not generated by php. fixes bug-id-0001159
- 11:43 Changeset [272] by
- fix regression test to not fail just because of a warning message. it …
- 11:35 Changeset [271] by
- squashing the warning fixes the regression. it differs because only of our …
- 11:31 Changeset [270] by
- bug had redefined a prop twice. now passes.
- 11:16 Changeset [269] by
- a reference assignment bug highlighting the problem in bug-id-1889
- 10:38 Changeset [268] by
- don't compare identical when comparing properties of objs. caught by …
- 10:30 Changeset [267] by
- in php5 you can't redeclare properties in the same class definition fixes …
- 10:21 Changeset [266] by
- few more object compare tweaks, with new test
- 06:44 Changeset [265] by
- try to clean up file handles before failing an fopen... makes the …
- 06:43 Changeset [264] by
- a few fixes to object-compare to get it running. i think it needs more …
- 06:13 Changeset [263] by
- don't register finalizers for STDIN, STDOUT, and STDERR, since they never …
- 06:11 Changeset [262] by
- use a count of finalizers registered but not run to track how much longer …
- 03:12 Changeset [261] by
- remove the crazy fast-string-append memoized string append stuff. it …
12/26/07:
- 21:32 Changeset [260] by
- use n = 9 instead of a commandline argument
- 21:31 Changeset [259] by
- add support for NOCOLOR environment variable, which disables the cute ansi …
- 21:24 Changeset [258] by
- get rid of the stuff about vector hashes... they don't really help …
- 17:39 Changeset [257] by
- un-noisify this makefile too
- 17:15 Changeset [256] by
- big ole memory leak (!)
- 16:39 Changeset [255] by
- php apparently has a function named hash()
- 15:13 Changeset [254] by
- less useless comment
- 14:55 Changeset [253] by
- only truncate if we need to
- 12:17 Ticket #3512 (large octal values handled incorrectly in lexer) created by
- we don't handle octal properly in the lexer, mainly because bigloo doesn't …
- 12:15 Changeset [252] by
- fix large hex values in the lexer, and discover we completely fail to …
- 11:13 Changeset [251] by
- do property inheritance in finalize-class, to preserve the same property …
- 06:17 Changeset [250] by
- on second thought, move the utf8 encode/decode to standard library, so …
- 06:13 Changeset [249] by
- use bigloo's utf8 encode/decode rather than libxml
- 04:21 Ticket #3511 (Roadsend Studio IDE) closed by
- invalid
12/25/07:
- 15:04 Changeset [248] by
- magic constant FUNCTION is also defined for methods
- 15:00 Changeset [247] by
- kill the recure protect i added. shouldn't be needed, can't remember what …
- 10:22 Changeset [246] by
- stray parenthesis was limiting iteration through object props
- 07:13 Changeset [245] by
- dong. php4 is dead.
- 06:12 Changeset [244] by
- small php5 change to dqstring-parse fixes stringcurlies.php in main suite
- 06:04 Changeset [243] by
- change message for illegal hash indexes. fixes failing hash.php in test …
- 05:15 Changeset [242] by
- do FUNCTION, METHOD and CLASS magic constants at compile time …
- 04:15 Ticket #3511 (Roadsend Studio IDE) created by
- Hi, Sir, where could I download Roadsend Studio IDE, ? regards, Prime Ho
Note: See TracTimeline
for information about the timeline view.
