Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make bcmath buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -22/+10 |
| | |||||
* | . | Sascha Schumann | 2000-05-02 | 1 | -0/+2 |
| | |||||
* | Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now. | Sascha Schumann | 2000-05-02 | 1 | -0/+2 |
| | |||||
* | Make MySQL independent of build location | Sascha Schumann | 2000-05-02 | 2 | -1/+3 |
| | |||||
* | Add a ; for Sybase | Sterling Hughes | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | First try at explaining how to create a self-contained extension | Sascha Schumann | 2000-05-02 | 1 | -0/+106 |
| | |||||
* | Pear Changes: | Sascha Schumann | 2000-05-02 | 4 | -7/+19 |
| | | | | | | | | | | | Store EXTENSION_DIR in php-config Ignore errors during header installation Automatically enable modules in self-contained mode Create empty .deps in builddir | ||||
* | Fix building external extensions. | Sascha Schumann | 2000-05-02 | 4 | -67/+47 |
| | |||||
* | Move install-modules target into top-level Makefile template | Sascha Schumann | 2000-05-02 | 2 | -7/+7 |
| | |||||
* | - Shouldn't be needed. The configuration mechanism makes sure this is | Andi Gutmans | 2000-05-02 | 1 | -3/+0 |
| | | | | | - up-to-date | ||||
* | Change zend_hash_get_current_key_ex() to also return the string length | Zeev Suraski | 2000-05-02 | 2 | -3/+6 |
| | |||||
* | Fix attribution. | Andrei Zmievski | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | Preset extension_dir to the installation directory of PHP modules. | Sascha Schumann | 2000-05-02 | 4 | -3/+6 |
| | | | | | | This effectively means that dl() will work without having an installed configuration file. | ||||
* | Make php_dl() respect the configured extension_dir setting. | Sascha Schumann | 2000-05-02 | 1 | -4/+5 |
| | |||||
* | calling a function that is not supported in the current build due to a | Hartmut Holzgraefe | 2000-05-02 | 3 | -35/+94 |
| | | | | | | | | missing library or unsupported feature (especially GIF-Output) will now give a slightly more usefull error message than eg. " Call to undefined function: imagegif()" (this seemed to confuse a lot of users ....) | ||||
* | Updated build advice for different platforms | Ben Mansell | 2000-05-02 | 1 | -8/+4 |
| | |||||
* | Fix segfault occuring when a temporary module was unloaded and if this | Sascha Schumann | 2000-05-02 | 1 | -1/+2 |
| | | | | | module did not have a request shutdown function. | ||||
* | Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE | Sascha Schumann | 2000-05-02 | 2 | -0/+4 |
| | |||||
* | Include php_virtual_cwd.h for V_OPEN | Sascha Schumann | 2000-05-02 | 1 | -0/+1 |
| | |||||
* | Make filepro compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -3/+2 |
| | |||||
* | Make dbase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -3/+2 |
| | |||||
* | Make sybase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -26/+21 |
| | |||||
* | Make readline compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -33/+29 |
| | |||||
* | Make interbase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -24/+17 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 12 | -68/+18 |
| | |||||
* | Make mcal buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -21/+16 |
| | |||||
* | Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH. | Sascha Schumann | 2000-05-02 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | This lets you replace if test "$ext_shared" = "yes"; then FOO_SHARED_LIBADD="-R$LIBDIR -L$LIBDIR -l$LIB" else AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR) fi with AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR, FOO_SHARED_LIBADD) | ||||
* | Make dba compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -3/+19 |
| | |||||
* | Make mhash builable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | |||||
* | Make mcrypt buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | |||||
* | Make ftp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
| | |||||
* | Make calendar buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
| | |||||
* | Make icap buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -20/+16 |
| | |||||
* | Make sysvshm buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -15/+8 |
| | |||||
* | Make sysvsem buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -32/+23 |
| | |||||
* | Add ZEND_GET_MODULE(name). This is a short-cut for the common | Sascha Schumann | 2000-05-02 | 1 | -0/+2 |
| | | | | | get_module function. | ||||
* | Make yp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -24/+15 |
| | |||||
* | Make zlib buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -34/+41 |
| | |||||
* | ChangeLog update | 2000-05-02 | 1 | -0/+483 | |
| | |||||
* | NEWS update | 2000-05-02 | 1 | -0/+2 | |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 36 | -56/+56 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 38 | -39/+39 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Make swf_nextid() return a value. | Sterling Hughes | 2000-05-02 | 1 | -1/+2 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 70 | -284/+0 |
| | |||||
* | Source file does not end with a newline. Some old compilers don't like that. | Sascha Schumann | 2000-05-01 | 1 | -1/+2 |
| | |||||
* | Never mind on the error check | Rasmus Lerdorf | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 70 | -0/+70 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 70 | -0/+168 |
| | |||||
* | Large test commit II | Sascha Schumann | 2000-05-01 | 20 | -0/+31 |
| | |||||
* | Large test commit I | Sascha Schumann | 2000-05-01 | 9 | -0/+9 |
| |