summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Collapse)AuthorAgeFilesLines
* Unify error messagesDerick Rethans2002-06-261-7/+8
|
* - MFH: Make DBA compile as a shared module againDerick Rethans2002-04-187-1/+24
|
* ws changesSascha Schumann2002-04-101-15/+17
|
* Replace all memsets with variable initializationsSascha Schumann2002-04-101-39/+30
| | | | | | | Change flow of code in functions to end in the "positive" branch. Changes verified using the original php3 dba tests.
* too quick. full speed back.Sascha Schumann2002-04-101-1/+1
|
* Please test patches which are merged into the release branch.Sascha Schumann2002-04-101-1/+1
| | | | | | db2 has a standard UNIX API which in turn means that it returns non-zero in error conditions.
* - Fix wrong logic (Thanks to Alan for noticing it)Derick Rethans2002-04-081-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* * fix for db3 from ports on freebsdStig Bakken2002-03-151-2/+5
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-288-8/+8
|
* My bad. Left some stray debugging code in previous commit.Gavin Sherry2002-01-121-4/+2
|
* See the update to dba_db3.cGavin Sherry2002-01-121-4/+8
|
* This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, ↵Gavin Sherry2002-01-121-2/+4
| | | | 11732). The bug originates from the fact that mode "c" for db3 sets 'type' to DB_UNKNOWN and mode DB_CREATE when the database already exists. The underlying library raises an error at this logical discrepancy: obviously one cannot create a database of unknown type.
* Update headers.Sebastian Bergmann2001-12-118-16/+16
|
* Unified the configure messages.foobar2001-11-301-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-2/+6
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-256-10/+10
| | | | | I've got pretty much everything now...
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-097-14/+14
|
* Another TSRMLS_FETCH() nuke.foobar2001-08-143-4/+3
|
* WhitespaceZeev Suraski2001-08-111-3/+3
|
* Another TSRM fix.foobar2001-08-061-1/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-052-2/+2
| | | | | - whitespace fixes
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* let this be more userfriendly.foobar2001-06-281-1/+1
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-067-147/+77
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-057-6/+79
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3Martin Kraemer2001-05-171-1/+1
|
* Nuke some unneccessary quotesSascha Schumann2001-05-121-33/+29
|
* Rename some custom macros from AC_* to PHP_*Sascha Schumann2001-05-121-31/+31
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-304-4/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - How did CVS let me commit this? Probably it confused with the branchAndi Gutmans2000-12-161-10/+0
| | | | | merge
* - In PHP we're supposed to only use MAXPATHLEN (defined in php.h)Andi Gutmans2000-12-161-8/+4
|
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-161-0/+10
| | | | | terminating NULL.
* Handle the case of no-handlers properly and make handlers a proper C "string".Sascha Schumann2000-12-041-2/+7
|
* Please avoid potential buffer overflows in new code. If you dealSascha Schumann2000-12-011-4/+6
| | | | | | with strings, consider storing the string length along with the string data. That will make your life easier.
* Beautifying of phpinfo().foobar2000-12-011-8/+12
|
* Run through conv_z_macrosSascha Schumann2000-11-222-7/+7
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* it won't work otherwiseDaniel Beulshausen2000-10-262-2/+4
| | | | | # http://support.microsoft.com/support/kb/articles/Q115/8/57.asp
* added dba extension for win32, currently the dsp isDaniel Beulshausen2000-10-261-0/+157
| | | | | | only configured with db3, adding other configurations shouldn't be hard
* Fix dba after resources patch.Andrei Zmievski2000-10-261-4/+9
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
|
* Gremlins?Rasmus Lerdorf2000-10-211-1/+1
|
* Now checks that the library really exists even if path is specified as /usrfoobar2000-10-211-4/+3
| | | | | PR: 7358
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-3/+4
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Fixed protos.Egon Schmid2000-07-131-2/+2
|