#
9417570d |
| 05-Dec-1999 |
Sascha Schumann |
Prepend added libraries and separate LDFLAGS handling
|
#
68aa4997 |
| 04-Dec-1999 |
Sascha Schumann |
Create ``libs'' subdirectory as the current user and add /usr/ucblib always to the libpath, if it exists (#2752).
|
#
7fc583f7 |
| 04-Dec-1999 |
Sascha Schumann |
Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly
|
#
d1820e47 |
| 04-Dec-1999 |
Sascha Schumann |
Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can be tested for using standard autoconf macros.
|
#
b978a64e |
| 04-Dec-1999 |
Sascha Schumann |
Check for htonl in libsocket (sol251), and move inet_aton check in libbind to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).
|
#
68926514 |
| 03-Dec-1999 |
Sascha Schumann |
Fix for #2909
|
#
7c43bda4 |
| 03-Dec-1999 |
Sascha Schumann |
inet_aton is in libresolv on Solaris 2.5.1
|
#
f19426e4 |
| 03-Dec-1999 |
Sascha Schumann |
Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.
|
#
ebaeb919 |
| 03-Dec-1999 |
Sascha Schumann |
Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t is defined in sys/socket.h).
|
#
a8f71d62 |
| 03-Dec-1999 |
Stig Bakken |
Add configure command to phpinfo() output (Stig)
|
#
2467dd6d |
| 01-Dec-1999 |
Stig Bakken |
@Fix some warnings when compiling in maintainer-mode (Stig) @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as
@Fix some warnings when compiling in maintainer-mode (Stig) @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!
show more ...
|
#
adf12b60 |
| 30-Nov-1999 |
Sascha Schumann |
Add '--enable-low-memory' option.
|
#
d9eb533c |
| 28-Nov-1999 |
Stig Bakken |
@Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository). Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository). New name courtesy of Peter Bowen <pzb@ARISTOTLE.ORG>.
|
#
64a98588 |
| 27-Nov-1999 |
Sascha Schumann |
Test for PHP_THREAD_SAFETY
|
#
c73e2731 |
| 27-Nov-1999 |
Sascha Schumann |
PERL_PATH is used nowhere
|
#
e4812c0f |
| 27-Nov-1999 |
Sascha Schumann |
Add --enable-experimental-zts
|
#
56a9e10b |
| 26-Nov-1999 |
Sascha Schumann |
Enable _POSIX_THREAD_SEMANTICS for all configurations testwise
|
#
524f0b1b |
| 26-Nov-1999 |
Sascha Schumann |
- move strtok_r into reentrancy.c - add rand_r()
|
#
35b30a8d |
| 26-Nov-1999 |
Sascha Schumann |
Add reentrant versions of ctime, localtime, gmtime, asctime. These cannot be implemented platform-independent, so we fall back to the native non-reentrant versions, but lock during each
Add reentrant versions of ctime, localtime, gmtime, asctime. These cannot be implemented platform-independent, so we fall back to the native non-reentrant versions, but lock during each access (only if ZTS is used). To initialize/destroy the used data structures, you need to call reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after sapi_shutdown().
show more ...
|
#
9fc9502e |
| 26-Nov-1999 |
Sascha Schumann |
Add strtok_r replacement function from FreeBSD-current.
|
#
6a25e05d |
| 23-Nov-1999 |
Sascha Schumann |
Only create regex/Makefile, if we use the bundled regex library
|
#
541087d1 |
| 22-Nov-1999 |
Stig Bakken |
@Introduced PECL - PHP Extension and Code Library (prounounced "picke") Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in the "pecl" subdir. "make install" will now
@Introduced PECL - PHP Extension and Code Library (prounounced "picke") Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in the "pecl" subdir. "make install" will now install the database abstraction layer in PREFIX/lib/php. I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
51c83e9f |
| 20-Nov-1999 |
Sascha Schumann |
--enable-versioning can now be used with CGI/AOLserver as well. Note that we do not use versioning per se anymore, but export only the required symbols.
|
Revision tags: php-4.0b3 |
|
#
b416e577 |
| 17-Nov-1999 |
Sascha Schumann |
Remove --enable-thread-safety. There is no reason people should be able to set this manually; most likely, they will burn themselves by using it.
|
#
927260bf |
| 17-Nov-1999 |
Thies C. Arntzen |
b3 is already tagged in CVS
|