summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* fix typosolshevskiy872015-05-131-2/+2
* Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-18/+14
* update the .re file for PDOStanislav Malyshev2015-01-271-7/+28
* size_t cleanup for PDOStanislav Malyshev2015-01-261-5/+5
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-25/+25
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-21/+1
* swap some standard module properties _ex for std mod propertieskrakjoe2014-09-231-1/+21
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* reduce struct size by 8 byte on 64 bitAnatol Belski2014-09-171-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
* regenerated parser filesAnatol Belski2014-08-171-20/+0
* Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+1
|\
* | Fixed Hash API usageXinchen Hui2014-05-181-1/+1
* | Fixed Hash API usageXinchen Hui2014-05-181-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-20/+19
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-11-071-10/+13
|\
| * Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-071-11/+14
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-28/+33
|\ \ | |/
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-29/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-2/+2
|\ \ | |/
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ...Sebastian Bergmann2012-12-061-1/+1
|/
* Commit generated fileJohannes Schlüter2012-04-191-122/+118
* Update generated file.Johannes Schlüter2012-04-181-5/+6
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-041-61/+168
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Better fixFelipe Pena2008-11-131-8/+5
* - MFH: Fixed invalid readsFelipe Pena2008-11-131-2/+2
* - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements wi...Felipe Pena2008-10-231-2/+3
* MFH:Felipe Pena2008-10-101-31/+51
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Revert addition of - char support for bound param namesIlia Alshanetsky2007-11-261-10/+8
* Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-291-116/+224
* Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formedIlia Alshanetsky2007-06-051-21/+26
* Fixed bug #40417 (Allow multiple instances of the same named PDO token inIlia Alshanetsky2007-03-061-3/+15
* Better generated parserIlia Alshanetsky2007-02-021-222/+116