Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 1 | -302/+0 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -8/+21 |
| | | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there? | ||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 1 | -6/+18 |
| | |||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -1/+18 |
| | |||||
* | make it compile with gcc again | Sascha Schumann | 1999-08-25 | 1 | -0/+1 |
| | |||||
* | This changes makes it work on egcs 1.1.2/Alpha | Sascha Schumann | 1999-08-22 | 1 | -1/+1 |
| | |||||
* | remove checks | Sascha Schumann | 1999-08-22 | 1 | -5/+0 |
| | |||||
* | - Add some ZENDAPI's | Andi Gutmans | 1999-08-17 | 1 | -4/+4 |
| | |||||
* | - Optimize the execute stack a bit. | Andi Gutmans | 1999-08-15 | 1 | -0/+2 |
| | |||||
* | - Fix the new operator incompatibility. | Andi Gutmans | 1999-07-26 | 1 | -1/+1 |
| | | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now. | ||||
* | * Add an API macro users can use to ensure an array member can be modifed | Zeev Suraski | 1999-07-23 | 1 | -1/+16 |
| | | | | | | | before they modify it. * Fix a bug and remove redundant code in convert_to_long() (booleans and resources weren't changing their types | ||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | * Fix Zend version | Andi Gutmans | 1999-07-19 | 1 | -1/+1 |
| | | | | | * Fix a method call bug | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -7/+13 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | Rename is_ref to EA | ||||
* | enable it, until we find a better way | Sascha Schumann | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | make Solaris gcc happy | Sascha Schumann | 1999-07-05 | 1 | -1/+2 |
| | |||||
* | use void * instead of long for 64-bit test | Sascha Schumann | 1999-07-05 | 1 | -1/+1 |
| | |||||
* | checking for ints won't work, since they are 32 bit on both platforms | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | workaround for 64-bit platforms | Sascha Schumann | 1999-07-02 | 1 | -0/+5 |
| | |||||
* | Add a standard get_ini_entry() to interface between Zend and the outside world | Zeev Suraski | 1999-06-19 | 1 | -0/+2 |
| | |||||
* | * Make the output handling of variables much, much cooler. | Zeev Suraski | 1999-06-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Uses zend_make_printable_zval() instead of convert_to_string() now: $foo = true; print "\$foo is $foo"; will now print $foo is true (instead of "$foo is 1", earlier). Also, with objects, it automatically tries to call __print() and use it as a printing function. For example: class foo { function __print() { return "Foo Object"; } }; $foo = new foo; print $foo; will print "Foo Object". | ||||
* | * Centralized shutdown | Zeev Suraski | 1999-06-05 | 1 | -0/+1 |
| | | | | | * Change shutdown order again | ||||
* | Minor updates (mostly __declspec() stuff) | Zeev Suraski | 1999-06-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-05-31 | 1 | -0/+1 |
| | |||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -2/+3 |
| | | | | | | | | * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent. | ||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -6/+6 |
| | | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I | ||||
* | Give more information and save log lines in memory leak reports | Zeev Suraski | 1999-05-22 | 1 | -0/+1 |
| | |||||
* | * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed | Zeev Suraski | 1999-05-15 | 1 | -0/+2 |
| | | | | | | | | | | | to char[1], these checks should have been changed to Bucket.nKeyLength==0 * Support runtime declaration of functions. I ended up changing the grammar to catch top level functions vs. nested functions. The reason is simple - if we don't have functions properly declared at compile-time, function calls cannot be resolved at compile time, and have to be resolved at runtime, which ends up being much much slower (without the optimizer, that is). It's no biggy though, the grammar change isn't that bad. | ||||
* | *** empty log message *** | Zeev Suraski | 1999-05-12 | 1 | -0/+6 |
| | |||||
* | Ok, call me crazy, because I probably am. | Zeev Suraski | 1999-04-23 | 1 | -3/+13 |
| | | | | | Thread safe version now uses a C++ scanner object. Works fully. | ||||
* | convert to automake | Stig S. Bakken | 1999-04-19 | 1 | -1/+1 |
| | |||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -1/+2 |
| | | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) | ||||
* | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 1 | -1/+1 |
| | | | | | Prepatch tagged as BEFORE_STACK_PATCH. | ||||
* | We need to initialize the utility values after we initialize the INI file, ↵ | Zeev Suraski | 1999-04-10 | 1 | -1/+2 |
| | | | | | | | | which in turn, is after we initialize Zend. Set the utility values separately from Zend's initialization | ||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+205 |