summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Collapse)AuthorAgeFilesLines
* fixes to ext/dbaAnatol Belski2014-08-191-3/+3
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
|
* 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-211-71/+85
|
* 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
| * Declare a number of functions as variadic.Rouven Weßling2014-02-161-2/+2
| |
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+10
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fix unitialized opened_path here - found by CoverityRasmus Lerdorf2013-10-191-3/+6
|
* Copy dba_*() keys before converting to string.Adam Harvey2013-09-221-6/+19
| | | | | | | | | 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-141-1/+0
| | | | uninitialized' warnings.
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-17/+3
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Year++Felipe Pena2011-01-011-1/+1
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Add Tokyo Cabinet abstract DB support to ext/dbaMichael Maclean2010-03-241-0/+6
|
* - Possible fix for bug #50999Felipe Pena2010-03-031-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-15/+0
|
* new parameter-parsing APIAlexey Zakhlestin2008-11-071-66/+104
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+15
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-15/+0
|
* MFH:Christopher Jones2008-06-191-1/+1
| | | | | | | Fix bug #45266 (Fix build with BDB 4) Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking) Fix bug #45268 (Fix error callback prototype)
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+0
|
* E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-061-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-17/+22
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-15/+107
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-081-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH:- Do not use the PHP3 era namesfoobar2005-12-051-5/+5
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Add support for db1 through emulationMarcus Boerger2005-02-251-0/+6
| | | | | | # Most probably db4 requires a slightly different detection since functions # are macros which most probably doesn't work with current configure check.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-181-0/+6
|
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-2/+19
| | | | | issues.
* - Fix Bug #26304 Unexpected data loss when opening dba fileMarcus Boerger2003-12-141-7/+15
| | | | | - Correct handling for flatfile handler
* Revert: need a PHP4.3 solution.Marcus Boerger2003-12-131-1/+1
| | | | | # This solution cannot be backported to PHP 4.3 -- damn!
* - Fixed bug #26304 (Unexpected data loss when opening dba file).Marcus Boerger2003-12-131-1/+1
|
* Proto fixes (Friedhelm Betz <holliwell|gmx.net>)Marcus Boerger2003-11-131-9/+9
|