summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* License updateZeev Suraski1999-07-161-4/+8
* Fix a lock issueAndi Gutmans1999-07-151-3/+0
* - Fixed a purify warningAndi Gutmans1999-07-121-1/+3
* Ok, so we do have to lock in thereAndi Gutmans1999-07-101-10/+10
* Fix assignments of reference variablesAndi Gutmans1999-07-101-0/+2
* Put the garbage in the garbage binZeev Suraski1999-07-101-7/+0
* Get rid of AiCount completelyZeev Suraski1999-07-101-41/+17
* Final tweaksZeev Suraski1999-07-101-0/+6
* More locking workZeev Suraski1999-07-101-7/+8
* *** empty log message ***Zeev Suraski1999-07-091-1/+1
* More stuffZeev Suraski1999-07-091-0/+9
* Step 4:Zeev Suraski1999-07-091-27/+58
* Phase 3:Zeev Suraski1999-07-091-17/+17
* Step 2:Zeev Suraski1999-07-091-32/+32
* Support isset()/empty() for string offsetsZeev Suraski1999-07-031-4/+21
* * Use to_string() instead of __print()Zeev Suraski1999-06-111-0/+3
* * Make the output handling of variables much, much cooler.Zeev Suraski1999-06-111-7/+4
* * Fix cases where you assign an array element to the parent array (the array wasZeev Suraski1999-06-091-4/+7
* * Fix foreach() that receives a non array argumentZeev Suraski1999-06-091-15/+7
* * Fix a by-name call/method call bugAndi Gutmans1999-06-081-20/+27
* - Fixed Karl's bug report. It's not really a thorough fix, we really need to...Zeev Suraski1999-06-051-2/+6
* New $GLOBALS initZeev Suraski1999-06-041-10/+12
* - We weren't counting newlines in heredocs. The only place which is still que...Andi Gutmans1999-06-031-2/+3
* - Make execute() use less stack in thread-safe win32 due to Microsoft's shitt...Andi Gutmans1999-06-011-1/+1
* FixesAndi Gutmans1999-05-311-4/+9
* Correct fixZeev Suraski1999-05-291-4/+2
* Fix a leakZeev Suraski1999-05-291-1/+3
* * Support getThis() for internal functions.Zeev Suraski1999-05-281-5/+3
* Fix the AiCount issue with objectsZeev Suraski1999-05-271-1/+1
* Sigh, another leak bites the dust. FREE_OP missing in case of a SEND_VAR.Zeev Suraski1999-05-221-0/+1
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-0/+3
* Optimize allocations into uninitialized_zval assignmentsZeev Suraski1999-05-201-22/+10
* * Fix all hash checks that checked Bucket.arKey for NULL, when it was changedZeev Suraski1999-05-151-1/+4
* Cleanups, remove old ts codeZeev Suraski1999-04-241-20/+20
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-221-20/+20
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-3/+3
* Support =unset as argumentsAndi Gutmans1999-04-191-0/+4
* AiCount needs to be decreased hereZeev Suraski1999-04-181-0/+1
* - one more place which seems to have needed fixing. I don't have time to lookAndi Gutmans1999-04-151-2/+2
* Better detectionZeev Suraski1999-04-131-5/+3
* Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's hugeZeev Suraski1999-04-131-8/+16
* - Fix various memory leaks.Andi Gutmans1999-04-131-0/+3
* Refcount bugfixAndi Gutmans1999-04-131-0/+1
* Minor optimizationZeev Suraski1999-04-121-3/+2
* This should take care of "this" for user-defined functions. It wasn't yet wo...Zeev Suraski1999-04-121-27/+21
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-30/+37
* Minor fixes:Zeev Suraski1999-04-121-0/+1
* $GLOBALS supportZeev Suraski1999-04-081-0/+10
* Fix static assignmentZeev Suraski1999-04-081-0/+4
* Zend LibraryAndi Gutmans1999-04-071-0/+1885