root/trunk/pcc/runtime/ext

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @748 [748] 4 weeks weyrick add configure support for bigloo 3.2a, and another mingw patch from …
(edit) @689 [689] 2 months weyrick compatibility fixes concerning bigloo 3.0c and 3.1b. also allow for system …
(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) @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) @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) @497 [497] 9 months weyrick create a new module for core php builtins that are part of php-runtime …
(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) @460 [460] 9 months weyrick freebsd doesn't have GLOB_ONLYDIR
(edit) @456 [456] 9 months weyrick remove GLOB define exports for now
(edit) @454 [454] 9 months weyrick more glob
(edit) @453 [453] 9 months weyrick hide glob() in mingw
(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) @438 [438] 10 months weyrick a work around for getting unsigned base 10 string output, which bigloo's …
(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) @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) @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) @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) @377 [377] 11 months weyrick if needle is blank, answer is always false. fixed bug-id-1143 regression
(edit) @357 [357] 12 months weyrick don't show password, even in super debug level 3 mode
(edit) @353 [353] 12 months weyrick add unsafe target here so we don't always have to do it from root
(edit) @352 [352] 12 months weyrick avoid pragma
(edit) @341 [341] 12 months weyrick make empty a language construct instead of a builtin the included …
(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) @331 [331] 12 months weyrick use bigloo's kmp fast string search for strpos. 35% faster.
(edit) @319 [319] 12 months weyrick escape single quotes in var_export string output
(edit) @317 [317] 12 months weyrick goodbye monolithic php-runtime, say hello to the modular, cleaner, fresh …
(edit) @315 [315] 12 months weyrick update time library to be more compatible with php5, especially in …
(edit) @314 [314] 12 months weyrick rework support for parsing ini files. allow a normal php.ini file to be …
(edit) @313 [313] 12 months weyrick implement var_export(). fixes #3508
(edit) @306 [306] 13 months weyrick move tests5 to test, as we're already php5 now
(edit) @305 [305] 13 months weyrick quick attempt to fix curl_version. needs a few more minutes to extract the …
(edit) @304 [304] 13 months weyrick fix return val
(edit) @303 [303] 13 months weyrick fix test to highlight real problems
(edit) @302 [302] 13 months weyrick useless test line
(edit) @301 [301] 13 months weyrick php5 related fixes
(edit) @300 [300] 13 months weyrick php5 session fixes
(edit) @299 [299] 13 months weyrick php5 test fixes
(edit) @298 [298] 13 months weyrick fix case sensitivity issue in php-class-method-exists? fixes core.php in …
(edit) @280 [280] 13 months timjr Attempt to de-conflate the notions of reference and location. A reference …
(edit) @277 [277] 13 months weyrick should be optional
(edit) @273 [273] 13 months weyrick warning is not generated by php. fixes bug-id-0001159
(edit) @265 [265] 13 months timjr try to clean up file handles before failing an fopen... makes the …
(edit) @263 [263] 13 months timjr don't register finalizers for STDIN, STDOUT, and STDERR, since they never …
(edit) @256