summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Interbase 1 dialectSimonov Denis2019-10-281-6/+12
|
* Fix double free of DSN credentialsNikita Popov2019-09-091-2/+2
|
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-2/+12
|
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+6
|
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+9
| | | | | | | | | | RFC: https://wiki.php.net/rfc/tostring_exceptions And convert some object to string conversion related recoverable fatal errors into Error exceptions. Improve exception safety of internal code performing string conversions.
* Remove local variablesPeter Kokot2019-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Remove inappropriate FreeLibrary callsAnatol Belski2018-06-111-3/+0
|
* Use zend_string_release_ex() instread of zend_string_release() in places, ↵Dmitry Stogov2018-05-281-3/+3
| | | | where we sure about string persistence.
* year++Xinchen Hui2018-01-021-1/+1
|
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
|
* Free the HMODULE handle after useKalle Sommer Nielsen2017-07-211-0/+3
|
* Remove dead code related to error constantsAdam Baratz2017-03-011-47/+0
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.Dorin Marcoci2016-12-251-2/+10
|
* fix ibase handle initialization, mostly compiler warningsAnatol Belski2016-06-061-2/+2
|
* 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
| |