summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* zend-parser.o and zend-scanner.o were included twice in libzend.aStig S. Bakken1999-04-211-2/+2
* * Change the thread safe project to create a C++ scanner.Zeev Suraski1999-04-216-9/+1739
* FixZeev Suraski1999-04-211-0/+1
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-216-49/+62
* Thread-safe projectZeev Suraski1999-04-213-9/+360
* move automake back to before autoconfStig S. Bakken1999-04-211-2/+4
* autoheader must be called after autoconf, automake after autoheaderStig S. Bakken1999-04-211-8/+2
* think before one commitsStig S. Bakken1999-04-211-269/+0
* doh. cvs appears to ignore .in files by defaultStig S. Bakken1999-04-211-0/+269
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-2114-66/+157
* Makefile.in and aclocal.m4 are generatedStig S. Bakken1999-04-204-548/+34
* Return a success value from the startup function, so we can unload immediatelyZeev Suraski1999-04-192-2/+8
* convert to automakeStig S. Bakken1999-04-198-629/+533
* Add a couple of ZEND_API'sAndi Gutmans1999-04-192-15/+15
* Support =unset as argumentsAndi Gutmans1999-04-194-2/+8
* removed -lnsl and -lsocket checks from zendStig S. Bakken1999-04-193-23/+0
* AiCount needs to be decreased hereZeev Suraski1999-04-181-0/+1
* Whatnot:Zeev Suraski1999-04-1814-43/+59
* - one more place which seems to have needed fixing. I don't have time to lookAndi Gutmans1999-04-151-2/+2
* - Should fix the pass by reference problem. This happened because we movedAndi Gutmans1999-04-151-4/+4
* Compile fixZeev Suraski1999-04-141-0/+5
* -Tiny patchesAndi Gutmans1999-04-148-14/+76
* 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-134-18/+27
* Refcount bugfixAndi Gutmans1999-04-131-0/+1
* * Optimize argument_stack top lookupAndi Gutmans1999-04-134-4/+7
* Remove unnecessary stackZeev Suraski1999-04-122-5/+0
* off by oneZeev Suraski1999-04-121-1/+1
* Minor optimizationZeev Suraski1999-04-121-3/+2
* Make functions that don't take arguments somewhat happier:)Zeev Suraski1999-04-121-4/+6
* This should take care of "this" for user-defined functions. It wasn't yet wo...Zeev Suraski1999-04-121-27/+21
* Destroy the resource list after destroying the symbol table, otherwise theZeev Suraski1999-04-122-1/+2
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-1211-88/+151
* Minor fixes:Zeev Suraski1999-04-122-0/+2
* Allow runtime setting of the memory limitZeev Suraski1999-04-102-2/+2
* Get rid of php3_ini in ZendZeev Suraski1999-04-103-4/+21
* We need to initialize the utility values after we initialize the INI file, wh...Zeev Suraski1999-04-102-3/+9
* - Changed here-docs to <<< followed by whitespace.Andi Gutmans1999-04-091-3/+9
* - I guess print $GLOBALS and print "$GLOBALS" should yield the same resultAndi Gutmans1999-04-092-2/+2
* - Support $GLOBALS in cvar's. Now list(..) = each($GLOBALS) will work.Andi Gutmans1999-04-091-2/+2
* Honor a semicolon on the same line as an ending token of a heredocZeev Suraski1999-04-091-1/+12
* Prevent class redeclarationsZeev Suraski1999-04-091-1/+3
* * Add arguments to shutdown functionsZeev Suraski1999-04-082-10/+7
* "Our favourite mistake"Zeev Suraski1999-04-081-2/+2
* $GLOBALS supportZeev Suraski1999-04-085-9/+43
* foreach() syntax has changedAndi Gutmans1999-04-081-2/+2
* Fix static assignmentZeev Suraski1999-04-082-1/+6
* Remove an unused variableZeev Suraski1999-04-071-1/+0
* That's better.Zeev Suraski1999-04-071-1/+1