summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* second shot on removing TSRMLS_*Anatol Belski2014-12-143-4/+4
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-137-199/+198
|
* cleanup comments from svn/cvs eraPopa Adrian Marius2014-11-247-7/+7
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
|
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-135/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-208-8/+8
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-198-8/+8
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-202-6/+5
|/
* resource type is intXinchen Hui2014-08-292-2/+2
|
* rename misleading definePopa Adrian Marius2014-08-281-2/+1
|
* solve conflicting type size_t vs intPopa Adrian Marius2014-08-281-1/+1
|
* first show to make 's' work with size_tAnatol Belski2014-08-274-8/+8
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-254-6/+6
|
* master renames phase 1Anatol Belski2014-08-256-115/+115
|
* basic macro replacements, all at onceAnatol Belski2014-08-196-118/+118
|
* Fixed invalid freeXinchen Hui2014-07-301-7/+0
|
* ext/interbase support (incomplete)Dmitry Stogov2014-07-299-279/+309
|
* Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-0/+1
|\ | | | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c
| * Merge branch 'PHP-5.6'Anatol Belski2014-05-051-0/+1
| |\ | | | | | | | | | | | | * PHP-5.6: fixed ZEND_DEBUG usage
| | * fixed ZEND_DEBUG usageAnatol Belski2014-05-051-0/+1
| | |
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2612-29/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.6'Popa Adrian Marius2014-04-1012-23/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Cleanup $ is not needed for git
| | * Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-1012-23/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git
| | | * Cleanup $ is not needed for gitPopa Adrian Marius2014-04-1012-23/+2
| | | |
| | | * Bump yearXinchen Hui2014-01-038-8/+8
| | | |
| | | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
| | | * Happy New YearXinchen Hui2013-01-018-8/+8
| | | |
| | * | Bump yearXinchen Hui2014-01-038-8/+8
| | | |
| * | | cleanup old unsupported versions of Firebird 1.0.xPopa Adrian Marius2014-04-081-6/+0
| | | |
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-152-17/+17
|/ / /
* | | Bump yearXinchen Hui2014-01-038-8/+8
|/ /
* | 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 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Happy New YearXinchen Hui2013-01-018-8/+8
| |
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-102-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
| |\
| | * Remove executable permission on incXinchen Hui2012-10-102-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-091-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
| |\ \ | | |/
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| | |
| | * year++Xinchen Hui2012-09-051-1/+1
| | |
* | | Merge branch 'PHP-5.4'Popa Adrian Marius2012-03-291-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix firebird bug #60947 , tested and now it prints the header page information from database
| * | Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2012-03-291-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix firebird bug #60947 , tested and now it prints the header page information from database
| | * Fix firebird bug #60947 , tested and now it prints the header page ↵Popa Adrian Marius2012-03-291-2/+2
| | | | | | | | | | | | information from database
| | * Fixed bug #60947 (Segmentation fault while executing ibase_db_info)Ilia Alshanetsky2012-03-151-0/+1
| | |
| | * Fix #60802 ibase_trans() gives segfault when passing params (The &argn ↵Popa Adrian Marius2012-01-191-1/+2
| | | | | | | | | | | | passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.)
| | * sync firebird test 003 with the 5.4 branch , eliminate failing test ↵Popa Adrian Marius2012-01-101-12/+12
| | | | | | | | | | | | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt