Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
| | | | | semantick changes). | ||||
* | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+2 |
| | |||||
* | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| | |||||
* | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -6/+6 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -139/+139 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -38/+38 |
| | |||||
* | 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 | 5 | -5/+5 |
| | |||||
* | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 4 | -35/+35 |
| | |||||
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 4 | -26/+26 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 3 | -14/+14 |
| | |||||
* | Fixed pdo_firebird tests failures | Dmitry Stogov | 2014-08-11 | 1 | -1/+16 |
| | |||||
* | Refactored ext/pdo_firebird (didn't do test) | Xinchen Hui | 2014-05-21 | 2 | -40/+50 |
| | |||||
* | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 2 | -10/+2 |
|\ | | | | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Popa Adrian Marius | 2014-04-28 | 2 | -10/+2 |
| |\ | | | | | | | | | | | | | * PHP-5.5: Cleanup ZEND_MODULE_API_NO => 20050922 | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Popa Adrian Marius | 2014-04-28 | 2 | -10/+2 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Cleanup ZEND_MODULE_API_NO => 20050922 | ||||
| | | * | Merge branch 'PHP-5.3' into PHP-5.4 | Popa Adrian Marius | 2014-04-28 | 2 | -10/+2 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Cleanup ZEND_MODULE_API_NO => 20050922 | ||||
| | | | * | Cleanup ZEND_MODULE_API_NO => 20050922 | Popa Adrian Marius | 2014-04-28 | 2 | -11/+3 |
| | | | | | |||||
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 7 | -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.6 | Popa Adrian Marius | 2014-04-10 | 7 | -15/+0 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | * PHP-5.5: Cleanup $ is not needed for git | ||||
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Popa Adrian Marius | 2014-04-10 | 8 | -16/+1 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git | ||||
| | | * | | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 8 | -16/+1 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Popa Adrian Marius | 2014-04-08 | 2 | -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.5 | Popa Adrian Marius | 2014-04-08 | 2 | -5/+5 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: cleanup Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced with fb_iterpret | ||||
| | | * | | cleanup | Popa Adrian Marius | 2014-04-08 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | 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 | 5 | -5/+5 |
| | | | | | |||||
| | * | | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | | | |||||
* | | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | | |||||
* | | | | Prepare pdo_firebird for a pecl release also | Popa Adrian Marius | 2013-09-12 | 2 | -12/+11 |
|/ / / | |||||
* | | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|/ / | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-05-31 | 3 | -4/+103 |
|\ \ | |/ | |||||
| * | Slightly edited tests and fix for bug #62024 | Matteo Beccati | 2013-05-31 | 2 | -5/+8 |
| | | |||||
| * | Fixed bug #62024 (unable to run consecutive prepared querys with null values) | Matheus Degiovani | 2013-05-31 | 2 | -3/+54 |
| | | | | | | | | Credits to james@kenjim.com for the patch. | ||||
| * | Fixed bug #64037 (wrong value returned when using a negative numeric field ↵ | Matheus Degiovani | 2013-05-31 | 2 | -1/+46 |
| | | | | | | | | equal to the scale) | ||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | | |||||
| * | fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object ↵ | Popa Adrian Marius | 2012-02-05 | 1 | -3/+2 |
| | | | | | | | | http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+3 |
| | | | | | | | | param count | ||||
| * | fix tablename in testcase test->testz | Popa Adrian Marius | 2011-12-28 | 1 | -3/+3 |
| | | |||||
| * | Added test case for PDO_Firebird: bug 53280 segfaults if query column count ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+63 |
| | | | | | | | | is less than param count | ||||
| * | fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+12 |
| | | | | | | | | bindColumn() | ||||
| * | one more error to fix Table unknown TEST , it should be TESTZ | Popa Adrian Marius | 2011-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix table name in testcase | Popa Adrian Marius | 2011-12-28 | 1 | -1/+1 |
| | | |||||
| * | added testcase for Bug 47415 | Popa Adrian Marius | 2011-12-28 | 1 | -0/+42 |
| | | |||||
| * | cleanup for bug 48877 test, add description | Popa Adrian Marius | 2011-12-28 | 1 | -0/+42 |
| | | |||||
| * | 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 |