Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 4 | -23/+16 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | 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 |
| | |||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 2 | -7/+7 |
| | |||||
* | - 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 | 2 | -5/+9 |
| | | | | | | | | | | @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! | ||||
* | - Changed path to MySQL library in Win32 project | Andi Gutmans | 1999-11-20 | 1 | -2/+2 |
| | |||||
* | 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 | 4 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 1 | -73/+61 |
| | | | | | extensions. | ||||
* | 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 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-03 | 1 | -1/+1 |
| | |||||
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 2 | -91/+69 |
| | |||||
* | More cleanups | Zeev Suraski | 1999-09-03 | 2 | -2/+2 |
| | |||||
* | Use the new API for resources in MySQL | Zeev Suraski | 1999-09-03 | 1 | -212/+91 |
| | |||||
* | Enabled shared build of mysql module | Gergely Madarász | 1999-09-03 | 3 | -10/+52 |
| | |||||
* | Fix #2090 | Zeev Suraski | 1999-08-17 | 1 | -3/+7 |
| | |||||
* | Fix thread unsafe version | Zeev Suraski | 1999-08-14 | 1 | -3/+3 |
| | |||||
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 2 | -49/+56 |
| | | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -50/+50 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 2 | -58/+61 |
| | |||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 1 | -0/+1 |
| | | | | ChangeLog... | ||||
* | It's in PHP 3 and 4. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Get postgresql module uptodate | Zeev Suraski | 1999-07-16 | 1 | -4/+4 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 |
| | |||||
* | Remove some useless stuff | Rasmus Lerdorf | 1999-07-14 | 1 | -6/+0 |
| | |||||
* | Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3. | Andrey Hristov | 1999-06-28 | 1 | -67/+57 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -2/+2 |
| | | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again) | ||||
* | Fix UNIX MySQL build | Zeev Suraski | 1999-06-04 | 1 | -3/+6 |
| | |||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 4 | -21/+246 |
| | | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32. | ||||
* | *** empty log message *** | Zeev Suraski | 1999-05-28 | 1 | -3/+3 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -65/+65 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | Add default path for binary mysql distributions | Sascha Schumann | 1999-05-21 | 1 | -2/+5 |
| | |||||
* | * Include all of the standard modules in internal_functions.c.in. Stig - is ↵ | Zeev Suraski | 1999-05-14 | 1 | -0/+2 |
| | | | | | | | | | that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future. | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
* | -fixed configure.in.in to use genif.sh instead of genif.pl | Andrey Hristov | 1999-05-08 | 1 | -0/+2 |
| | | | | | | -fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr | ||||
* | Get the MySQL module to use the new INI mechanism feature | Zeev Suraski | 1999-04-28 | 1 | -46/+10 |
| | |||||
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -9/+9 |
| | |||||
* | Ok, this beast compiles via --with-apxs | Rasmus Lerdorf | 1999-04-25 | 1 | -1/+1 |
| | | | | | | | Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today. |