Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not edit the value in place (might be relates to #71261) | Xinchen Hui | 2016-01-04 | 1 | -31/+40 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -6/+6 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -68/+68 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -21/+21 |
| | | |||||
* | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -3/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -13/+13 |
| | | |||||
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
| | | |||||
* | | Refactored ext/pdo_firebird (didn't do test) | Xinchen Hui | 2014-05-21 | 1 | -8/+9 |
| | | |||||
* | | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 1 | -4/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Popa Adrian Marius | 2014-04-28 | 1 | -4/+2 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Cleanup ZEND_MODULE_API_NO => 20050922 | ||||
| | * | Cleanup ZEND_MODULE_API_NO => 20050922 | Popa Adrian Marius | 2014-04-28 | 1 | -4/+2 |
| | | | |||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fir ↵ | Popa Adrian Marius | 2011-12-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | ebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130 | ||||
| | * | bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird | Popa Adrian Marius | 2011-12-10 | 1 | -0/+1 |
| | | | |||||
| | * | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 1 | -0/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | patch by: preeves at ibphoenix dot com | ||||
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -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 git | Popa Adrian Marius | 2014-04-10 | 1 | -2/+0 |
| | | | |||||
| * | | Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced ↵ | Popa Adrian Marius | 2014-04-08 | 1 | -4/+4 |
| | | | | | | | | | | | | with fb_iterpret | ||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ / | |||||
* | | - Fixed bug #63214 (Large PDO Firebird Queries) | Felipe Pena | 2012-10-12 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fir ↵ | Popa Adrian Marius | 2011-12-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | ebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130 | ||||
* | | bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird | Popa Adrian Marius | 2011-12-10 | 1 | -0/+1 |
| | | |||||
* | | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 1 | -0/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
|/ | | | | | patch by: preeves at ibphoenix dot com | ||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix build | Felipe Pena | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2009-04-16 | 1 | -0/+3 |
| | |||||
* | - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) | Felipe Pena | 2009-02-15 | 1 | -27/+27 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phpt | Antony Dovgal | 2008-07-13 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support) | Lars Westermann | 2007-11-15 | 1 | -0/+5 |
| | |||||
* | - Added 3 firebird specific attributes to firebird_handle_set_attribute() | Lars Westermann | 2007-10-30 | 1 | -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 Alshanetsky | 2007-02-27 | 1 | -1/+1 |
| |