Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added mysql_escape_String() | Zeev Suraski | 2000-10-11 | 2 | -0/+23 |
| | |||||
* | - Cleanup output functions | Andi Gutmans | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | added mysql_fetch_assoc. Acts like mysql_fetch_array used to. | Brian Moon | 2000-09-20 | 2 | -1/+11 |
| | |||||
* | More complete set of (C) notes | Sascha Schumann | 2000-08-24 | 1 | -1/+7 |
| | |||||
* | Script for replacing the copyright messages | Sascha Schumann | 2000-08-24 | 1 | -0/+26 |
| | |||||
* | - Remove new libmysql files | Andi Gutmans | 2000-08-22 | 15 | -8609/+0 |
| | |||||
* | - Try and revert libmysql for 4.0.2 | Andi Gutmans | 2000-08-22 | 86 | -3244/+808 |
| | |||||
* | Interface for 'raid' files (ont in use by PHP) | MySQL Team | 2000-08-22 | 1 | -0/+155 |
| | |||||
* | New files for MySQL 3.23.23 client library. New files are for qouting | MySQL Team | 2000-08-22 | 100 | -808/+11698 |
| | | | | | using different character sets. | ||||
* | That's no bug, it's quite fine the way it is (if id is | Zeev Suraski | 2000-07-05 | 1 | -3/+0 |
| | | | | | | | | set to -1, it's ignored, and the passed_id argument is used). If you're experiencing trouble with mysql_close(), please give me a reproducing script. If there's a bug, it's not as simple as that. | ||||
* | - Discoverd possible bug. Could somebody have a look. | Uwe Steinmann | 2000-07-05 | 1 | -1/+3 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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. | ||||
* | Warn about using the built-in MySQL library | Zeev Suraski | 2000-06-20 | 1 | -0/+4 |
| | |||||
* | This is no longer needed | Zeev Suraski | 2000-06-20 | 1 | -14/+0 |
| | |||||
* | kill warinig | Thies C. Arntzen | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 2 | -4/+4 |
| | |||||
* | Move timeout code to Zend, allow Win32 timeouts | Zeev Suraski | 2000-06-16 | 2 | -7/+11 |
| | | | | | @- Implemented max_execution_time under Win32 (Zeev) | ||||
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 1 | -1/+0 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -6/+1 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Fix MYSQL_LIB_CHK ($i is used by the outer loop) | Sascha Schumann | 2000-06-10 | 1 | -2/+2 |
| | |||||
* | Search for mysqlclient library in lib and lib/mysql | Sascha Schumann | 2000-06-10 | 1 | -1/+19 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -25/+25 |
| | |||||
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 1 | -6/+6 |
| | | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) | ||||
* | Fix bug #4678 | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -6/+6 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 2 | -4/+4 |
| | |||||
* | @- NULL values are now preserved in the return value of mysql_fetch_array() | Andrei Zmievski | 2000-05-15 | 1 | -2/+5 |
| | | | | | @ and mysql_fetch_object(). (Andrei) | ||||
* | Make MySQL independent of build location | Sascha Schumann | 2000-05-02 | 2 | -1/+3 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -7/+1 |
| | |||||
* | #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. | ||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 2 | -8/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 2 | -0/+2 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 2 | -0/+6 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 3 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 2 | -11/+2 |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -3/+4 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -2/+2 |
| | |||||
* | Make MySLS_FETCH use the same globals ID as ZEND_INIT_MODULE_GLOBALS | Sam Ruby | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵ | Zeev Suraski | 2000-04-01 | 3 | -63/+21 |
| | | | | (Zeev) | ||||
* | Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth) | Zeev Suraski | 2000-03-31 | 1 | -1/+1 |
| | |||||
* | Non-functional changes | Sascha Schumann | 2000-03-30 | 1 | -15/+8 |
| | |||||
* | Remove debug runtime libraries from Release builds | Sam Ruby | 2000-03-27 | 1 | -4/+4 |
| | |||||
* | PHP_EXTENSION sets $ext_src_base | Sascha Schumann | 2000-03-26 | 1 | -1/+2 |
| | |||||
* | Allow MySQL to be compiled against extern mysqlclient library | Sascha Schumann | 2000-03-26 | 2 | -10/+36 |
| | |||||
* | no c++ comments // please | Thies C. Arntzen | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | @- Fix a data corruption bug in mysql_result(), if used in table.fieldname ↵ | Zeev Suraski | 2000-03-26 | 1 | -3/+2 |
| | | | | | | | mode (Zeev) Hopefully that settles this one. | ||||
* | - Update dsp | Zeev Suraski | 2000-03-25 | 1 | -6/+6 |
| | | | | | - Remove unnecessary includes | ||||
* | Update dsp's | Zeev Suraski | 2000-03-25 | 1 | -4/+79 |
| |