Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make it possible to specify both a port and a socket in mysql_[p]connect | Rasmus Lerdorf | 2000-03-20 | 1 | -0/+5 |
| | | | | | @ Make it possible to specify both a port and a socket in mysql_[p]connect | ||||
* | libmysql must use USE_TLS for multithreaded compilation on windows. | Shane Caraveo | 2000-03-19 | 1 | -3/+3 |
| | |||||
* | Try to locate the mysql.sock | Sascha Schumann | 2000-03-07 | 2 | -1/+17 |
| | |||||
* | - Enable MySQL by default | Andi Gutmans | 2000-03-07 | 1 | -2/+2 |
| | |||||
* | Change default UNIX sock to /tmp/mysql.sock | Sascha Schumann | 2000-03-06 | 1 | -1/+1 |
| | |||||
* | Build fixes - MySQL now actually works | Sascha Schumann | 2000-03-06 | 3 | -1/+5 |
| | |||||
* | Finish config.m4 changes | Sascha Schumann | 2000-03-06 | 1 | -8/+5 |
| | |||||
* | Build always against embedded library | Sascha Schumann | 2000-03-06 | 2 | -64/+14 |
| | |||||
* | Modularize mysql autoconf stuff | Sascha Schumann | 2000-03-06 | 13 | -10122/+211 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Eliminate 62 warnings | Sam Ruby | 2000-03-02 | 1 | -0/+2 |
| | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -15/+15 |
| | | | | | - Avoid declaring crypt() related salt types twice |