summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
Commit message (Collapse)AuthorAgeFilesLines
* fix test portabilityAnatol Belski2016-06-171-1/+1
|
* fix ibase handle initialization, mostly compiler warningsAnatol Belski2016-06-063-4/+10
|
* 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-015-5/+5
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Use LL_MASK for SQL_INT64 data formatting
| * Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-2/+2
|\ \ | |/ | | | | | | * PHP-5.6: Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird
| * Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebirdPopa Adrian Marius2015-12-031-2/+2
| |
| * bump yearXinchen Hui2015-01-155-5/+5
| |
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
| |
* | fix NULL deref in pdo_firebirdAnatol Belski2015-11-051-2/+3
| | | | | | | | ref #70862
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-6/+6
| | | | | | | | semantick changes).
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+2
| |
* | cleanup mod version macros, round 3Anatol Belski2015-03-232-1/+4
| |
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-6/+6
| |
* | bump yearXinchen Hui2015-01-155-5/+5
| |
* | trailing whitespace removalStanislav Malyshev2015-01-103-139/+139
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-38/+38
| |
* | 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-195-5/+5
| |
* | master renamings phase 5Anatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-254-35/+35
| |
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-194-26/+26
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-193-14/+14
| |
* | Fixed pdo_firebird tests failuresDmitry Stogov2014-08-111-1/+16
| |
* | Refactored ext/pdo_firebird (didn't do test)Xinchen Hui2014-05-212-40/+50
| |
* | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-052-10/+2
|\ \ | |/ | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c
| * Merge branch 'PHP-5.5' into PHP-5.6Popa Adrian Marius2014-04-282-10/+2
| |\ | | | | | | | | | | | | * PHP-5.5: Cleanup ZEND_MODULE_API_NO => 20050922
| | * Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-282-10/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: Cleanup ZEND_MODULE_API_NO => 20050922
| | | * Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2014-04-282-10/+2
| | | |\ | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Cleanup ZEND_MODULE_API_NO => 20050922
| | | | * Cleanup ZEND_MODULE_API_NO => 20050922Popa Adrian Marius2014-04-282-11/+3
| | | | |
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-267-20/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Popa Adrian Marius2014-04-107-15/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-5.5: Cleanup $ is not needed for git
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-108-16/+1
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git
| | | * | Cleanup $ is not needed for gitPopa Adrian Marius2014-04-108-16/+1
| | | | |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Popa Adrian Marius2014-04-082-5/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | * PHP-5.5: cleanup Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced with fb_iterpret
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-082-5/+5
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | * PHP-5.4: cleanup Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced with fb_iterpret
| | | * | cleanupPopa Adrian Marius2014-04-081-1/+1
| | | | |
| | | * | 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-035-5/+5
| | | | |
| | * | | Bump yearXinchen Hui2014-01-035-5/+5
| | | | |
* | | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
|/ / / /
* | | | Bump yearXinchen Hui2014-01-035-5/+5
| | | |
* | | | Prepare pdo_firebird for a pecl release alsoPopa Adrian Marius2013-09-122-12/+11
|/ / /
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
|/ / | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-05-313-4/+103
|\ \ | |/
| * Slightly edited tests and fix for bug #62024Matteo Beccati2013-05-312-5/+8
| |
| * Fixed bug #62024 (unable to run consecutive prepared querys with null values)Matheus Degiovani2013-05-312-3/+54
| | | | | | | | Credits to james@kenjim.com for the patch.
| * Fixed bug #64037 (wrong value returned when using a negative numeric field ↵Matheus Degiovani2013-05-312-1/+46
| | | | | | | | equal to the scale)