summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add fact that every entry in NEWS has to have a name after itJoey Smith2000-05-031-1/+3
|
* Sascha pointed me in the right direction.Joey Smith2000-05-031-1/+1
|
* We want to have name at the very end.Andrei Zmievski2000-05-031-2/+2
|
* Correct build breakage - win32Sam Ruby2000-05-031-0/+3
|
* Moving README-BCMATH to README.BCMATHJoey Smith2000-05-031-0/+0
|
* I am going to move README-BCMATH to README.BCMATH for consistency.Joey Smith2000-05-031-1/+1
|
* Changed install-local to install-sapi for clarity.Joey Smith2000-05-031-2/+2
| | | | | @ Moved install-local to install-sapi for clarity. (Joey)
* Shut up CVS and make cvsclean wipe this file out...Joey Smith2000-05-030-0/+0
|
* ChangeLog update2000-05-031-0/+272
|
* Complain loudly, if we were not able to install everything.Sascha Schumann2000-05-023-12/+41
|
* adda dir..Sterling Hughes2000-05-021-1/+1
|
* Verbose "give the reader a quick success" tutorialSascha Schumann2000-05-021-19/+42
|
* Make bcmath buildable as shared moduleSascha Schumann2000-05-022-22/+10
|
* .Sascha Schumann2000-05-021-0/+2
|
* Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now.Sascha Schumann2000-05-021-0/+2
|
* Make MySQL independent of build locationSascha Schumann2000-05-022-1/+3
|
* Add a ; for SybaseSterling Hughes2000-05-021-1/+1
|
* First try at explaining how to create a self-contained extensionSascha Schumann2000-05-021-0/+106
|
* Pear Changes:Sascha Schumann2000-05-024-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 Schumann2000-05-024-67/+47
|
* Move install-modules target into top-level Makefile templateSascha Schumann2000-05-022-7/+7
|
* - Shouldn't be needed. The configuration mechanism makes sure this isAndi Gutmans2000-05-021-3/+0
| | | | | - up-to-date
* Change zend_hash_get_current_key_ex() to also return the string lengthZeev Suraski2000-05-022-3/+6
|
* Fix attribution.Andrei Zmievski2000-05-021-1/+1
|
* Preset extension_dir to the installation directory of PHP modules.Sascha Schumann2000-05-024-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 Schumann2000-05-021-4/+5
|
* calling a function that is not supported in the current build due to aHartmut Holzgraefe2000-05-023-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 platformsBen Mansell2000-05-021-8/+4
|
* Fix segfault occuring when a temporary module was unloaded and if thisSascha Schumann2000-05-021-1/+2
| | | | | module did not have a request shutdown function.
* Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATESascha Schumann2000-05-022-0/+4
|
* Include php_virtual_cwd.h for V_OPENSascha Schumann2000-05-021-0/+1
|
* Make filepro compilable as shared moduleSascha Schumann2000-05-022-3/+2
|
* Make dbase compilable as shared moduleSascha Schumann2000-05-022-3/+2
|
* Make sybase compilable as shared moduleSascha Schumann2000-05-022-26/+21
|
* Make readline compilable as shared moduleSascha Schumann2000-05-023-33/+29
|
* Make interbase compilable as shared moduleSascha Schumann2000-05-022-24/+17
|
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-0212-68/+18
|
* Make mcal buildable as shared moduleSascha Schumann2000-05-022-21/+16
|
* Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH.Sascha Schumann2000-05-021-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 moduleSascha Schumann2000-05-023-3/+19
|
* Make mhash builable as shared moduleSascha Schumann2000-05-023-2/+13
|
* Make mcrypt buildable as shared moduleSascha Schumann2000-05-023-2/+13
|
* Make ftp buildable as shared moduleSascha Schumann2000-05-023-1/+6
|
* Make calendar buildable as shared moduleSascha Schumann2000-05-023-1/+6
|
* Make icap buildable as shared moduleSascha Schumann2000-05-022-20/+16
|
* Make sysvshm buildable as shared moduleSascha Schumann2000-05-022-15/+8
|
* Make sysvsem buildable as shared moduleSascha Schumann2000-05-022-32/+23
|
* Add ZEND_GET_MODULE(name). This is a short-cut for the commonSascha Schumann2000-05-021-0/+2
| | | | | get_module function.
* Make yp buildable as shared moduleSascha Schumann2000-05-023-24/+15
|
* Make zlib buildable as shared moduleSascha Schumann2000-05-022-34/+41
|