Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to the version shipped with automake-1.6.2 | Sascha Schumann | 2002-07-04 | 1 | -63/+95 |
| | |||||
* | - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at: | foobar | 2002-06-29 | 1 | -18/+12 |
| | | | | | | | | | | http://www.gnu.org/software/libtool/news.html * Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. | ||||
* | Fixed bug: #14014. | foobar | 2001-11-18 | 1 | -54/+109 |
| | |||||
* | Upgrade to libtool 1.4. | Sascha Schumann | 2001-05-06 | 1 | -72/+166 |
| | |||||
* | Upgrade to Libtool 1.3.5. | Sascha Schumann | 2000-06-11 | 1 | -16/+52 |
| | |||||
* | backed out some stuff that got committed by accident & broke things:(! | Thies C. Arntzen | 2000-02-11 | 1 | -14/+31 |
| | | | | | uwe: please read twice what you are commiting! | ||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -31/+14 |
| | | | | | - added more functions to domxml | ||||
* | Fix ltconfig, ltmain.sh | Sascha Schumann | 1999-12-22 | 1 | -16/+32 |
| | | | | | Update config.sub, config.guess from libtool-1.3.4 | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+2 |
| | |||||
* | Undo previous bogus commit | Zeev Suraski | 1999-11-26 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-11-26 | 1 | -1/+2 |
| | |||||
* | Add libtool helper files | Sascha Schumann | 1999-11-09 | 1 | -0/+1215 |
| | |||||
* | generated and not required by windows | Stig Bakken | 1999-07-23 | 1 | -979/+0 |
| | |||||
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 1 | -45/+85 |
| | | | | | | | | | | | | | | | | | | Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php. | ||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+939 |