summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
Commit message (Collapse)AuthorAgeFilesLines
...
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* year++Xinchen Hui2018-01-025-5/+5
|
* Merge branch 'PHP-7.2'Anatol Belski2017-12-221-1/+1
|\ | | | | | | | | * PHP-7.2: Fix wrong return value for fail case in set attribute handler in pdo_odbc
| * Fix wrong return value for fail case in set attribute handler in pdo_odbcAnatol Belski2017-12-221-1/+1
| |
* | Merge branch 'PHP-7.2'Anatol Belski2017-12-211-12/+11
|\ \ | |/ | | | | | | * PHP-7.2: Ensure expected items delivered in same order
| * Ensure expected items delivered in same orderAnatol Belski2017-12-211-12/+11
| |
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| |
* | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
| |
* | Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
| |
* | Remove EXPERIMENTAL files from fileinfo and pdo_odbc stable extensionsPeter Kokot2017-09-301-2/+0
| |
* | Get rid of all these old package[2].xml files, most of these had no had a ↵Kalle Sommer Nielsen2017-08-171-71/+0
| | | | | | | | | | | | release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl OCI, PDO_OCI and zip are left as they are actively developed and released there
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
|/
* Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-106-22/+74
|\
| * Merge branch 'PHP-7.0'Anatol Belski2016-04-012-0/+64
| |\ | | | | | | | | | | | | * PHP-7.0: Fix ODBC bug for varchars returning with length zero
| | * Fix ODBC bug for varchars returning with length zeroElizabeth Marie Smith2016-04-012-0/+64
| | |
| | * fix invalid pointer on 64-bitAnatol Belski2016-03-103-5/+5
| | |
| * | fix invalid pointer on 64-bitAnatol Belski2016-03-103-5/+5
| | |
| * | Remove version checksNikita Popov2016-01-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
| * | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| | * 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
| | | |
| | | * bump yearXinchen Hui2015-01-155-5/+5
| | | |
| * | | Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-10/+0
| |/ /
* | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-2/+1
| | |
* | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
|/ /
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+1
| |
* | cleanup mod version macros, round 3Anatol Belski2015-03-232-5/+4
| |
* | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
| | | | | | | | | | | | Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php.
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-5/+5
| |
* | bump yearXinchen Hui2015-01-155-5/+5
| |
* | trailing whitespace removalStanislav Malyshev2015-01-105-38/+38
| |
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-33/+33
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
| |
* | master renames phase 1Anatol Belski2014-08-254-36/+36
| |
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-193-18/+18
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-193-17/+17
| |
* | cleanuo (use zend_string instead of char*)Dmitry Stogov2014-08-131-5/+3
| |
* | ext/pdo_odbc support for phpng (tested with unixODBC and mysql driver)Dmitry Stogov2014-08-122-50/+66
| |
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-262-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix #50444: PDO-ODBC changes for 64-bitAndrew Kehrig2014-04-202-3/+3
| | | | | | | | | | | | | | | | | | This bug is also referenced in [#61777](https://bugs.php.net/bug.php?id=61777) and is still present in the latest stable release of the 5.5 branch. I see two tickets exist for this problem already, and I'm just submitting these changes via github as a reminder that this is a serious problem for anyone using PDO_ODBC on the x64 builds.
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
|/
* Bump yearXinchen Hui2014-01-035-5/+5
|
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-12-221-1/+2
|\ | | | | | | | | * PHP-5.4: - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: michael at orlitzky dot com
| * - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch ↵Felipe Pena2013-12-221-1/+2
| | | | | | | | by: michael at orlitzky dot com
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-12-171-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: fixed possibly uninitialized value usage
| * fixed possibly uninitialized value usageAnatol Belski2013-12-171-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-202-3/+7
|\ \ | |/ | | | | | | * PHP-5.4: Remove some compilation warnings: 'unused variable' and 'enumeration value not handled in switch'
| * Remove some compilation warnings:Christopher Jones2013-08-202-3/+7
| | | | | | | | | | 'unused variable' and 'enumeration value not handled in switch'
| * Happy New YearXinchen Hui2013-01-015-5/+5
| |