summaryrefslogtreecommitdiff
path: root/ext/msql
Commit message (Collapse)AuthorAgeFilesLines
* Unify error messagesDerick Rethans2002-06-261-13/+13
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-11/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-79/+79
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix bugs #7301, #6827Zeev Suraski2001-08-181-2/+1
|
* - More ZE2 fixesAndi Gutmans2001-08-131-3/+1
|
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-3/+5
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0
|
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-3/+3
|
* Nuke zval_resetZeev Suraski2001-07-111-3/+3
|
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-3/+3
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-25/+29
| | | | | 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
|
* Nuke more quotesSascha Schumann2001-05-121-1/+1
|
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-3/+3
|
* 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..
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* make msql build under win32Daniel Beulshausen2001-01-253-62/+169
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Now make it work too (thanks for noticing that Andi :)Zeev Suraski2000-11-041-1/+1
|
* Fix buildZeev Suraski2000-11-041-1/+1
|
* Fix msql_close(), pg_close() and sybase_close() (Sybase CT)Zeev Suraski2000-11-031-3/+7
|
* Fix msql_close()Zeev Suraski2000-11-031-0/+5
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-7/+9
| | | | | | | | | | | | | * 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)
* @- Fix mSQL_close(). (nick@loman.net)Thies C. Arntzen2000-08-091-1/+1
| | | | | # i haven't tried it (don't have msql) , but this patch seems really needed!
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* fix bug 5322.Sterling Hughes2000-07-221-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | 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.
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+3
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* This should no longer be necessaryZeev Suraski2000-06-091-4/+0
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-21/+21
|
* Make msql extension buildable as shared module.Sascha Schumann2000-05-232-18/+14
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|