Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fact that every entry in NEWS has to have a name after it | Joey Smith | 2000-05-03 | 1 | -1/+3 |
| | |||||
* | Sascha pointed me in the right direction. | Joey Smith | 2000-05-03 | 1 | -1/+1 |
| | |||||
* | We want to have name at the very end. | Andrei Zmievski | 2000-05-03 | 1 | -2/+2 |
| | |||||
* | Correct build breakage - win32 | Sam Ruby | 2000-05-03 | 1 | -0/+3 |
| | |||||
* | Moving README-BCMATH to README.BCMATH | Joey Smith | 2000-05-03 | 1 | -0/+0 |
| | |||||
* | I am going to move README-BCMATH to README.BCMATH for consistency. | Joey Smith | 2000-05-03 | 1 | -1/+1 |
| | |||||
* | Changed install-local to install-sapi for clarity. | Joey Smith | 2000-05-03 | 1 | -2/+2 |
| | | | | | @ Moved install-local to install-sapi for clarity. (Joey) | ||||
* | Shut up CVS and make cvsclean wipe this file out... | Joey Smith | 2000-05-03 | 0 | -0/+0 |
| | |||||
* | ChangeLog update | 2000-05-03 | 1 | -0/+272 | |
| | |||||
* | Complain loudly, if we were not able to install everything. | Sascha Schumann | 2000-05-02 | 3 | -12/+41 |
| | |||||
* | adda dir.. | Sterling Hughes | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | Verbose "give the reader a quick success" tutorial | Sascha Schumann | 2000-05-02 | 1 | -19/+42 |
| | |||||
* | 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 |
| |