[PHP-CVS] cvs: php4 / configure.in

2001-04-23 Thread Jani Taskinen
sniper Mon Apr 23 00:32:36 2001 EDT Modified files: /php4 configure.in Log: Fixed bugs: #10194, #9177. Index: php4/configure.in diff -u php4/configure.in:1.237 php4/configure.in:1.238 --- php4/configure.in:1.237 Sun Apr 22 23:00:43 2001 +++ php4/

[PHP-CVS] cvs: php4 / configure.in

2001-04-22 Thread Rasmus Lerdorf
rasmus Sun Apr 22 23:00:43 2001 EDT Modified files: /php4 configure.in Log: Uh, weird typo. Wonder when that crept in. Index: php4/configure.in diff -u php4/configure.in:1.236 php4/configure.in:1.237 --- php4/configure.in:1.236 Sat Apr 21 18:16:2

[PHP-CVS] cvs: php4 / configure.in

2001-04-17 Thread Wez Furlong
wez Tue Apr 17 10:01:33 2001 EDT Modified files: /php4 configure.in Log: Added --enable-php-streams option for experimental file abstraction Index: php4/configure.in diff -u php4/configure.in:1.233 php4/configure.in:1.234 --- php4/configure.in:1.23

[PHP-CVS] cvs: php4 / configure.in

2001-04-09 Thread Sascha Schumann
sas Mon Apr 9 04:35:10 2001 EDT Modified files: /php4 configure.in Log: Fix current CVS breakage Index: php4/configure.in diff -u php4/configure.in:1.231 php4/configure.in:1.232 --- php4/configure.in:1.231 Sun Apr 8 15:30:16 2001 +++ php4/con

[PHP-CVS] cvs: php4 / configure.in

2001-04-06 Thread Jon Parise
jon Fri Apr 6 09:01:20 2001 EDT Modified files: /php4 configure.in Log: Fix expansion of PEAR_INSTALLDIR. Index: php4/configure.in diff -u php4/configure.in:1.229 php4/configure.in:1.230 --- php4/configure.in:1.229 Wed Apr 4 13:52:43 2001 +++

[PHP-CVS] cvs: php4 / configure.in /main php_version.h

2001-04-04 Thread Jani Taskinen
sniper Wed Apr 4 13:52:44 2001 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: This branch is 4.0.6-dev.. Index: php4/configure.in diff -u php4/configure.in:1.228 php4/configure.in:1.229 --- php4/configure.in:1.228 Tue

[PHP-CVS] cvs: php4 / configure.in

2001-03-28 Thread Jani Taskinen
sniper Wed Mar 28 14:30:22 2001 EDT Modified files: /php4 configure.in Log: Make file() work again. # For some reason if libbind is linked with PHP the file() function # won't work with URLs. Do we even need libbind? Index: php4/configure.in dif

[PHP-CVS] cvs: php4 / configure.in

2001-03-26 Thread Jani Taskinen
sniper Mon Mar 26 13:34:59 2001 EDT Modified files: /php4 configure.in Log: Fixed the problem with libbind (again). Index: php4/configure.in diff -u php4/configure.in:1.224 php4/configure.in:1.225 --- php4/configure.in:1.224 Thu Mar 22 20:56:51 2001

[PHP-CVS] cvs: php4 / configure.in

2001-03-22 Thread Stephen van Egmond
svanegmond Thu Mar 22 20:56:51 2001 EDT Modified files: /php4 configure.in Log: Added configuration for detecting the BeOS thread implementation (which will be used once I get my patches into Zend to use bthreads). Also, a check for a library di

[PHP-CVS] cvs: php4 / configure.in /ext/standard dns.c

2001-03-15 Thread Jani Taskinen
sniper Thu Mar 15 23:13:06 2001 EDT Modified files: /php4/ext/standard dns.c /php4 configure.in Log: This should fix problems in systems without libbind. Index: php4/ext/standard/dns.c diff -u php4/ext/standard/dns.c:1.27 php4/ext/standard/dns.c

[PHP-CVS] cvs: php4 / configure.in

2001-03-10 Thread Jani Taskinen
sniper Sat Mar 10 19:46:25 2001 EDT Modified files: /php4 configure.in Log: Check for inet_aton only if libbind is not found (or inet_aton is not in libbind). Fixes bug: #8814 Index: php4/configure.in diff -u php4/configure.in:1.220 php4/configure.

[PHP-CVS] cvs: php4 / configure.in /build build2.mk

2001-03-06 Thread Sascha Schumann
sas Tue Mar 6 08:51:53 2001 EDT Modified files: /php4 configure.in /php4/build build2.mk Log: Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT. The latter is only called, if lex was found, so that PHP configures now o

[PHP-CVS] cvs: php4 / configure.in /ext/gettext php_gettext.h /ext/icap php_icap.c /ext/imap php_imap.h /ext/mcal php_mcal.c /ext/mcrypt php_mcrypt.h /ext/mhash php_mhash.h /ext/midgard php_midgard.h /ext/ovrimos php_ovrimos.h /main internal_functions.c.in internal_functions_win32.c php.h /sapi/cgi cgi_main.c

2001-02-26 Thread Andi Gutmans
andiMon Feb 26 10:14:32 2001 EDT Modified files: /php4 configure.in /php4/ext/gettext php_gettext.h /php4/ext/icap php_icap.c /php4/ext/imap php_imap.h /php4/ext/mcal php_mcal.c /php4/ext/mcryptphp_mcrypt.h /

Re: [PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.cdir.c php_dir.h

2001-02-15 Thread Derick Rethans
On Thu, 15 Feb 2001, Sascha Schumann wrote: > There might be more systems which do not support chroot, so we check > for the existence of it. > > Additionally, if chroot is not supported, the warn_not_available function > is invoked now. Thanx Sascha, I hope it's now really fixed :) Der

Re: [PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Andi Gutmans
You are right. Got confused with ZEND_DEBUG. Now I"m really gone... Andi At 06:28 AM 2/15/2001 +0100, Sascha Schumann wrote: >On Thu, 15 Feb 2001, Andi Gutmans wrote: > > > ZTS is 0 or 1 but always defined. > > No, it is not. See Zend/Zend.m4, around line 150. > > - Sascha -- PHP CVS

Re: [PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.cdir.c php_dir.h

2001-02-14 Thread Sascha Schumann
On Thu, 15 Feb 2001, Andi Gutmans wrote: > ZTS is 0 or 1 but always defined. No, it is not. See Zend/Zend.m4, around line 150. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Andi Gutmans
ZTS is 0 or 1 but always defined. So that needs to be changed. I'd do it but I'm very late for something and need to run. Andi At 05:21 AM 2/15/2001 +, Sascha Schumann wrote: >sas Wed Feb 14 21:21:28 2001 EDT > > Modified files: > /php4 configure.in > /php4/ext/s

[PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Sascha Schumann
sas Wed Feb 14 21:21:28 2001 EDT Modified files: /php4 configure.in /php4/ext/standard php_dir.h dir.c basic_functions.c Log: There might be more systems which do not support chroot, so we check for the existence of it. Additionally, if chro

[PHP-CVS] cvs: php4 / configure.in

2001-02-05 Thread Stephen van Egmond
svanegmond Mon Feb 5 16:03:44 2001 EDT Modified files: /php4 configure.in Log: Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS. Index: php4/configure.in diff -u php4/configure.in:1.216 php4/configure.in:1.217 --- php

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:16:55 2001 EDT Modified files: /php4 configure.in Log: PR: Remove --with-pfpro warning. Verisign has released a beta SDK which corrects the problem. Index: php4/configure.in diff -u php4/configure.in:1.215 php4/conf

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 13:05:41 2001 EDT Modified files: /php4 configure.in Log: PR: Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro Index: php4/configure.in diff -u php4/configure.in:1

[PHP-CVS] cvs: php4 / configure.in /ext/mysql/libmysql libmysql.c /ext/standard basic_functions.c dns.c file.c filestat.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c mail.c syslog.c /main fopen-wrappers.c network.c php_open_temporary_file.c

2001-01-21 Thread Rasmus Lerdorf
rasmus Sun Jan 21 09:26:44 2001 EDT Modified files: /php4 configure.in /php4/ext/mysql/libmysqllibmysql.c /php4/ext/standard basic_functions.c dns.c file.c filestat.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c

[PHP-CVS] cvs: php4 / configure.in

2001-01-17 Thread Sascha Schumann
sas Wed Jan 17 04:32:46 2001 EDT Modified files: /php4 configure.in Log: Fix vpath builds on freebsd Index: php4/configure.in diff -u php4/configure.in:1.212 php4/configure.in:1.213 --- php4/configure.in:1.212 Tue Jan 16 17:15:11 2001 +++ php4/

[PHP-CVS] cvs: php4 / configure.in

2001-01-16 Thread Sean Bright
elixer Tue Jan 16 17:15:11 2001 EDT Modified files: /php4 configure.in Log: Updated configure.in to look for strcoll() # Woopsie. Index: php4/configure.in diff -u php4/configure.in:1.211 php4/configure.in:1.212 --- php4/configure.in:1.211 Sun Ja

[PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c php_string.h string.c /main config.w32.h

2001-01-14 Thread Sean Bright
elixer Sun Jan 14 08:36:31 2001 EDT Modified files: /php4 configure.in /php4/ext/standard basic_functions.c php_string.h string.c /php4/main config.w32.h Log: Added localeconv() function. Operates similarly to localeconv() defined in lo

Re: [PHP-CVS] cvs: php4 / configure.in /main network.c

2001-01-13 Thread Zeev Suraski
All those EAI things, where are they coming from? They don't exist in Windows (apparently) At 13:48 13/1/2001, Stig Venaas wrote: >venaas Sat Jan 13 03:48:47 2001 EDT > > Modified files: > /php4 configure.in > /php4/main network.c > Log: > Simplified code a bit, ad

[PHP-CVS] cvs: php4 / configure.in /main network.c

2001-01-13 Thread Stig Venaas
venaas Sat Jan 13 03:48:47 2001 EDT Modified files: /php4 configure.in /php4/main network.c Log: Simplified code a bit, added detailed error reporting, and fixed a bug when getaddrinfo returned a non-IP family before IP families Index: php4/co

[PHP-CVS] cvs: php4 / configure.in

2001-01-09 Thread Stig Bakken
ssb Tue Jan 9 17:34:40 2001 EDT Modified files: /php4 configure.in Log: * renamed PEAR scripts * set localstatedir Index: php4/configure.in diff -u php4/configure.in:1.208 php4/configure.in:1.209 --- php4/configure.in:1.208 Sun Jan 7 13:21: