root/trunk/pcc


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @737 [737] 11/21/08 09:55:10 weyrick mingw install patch from jean-francois. ugly hack, and perhaps …
(edit) @736 [736] 11/21/08 09:52:53 weyrick mingw patch from jean-francois
(edit) @725 [725] 11/13/08 07:30:21 weyrick mingw patch from jean-francois
(edit) @718 [718] 11/10/08 07:29:27 weyrick mingw patch from Jean-Francois
(edit) @712 [712] 11/04/08 12:18:22 weyrick add for rebuilds
(edit) @706 [706] 11/03/08 06:19:04 weyrick more mingw build work from Jean-Francios
(edit) @692 [692] 10/30/08 11:18:01 weyrick another mingw patch from jean-francois
(edit) @690 [690] 10/29/08 14:59:14 weyrick integrate a patch from Jean-Francois for mingw build
(edit) @689 [689] 10/29/08 09:44:17 weyrick compatibility fixes concerning bigloo 3.0c and 3.1b. also allow for system …
(edit) @653 [653] 09/04/08 10:02:55 weyrick saw is causing more segfaults, remove it
(edit) @635 [635] 08/21/08 10:33:14 weyrick bump trunk 2.9.8
(edit) @632 [632] 08/21/08 09:41:49 weyrick support bigloo 3.1b
(edit) @578 [578] 07/03/08 07:24:22 weyrick need to double check dirs on GLOB_ONLYDIR
(edit) @552 [552] 06/19/08 10:37:38 weyrick add optional readline support to php interactive mode
(edit) @551 [551] 06/18/08 11:58:46 weyrick don't bail on parse errors in php interactive mode. part of #3598
(edit) @550 [550] 06/18/08 09:43:00 weyrick fix static linking with bigloo 3.1c. fixes #3559 also correction/tweak …
(edit) @549 [549] 06/17/08 11:52:48 weyrick fix detection of references in serialize
(edit) @548 [548] 06/17/08 06:17:34 weyrick makefile tweak
(edit) @547 [547] 06/17/08 06:17:20 weyrick test for array_slice fix
(edit) @546 [546] 06/16/08 08:47:31 weyrick fix array_slice when accessing the last element of an array. thanks igli
(edit) @544 [544] 06/09/08 11:09:51 weyrick fix implicit null return in functions that return a reference …
(edit) @543 [543] 06/06/08 10:54:03 weyrick implement unsetting of object properties. because of the way we implement …
(edit) @541 [541] 05/28/08 13:13:58 weyrick unset()ing of reference variables. partially fixes #3594
(edit) @538 [538] 05/28/08 06:58:38 weyrick fix bitwise operators that were losing precision. fixes #3593, thanks dinu
(edit) @533 [533] 05/27/08 10:11:02 weyrick zendify
(edit) @532 [532] 05/16/08 11:30:47 weyrick don't use unlocked version
(edit) @531 [531] 05/03/08 10:44:23 weyrick tell readline to use stderr for output when debugging in web mode
(edit) @530 [530] 05/03/08 06:16:30 weyrick allow setting of output stream
(edit) @529 [529] 05/03/08 06:15:21 weyrick bump verbosity level
(edit) @526 [526] 05/01/08 12:59:38 weyrick fix str_replace with an empty search array
(edit) @525 [525] 05/01/08 09:29:18 weyrick add ob_get_status()
(edit) @523 [523] 05/01/08 07:53:44 weyrick r223 added support for using class constants as literal defaults. this …
(edit) @522 [522] 04/30/08 12:50:36 weyrick fix parents-declared to actually do something useful
(edit) @521 [521] 04/30/08 10:30:11 weyrick add httponly flag to setcookie, sessions
(edit) @520 [520] 04/30/08 09:32:48 weyrick ensure ini values (esp. numbers) from pcc.conf are php types. hi igli.
(edit) @519 [519] 04/30/08 08:50:11 weyrick in the simple case of one array agument, zend maintains string indexes for …
(edit) @518 [518] 04/30/08 07:51:18 weyrick update copyright tags
(edit) @516 [516] 04/30/08 07:50:25 weyrick clone has to identify its argument to ensure it's added to the symtab. …
(edit) @514 [514] 04/29/08 11:21:33 weyrick don't allow redeclaration of methods in the same class. fixes #3573
(edit) @513 [513] 04/29/08 08:54:42 weyrick fix declaration of interfaces with multiple parents
(edit) @510 [510] 04/25/08 13:01:46 weyrick generate expects a value here
(edit) @506 [506] 04/25/08 08:46:26 weyrick fix visibility logic for protected methods. fixes #3583
(edit) @504 [504] 04/25/08 07:37:44 weyrick add bigloo 3.1a support to configure
(edit) @503 [503] 04/24/08 14:14:11 weyrick bump trunk
(edit) @501 [501] 04/24/08 14:00:29 weyrick when building php extensions, don't use the system pcc.conf file
(edit) @497 [497] 04/17/08 08:47:08 weyrick create a new module for core php builtins that are part of php-runtime …
(edit) @496 [496] 04/17/08 08:45:33 weyrick standardize some warning output
(edit) @495 [495] 04/16/08 10:08:39 weyrick add the configure'd lib directory to the default-load-path
(edit) @493 [493] 04/16/08 09:19:35 weyrick replace fgets call with a binary safe version. i don't like this really, …
(edit) @492 [492] 04/15/08 08:27:36 weyrick add an info target
(edit) @491 [491] 04/15/08 02:22:03 weyrick re name change
(edit) @489 [489] 04/14/08 14:06:50 weyrick clean the pipes, and add file redirection support
(edit) @488 [488] 04/14/08 10:21:51 weyrick some docs
(edit) @485 [485] 04/11/08 11:52:52 weyrick fix hex code for dquote in dqparser. fixes #3570
(edit) @484 [484] 04/10/08 09:20:20 weyrick when --lint is specified, check all source files on the command line
(edit) @483 [483] 04/09/08 13:15:56 weyrick some more C API work
(edit) @482 [482] 04/08/08 14:20:26 weyrick flesh out the c interface a little
(edit) @481 [481] 04/08/08 09:28:32 weyrick tuck away some details
(edit) @480 [480] 04/08/08 07:45:02 weyrick initial working version
(edit) @479 [479] 04/08/08 05:56:52 weyrick play with initialization
(edit) @478 [478] 04/07/08 12:04:10 weyrick skeleton for a c interface
(edit) @477 [477] 04/06/08 12:57:18 weyrick more random goodness
(edit) @472 [472] 04/03/08 10:22:08 weyrick freebsd builds ok with autoconf now
(edit) @471 [471] 04/03/08 10:16:44 weyrick handle a null func-args-stack and convert-to-number on func_num_args, …
(edit) @470 [470] 04/03/08 10:15:46 weyrick add a space to be supercompatible with zend. really, this just makes it …
(edit) @468 [468] 04/03/08 10:05:11 weyrick fix build, and remind myself not to break it next time
(edit) @465 [465] 04/03/08 09:33:21 weyrick miff
(edit) @462 [462] 04/03/08 07:26:17 weyrick static property lookups weren't correctly distinquishing between a …
(edit) @461 [461] 04/02/08 12:27:55 weyrick set resolver lib according to os
(edit) @460 [460] 04/02/08 11:58:57 weyrick freebsd doesn't have GLOB_ONLYDIR
(edit) @457 [457] 04/01/08 13:54:48 weyrick need to emit location for visibility checks, otherwise the visiblity …
(edit) @456 [456] 03/31/08 09:49:10 weyrick remove GLOB define exports for now
(edit) @455 [455] 03/31/08 09:44:37 weyrick bugfix, static property access for compiled apps
(edit) @454 [454] 03/31/08 09:32:22 weyrick more glob
(edit) @453 [453] 03/31/08 09:23:52 weyrick hide glob() in mingw
(edit) @450 [450] 03/31/08 08:54:26 weyrick remove unnecessary windows only php-ext code
(edit) @449 [449] 03/29/08 04:28:08 weyrick remove unused c-bindings, which were stopping the build on mingw
(edit) @448 [448] 03/27/08 14:09:33 weyrick use bigloo's putenv
(edit) @447 [447] 03/27/08 08:40:47 weyrick when trying to pass script arguments to through the interpreter, short …
(edit) @446 [446] 03/27/08 08:39:09 weyrick tweak
(edit) @445 [445] 03/27/08 08:38:52 weyrick add sha1 and sha1_file
(edit) @443 [443] 03/20/08 11:05:06 weyrick restore some portability in the build system, e.g. freebsd
(edit) @442 [442] 03/19/08 14:57:41 weyrick add proc_* support
(edit) @441 [441] 03/19/08 14:53:48 weyrick remove old style superglobals
(edit) @440 [440] 03/17/08 06:54:24 weyrick add arrayaccess hooks to generator
(edit) @439 [439] 03/14/08 08:47:30 weyrick my latest strpos incarnation wasn't binary safe, since glibc strstr isn't. …
(edit) @438 [438] 03/13/08 05:27:56 weyrick a work around for getting unsigned base 10 string output, which bigloo's …
(edit) @437 [437] 03/13/08 05:26:42 weyrick add a newline
(edit) @436 [436] 03/12/08 14:28:39 weyrick bugfix list assignment in interpreter
(edit) @435 [435] 03/12/08 11:14:32 weyrick namespace: switch this extension to re_ instead of pcc_
(edit) @434 [434] 03/12/08 11:13:52 weyrick just warnings
(edit) @433 [433] 03/12/08 08:15:52 weyrick add ArrayAccess? hooks to interpreter. still needed in generator.
(edit) @432 [432] 03/12/08 08:00:15 weyrick plug this bug everyone seems to be running into lately
(edit) @431 [431] 03/06/08 13:59:43 weyrick support the optional second arg to pathinfo, and export some missing …
(edit) @430 [430] 03/06/08 13:28:02 weyrick add optional return argument to print_r. fixes #2974
(edit) @429 [429] 03/06/08 05:24:04 weyrick fix traversable interface hierarchy
(edit) @428 [428] 03/06/08 05:13:25 weyrick list() semantics: if rval is empty, vars in the list get set to null
(edit) @427 [427] 03/05/08 14:17:14 weyrick add the hooks into eval and generate to support object iteration in …
(edit) @426 [426] 03/05/08 14:16:43 weyrick apparently next() returns current() (after advancement), we were returning …
(edit) @425 [425] 03/05/08 14:15:59 weyrick add an easy way for runtime code to throw exceptions
Note: See TracRevisionLog for help on using the revision log.