summaryrefslogtreecommitdiff
path: root/Zend/zend-parser.y
Commit message (Expand)AuthorAgeFilesLines
* - Support multiple arguments to unset()Andi Gutmans2000-06-151-1/+9
* Get rid of <?php_track_vars?>Zeev Suraski2000-06-121-1/+0
* - TypoAndi Gutmans2000-06-091-2/+2
* - Export normalize_boolZeev Suraski2000-06-031-1/+1
* - global/static require a trailing ';'Andi Gutmans2000-06-021-2/+2
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-1/+1
* Get rid of chval - it's really not necessary and seems to be confusing peopleZeev Suraski2000-05-111-5/+5
* Thoroughly initialize IS_UNUSED for proper cleanupAndi Gutmans2000-05-081-2/+2
* Clean up last/size definitionsZeev Suraski2000-04-101-3/+3
* *** empty log message ***Andi Gutmans2000-04-061-1/+1
* Added !== (is not identical) operator.Torben Wilson2000-03-291-1/+2
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
* - Allow array(1,2,3,) i.e. with trailing comma. You can only have oneAndi Gutmans2000-03-141-2/+6
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-1/+1
* - Support require_once().Andi Gutmans2000-03-101-2/+2
* - Nuke import, add include_once and include_require scanner/parser rules.Andi Gutmans2000-03-101-2/+4
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-141-1/+1
* Fix last known nasty bugs in Zend. It'll be cool if there are no new ones :)Zeev Suraski2000-02-091-1/+3
* Syntax highlighting was erronously emitting more than one semicolon and/or ga...Zeev Suraski2000-02-071-3/+4
* - This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when listAndi Gutmans2000-02-051-1/+1
* - Optimized garbage mechanismZeev Suraski2000-01-311-2/+2
* - Fix foreach()Zeev Suraski2000-01-311-4/+8
* Fix require()Zeev Suraski2000-01-291-1/+1
* - Get rid of another rule which isn't needed.Andi Gutmans2000-01-291-5/+1
* - Add parser support for string offsets. This added three shift/reduceAndi Gutmans2000-01-291-19/+10
* - Make loop a bit faster.Andi Gutmans2000-01-281-0/+4
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+25
* Added support for $foo->{$bar}["foobar"] notation (was supported in PHP 3)Zeev Suraski2000-01-151-3/+8
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-3/+2
* - Fix bug #3073. continue in do..while() loops should work nowAndi Gutmans1999-12-311-1/+1
* - Prepare Zend for the new $a{2} string offset syntax.Andi Gutmans1999-12-251-6/+6
* - require() of a dynamic expression now has the standard require() semanticsZeev Suraski1999-12-231-1/+1
* - By mistake commited this to the branch. It fixes a bug we introduced withAndi Gutmans1999-12-171-3/+3
* - Implement return by reference:Zeev Suraski1999-12-151-14/+24
* Support ZTS definition in zend_config.hZeev Suraski1999-12-071-6/+6
* More localizationZeev Suraski1999-12-061-1/+2
* Localize a couple of macrosZeev Suraski1999-12-061-1/+6
* Fix some warningsSascha Schumann1999-12-051-2/+2
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-041-2/+2
* - 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