History log of /PHP-5.6/configure.in (Results 651 – 675 of 1092)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b0f63047 05-Apr-2003 foobar

--enable-all is not useful at all, removed from help


# 392f3c2d 04-Apr-2003 foobar

- Checks specific to some extension belong in the extension's config.m4


# b78e3c51 04-Apr-2003 Moriyoshi Koizumi

Added cmsghdr check. Now sockets extension can be built under cygwin.


# f0290a78 03-Apr-2003 Marcus Boerger

Check for flex version 2.5.4


# a90ea73e 02-Apr-2003 Marcus Boerger

For now only bison 1.28, 1.35 and 1.75 are working properly


# caac3595 01-Apr-2003 foobar

Fixed bug #22987 (missing perror() check in configure)


# f5929a95 29-Mar-2003 Moriyoshi Koizumi

Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only.


# 3f700e58 29-Mar-2003 Sterling Hughes

update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.


# b7bb8207 27-Mar-2003 David Hill

Correcting checking of flex version (dave)


# 2f676485 25-Mar-2003 foobar

Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes.


# e6dfbc95 23-Mar-2003 Sterling Hughes

add a standard Exception class.


# cfd04663 17-Mar-2003 Wez Furlong

Fix for Bug #21310, based on a patch by jflemer@php.net.


Revision tags: php-4.3.2RC1
# 70f97c17 10-Mar-2003 foobar

- Always use the shtool mkdir.


# 3cfc8a1e 07-Mar-2003 foobar

Create php_version.h in the correct directory


# 1b53a2d1 28-Feb-2003 Wez Furlong

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept a client connection.
. stream_socket_get_name() - Get local or remote name of socket.

Tidy up some leaks and debug printfs.
Move more streams functions into streamsfuncs.c and streamsfuncs.h.

show more ...


# fd61f690 27-Feb-2003 Wez Furlong

Another big commit (tm).

Main Changes:
- Implement a socket transport layer for use by all code that needs to open
some kind of "special" socket for network or IPC.
- Extension

Another big commit (tm).

Main Changes:
- Implement a socket transport layer for use by all code that needs to open
some kind of "special" socket for network or IPC.
- Extensions can register (and override) transports.
- Implement ftruncate() on streams via the ioctl-alike option interface.
- Implement mmap() on streams via the ioctl-alike option interface.
- Implement generic crypto API via the ioctl-alike option interface.
(currently only supports OpenSSL, but could support other SSL toolkits,
and other crypto transport protocols).

Impact:
- tcp sockets can be overloaded by the openssl capable sockets at runtime,
removing the link-time requirement for ssl:// and https:// sockets and
streams.
- checking stream types using PHP_STREAM_IS_SOCKET is deprecated, since
there are now a range of possible socket-type streams.

Working towards:
- socket servers using the new transport layer
- mmap support under win32
- Cleaner code.

# I will be updating the win32 build to add the new files shortly
# after this commit.

show more ...


# 7bd710a6 25-Feb-2003 foobar

- Fixed bug #21224 (apache configure fails when using --enable-versioning)


# 3efd2b13 25-Feb-2003 foobar

typofix


# e9b5e340 25-Feb-2003 foobar

- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).


# e52aac94 18-Feb-2003 Wez Furlong

Implement simple stream support in the ZE scanners.


# 2cc68ad7 16-Feb-2003 Wez Furlong

Move streams files around a bit, to ease maintenance.
I will update the win32 .dsp in a moment.


Revision tags: php-4.3.1
# f9f4644a 14-Feb-2003 foobar

- Don't add libcrypt if the crypt() function is provided already.
(by libc, like in HP-UX)


# 1fc7f0d9 11-Feb-2003 Sascha Schumann

supply mandir to makefile


# fdba6767 11-Feb-2003 foobar

- Fixed some weird crashes causd by the new default behaviour
of libtool 1.4.3
- Require libtool 1.4.3 or newer from now on.


# 011229ef 10-Feb-2003 foobar

- Updated libtool to 1.4.3 which has test for the sed problem..


1...<<21222324252627282930>>...44