summaryrefslogtreecommitdiff
path: root/Zend/zend-parser.y
Commit message (Expand)AuthorAgeFilesLines
* License updateZeev Suraski1999-07-161-4/+7
* Step 4:Zeev Suraski1999-07-091-10/+10
* Step 2:Zeev Suraski1999-07-091-8/+8
* Make require accept any parameterZeev Suraski1999-06-301-2/+1
* We can't quite go with expr there (shift/reduce conflict), go with scalar.Zeev Suraski1999-06-121-1/+1
* require() improvement as per Andi's suggestionZeev Suraski1999-06-121-2/+2
* * Use to_string() instead of __print()Zeev Suraski1999-06-111-1/+2
* - Fix the static array() initializingAndi Gutmans1999-06-091-2/+2
* T_BAD_CHARACTER is actually a string.Zeev Suraski1999-06-031-1/+1
* Fix a bugZeev Suraski1999-05-291-1/+1
* I'm on a roll. Fix a nasty yet stupid AiCount bugZeev Suraski1999-05-221-1/+1
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
* * Fix all hash checks that checked Bucket.arKey for NULL, when it was changedZeev Suraski1999-05-151-19/+41
* - Missed one placeAndi Gutmans1999-04-301-1/+1
* - First try at fixing $a->foo[] syntax.Andi Gutmans1999-04-301-1/+1
* Fix Boris's problem (in my never ending struggle to show I never mean what I sayZeev Suraski1999-04-301-0/+2
* Cleanups, remove old ts codeZeev Suraski1999-04-241-15/+15
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-221-198/+195
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-7/+7
* Support =unset as argumentsAndi Gutmans1999-04-191-0/+2
* - Fix various memory leaks.Andi Gutmans1999-04-131-2/+2
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-15/+15
* - I guess print $GLOBALS and print "$GLOBALS" should yield the same resultAndi Gutmans1999-04-091-1/+1
* - Support $GLOBALS in cvar's. Now list(..) = each($GLOBALS) will work.Andi Gutmans1999-04-091-2/+2
* "Our favourite mistake"Zeev Suraski1999-04-081-2/+2
* $GLOBALS supportZeev Suraski1999-04-081-4/+4
* Zend LibraryAndi Gutmans1999-04-071-0/+632