| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mostly off by one. | Egon Schmid | 2001-01-26 | 1 | -17/+17 |
| | | |||||
| * | Add sybase_get_last_message() from Jan Fedak <J.Fedak@sh.cvut.cz> | Zeev Suraski | 2001-01-13 | 1 | -4/+19 |
| | | | | | | @- Added sybase_get_last_message() to the Sybase CT module (Jan Fedak) | ||||
| * | Close bug #7013. | Joey Smith | 2000-12-07 | 1 | -0/+1 |
| | | |||||
| * | Fix msql_close(), pg_close() and sybase_close() (Sybase CT) | Zeev Suraski | 2000-11-03 | 1 | -4/+8 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 |
| | | |||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -5/+12 |
| | | | | | | | | | | | | | | * 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) | ||||
| * | Use sybct for INI values. | Joey Smith | 2000-10-19 | 1 | -6/+6 |
| | | |||||
| * | Add more missing protos and make folding style closer to mysql module. | Joey Smith | 2000-10-05 | 1 | -6/+9 |
| | | |||||
| * | Add protos from sybase DB Library. | Joey Smith | 2000-09-26 | 1 | -0/+53 |
| | | |||||
| * | le_link and le_plink are no longer part of the sybase_globals. | Joey Smith | 2000-09-20 | 1 | -1/+1 |
| | | |||||
| * | @- Made the Sybase CT module thread safe (Zeev) | Zeev Suraski | 2000-09-12 | 1 | -180/+201 |
| | | |||||
| * | Fix compile warnings. | Joey Smith | 2000-09-10 | 1 | -4/+4 |
| | | |||||
| * | @- Updated sybase_ct module and its sybase_query to use high performance API. | Joey Smith | 2000-09-10 | 1 | -6/+6 |
| | | | | | | (sybase_query) Use high performance API in sybase_query. Will work on the others later. | ||||
| * | Use new Zend API stuff. | Joey Smith | 2000-09-10 | 1 | -3/+3 |
| | | |||||
| * | @- Fix #4591. Register the appname as PHP 4.0, not 3.0 | Joey Smith | 2000-07-24 | 1 | -1/+1 |
| | | | | | | | | @ Credit to andrew@digitalpulp.com. (Joey) sybase.globals was still using PHP 3.0 as the appname. | ||||
| * | INI stuff labelled sybase.* should be sybct.*. | Joey Smith | 2000-07-21 | 1 | -8/+8 |
| | | | | | | Thanks to dean.bennett@home.com. | ||||
| * | fix 5705 | Sterling Hughes | 2000-07-20 | 1 | -3/+1 |
| | | | | | | . | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -17/+17 |
| | | |||||
| * | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
| * | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | ZEND_GET_MODULE(name) macro. | ||||
| * | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -18/+19 |
| | | |||||
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | | directory name. | ||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | | |||||
| * | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -15/+8 |
| | | |||||
| * | just add a remark. zend_hash_apply can & will cause problems here unless | Thies C. Arntzen | 2000-01-15 | 1 | -0/+6 |
| | | |||||
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | | you start counting at 0 or 1). | ||||
| * | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -2/+2 |
| | | |||||
| * | - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. | Andi Gutmans | 1999-12-24 | 1 | -2/+2 |
| | | |||||
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
| * | Optimize a bit | Zeev Suraski | 1999-11-19 | 1 | -2/+3 |
| | | |||||
| * | Fix a bug in sybase_fetch_hash() | Zeev Suraski | 1999-11-19 | 1 | -0/+1 |
| | | |||||
| * | "sybase" is definitelly six characters long :-) | Jakub Skopal | 1999-11-08 | 1 | -4/+4 |
| | | |||||
| * | (php sybase_close) fixed obvious bug. | Thies C. Arntzen | 1999-10-12 | 1 | -3/+13 |
| | | |||||
| * | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -9/+6 |
| | | |||||
| * | This should make the Sybase CT module compile again (untested) | Zeev Suraski | 1999-09-24 | 1 | -13/+13 |
| | | |||||
| * | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | | |||||
| * | Add resource support to the Sybase CT module | Zeev Suraski | 1999-09-04 | 1 | -420/+345 |
| | | |||||
| * | Separate Sybase-CT from Sybase, and fix build process for Sybase-CT | Zeev Suraski | 1999-08-13 | 1 | -0/+1641 |
