root/trunk/pcc/runtime

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) @757 [757] 3 weeks weyrick finally fix string port flush/reset to work with 3.0c, 3.1b and >=3.2a
(edit) @748 [748] 4 weeks weyrick add configure support for bigloo 3.2a, and another mingw patch from …
(edit) @718 [718] 2 months weyrick mingw patch from Jean-Francois
(edit) @689 [689] 2 months weyrick compatibility fixes concerning bigloo 3.0c and 3.1b. also allow for system …
(edit) @635 [635] 5 months weyrick bump trunk 2.9.8
(edit) @578 [578] 6 months weyrick need to double check dirs on GLOB_ONLYDIR
(edit) @549 [549] 7 months weyrick fix detection of references in serialize
(edit) @548 [548] 7 months weyrick makefile tweak
(edit) @547 [547] 7 months weyrick test for array_slice fix
(edit) @546 [546] 7 months weyrick fix array_slice when accessing the last element of an array. thanks igli
(edit) @543 [543] 7 months weyrick implement unsetting of object properties. because of the way we implement …
(edit) @538 [538] 8 months weyrick fix bitwise operators that were losing precision. fixes #3593, thanks dinu
(edit) @532 [532] 8 months weyrick don't use unlocked version
(edit) @526 [526] 8 months weyrick fix str_replace with an empty search array
(edit) @525 [525] 8 months weyrick add ob_get_status()
(edit) @521 [521] 8 months weyrick add httponly flag to setcookie, sessions
(edit) @519 [519] 8 months weyrick in the simple case of one array agument, zend maintains string indexes for …
(edit) @514 [514] 9 months weyrick don't allow redeclaration of methods in the same class. fixes #3573
(edit) @510 [510] 9 months weyrick generate expects a value here
(edit) @506 [506] 9 months weyrick fix visibility logic for protected methods. fixes #3583
(edit) @503 [503] 9 months weyrick bump trunk
(edit) @501 [501] 9 months weyrick when building php extensions, don't use the system pcc.conf file
(edit) @497 [497] 9 months weyrick create a new module for core php builtins that are part of php-runtime …
(edit) @496 [496] 9 months weyrick standardize some warning output
(edit) @493 [493] 9 months weyrick replace fgets call with a binary safe version. i don't like this really, …
(edit) @489 [489] 9 months weyrick clean the pipes, and add file redirection support
(edit) @477 [477] 9 months weyrick more random goodness
(edit) @471 [471] 9 months weyrick handle a null func-args-stack and convert-to-number on func_num_args, …
(edit) @465 [465] 9 months weyrick miff
(edit) @462 [462] 9 months weyrick static property lookups weren't correctly distinquishing between a …
(edit) @460 [460] 9 months weyrick freebsd doesn't have GLOB_ONLYDIR
(edit) @456 [456] 9 months weyrick remove GLOB define exports for now
(edit) @455 [455] 9 months weyrick bugfix, static property access for compiled apps
(edit) @454 [454] 9 months weyrick more glob
(edit) @453 [453] 9 months weyrick hide glob() in mingw
(edit) @450 [450] 9 months weyrick remove unnecessary windows only php-ext code
(edit) @449 [449] 10 months weyrick remove unused c-bindings, which were stopping the build on mingw
(edit) @448 [448] 10 months weyrick use bigloo's putenv
(edit) @445 [445] 10 months weyrick add sha1 and sha1_file
(edit) @443 [443] 10 months weyrick restore some portability in the build system, e.g. freebsd
(edit) @442 [442] 10 months weyrick add proc_* support
(edit) @440 [440] 10 months weyrick add arrayaccess hooks to generator
(edit) @439 [439] 10 months weyrick my latest strpos incarnation wasn't binary safe, since glibc strstr isn't. …
(edit) @438 [438] 10 months weyrick a work around for getting unsigned base 10 string output, which bigloo's …
(edit) @435 [435] 10 months weyrick namespace: switch this extension to re_ instead of pcc_
(edit) @433 [433] 10 months weyrick add ArrayAccess? hooks to interpreter. still needed in generator.
(edit) @431 [431] 10 months weyrick support the optional second arg to pathinfo, and export some missing …
(edit) @430 [430] 10 months weyrick add optional return argument to print_r. fixes #2974
(edit) @429 [429] 10 months weyrick fix traversable interface hierarchy
(edit) @426 [426] 10 months weyrick apparently next() returns current() (after advancement), we were returning …
(edit) @425 [425] 10 months weyrick add an easy way for runtime code to throw exceptions
(edit) @424 [424] 10 months weyrick linux only
(edit) @423 [423] 10 months weyrick little pack test
(edit) @422 [422] 10 months weyrick pack work
(edit) @421 [421] 10 months weyrick housekeeping: - standardize the couple roadsend functions to re_* - move …
(edit) @420 [420] 10 months weyrick fix pack on 32 bit platforms. we were losing high order bits in the bint …
(edit) @418 [418] 11 months weyrick unpack work
(edit) @417 [417] 11 months weyrick remove unused pack.c from makefile
(edit) @416 [416] 11 months weyrick pack work
(edit) @415 [415] 11 months weyrick little more pack/unpack work
(edit) @414 [414] 11 months weyrick method visibility. fixes a super class calling its own protected method
(edit) @412 [412] 11 months weyrick implement file_put_contents
(edit) @411 [411] 11 months weyrick return value semantics
(edit) @409 [409] 11 months weyrick implement glob()
(edit) @408 [408] 11 months weyrick more documentation of the skeleton extension
(edit) @406 [406] 11 months weyrick cleanup some of the old number code. bigloo supports elongs much better …
(edit) @405 [405] 11 months weyrick extension name can't contain a space
(edit) @404 [404] 11 months weyrick make the pack test output clearer. this appears to highlight not only …
(edit) @403 [403] 11 months weyrick more thorough pack/unpack test, from zend's suite
(edit) @402 [402] 11 months weyrick yikes, bug fixes already
(edit) @401 [401] 11 months weyrick add a skeleton extension. this can be used to base a new extension on, and …
(edit) @400 [400] 11 months weyrick yet another go at strpos/str_replace. this one is a bit faster, using a C …
(edit) @398 [398] 11 months weyrick add build support for .cpp source files. thanks to moenicke
(edit) @395 [395] 11 months weyrick go 2.9.6 in trunk
(edit) @393 [393] 11 months weyrick definite build fix
(edit) @391 [391] 11 months weyrick fix double free and a few other minor issues. fixes #3521
(edit) @390 [390] 11 months weyrick fix failing crypt. make "make check" call all-run instead of all
(edit) @389 [389] 11 months weyrick more work to normalize the build system, so that you can type "make" or …
(edit) @388 [388] 11 months weyrick finish up initial socket support. both client and server test scripts from …
(edit) @387 [387] 11 months weyrick more socket work. still not finished.
(edit) @384 [384] 11 months weyrick more socket work. add into default build
(edit) @383 [383] 11 months weyrick working basic socket implementation
(edit) @381 [381] 11 months weyrick another optimization patch, focused on function signatures. signatures are …
(edit) @380 [380] 11 months weyrick fix stack dump
(edit) @378 [378] 11 months weyrick wrong hashtable type