Re: [PHP-DEV] [PATCH] to reflect installation values unknown at build time on Win32

2002-04-30 Thread Sebastian Bergmann
"Preston L. Bannister" wrote: > There are values known at compile time on Unix that are *not* known > at compile time on Win32. Rather than compile in something misleading > (and very likely wrong), better to *not* supply a value. I'd like to rename the file to config.w32.h.in and let MSVC ren

[PHP-DEV] Re: mirrors.inc/countries.inc - Where is it?

2002-04-30 Thread Jim Winstead
Alexander Skwar <[EMAIL PROTECTED]> wrote: > Could somebody please tell me where I can find those files in CVS? I > did a checkout of phpweb and then looked for *mirror* and *countr*, but > couldn't find it. Is it in a different module? they're generated files, not under cvs control. they just

[PHP-DEV] mirrors.inc/countries.inc - Where is it?

2002-04-30 Thread Alexander Skwar
Hi! I'm trying add the PHP search functions (like http://php.net/echo) to my local site. So I've read the PHP.net URL Howto. The file phpweb/error/index.php includes the file prepend.inc, which includes site.inc. This file then requires mirrors.inc and countries.inc. Could somebody please tel

RE: [PHP-DEV] Build problem on Solaris 8

2002-04-30 Thread David Knox
Ok then, Thanks everyone. I think I'll go ahead and try to hack at this rather than having to support several sundry versions of tools. My system has other needs that preclude falling back to autoconf 2.13 or gcc 2.95. MySQL, Apache, and other packages were built with no problem under my configura

[PHP-DEV] CVS account request?

2002-04-30 Thread Preston L. Bannister
I submitted a CVS account request via the web page (http://www.php.net/cvs-php.php), but I don't see a corresponding message in the mailing list. Is the web page broken, or is this normal? We're using PHP in our web application, and I'd like to take off some of the rough edges from the Win32 v

RE: [PHP-DEV] Build problem on Solaris 8

2002-04-30 Thread J Smith
I don't think so. I tried a couple of weeks ago with Solaris 8, and autoconf 2.53 broke the build. 2.13 worked fine; anything greater seems to die. J David Knox wrote: > Thanks, > Will autoconf 2.13 or greater work? I already have 2.53. > > --dk > -- PHP Development Mailing List

Re: [PHP-DEV] [PATCH] to get mbstring.c to compile

2002-04-30 Thread Sebastian Bergmann
"Preston L. Bannister" wrote: > The following compiles w/o trouble on Win32. As it does with the patch I already commited :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann

RE: [PHP-DEV] [PATCH] to get mbstring.c to compile

2002-04-30 Thread Preston L. Bannister
Duh - wrong diff. This is what I get for doing too many things at once :). The following compiles w/o trouble on Win32. Index: ext/mbstring/mbstring.c === RCS file: /repository/php4/ext/mbstring/mbstring.c,v retrieving revision 1.

RE: [PHP-DEV] Build problem on Solaris 8

2002-04-30 Thread Jani Taskinen
No, you need 2.13. Any greater version is broken. --Jani On Tue, 30 Apr 2002, David Knox wrote: >Thanks, >Will autoconf 2.13 or greater work? I already have 2.53. > >--dk > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >> Behalf Of Jani

RE: [PHP-DEV] Build problem on Solaris 8

2002-04-30 Thread David Knox
Thanks, Will autoconf 2.13 or greater work? I already have 2.53. --dk > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Jani Taskinen > Sent: Tuesday, April 30, 2002 4:44 AM > To: David Knox > Cc: Php-Dev > Subject: Re: [PHP-DEV] Build problem on Sol

[PHP-DEV] [PATCH] to reflect installation values unknown at build time on Win32

2002-04-30 Thread Preston L. Bannister
There are values known at compile time on Unix that are *not* known at compile time on Win32. Rather than compile in something misleading (and very likely wrong), better to *not* supply a value. Index: ext/standard/info.c === RCS f

[PHP-DEV] [PATCH] to not require cgi.force_redirect= 0 under IIS on Win32

2002-04-30 Thread Preston L. Bannister
Takes a step out of setting up PHP for IIS. My understanding of the previous discussion was that cgi.force_redirect is not required if running under IIS. This patch detects IIS. One less thing to go wrong configuring under Win32 and IIS :). Index: sapi/cgi/cgi_main.c ==

[PHP-DEV] [PATCH] to locate php.ini on Win32 with executable

2002-04-30 Thread Preston L. Bannister
Searching for php.ini only in %windir% is a problem when more than application is using PHP on the same Win32 machine. What you really want is behavior similar to PHP on Unix where php.ini is first looked for local to the PHP executable. The following patch has PHP looking for the php.ini first

[PHP-DEV] [PATCH] to temporary file open

2002-04-30 Thread Preston L. Bannister
On Win32 you can use the environment variables TMP and TEMP to obtain the directory for temporary files. For portability of applications it makes a great deal of sense (especially when documenting your application!) if the same overrides for temporary file placement is checked in the same order o

[PHP-DEV] [PATCH] to get mbstring.c to compile

2002-04-30 Thread Preston L. Bannister
The latest patch mbstring.c prevents PHP from compiling when none of the HAVE_MBSTR_* defines are present (which would be most sites!). The code requires the php_mbstr_default_identify_list array must always be defined. Now as an English-only person I have no notion which values and ordering is

[PHP-DEV] Re: Warnings in ext/mbstring

2002-04-30 Thread Rui Hirokawa
I modified these warning excluding the last one. I couldn't understand why the last warning in mbstring.c happened. mbre_free_pattern() is defined in mbregex.h and mbregex.h is included in mbstring.c. Rui On Tue, 30 Apr 2002 06:25:00 +0200 [EMAIL PROTECTED] (Sebastian Bergmann) wrote: > c:\h

Re: [PHP-DEV] Re: Removal of "php_fopen_wrapper" in HEAD will break binary modules between 4.2 and HEAD (4.3)

2002-04-30 Thread Wez Furlong
On 30/04/02, "brad lafountain" <[EMAIL PROTECTED]> wrote: > Yeah im tring to use conditional #defines to detect with or without streams. > The api number would be nice to #define around. Currently i am using #ifdef > STREAMS_DC. It's not very nice. You could use PHP_HAVE_STREAMS, which is much n

Re: [PHP-DEV] Build problem on Solaris 8

2002-04-30 Thread Jani Taskinen
Just rebuild the configure with autoconf 2.13 and this should be 'fixed' then. --Jani On Mon, 29 Apr 2002, David Knox wrote: >Hi, >I tried the install list with no luck and thought perhaps someone on this >list could lend some insight. > >Platform = Solaris 8 >Shell = bas

[PHP-DEV] Re: unable to pass values between pages

2002-04-30 Thread maria
Dear Matt, Thank you so much for the valuable information and it solved my problem. ok. I will use the php-general list for the questions related to developing with php. Thanks again! Regards, Maria "Matt Parlane" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

[PHP-DEV] ext/sockets: httpd waiting for TIME_WAIT

2002-04-30 Thread guido.d.berger
hello everyone, sorry for the long post, but i am stumped and i want to be as precise as possible. this is my setup: php 4.2.0 with the socket extension, as a dynamically loaded module in apache 1.3.23. it is running on is a red hat 7.0 box with kernel 2.2.19. this is was i am trying to do: i

RE: [PHP-DEV] odbc problems in 4.2

2002-04-30 Thread Christoph . Grottolo
Hi Dan I've been trying out with the snapshots from snaps.php.net/win32 but I still have the same errors. The actual snaps of 4.2 don't work either. Christoph > I'm looking into these problems right now. Please be patient. A recent > slew of bug reports suggests that there might be some stuff