Timeline


and .

12/31/07:

10:16 Ticket #3500 (forum signup) closed by weyrick
fixed
10:15 Ticket #837 (strtr) closed by weyrick
invalid

12/30/07:

19:16 Changeset [308] by timjr
move the try expression out of convert-to-number so that …
07:31 Changeset [307] by weyrick
first full(ish) PHP5 version
07:24 GetSource edited by weyrick
(diff)
07:24 GetSource edited by weyrick
(diff)
07:23 GetSource edited by weyrick
(diff)
07:23 WikiStart edited by weyrick
(diff)
07:22 WikiStart edited by weyrick
(diff)
07:10 Changeset [306] by weyrick
move tests5 to test, as we're already php5 now
07:06 Ticket #3521 (mysql double free: finalization problem) created by weyrick
the mysql_result.php test highlights a finalization problem. during GC, …
06:54 Changeset [305] by weyrick
quick attempt to fix curl_version. needs a few more minutes to extract the …
06:01 Changeset [304] by weyrick
fix return val
05:57 Changeset [303] by weyrick
fix test to highlight real problems
05:55 Changeset [302] by weyrick
useless test line
05:54 Ticket #3520 (standard lib: time handling failures) created by weyrick
we have some serious failures in the time library that need attention. see …
05:48 Changeset [301] by weyrick
php5 related fixes
05:42 Changeset [300] by weyrick
php5 session fixes
05:42 Changeset [299] by weyrick
php5 test fixes
05:16 Changeset [298] by weyrick
fix case sensitivity issue in php-class-method-exists? fixes core.php in …
05:05 Internals edited by weyrick
(diff)
05:03 WishList edited by weyrick
(diff)
05:03 ZendCompatibility edited by weyrick
(diff)
05:00 Changeset [297] by weyrick
move known-failures to wiki
04:59 TestSuiteKnownFailures edited by weyrick
(diff)
04:57 TestSuiteKnownFailures edited by weyrick
(diff)
04:57 TestSuiteKnownFailures edited by weyrick
(diff)
04:56 TestSuiteKnownFailures edited by weyrick
(diff)
04:56 Ticket #3519 (bug-id-0001886.php and 1901 regression: reference differences) created by weyrick
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 weyrick
we cast to 0, php gives the file descriptor (apparently?)
04:50 TestSuiteKnownFailures edited by weyrick
(diff)
04:50 Ticket #3517 (bug-id-0001217.php regression: var-compare with objects) created by weyrick
we still get object comparison wrong, with respect to greater and less …
04:44 TestSuiteKnownFailures edited by weyrick
(diff)
04:42 TestSuite edited by weyrick
(diff)
04:39 TestSuiteKnownFailures edited by weyrick
(diff)
04:38 TestSuiteKnownFailures created by weyrick
04:35 Ticket #3516 (bug-id-0000692.php regression: declare order) created by weyrick
failing regression test, due to the order in which we evaluate class …
04:30 Changeset [296] by weyrick
typos

12/29/07:

21:04 Changeset [295] by timjr
obsolete comment
20:57 Changeset [294] by timjr
remove unused code
04:24 Changeset [293] by weyrick
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 weyrick
fixed
15:04 Changeset [292] by weyrick
some more PDO updates
14:42 Changeset [291] by weyrick
instanceof error only fatals if lval is a lyteral
14:17 Changeset [290] by weyrick
allow class declarations at runtime again
10:03 Changeset [289] by weyrick
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 spillgroup
When trying to use a statically compiled FastCGI application standalone …
09:42 Changeset [288] by weyrick
move builtin-interfaces.scm to builtin-classes.scm and define Exception …
09:40 Changeset [287] by weyrick
changed related to PDO
09:40 Changeset [286] by weyrick
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 spillgroup
It would be nice if the FastCGI stub (only when running standalone with …
09:06 Changeset [285] by weyrick
initial PDO moditications
08:52 Ticket #3513 (Improving 'parse_ini_file') created by spillgroup
The 'parse_ini_file' implementation by Roadsend differs a bit from the …
05:18 Changeset [284] by timjr
take a crack at marking the containers returned by functions and methods …
05:17 Changeset [283] by timjr
don't copy objects anymore
04:00 Changeset [282] by timjr
The whole (if (eqv? key :next) :next (e key)) got a little outta hand…
03:47 Changeset [281] by timjr
whoops, got the sense of the test backwards
03:40 Changeset [280] by timjr
Attempt to de-conflate the notions of reference and location. A reference …
00:13 Changeset [279] by timjr
if the rval is a function call, don't do reference assignment. it doesn't …

12/27/07:

13:26 Changeset [278] by weyrick
clean php-ext along with make clean
13:19 Changeset [277] by weyrick
should be optional
12:58 Changeset [276] by weyrick
crap. highlight how our declare order is different from zend now.
12:23 Changeset [275] by weyrick
it's fatal to unset a string index in php5. generate the same error, and …
12:14 Changeset [274] by weyrick
fix test with a toString conversion
11:47 Changeset [273] by weyrick
warning is not generated by php. fixes bug-id-0001159
11:43 Changeset [272] by weyrick
fix regression test to not fail just because of a warning message. it …
11:35 Changeset [271] by weyrick
squashing the warning fixes the regression. it differs because only of our …
11:31 Changeset [270] by weyrick
bug had redefined a prop twice. now passes.
11:16 Changeset [269] by weyrick
a reference assignment bug highlighting the problem in bug-id-1889
10:38 Changeset [268] by weyrick
don't compare identical when comparing properties of objs. caught by …
10:30 Changeset [267] by weyrick
in php5 you can't redeclare properties in the same class definition fixes …
10:21 Changeset [266] by weyrick
few more object compare tweaks, with new test
06:44 Changeset [265] by timjr
try to clean up file handles before failing an fopen... makes the …
06:43 Changeset [264] by weyrick
a few fixes to object-compare to get it running. i think it needs more …
06:13 Changeset [263] by timjr
don't register finalizers for STDIN, STDOUT, and STDERR, since they never …
06:11 Changeset [262] by timjr
use a count of finalizers registered but not run to track how much longer …
03:12 Changeset [261] by timjr
remove the crazy fast-string-append memoized string append stuff. it …

12/26/07:

21:32 Changeset [260] by timjr
use n = 9 instead of a commandline argument
21:31 Changeset [259] by timjr
add support for NOCOLOR environment variable, which disables the cute ansi …
21:24 Changeset [258] by timjr
get rid of the stuff about vector hashes... they don't really help …
17:39 Changeset [257] by timjr
un-noisify this makefile too
17:15 Changeset [256] by timjr
big ole memory leak (!)
16:39 Changeset [255] by timjr
php apparently has a function named hash()
15:13 Changeset [254] by weyrick
less useless comment
14:55 Changeset [253] by weyrick
only truncate if we need to
12:17 Ticket #3512 (large octal values handled incorrectly in lexer) created by weyrick
we don't handle octal properly in the lexer, mainly because bigloo doesn't …
12:15 Changeset [252] by weyrick
fix large hex values in the lexer, and discover we completely fail to …
11:13 Changeset [251] by weyrick
do property inheritance in finalize-class, to preserve the same property …
06:17 Changeset [250] by weyrick
on second thought, move the utf8 encode/decode to standard library, so …
06:13 Changeset [249] by weyrick
use bigloo's utf8 encode/decode rather than libxml
04:21 Ticket #3511 (Roadsend Studio IDE) closed by weyrick
invalid

12/25/07:

15:04 Changeset [248] by weyrick
magic constant FUNCTION is also defined for methods
15:00 Changeset [247] by weyrick
kill the recure protect i added. shouldn't be needed, can't remember what …
10:22 Changeset [246] by weyrick
stray parenthesis was limiting iteration through object props
07:13 Changeset [245] by weyrick
dong. php4 is dead.
06:12 Changeset [244] by weyrick
small php5 change to dqstring-parse fixes stringcurlies.php in main suite
06:04 Changeset [243] by weyrick
change message for illegal hash indexes. fixes failing hash.php in test …
05:15 Changeset [242] by weyrick
do FUNCTION, METHOD and CLASS magic constants at compile time …
04:15 Ticket #3511 (Roadsend Studio IDE) created by ho@…
Hi, Sir, where could I download Roadsend Studio IDE, ? regards, Prime Ho
Note: See TracTimeline for information about the timeline view.