summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_parser.y
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+22
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-3/+6
|\
| * Merge branch 'PHP-5.6'Anatol Belski2014-12-031-3/+6
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-031-3/+6
| | |\
| | | * Fixed bug #55541 errors spawn MessageBox, which blocks test automationAnatol Belski2014-12-031-3/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-3/+8
|\ \ \ \ | |/ / /
| * | | fix "inconsistent dll linkage" warning caused by bisonAnatol Belski2014-10-291-0/+5
| * | | fix datatype mismatch warningsAnatol Belski2014-10-291-3/+3
* | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* | | | cleanup TSRMLS_FETCHAnatol Belski2014-09-261-1/+0
* | | | fix signatureAnatol Belski2014-09-251-6/+0
* | | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* | | | native tls initial patchkrakjoe2014-09-201-1/+1
|/ / /
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-3/+3
* | | Merge branch 'PHP-5.6'Tjerk Meesters2014-09-011-2/+4
|\ \ \ | |/ /
| * | Making ini parser typedTjerk Meesters2014-09-011-2/+4
* | | master renames phase 1Anatol Belski2014-08-251-29/+29
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-9/+9
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\ \ \ | |/ /
* | | Optimized constant lookupDmitry Stogov2014-04-251-6/+15
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | Fixed parse_ini_fileXinchen Hui2014-03-091-1/+1
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-11/+11
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-19/+19
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-20/+10
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Added XOR support for expressions in INI parserDejan Marjanovic2013-03-271-1/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52138 (Constants are parsed into the ini file for section names)Felipe Pena2010-06-241-1/+18
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 1 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-1/+1
* MFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed tooJani Taskinen2008-02-041-22/+16
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Removed the %destructor declaration (requires bison 1.875 or above)Jani Taskinen2007-10-031-2/+0
* MFH:Jani Taskinen2007-09-281-76/+133
* MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name).Jani Taskinen2007-07-231-44/+44
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-3/+30
* Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)Dmitry Stogov2006-04-121-6/+7
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Fix memleakMarcus Boerger2005-01-191-1/+1
* Revert inadvertent commit.Andrei Zmievski2004-11-091-1/+1
* .dylib extension are Mach-O shared libraries that meant for linkingAndrei Zmievski2004-11-091-1/+1
* Fix reverse dependencyZeev Suraski2004-09-051-2/+1
* Fix compileSara Golemon2004-08-201-2/+2
* Forgot to turn off debugging.Andrei Zmievski2004-08-181-1/+1