summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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!
* fix bug 5322.Sterling Hughes2000-07-221-1/+1
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+3
|
* This should no longer be necessaryZeev Suraski2000-06-091-4/+0
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-21/+21
|
* 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.
* phpinfo() prettyingColin Viebrock2000-04-061-15/+17
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-15/+15
| | | | | - Avoid declaring crypt() related salt types twice
* It didn't all go throughZeev Suraski2000-02-191-2/+2
|
* Compile fixesZeev Suraski2000-02-051-1/+0
|
* Cleanup patchesZeev Suraski2000-02-051-6/+7
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-18/+9
|
* This should make the mSQL module compile again (untested)Zeev Suraski1999-09-241-10/+10
|
* *** empty log message ***Zeev Suraski1999-09-041-2/+2
|
* A few fixesZeev Suraski1999-09-041-58/+60
|
* Update the mSQL module with the latest techZeev Suraski1999-09-041-0/+1310