summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Collapse)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-1320-245/+243
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
|
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-213/+0
|
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2025-30/+30
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-1925-25/+25
| |
| * Fix ext/dba ini handlingNikita Popov2014-09-111-5/+5
| | | | | | | | Doing this change blindly based on gcov output
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-257-7/+7
|
* master renames phase 1Anatol Belski2014-08-259-18/+18
|
* fixes to ext/dbaAnatol Belski2014-08-191-3/+3
|
* basic macro replacements, all at onceAnatol Belski2014-08-199-22/+22
|
* Fixed tests but introduce segfaults (behavior same as trunk)Xinchen Hui2014-05-211-5/+1
|
* Fixed persistent dba handlingXinchen Hui2014-05-211-8/+11
|
* Refactored ext/dba (tests passes, but segfaults need to be fixed)Xinchen Hui2014-05-219-86/+100
|
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+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'Nikita Popov2014-02-161-2/+2
| |\
| | * Declare a number of functions as variadic.Rouven Weßling2014-02-161-2/+2
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+10
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-0325-25/+25
|\ \ | |/
| * Bump yearXinchen Hui2014-01-0325-25/+25
| |
* | fix bug #62490Michael Wallner2013-12-054-8/+73
| | | | | | | | inifiles delete handler did not return false if the key was not found
* | more test fixesMichael Wallner2013-12-034-5/+7
| |
* | fix testMichael Wallner2013-12-031-2/+2
| |
* | fix php_stream_copy_to_stream_ex usageMichael Wallner2013-12-031-5/+5
| |
* | add missing clean sectionMichael Wallner2013-12-031-0/+4
| |
* | remove test for already removed featureMichael Wallner2013-12-031-38/+0
|/
* Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-10-191-3/+6
|\ | | | | | | | | * PHP-5.4: Fix unitialized opened_path here - found by Coverity
| * Fix unitialized opened_path here - found by CoverityRasmus Lerdorf2013-10-191-3/+6
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-222-6/+57
|\ \ | |/ | | | | | | * PHP-5.4: Copy dba_*() keys before converting to string.
| * Copy dba_*() keys before converting to string.Adam Harvey2013-09-222-6/+57
| | | | | | | | | | | | | | | | | | A nice Sunday afternoon project for somebody would be to refactor the dba functions to use zend_parse_parameters() reliably and try to untangle some of the macros in dba.c. Sadly, it is not a nice Sunday afternoon here. Fixes bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write).
| * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-142-2/+1
| | | | | | | | uninitialized' warnings.
| * typo fixesVeres Lajos2013-07-152-2/+2
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-2/+2
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | typo fixesVeres Lajos2013-07-152-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-261-1/+9
|\ \ | |/ | | | | | | * PHP-5.4: - Fixed bug #63409 (php-dba function test fails on big-endian machine) patch by: tianhonglouis at gmail dot com
| * - Fixed bug #63409 (php-dba function test fails on big-endian machine) patch ↵Felipe Pena2013-06-261-1/+9
| | | | | | | | by: tianhonglouis at gmail dot com
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * Happy New YearXinchen Hui2013-01-0125-25/+25
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Remove unused variableDavid Soria Parra2013-03-271-1/+0
| |
* | Bug #62489: dba_insert not working as expectedLars Strojny2013-01-1516-21/+78
| |
* | Happy New YearXinchen Hui2013-01-0125-25/+25
| |
* | Fix inifile.c:419:6: warning: variable 'ret' set but not used ↵Remi Collet2012-12-031-2/+2
| | | | | | | | | | | | | | | | [-Wunused-but-set-variable] Please check this minor change. Avoid, warning: 'pos_grp_start' may be used uninitialized in this function [-Wmaybe-uninitialized]
* | use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_streamRemi Collet2012-12-031-5/+5
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-105-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-093-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-093-0/+0
| |