Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | - Change some open's to V_OPEN()'s | Andi Gutmans | 2000-04-30 | 1 | -2/+2 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | using vi to update DevStudio Files, yeah! | Thies C. Arntzen | 2000-04-27 | 1 | -4/+4 |
| | |||||
* | . | Thies C. Arntzen | 2000-04-27 | 1 | -7/+1 |
| | |||||
* | allow oci8 to be build as loadable module. | Thies C. Arntzen | 2000-04-27 | 3 | -138/+80 |
| | |||||
* | . | Thies C. Arntzen | 2000-04-24 | 1 | -1/+1 |
| | |||||
* | enabel PDB | Thies C. Arntzen | 2000-04-24 | 1 | -4/+4 |
| | |||||
* | fix warning | Thies C. Arntzen | 2000-04-24 | 1 | -1/+1 |
| | |||||
* | moving pointers to header and library files to match php_build structure | Frank M. Kromann | 2000-04-23 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Thies C. Arntzen | 2000-04-21 | 2 | -0/+142 |
| | |||||
* | make it compile on Win32 | Thies C. Arntzen | 2000-04-21 | 1 | -2/+2 |
| | |||||
* | @- OCIBindByName() will no longer complain about bindlength beeing zero. (Thies) | Thies C. Arntzen | 2000-04-21 | 1 | -4/+4 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -4/+9 |
| | |||||
* | no c++ comments // please | Thies C. Arntzen | 2000-03-26 | 1 | -1/+5 |
| | |||||
* | One space character is enough. | Egon Schmid | 2000-03-14 | 1 | -2/+2 |
| | |||||
* | Thies, please check the function names and descriptions. | Egon Schmid | 2000-03-14 | 1 | -33/+71 |
| | |||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | (OCILogon) fixed crash in OCILogon if username was not valid (newly ↵ | Thies C. Arntzen | 2000-03-09 | 1 | -1/+1 |
| | | | | introduced - no need for a NEWS entry) | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | @- OCINLogon() sessions are now closed again. (Thies) | Thies C. Arntzen | 2000-03-06 | 2 | -7/+9 |
| | | | | | # happy hacking in hongkong! | ||||
* | Added functions to retrieve scale, precision and raw oracle data type for | Joe Martin | 2000-03-03 | 2 | -2/+114 |
| | | | | | columns. | ||||
* | @- OCINLogon no longer crashes. (Thies) | Thies C. Arntzen | 2000-03-01 | 1 | -0/+1 |
| | |||||
* | out of space in private (brain) memory;-) | Thies C. Arntzen | 2000-02-27 | 1 | -0/+1 |
| | |||||
* | just so that i don't forget | Thies C. Arntzen | 2000-02-27 | 1 | -0/+2 |
| | |||||
* | Thies, it looks now a little bit better. | Egon Schmid | 2000-02-23 | 1 | -82/+56 |
| | | | | | Please correct my dummy entries. | ||||
* | @- Fixed OCI8 crash when returning cursors from stored-procedures. (Thies) | Thies C. Arntzen | 2000-02-22 | 1 | -1/+1 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
* | kill warning | Thies C. Arntzen | 2000-02-07 | 1 | -29/+30 |
| | | | | | @- Fixed some OCIBindByName() problems. (Thies) | ||||
* | make it work without the zend_hash_pointer*() functions. some work on the ↵ | Thies C. Arntzen | 2000-02-01 | 2 | -138/+181 |
| | | | | shutdown issues (more to follow) | ||||
* | @- OCI8 now supports binding of NULL-values. Module cleanups. (Thies) | Thies C. Arntzen | 2000-01-16 | 2 | -604/+617 |
| | | | | | | | | | lots of cleanup - all invisible to the user (i hope;-) - full refcounting of connections & statements - cleanup of the descriptor-code (descriptors are now real resources) - we now use SQLT_CHR instead of SQLT_STR (no trailing \0) - smarter & faster - ocifetchinto(OCI_BOTH) will use references. | ||||
* | 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 | -5/+2 |
| | |||||
* | 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 | -7/+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 | -7/+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. | ||||
* | digital cc doe not like whitespaces before a # mark | Thies C. Arntzen | 1999-12-23 | 1 | -4/+4 |
| | |||||
* | Enable --with-oci8 to use relative paths as input parameters | Sascha Schumann | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -34/+34 |
| | |||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -3/+3 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -5/+5 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | small cleanups in MINIT code | Thies C. Arntzen | 1999-12-09 | 2 | -32/+15 |
| | | | | | OCIInitialize is now called at the "right" spot again | ||||
* | @- OCI8 now returns NULL values in LONG columns correct. (Thies) | Thies C. Arntzen | 1999-12-08 | 1 | -3/+3 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 2 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |