| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix Sascha's leak. Good report! | Zeev Suraski | 1999-12-21 | 1 | -9/+22 |
| | | |||||
| * | No need to block for interruptions so early | Zeev Suraski | 1999-12-21 | 1 | -2/+2 |
| | | |||||
| * | Explicitly check for C++ preprocessor, otherwise autoconf forces it onto | Sascha Schumann | 1999-12-21 | 1 | -0/+1 |
| | | | | | | us at the wrong place (subsequent autoconf checks failed). | ||||
| * | - Fix @expr | Zeev Suraski | 1999-12-20 | 1 | -15/+7 |
| | | |||||
| * | - Fix the crash Thies was experiencing (returning a function call could ↵ | Zeev Suraski | 1999-12-20 | 3 | -0/+9 |
| | | | | | | | | cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked) | ||||
| * | Some updates | Zeev Suraski | 1999-12-19 | 1 | -4/+6 |
| | | |||||
| * | Make these work again | Zeev Suraski | 1999-12-19 | 2 | -752/+752 |
| | | |||||
| * | libzend -> Zend | Zeev Suraski | 1999-12-19 | 5 | -38/+38 |
| | | |||||
| * | - Made things work again (Thies, everybody - please check the latest CVS and ↵ | Zeev Suraski | 1999-12-19 | 7 | -70/+99 |
| | | | | | | | | | see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references | ||||
| * | - More fixes related to the return references patch | Andi Gutmans | 1999-12-19 | 6 | -24/+56 |
| | | | | | | | - eval_string() and call_user_function_ex() still don't work. - The libzend tree is untested and might not be stabl yet. | ||||
| * | Add zend_sprintf.c | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | | |||||
| * | configure sets ZEND_BROKEN_SPRINTF | Sascha Schumann | 1999-12-19 | 2 | -2/+2 |
| | | |||||
| * | Variables are not interpolated unless we use _UNQUOTED | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | | |||||
| * | - The tree compiles again | Zeev Suraski | 1999-12-18 | 2 | -4/+4 |
| | | |||||
| * | Let autoconf check for the proper inline keyword | Sascha Schumann | 1999-12-18 | 1 | -2/+1 |
| | | |||||
| * | automake created illegal target names due to the ZEND_SCANNER definition. | Sascha Schumann | 1999-12-18 | 2 | -3/+3 |
| | | | | | | We now substitute @ZEND_SCANNER@ directly | ||||
| * | - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) | Zeev Suraski | 1999-12-18 | 4 | -30/+31 |
| | | | | | | - Rename getParameters() and friends for consistency and namespace cleanliness | ||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -20/+0 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | Define inline to inline explicitly | Sascha Schumann | 1999-12-17 | 1 | -1/+3 |
| | | |||||
| * | Move config code into separate file | Sascha Schumann | 1999-12-17 | 4 | -177/+223 |
| | | |||||
| * | - By mistake commited this to the branch. It fixes a bug we introduced with | Andi Gutmans | 1999-12-17 | 3 | -6/+6 |
| | | | | | | the return reference patch. | ||||
| * | Doh! I'm an idiot. | Andrei Zmievski | 1999-12-15 | 1 | -10/+3 |
| | | |||||
| * | - s/inheritence/inheritance/g | Andrei Zmievski | 1999-12-15 | 2 | -4/+45 |
| | | | | | | - Added is_subclass_of() function | ||||
| * | - Implement return by reference: | Zeev Suraski | 1999-12-15 | 8 | -49/+148 |
| | | | | | | | | - In function declaration instead of the return statement - In the assignment phase - Implement ability to turn off support for call-time pass by reference | ||||
| * | val->len | Andrei Zmievski | 1999-12-15 | 1 | -1/+1 |
| | | |||||
| * | Faster, must go faster. | Andrei Zmievski | 1999-12-15 | 1 | -3/+3 |
| | | |||||
| * | - Added class_exists() | Andrei Zmievski | 1999-12-14 | 1 | -5/+63 |
| | | | | | | | | - Moved function_exists() here from from the basic_functions.c - Modified method_exists() to convert method name to lowercase when checking | ||||
| * | - opened_path should not be freed here as the zend_file_dtor() takes care | Andi Gutmans | 1999-12-07 | 1 | -3/+0 |
| | | | | | | | of it. This doesn't fix the bug report for the crash of highlight_file() though. | ||||
| * | Support ZTS definition in zend_config.h | Zeev Suraski | 1999-12-07 | 1 | -6/+6 |
| | | |||||
| * | Move the #include of zend-parser.h out of zend_compile.h | Zeev Suraski | 1999-12-06 | 5 | -2/+4 |
| | | |||||
| * | More localization | Zeev Suraski | 1999-12-06 | 2 | -2/+2 |
| | | |||||
| * | Localize a couple of macros | Zeev Suraski | 1999-12-06 | 3 | -3/+6 |
| | | |||||
| * | *** empty log message *** | Zeev Suraski | 1999-12-05 | 1 | -3/+0 |
| | | |||||
| * | Fix some warnings | Sascha Schumann | 1999-12-05 | 5 | -6/+3 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 1999-12-04 | 1 | -1/+0 |
| | | |||||
| * | Added zend_set_hash_symbol() function. | Andrei Zmievski | 1999-12-04 | 3 | -2/+25 |
| | | |||||
| * | backed out last change after andi decided on a different approach. | Thies C. Arntzen | 1999-12-04 | 1 | -8/+4 |
| | | |||||
| * | - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standard | Andi Gutmans | 1999-12-04 | 1 | -1/+1 |
| | | | | | | ZEND_SET_SYMBOL() | ||||
| * | - Implement get_used_files() and get_imported_files() | Zeev Suraski | 1999-12-04 | 3 | -2/+67 |
| | | |||||
| * | - Break the zend->PHP dependency introduced by the .php extension for use(), | Zeev Suraski | 1999-12-04 | 6 | -24/+31 |
| | | | | | | | | by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a memory leak in that code | ||||
| * | the new SET_VAR_* macros forgot to set the refcount! | Thies C. Arntzen | 1999-12-04 | 1 | -4/+8 |
| | | |||||
| * | build error - windows | Sam Ruby | 1999-12-04 | 1 | -1/+1 |
| | | |||||
| * | Fix typo, add prototype for use_filename(). | Stig S. Bakken | 1999-12-04 | 2 | -1/+2 |
| | | |||||
| * | "use" should use arg+".php" as parameter to require | Stig S. Bakken | 1999-12-04 | 1 | -0/+22 |
| | | |||||
| * | This should fix the fd leak with include()/require() | Zeev Suraski | 1999-12-04 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 1999-12-03 | 1 | -5/+2 |
| | | |||||
| * | Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro. | Andrei Zmievski | 1999-12-03 | 1 | -0/+3 |
| | | |||||
| * | revert my last patch - WARNING: we leak fd's again. | Thies C. Arntzen | 1999-12-03 | 1 | -4/+1 |
| | | | | | | add initialzation of opened_path highlight_file() | ||||
| * | - Remove _EX and make it the old _LENGTH | Andi Gutmans | 1999-12-03 | 1 | -9/+6 |
| | | |||||
| * | - Add _EX macro for Andrei | Andi Gutmans | 1999-12-02 | 1 | -2/+4 |
| | | |||||
