summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Fix Sascha's leak. Good report!Zeev Suraski1999-12-211-9/+22
|
* No need to block for interruptions so earlyZeev Suraski1999-12-211-2/+2
|
* Explicitly check for C++ preprocessor, otherwise autoconf forces it ontoSascha Schumann1999-12-211-0/+1
| | | | | us at the wrong place (subsequent autoconf checks failed).
* - Fix @exprZeev Suraski1999-12-201-15/+7
|
* - Fix the crash Thies was experiencing (returning a function call could ↵Zeev Suraski1999-12-203-0/+9
| | | | | | | cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked)
* Some updatesZeev Suraski1999-12-191-4/+6
|
* Make these work againZeev Suraski1999-12-192-752/+752
|
* libzend -> ZendZeev Suraski1999-12-195-38/+38
|
* - Made things work again (Thies, everybody - please check the latest CVS and ↵Zeev Suraski1999-12-197-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 patchAndi Gutmans1999-12-196-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.cSascha Schumann1999-12-191-1/+1
|
* configure sets ZEND_BROKEN_SPRINTFSascha Schumann1999-12-192-2/+2
|
* Variables are not interpolated unless we use _UNQUOTEDSascha Schumann1999-12-191-1/+1
|
* - The tree compiles againZeev Suraski1999-12-182-4/+4
|
* Let autoconf check for the proper inline keywordSascha Schumann1999-12-181-2/+1
|
* automake created illegal target names due to the ZEND_SCANNER definition.Sascha Schumann1999-12-182-3/+3
| | | | | We now substitute @ZEND_SCANNER@ directly
* - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)Zeev Suraski1999-12-184-30/+31
| | | | | - Rename getParameters() and friends for consistency and namespace cleanliness
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-20/+0
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Define inline to inline explicitlySascha Schumann1999-12-171-1/+3
|
* Move config code into separate fileSascha Schumann1999-12-174-177/+223
|
* - By mistake commited this to the branch. It fixes a bug we introduced withAndi Gutmans1999-12-173-6/+6
| | | | | the return reference patch.
* Doh! I'm an idiot.Andrei Zmievski1999-12-151-10/+3
|
* - s/inheritence/inheritance/gAndrei Zmievski1999-12-152-4/+45
| | | | | - Added is_subclass_of() function
* - Implement return by reference:Zeev Suraski1999-12-158-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->lenAndrei Zmievski1999-12-151-1/+1
|
* Faster, must go faster.Andrei Zmievski1999-12-151-3/+3
|
* - Added class_exists()Andrei Zmievski1999-12-141-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 careAndi Gutmans1999-12-071-3/+0
| | | | | | of it. This doesn't fix the bug report for the crash of highlight_file() though.
* Support ZTS definition in zend_config.hZeev Suraski1999-12-071-6/+6
|
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-065-2/+4
|
* More localizationZeev Suraski1999-12-062-2/+2
|
* Localize a couple of macrosZeev Suraski1999-12-063-3/+6
|
* *** empty log message ***Zeev Suraski1999-12-051-3/+0
|
* Fix some warningsSascha Schumann1999-12-055-6/+3
|
* *** empty log message ***Andrei Zmievski1999-12-041-1/+0
|
* Added zend_set_hash_symbol() function.Andrei Zmievski1999-12-043-2/+25
|
* backed out last change after andi decided on a different approach.Thies C. Arntzen1999-12-041-8/+4
|
* - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standardAndi Gutmans1999-12-041-1/+1
| | | | | ZEND_SET_SYMBOL()
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-043-2/+67
|
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-046-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. Arntzen1999-12-041-4/+8
|
* build error - windowsSam Ruby1999-12-041-1/+1
|
* Fix typo, add prototype for use_filename().Stig S. Bakken1999-12-042-1/+2
|
* "use" should use arg+".php" as parameter to requireStig S. Bakken1999-12-041-0/+22
|
* This should fix the fd leak with include()/require()Zeev Suraski1999-12-041-1/+1
|
* *** empty log message ***Andrei Zmievski1999-12-031-5/+2
|
* Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.Andrei Zmievski1999-12-031-0/+3
|
* revert my last patch - WARNING: we leak fd's again.Thies C. Arntzen1999-12-031-4/+1
| | | | | add initialzation of opened_path highlight_file()
* - Remove _EX and make it the old _LENGTHAndi Gutmans1999-12-031-9/+6
|
* - Add _EX macro for AndreiAndi Gutmans1999-12-021-2/+4
|