summaryrefslogtreecommitdiff
path: root/Zend/zend-parser.y
Commit message (Expand)AuthorAgeFilesLines
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-3/+12
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-191-1/+2
* - For Andrei. Implement references in array() initializationsAndi Gutmans1999-10-011-6/+9
* - Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch typeAndi Gutmans1999-09-291-18/+18
* - Next part of locking fix.Andi Gutmans1999-09-201-13/+13
* - Make sure expr_list and echo_list are either empty or comma seperatedAndi Gutmans1999-08-191-3/+6
* - Fixed a leak when doing inheritance. The parent class name wasn't being freed.Andi Gutmans1999-07-291-4/+4
* - Fix the new operator incompatibility.Andi Gutmans1999-07-261-1/+1
* Thoroughly fix the SWITCH problem. No RETURN handling yet.Zeev Suraski1999-07-241-4/+4
* Fix bug #1812Zeev Suraski1999-07-231-4/+4
* 0.91 updateZeev Suraski1999-07-191-2/+2
* 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