summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-31/+40
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-6/+6
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-68/+68
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
| |
* | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-3/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-13/+13
| |
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-9/+9
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
| |
* | Refactored ext/pdo_firebird (didn't do test)Xinchen Hui2014-05-211-8/+9
| |
* | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-4/+2
|\ \ | |/ | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c
| * Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2014-04-281-4/+2
| |\ | | | | | | | | | | | | * PHP-5.3: Cleanup ZEND_MODULE_API_NO => 20050922
| | * Cleanup ZEND_MODULE_API_NO => 20050922Popa Adrian Marius2014-04-281-4/+2
| | |
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | |
| | * - Year++Felipe Pena2012-01-011-1/+1
| | |
| | * http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fir ↵Popa Adrian Marius2011-12-271-2/+4
| | | | | | | | | | | | | | | | | | | | | ebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130
| | * bug fixed #48877 - bindValue and bindParam do not work for PDO FirebirdPopa Adrian Marius2011-12-101-0/+1
| | |
| | * - Fixed two "jump or move depends on uninitialised value"Felipe Pena2011-06-171-0/+1
| | |
| | * - Year++Felipe Pena2011-01-011-1/+1
| | |
| | * - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
| | | | | | | | | | | | | | | patch by: preeves at ibphoenix dot com
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-6/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
| * | Cleanup $ is not needed for gitPopa Adrian Marius2014-04-101-2/+0
| | |
| * | Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced ↵Popa Adrian Marius2014-04-081-4/+4
| | | | | | | | | | | | with fb_iterpret
| * | Bump yearXinchen Hui2014-01-031-1/+1
| | |
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
| | |
* | | Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | - Fixed bug #63214 (Large PDO Firebird Queries)Felipe Pena2012-10-121-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fir ↵Popa Adrian Marius2011-12-271-2/+4
| | | | | | | | | | | | | | ebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130
* | bug fixed #48877 - bindValue and bindParam do not work for PDO FirebirdPopa Adrian Marius2011-12-101-0/+1
| |
* | - Fixed two "jump or move depends on uninitialised value"Felipe Pena2011-06-171-0/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
|/ | | | | patch by: preeves at ibphoenix dot com
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - MFH: Fix buildFelipe Pena2009-04-181-1/+1
|
* Fixed compiler warningIlia Alshanetsky2009-04-161-0/+3
|
* - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly)Felipe Pena2009-02-151-27/+27
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phptAntony Dovgal2008-07-131-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)Lars Westermann2007-11-151-0/+5
|
* - Added 3 firebird specific attributes to firebird_handle_set_attribute()Lars Westermann2007-10-301-5/+47
| | | | | | | | | - function. They control formatting of date/timestamp columns. - pdo_firebird_handle_factory() now throwing an execption if unable to attach - database (bug reports 39822 and 41522) - Fixed bug #39822 (new PDO() doesn't work with firebird) - Fixed bug #41522 (PDO firebird driver returns null if it fails to connect)
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
|