Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | add oracle 9 detection for oracle-module | Thies C. Arntzen | 2002-02-04 | 1 | -1/+3 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -5/+5 |
| | | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( # | ||||
* | Moved some messages to the end of configure process so they are easier | foobar | 2001-06-23 | 1 | -9/+0 |
| | | | | | to notice. | ||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+2 |
| | |||||
* | Fixed bug: #10779 | foobar | 2001-05-10 | 1 | -4/+4 |
| | |||||
* | Fix bug #10212. | foobar | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -51/+51 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | This should make detecting the version of Oracle libs a bit more accurate | foobar | 2001-02-14 | 1 | -2/+6 |
| | | | | | | to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905 | ||||
* | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 1 | -1/+1 |
| | | | | | | | | There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place. | ||||
* | Check also that the file isn't empty. | foobar | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | @- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani) | foobar | 2000-10-29 | 1 | -1/+2 |
| | | | | | # PR: 4257,4698,5527,6112,6650,7195 | ||||
* | 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? | ||||
* | added some Notice about --enable-sigchild | Thies C. Arntzen | 2000-05-19 | 1 | -0/+9 |
| | |||||
* | 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 | 1 | -148/+144 |
| | | | | | # i really hope i didn't break linking agains ancient oracle-versions! | ||||
* | 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 | 1 | -3/+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 | 1 | -2/+2 |
| | | | | | | | | | | | | - 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. | ||||
* | IRIX ld likes this order better | Thies C. Arntzen | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Added detection of Oracle 8.1 (aka 8i) from PHP3. | Stefan Roehrich | 1999-09-03 | 1 | -1/+10 |
| | |||||
* | oracle links again (at least on linux!!!) | Thies C. Arntzen | 1999-04-30 | 1 | -1/+2 |
| | |||||
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 1 | -0/+162 |