Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -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 Schumann | 2000-04-30 | 1 | -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) | ||||
* | compile fix | Thies C. Arntzen | 2000-04-28 | 1 | -0/+4 |
| | |||||
* | moving pointers to header and library files to match php_build structure | Frank M. Kromann | 2000-04-23 | 1 | -4/+4 |
| | |||||
* | . | Thies C. Arntzen | 2000-04-21 | 1 | -4/+4 |
| | |||||
* | oracle compiles now on win32 - untested! | Thies C. Arntzen | 2000-04-21 | 4 | -10/+142 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -4/+10 |
| | |||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | More protos. | Egon Schmid | 2000-02-23 | 1 | -3/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -2/+2 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | Define phpext_oracle_ptr properly. | Andrei Zmievski | 2000-02-11 | 1 | -1/+1 |
| | |||||
* | fix compile | Thies C. Arntzen | 2000-02-05 | 1 | -17/+17 |
| | |||||
* | RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet | Thies C. Arntzen | 2000-01-19 | 1 | -1/+1 |
| | |||||
* | @- Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies) | Thies C. Arntzen | 2000-01-18 | 1 | -6/+7 |
| | | | | | also changed return-type for list-dtor | ||||
* | 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). | ||||
* | fix AC_DEFINE | Thies C. Arntzen | 1999-12-30 | 1 | -2/+0 |
| | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -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 Schumann | 1999-12-30 | 3 | -6/+12 |
| | | | | | | | | | | | | - 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. | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -25/+25 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -3/+3 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | small cleanups in MINIT code | Thies C. Arntzen | 1999-12-09 | 2 | -26/+5 |
| | | | | | OCIInitialize is now called at the "right" spot again | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 2 | -4/+4 |
| | | | | | | .*\.[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 not | Sascha Schumann | 1999-11-13 | 1 | -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) | ||||
* | IRIX ld likes this order better | Thies C. Arntzen | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -40/+27 |
| | |||||
* | fixed ora_close again | Thies C. Arntzen | 1999-10-05 | 1 | -23/+9 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | init in thread-safe mode if ZTS isdefined | Thies C. Arntzen | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | fixed startup-deadlock. | Thies C. Arntzen | 1999-09-28 | 1 | -2/+0 |
| | |||||
* | use getParameterEx | Thies C. Arntzen | 1999-09-24 | 1 | -156/+157 |
| | |||||
* | tiny optimisation | Thies C. Arntzen | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | Ora_Fetch_Into now resets the returned array in all cases | Thies C. Arntzen | 1999-09-23 | 1 | -9/+10 |
| | |||||
* | fixed NULL column | Thies C. Arntzen | 1999-09-23 | 2 | -68/+68 |
| | | | | | cleanups | ||||
* | i always forget something;-) | Thies C. Arntzen | 1999-09-22 | 1 | -10/+2 |
| | |||||
* | fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) | Thies C. Arntzen | 1999-09-22 | 2 | -297/+180 |
| | | | | | oracle_hack.c should no longer be needed! | ||||
* | resourcified Oracle | Thies C. Arntzen | 1999-09-22 | 1 | -120/+53 |
| | |||||
* | Added detection of Oracle 8.1 (aka 8i) from PHP3. | Stefan Roehrich | 1999-09-03 | 1 | -1/+10 |
| | |||||
* | ZTS | Thies C. Arntzen | 1999-08-18 | 2 | -20/+48 |
| | |||||
* | some ZTS stuff | Thies C. Arntzen | 1999-08-18 | 1 | -2/+7 |
| | |||||
* | ZTS stuff | Thies C. Arntzen | 1999-08-17 | 2 | -154/+121 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -95/+95 |
| | | | | | php3_compat.h) | ||||
* | Fix function declarations. | Andrey Hristov | 1999-08-02 | 1 | -23/+23 |
| | |||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 2 | -84/+85 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | par with 3.0 | Thies C. Arntzen | 1999-07-12 | 1 | -41/+28 |
| |