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 | 59 | -19892/+0 |
| | |||||
* | Build communication channel and add checks for C++ library | Sascha Schumann | 1999-09-26 | 2 | -1/+50 |
| | |||||
* | - Changed Ts{}.var to Ts{}.var.ptr_ptr. | Andi Gutmans | 1999-09-26 | 3 | -39/+41 |
| | |||||
* | Add _ex API implementation for booleans. | Sascha Schumann | 1999-09-24 | 1 | -0/+8 |
| | |||||
* | Exify the standardized resource stuff | Zeev Suraski | 1999-09-24 | 2 | -8/+10 |
| | |||||
* | - Fix bug #2364. | Andi Gutmans | 1999-09-23 | 1 | -4/+5 |
| | | | | | | I haven't checked all of the conversion macros yet but there's a change there are more such bugs there. | ||||
* | Fix vpath build w/ thread-safe enabled on Unix. | Sascha Schumann | 1999-09-23 | 1 | -0/+1 |
| | |||||
* | preliminary fix for each until andi & zeev clean up! | Thies C. Arntzen | 1999-09-22 | 1 | -1/+3 |
| | |||||
* | if you pass NULL as the resource_type_name to zend_fetch_resource*&friends ↵ | Thies C. Arntzen | 1999-09-22 | 1 | -3/+6 |
| | | | | the functions will not print any warnings if the resource is not found! | ||||
* | - Fix problem where function parameter fetches were created too late. | Andi Gutmans | 1999-09-21 | 1 | -3/+7 |
| | |||||
* | Add get_func_args() | Zeev Suraski | 1999-09-21 | 1 | -10/+45 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-21 | 1 | -10/+10 |
| | |||||
* | - Move some more Zend internal functions from PHP | Andi Gutmans | 1999-09-20 | 1 | -0/+155 |
| | |||||
* | - Next part of locking fix. | Andi Gutmans | 1999-09-20 | 1 | -13/+13 |
| | | | | | | $var = expr; and $var += expr; first create code for expr and later on for the fetch_w of $var. | ||||
* | - Newline for Sun's compiler | Andi Gutmans | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | - Add some internal functions to Zend | Andi Gutmans | 1999-09-20 | 2 | -0/+131 |
| | |||||
* | - First step in fixing locking problem. Array fetches are now always done last. | Andi Gutmans | 1999-09-20 | 3 | -45/+64 |
| | | | | | | | Later on we will want to delay the write fetches even longer until after their resulting expression is parsed. The way it is now, will make it very easy to delay as long as we need. | ||||
* | - Indirect references had all of the fetches by mistakenly backpatched. | Andi Gutmans | 1999-09-20 | 2 | -5/+14 |
| | | | | | | Actually all of the fetches are supposed to be read, except for the last one. | ||||
* | Added zend_num_args() and zend_get_arg() | Zeev Suraski | 1999-09-20 | 3 | -4/+81 |
| | |||||
* | Add a file in which we can put Zend builtin functions | Zeev Suraski | 1999-09-20 | 4 | -1/+72 |
| | |||||
* | - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really | Andi Gutmans | 1999-09-18 | 1 | -5/+8 |
| | | | | | not sure this fix is OK.I can't remember all of what we did there. | ||||
* | Safer behavior | Zeev Suraski | 1999-09-18 | 1 | -1/+4 |
| | |||||
* | make SUNs c89 happy | Thies C. Arntzen | 1999-09-17 | 1 | -4/+3 |
| | |||||
* | no // in the sources please | Thies C. Arntzen | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | added newline at end of file | Thies C. Arntzen | 1999-09-17 | 1 | -1/+2 |
| | |||||
* | - Fix bug #2318 | Zeev Suraski | 1999-09-17 | 1 | -0/+1 |
| | |||||
* | Introduce convert_to_*_ex() | Zeev Suraski | 1999-09-16 | 1 | -0/+40 |
| | |||||
* | this helps compiling on non-ANSI C compliant platforms | Sascha Schumann | 1999-09-16 | 1 | -0/+2 |
| | |||||
* | Make sure HAVE_LIBDL gets defined. | Stig S. Bakken | 1999-09-13 | 2 | -0/+4 |
| | | | | | Disable more C++ tests when not configured for thread safety. | ||||
* | Make this class instanciatable | Zeev Suraski | 1999-09-12 | 1 | -1/+1 |
| | |||||
* | check for c++ only, if thread safety is enabled | Sascha Schumann | 1999-09-12 | 1 | -0/+2 |
| | |||||
* | Shut up a warning | Zeev Suraski | 1999-09-10 | 1 | -0/+3 |
| | |||||
* | - Add foreach() freeing code. | Andi Gutmans | 1999-09-09 | 4 | -12/+68 |
| | | | | | | | - Fix switch() freeing code to only free current function's switch expressions. - I have a feeling break expr; in a switch where expr > 1 leaks because it won't free all of the expressions. Fix is probably not trivial. | ||||
* | - Fix leak when decrementing strings which actually are longs. | Andi Gutmans | 1999-09-09 | 1 | -0/+1 |
| | |||||
* | - Fix for floating point array offsets. Same behaviour as in PHP 3.0. We | Andi Gutmans | 1999-09-08 | 1 | -8/+12 |
| | | | | | casted to (long). | ||||
* | - Add -b option to flex++ | Andi Gutmans | 1999-09-08 | 2 | -6/+6 |
| | |||||
* | define tests first, use after. | Stig S. Bakken | 1999-09-07 | 1 | -14/+14 |
| | |||||
* | - Fix win32 compile | Andi Gutmans | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | - Make zend compile again in Win32. | Andi Gutmans | 1999-09-06 | 1 | -0/+1 |
| | |||||
* | hand-patched some MSVC files | Stig S. Bakken | 1999-09-06 | 3 | -18/+18 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 16 | -139/+157 |
| | | | | | | | | * 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? | ||||
* | - Oops | Andi Gutmans | 1999-09-05 | 1 | -0/+89 |
| | |||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 6 | -73/+14 |
| | |||||
* | Fix a stupid bug (from stefan@roehri.ch) | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Damn, forgot to commit that | Zeev Suraski | 1999-09-03 | 1 | -0/+6 |
| | |||||
* | Add new API for resources | Zeev Suraski | 1999-09-03 | 3 | -3/+58 |
| | |||||
* | Add global startup/shutdown functions | Sascha Schumann | 1999-09-03 | 1 | -1/+5 |
| | |||||
* | Revert the IS_RESOURCE patch. It had some unintended behavior. | Zeev Suraski | 1999-09-03 | 1 | -20/+2 |
| | |||||
* | Let $GLOBALS actually work... | Zeev Suraski | 1999-09-03 | 1 | -1/+3 |
| | |||||
* | Release resources when converting to other types (fix Thies's reported problem) | Zeev Suraski | 1999-09-03 | 1 | -91/+111 |
| |