summaryrefslogtreecommitdiff
path: root/ext/oracle/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* add oracle 9 detection for oracle-moduleThies C. Arntzen2002-02-041-1/+3
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-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 easierfoobar2001-06-231-9/+0
| | | | | to notice.
* Nuke more quotesSascha Schumann2001-05-121-2/+2
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
|
* Fixed bug: #10779foobar2001-05-101-4/+4
|
* Fix bug #10212.foobar2001-04-091-2/+2
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-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 accuratefoobar2001-02-141-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 Schumann2000-12-201-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.foobar2000-10-291-1/+1
|
* @- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)foobar2000-10-291-1/+2
| | | | | # PR: 4257,4698,5527,6112,6650,7195
* Fix spacing and say that --with-oracle uses the oci7 interfaceRasmus Lerdorf2000-06-231-1/+1
|
* good morning, thies!Thies C. Arntzen2000-06-191-2/+2
|
* some adjustments to the sysliblistThies C. Arntzen2000-06-191-18/+2
| | | | | # still needs some fixing - sascha?
* added some Notice about --enable-sigchildThies C. Arntzen2000-05-191-0/+9
|
* fix .sl <-> .so recognitionThies C. Arntzen2000-05-151-3/+3
|
* this now works on .so and .sl (HP) systemsThies C. Arntzen2000-05-151-2/+2
|
* config.m4 redone - now supports building oracle extension as shared moduleThies C. Arntzen2000-05-081-148/+144
| | | | | # i really hope i didn't break linking agains ancient oracle-versions!
* fix AC_DEFINEThies C. Arntzen1999-12-301-2/+0
|
* 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-301-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 Schumann1999-12-301-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 betterThies C. Arntzen1999-11-091-1/+1
|
* Added detection of Oracle 8.1 (aka 8i) from PHP3.Stefan Roehrich1999-09-031-1/+10
|
* oracle links again (at least on linux!!!)Thies C. Arntzen1999-04-301-1/+2
|
* moved dav, msql and oracle to ext/Stig Bakken1999-04-211-0/+162