Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move timeout code to Zend, allow Win32 timeouts | Zeev Suraski | 2000-06-16 | 1 | -7/+10 |
| | | | | | @- Implemented max_execution_time under Win32 (Zeev) | ||||
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 1 | -1/+0 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -25/+25 |
| | |||||
* | 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 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | @- 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) | ||||
* | #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 | -3/+4 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -2/+2 |
| | |||||
* | @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵ | Zeev Suraski | 2000-04-01 | 1 | -28/+17 |
| | | | | (Zeev) | ||||
* | @- 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. | ||||
* | 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 | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -15/+15 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | Win32 compile fix | Zeev Suraski | 2000-02-20 | 1 | -3/+3 |
| | |||||
* | Eliminate compile errors relating to signals. | Evan Klinger | 2000-02-20 | 1 | -1/+3 |
| | |||||
* | Win32 compile fix | Zeev Suraski | 2000-02-19 | 1 | -0/+1 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Restore the singal protection in the MySQL module | Zeev Suraski | 2000-02-19 | 1 | -0/+11 |
| | |||||
* | - Update the C file to use PHP_WIN32 | Andi Gutmans | 2000-02-12 | 1 | -3/+3 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -38/+0 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -22/+0 |
| | |||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -8/+7 |
| | |||||
* | Fix IS_UNSET -> IS_NULL rename. | Andrei Zmievski | 2000-01-04 | 1 | -1/+1 |
| | |||||
* | tiny optimisation | Thies C. Arntzen | 2000-01-01 | 1 | -2/+2 |
| | |||||
* | Happy new year (especially to Zeev :) | Thies C. Arntzen | 2000-01-01 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 1 | -3/+1 |
| | | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean | ||||
* | Add neccessary includes | Sascha Schumann | 1999-12-28 | 1 | -1/+2 |
| | |||||
* | Remove unneccessary include to make stand-alone build work | Sascha Schumann | 1999-12-28 | 1 | -1/+0 |
| | |||||
* | Kill compiler warning | Sascha Schumann | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -36/+36 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | @Fix warnings compiling in maintainer mode. (Stig) | Stig Bakken | 1999-12-05 | 1 | -1/+1 |
| | | | | | | | Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-) | ||||
* | 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. | ||||
* | Fix shared mode for gd/xml/mysql extensions. | Stig Bakken | 1999-12-04 | 1 | -5/+2 |
| | |||||
* | @ Add optional socket path to the mysql_?connect() functions | Rasmus Lerdorf | 1999-12-02 | 1 | -6/+10 |
| | |||||
* | Back out PIC/COMPILE_DL hack from gd/mysql. | Stig Bakken | 1999-12-01 | 1 | -4/+0 |
| | |||||
* | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 1 | -2/+6 |
| | | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack! | ||||
* | We need to use mysql_field_count() instead of mysql_num_fields() if | Rasmus Lerdorf | 1999-11-05 | 1 | -0/+5 |
| | | | | | | | we are using MySQL 3.22.24 or newer when we want to check a mysql struct instead of a result struct. The reference is here: http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields | ||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -26/+13 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | Ok guys, the prototype for zend_fetch_resource*() has changed - it now | Zeev Suraski | 1999-09-24 | 1 | -129/+129 |
| | | | | | | | | | | | | accepts a zval ** instead of a zval *, to be suitable for use with the getParametersEx() API. You don't have to switch to the getParametersEx() API, but you will have to go over your code and add &'s where it's applicable (of course, if you have the mental strength to go over your code and convert it to use the Ex API, it's best). The MySQL module now uses the getParametersEx() API completely. | ||||
* | Fix the 4.0 tree (forgot to commit) | Zeev Suraski | 1999-09-06 | 1 | -2/+5 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 1 | -0/+1810 |