Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make DBA compile as a shared module | Derick Rethans | 2002-04-18 | 7 | -1/+24 |
| | |||||
* | - MFH | Derick Rethans | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 8 | -8/+8 |
| | |||||
* | My bad. Left some stray debugging code in previous commit. | Gavin Sherry | 2002-01-12 | 1 | -4/+2 |
| | |||||
* | See the update to dba_db3.c | Gavin Sherry | 2002-01-12 | 1 | -4/+8 |
| | |||||
* | This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, ↵ | Gavin Sherry | 2002-01-12 | 1 | -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 Bergmann | 2001-12-11 | 8 | -16/+16 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -2/+6 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 6 | -10/+10 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 7 | -14/+14 |
| | |||||
* | Another TSRMLS_FETCH() nuke. | foobar | 2001-08-14 | 3 | -4/+3 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
| | |||||
* | Another TSRM fix. | foobar | 2001-08-06 | 1 | -1/+2 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 2 | -2/+2 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | let this be more userfriendly. | foobar | 2001-06-28 | 1 | -1/+1 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 7 | -147/+77 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 7 | -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 Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3 | Martin Kraemer | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Nuke some unneccessary quotes | Sascha Schumann | 2001-05-12 | 1 | -33/+29 |
| | |||||
* | Rename some custom macros from AC_* to PHP_* | Sascha Schumann | 2001-05-12 | 1 | -31/+31 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 4 | -4/+4 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -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 branch | Andi Gutmans | 2000-12-16 | 1 | -10/+0 |
| | | | | | merge | ||||
* | - In PHP we're supposed to only use MAXPATHLEN (defined in php.h) | Andi Gutmans | 2000-12-16 | 1 | -8/+4 |
| | |||||
* | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -0/+10 |
| | | | | | terminating NULL. | ||||
* | Handle the case of no-handlers properly and make handlers a proper C "string". | Sascha Schumann | 2000-12-04 | 1 | -2/+7 |
| | |||||
* | Please avoid potential buffer overflows in new code. If you deal | Sascha Schumann | 2000-12-01 | 1 | -4/+6 |
| | | | | | | with strings, consider storing the string length along with the string data. That will make your life easier. | ||||
* | Beautifying of phpinfo(). | foobar | 2000-12-01 | 1 | -8/+12 |
| | |||||
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 2 | -7/+7 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | it won't work otherwise | Daniel Beulshausen | 2000-10-26 | 2 | -2/+4 |
| | | | | | # http://support.microsoft.com/support/kb/articles/Q115/8/57.asp | ||||
* | added dba extension for win32, currently the dsp is | Daniel Beulshausen | 2000-10-26 | 1 | -0/+157 |
| | | | | | | only configured with db3, adding other configurations shouldn't be hard | ||||
* | Fix dba after resources patch. | Andrei Zmievski | 2000-10-26 | 1 | -4/+9 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | |||||
* | Gremlins? | Rasmus Lerdorf | 2000-10-21 | 1 | -1/+1 |
| | |||||
* | Now checks that the library really exists even if path is specified as /usr | foobar | 2000-10-21 | 1 | -4/+3 |
| | | | | | PR: 7358 | ||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -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 Schmid | 2000-07-13 | 1 | -2/+2 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 8 | -8/+8 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 6 | -12/+12 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 4 | -39/+0 |
| | |||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 4 | -0/+39 |
| | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | fix bug 4533 | Sterling Hughes | 2000-05-21 | 1 | -1/+1 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -9/+1 |
| |