summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.re
Commit message (Expand)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Fix datatypesAnatol Belski2018-03-261-2/+2
* Reduce struct size by 8 bytes on 64-bitAnatol Belski2018-02-191-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Remove dead codeAdam Baratz2016-10-171-126/+0
* Addendum to #73234: Assume param types are nullableAdam Baratz2016-10-121-2/+8
* Fix #73234: Emulated statements let value dictate parameter typeAdam Baratz2016-10-101-19/+27
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-04-051-1/+1
|\
| * Fixed bug #71447 (Quotes inside comments not properly handled)Matteo Beccati2016-04-041-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fix setting of empty string resource.Fabian Franz2015-11-051-2/+1
* | update the actual sql parser file for #70861Anatol Belski2015-11-051-0/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | fix typosolshevskiy872015-05-131-1/+1
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-5/+2
* | update the .re file for PDOStanislav Malyshev2015-01-271-5/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-15/+15
* | basic macro replacements, all at onceAnatol Belski2014-08-191-14/+14
* | Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+1
|\ \ | |/
| * Update copyright year for re2c files as wellLior Kaplan2014-06-161-1/+1
* | Fixed Hash API usageXinchen Hui2014-05-181-1/+1
* | Fixed Hash API usage (it's in comments)Xinchen Hui2014-05-181-2/+2
* | fix zend_hash_get_current_data_ptr_ex callPierre Joye2014-05-171-4/+5
* | Fixed REFERENCE handlingXinchen Hui2014-05-081-6/+18
* | Fixed bugs in pdo_mysqlXinchen Hui2014-05-081-3/+6
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+2
* | Refactor PDO (only compilable now)Xinchen Hui2014-04-221-19/+18
|/
* Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-071-10/+13
* Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-2/+2
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-5/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Avoid strcpy() usageIlia Alshanetsky2011-08-081-2/+2
* Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-071-2/+3
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-041-1/+3
* - Year++Felipe Pena2011-01-011-1/+1