summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* namespace protectionZeev Suraski1999-12-263-28/+28
* inline functions cannot accept varargsZeev Suraski1999-12-252-4/+4
* - Prepare Zend for the new $a{2} string offset syntax.Andi Gutmans1999-12-251-6/+6
* Use __forceinline under Win32 (inlining under Win32 gives roughly 30% perform...Zeev Suraski1999-12-241-3/+4
* Shut gcc upZeev Suraski1999-12-241-1/+1
* OptimizeZeev Suraski1999-12-241-3/+4
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-2410-83/+87
* - Use function_add_ref() here tooZeev Suraski1999-12-241-2/+2
* Fix a class inheritence leak, when using static varibles in a parent class me...Zeev Suraski1999-12-232-5/+16
* This one slipped awayZeev Suraski1999-12-231-0/+1
* Rename option to match description stringSascha Schumann1999-12-231-1/+1
* - require() of a dynamic expression now has the standard require() semanticsZeev Suraski1999-12-235-7/+43
* Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGSSascha Schumann1999-12-232-11/+19
* Kill compiler warningSascha Schumann1999-12-221-1/+0
* Don't set DEBUG_CFLAGS to -g, if -g is already in CFLAGSSascha Schumann1999-12-221-1/+1
* exportZeev Suraski1999-12-222-2/+2
* Those void's don't belong in thereZeev Suraski1999-12-221-2/+2
* - Fix function_exists()Zeev Suraski1999-12-222-8/+18
* - Fix a very old legacy memory leak in break(n) statementsZeev Suraski1999-12-221-13/+33
* Fix for the array() initialization bug Stas foundZeev Suraski1999-12-221-0/+2
* - Remove unused variable.Andi Gutmans1999-12-221-5/+0
* Fix the highlighting problem. STR_REALLOC() should be used instead of plain ...Zeev Suraski1999-12-214-3/+13
* We're using ZVAL's now.Andrei Zmievski1999-12-218-21/+21
* - 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
* - Fix @exprZeev Suraski1999-12-201-15/+7
* - Fix the crash Thies was experiencing (returning a function call could cause...Zeev Suraski1999-12-203-0/+9
* 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
* - More fixes related to the return references patchAndi Gutmans1999-12-196-24/+56
* 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
* - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)Zeev Suraski1999-12-184-30/+31
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-20/+0
* 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
* Doh! I'm an idiot.Andrei Zmievski1999-12-151-10/+3
* - s/inheritence/inheritance/gAndrei Zmievski1999-12-152-4/+45
* - Implement return by reference:Zeev Suraski1999-12-158-49/+148
* 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