Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Reserved the patch | Derick Rethans | 2000-10-10 | 1 | -2/+1 |
| | | | | | | # Please check if it works, as I'm not be able to test it # Blame CaPS for this one :) | ||||
* | - Made ora_close return values like it should (thanks to james@php.net and | Derick Rethans | 2000-10-09 | 1 | -1/+2 |
| | | | | | mathieu@gginter.net) | ||||
* | fix not producing valid extension | Daniel Beulshausen | 2000-09-30 | 1 | -2/+2 |
| | |||||
* | fixed debug build and removed dsw | Daniel Beulshausen | 2000-09-06 | 2 | -32/+3 |
| | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -7/+7 |
| | | | | the libpath | ||||
* | @- You can now call Ora_Error() without prameters to get the reason | Thies C. Arntzen | 2000-07-15 | 2 | -16/+36 |
| | | | | | @ for a failed connection attempt. (Kirill Maximov) | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -4/+0 |
| | |||||
* | Fix spacing and say that --with-oracle uses the oci7 interface | Rasmus Lerdorf | 2000-06-23 | 1 | -1/+1 |
| | |||||
* | good morning, thies! | Thies C. Arntzen | 2000-06-19 | 1 | -2/+2 |
| | |||||
* | some adjustments to the sysliblist | Thies C. Arntzen | 2000-06-19 | 1 | -18/+2 |
| | | | | | # still needs some fixing - sascha? | ||||
* | fixed typo | Thies C. Arntzen | 2000-06-15 | 1 | -3/+3 |
| | |||||
* | making oracle module compile on win32 with new directory structure | Frank M. Kromann | 2000-06-12 | 1 | -2/+2 |
| | |||||
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -11/+11 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 |
| | |||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | |||||
* | added some Notice about --enable-sigchild | Thies C. Arntzen | 2000-05-19 | 1 | -0/+9 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | fix .sl <-> .so recognition | Thies C. Arntzen | 2000-05-15 | 1 | -3/+3 |
| | |||||
* | this now works on .so and .sl (HP) systems | Thies C. Arntzen | 2000-05-15 | 1 | -2/+2 |
| | |||||
* | config.m4 redone - now supports building oracle extension as shared module | Thies C. Arntzen | 2000-05-08 | 3 | -155/+151 |
| | | | | | # i really hope i didn't break linking agains ancient oracle-versions! | ||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| | | | | | | | 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 | 1 | -4/+0 |
| | |||||
* | 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) |