summaryrefslogtreecommitdiff
path: root/ext/msql
Commit message (Collapse)AuthorAgeFilesLines
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Schumann2000-04-301-6/+1
| | | | | | | | | * 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() prettyingColin Viebrock2000-04-061-15/+17
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-15/+15
| | | | | - Avoid declaring crypt() related salt types twice
* It didn't all go throughZeev Suraski2000-02-191-2/+2
|
* Compile fixesZeev Suraski2000-02-051-1/+0
|
* Cleanup patchesZeev Suraski2000-02-051-6/+7
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-5/+3
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
| | | | | | | | | | | | - 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.
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-18/+9
|
* Use libtoolSascha Schumann1999-10-051-2/+2
|
* This should make the mSQL module compile again (untested)Zeev Suraski1999-09-241-10/+10
|
* *** empty log message ***Zeev Suraski1999-09-041-2/+2
|
* A few fixesZeev Suraski1999-09-042-63/+62
|
* Update the mSQL module with the latest techZeev Suraski1999-09-043-329/+177
|
* Fixed.Andrey Hristov1999-08-051-0/+1
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-31/+31
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-022-55/+60
|
* Please add in any changes/bug fixes you've made - we need to keep a details ↵Zeev Suraski1999-07-221-1/+2
| | | | ChangeLog...
* the ; is superfliciousSascha Schumann1999-07-211-1/+1
|
* Test, will document this soon.Egon Schmid1999-07-191-2/+2
|
* This is so ugly, I hate myself for committing itSascha Schumann1999-07-161-6/+3
|
* fix detectionSascha Schumann1999-07-161-1/+1
|
* Oops #2Zeev Suraski1999-07-161-1/+1
|
* OopsZeev Suraski1999-07-161-2/+2
|
* * Get the mSQL module up to dateZeev Suraski1999-07-161-43/+61
|
* Minor fixZeev Suraski1999-07-161-0/+2
|
* License updateZeev Suraski1999-07-161-20/+9
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-5/+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)
* - run ext sources through conv_protoSascha Schumann1999-05-212-57/+59
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-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.
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* moved dav, msql and oracle to ext/Stig Bakken1999-04-216-0/+1620