summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-0510-10/+10
|\ \ | |/ | | | | | | Conflicts: ext/interbase/interbase.rc
| * year++Xinchen Hui2012-09-0510-10/+10
| |
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-204-4/+4
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-204-4/+4
| |
| * - Year++Felipe Pena2012-01-0113-13/+13
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error ↵Christopher Jones2011-06-271-2/+3
| | | | | | | | message prefixes
| * Fix 5.1 detection on ubuntu nattyHannes Magnusson2011-06-271-2/+6
| |
| * - Fix infile return on duplicated key (related to bug #54242)Felipe Pena2011-03-172-2/+2
| |
| * - Year++Felipe Pena2011-01-0113-13/+13
| |
| * Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
| |
| * Add Berkeley DB 5.1 support to the DBA extensionChristopher Jones2010-12-011-1/+1
| |
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
| * Explicitly use db-5.0 and don't default to db sym linkChristopher Jones2010-06-091-1/+1
| |
| * Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to ↵Christopher Jones2010-06-033-13/+22
| | | | | | | | 51086 that also affects BDB 5 is not yet resolved)
* | - Year++Felipe Pena2012-01-0115-15/+15
| |
* | - We can constify in 5.4+Felipe Pena2011-11-151-1/+1
| |
* | Prevent the magic quotes fatal error causing a diffChristopher Jones2011-09-011-3/+0
| |
* | - 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
* | Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error ↵Christopher Jones2011-06-271-2/+3
| | | | | | | | message prefixes
* | Fix 5.1 detection on ubuntu nattyHannes Magnusson2011-06-271-2/+6
| |
* | - Fix infile return on duplicated key (related to bug #54242)Felipe Pena2011-03-131-1/+1
| |
* | - Fixed bug #54242 (dba_insert returns true if key already exists)Felipe Pena2011-03-131-1/+1
| |
* | - Year++Felipe Pena2011-01-0115-15/+15
| |
* | Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
| |
* | Add Berkeley DB 5.1 support to the DBA extensionChristopher Jones2010-12-011-1/+1
| |
* | MFB53: Changed deprecated ini options on startup from E_WARNING to ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
* | Explicitly use db-5.0 and don't default to db sym linkChristopher Jones2010-06-091-1/+1
| |
* | Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to ↵Christopher Jones2010-06-033-13/+22
| | | | | | | | 51086 that also affects BDB 5 is not yet resolved)
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+213
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-263-5/+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
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-213/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | Add Tokyo Cabinet abstract DB support to ext/dbaMichael Maclean2010-03-245-1/+354
|/
* New tests for existing functionalityChristopher Jones2010-03-193-0/+136
|
* New and improved DBA testsChristopher Jones2010-03-125-0/+177
|
* Mask name of older DB4 versionsChristopher Jones2010-03-091-2/+2
|
* Test misc argument error conditionsChristopher Jones2010-03-062-0/+127
|
* Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)Christopher Jones2010-03-051-1/+28
|
* Auto detect recent versions of Berkeley DB4Christopher Jones2010-03-051-4/+12
|
* DBA tests: cleanup and sycn. Add new Berkeley DB 4 testsChristopher Jones2010-03-0540-51/+962
|
* - Possible fix for bug #50999Felipe Pena2010-03-031-1/+1
|
* make portableChristopher Jones2010-03-021-1/+1
|