[PHP-DEV] Re: [PHP-QA] PHP Test results

2002-03-28 Thread Derick Rethans
On Tue, 26 Mar 2002, Phil Driscoll wrote: On Monday 25 March 2002 8:45 pm, [EMAIL PROTECTED] wrote: Hello Ian, I encountered the same thing here very weird (from PHPMyAdmin): Error MySQL said: Host 'localhost.localdomain' is not allowed to connect to this MySQL server

[PHP-DEV] write a MySQL function in PHP

2002-03-28 Thread Lukas Smith
Hi, has anybody ever done something with MyPHP? http://www.fastflow.it/myphp/ Best regards, Lukas Smith [EMAIL PROTECTED] ___ DybNet Internet Solutions GbR Alt Moabit 89 10559 Berlin Germany Tel. : +49 30 83 22 50 00 Fax : +49 30 83 22 50 07 www.dybnet.de

[PHP-DEV] HEAD warnings

2002-03-28 Thread Jan Lehnardt
Hi, I get a bunch of ./configure warnings in current HEAD. System is FreeBSD 4.4-RELEASE. Autoconf is 2.53 The ./configure line is simply ./configure. configure: WARNING: resolv.h: present but cannot be compiled configure: WARNING: resolv.h: check for missing prerequisite headers? configure:

[PHP-DEV] SSL_CLIENT

2002-03-28 Thread LUNAR
Hi, Can anyone tell me how can I check the following values in PHP? The following is a PERL transcription: unless ( $ENV{'SSL_CLIENT_VERIFY'} and ($ENV{'SSL_CLIENT_VERIFY'} eq 'SUCCESS') and ($ENV{'SSL_CLIENT_S_DN_O'} eq 'TestCompany')) { and ($ENV{'SSL_CLIENT_S_DN_L'} eq 'WARSAW') and

Re: [PHP-DEV] SSL_CLIENT

2002-03-28 Thread Jan Lehnardt
Hi, On Thu, 28 Mar 2002 10:58:14 +0100 LUNAR [EMAIL PROTECTED] wrote: Can anyone tell me how can I check the following values in PHP? The following is a PERL transcription: this mailinglist is about the development _of_ PHP not _with_ PHP. Please ask such questions on [EMAIL PROTECTED]

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Sascha Schumann
Perhaps, and here is something to think about, pseudo-random is not what the developer wants as a session ID. Well, provided that there is a device which captures white noise, you can also get real random session ids with the current code. The storage handlers need not calculate

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread mlwmohawk
Why is it you do not wish the session save handlers to be able to generare their own session IDs? The patch does not break any save handlers, but adds a lot more flexibility to the session system. A pseudo-random number may not be what is desired. I may want the session id to be the user's

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Stefan Esser
Hi, I have not followed the discussion, but its nonsense to force people to use PHP generated session IDs. Its an argument against using PHP. There are several situations where it is not possible to let PHP generate the session ids. Especially if you use stuff like the Sevenval FIT or HIT

[PHP-DEV] Patch for php.ini-* as mentioned in commit for /ext/crack/crack.dsp

2002-03-28 Thread Joseph Tate
Here it is. Will someone with karma please commit it? Thanks, Joseph php.ini-patch Description: Binary data -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Egon Schmid
No, I don´t read such nonsense patents. -Egon - Original Message - From: Stefan Esser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 7:35 PM Subject: Re: [PHP-DEV] Re: Re: Session patch Hi, I have not followed the discussion, but its nonsense to force people

RE: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Robinson, Mike
Title: RE: [PHP-DEV] Re: Re: Session patch Stefan Esser writes: Hi, I have not followed the discussion, but its nonsense to force people to use PHP generated session IDs. Its an argument against using PHP. I don't think so. There are several situations where it is not possible to

RE: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread derick
On Thu, 28 Mar 2002, Robinson, Mike wrote: Stefan Esser writes: Hi, I have not followed the discussion, but its nonsense to force people to use PHP generated session IDs. Its an argument against using PHP. I don't think so. There are several situations where it is not

Re: [PHP-DEV] Re: Session patch

2002-03-28 Thread derick
On Wed, 27 Mar 2002 [EMAIL PROTECTED] wrote: I meant to say I'm sure the SRM guys would love this. perhaps that was an overstatement. Oh well, but it answers a lot of issues about who creates the session id. Should php create the session id, or should the session handler? IMO the

RE: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread mlwmohawk
Stefan Esser writes: Hi, I have not followed the discussion, but its nonsense to force people to use PHP generated session IDs. Its an argument against using PHP. I don't think so. There are several situations where it is not possible to let PHP generate the session

[PHP-DEV] Re: nsapi broken on aix 4.3.3 with iPlanet 4.1

2002-03-28 Thread J.Smith
To do some troubleshooting, I remarked out the ' log_error' line of ./sapi/nsapi.c in the 4.2.0 rc1, since it didnt seem likely to me that the writing to the logfile was causing the core dump here ;) /* log_error(LOG_INFORM, php4_init, sn, rq, Initialized PHP Module\n); */ and recompiled,

RE: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Robinson, Mike
Title: RE: [PHP-DEV] Re: Re: Session patch I went back and re-read the thread after Derek's note. I misunderstood the purpose of the patch. Mike Robinson IT/Developer - Torstar Media Group Television Phone: 416.945.8786 Fax: 416.869.4566 Email: [EMAIL PROTECTED] -Original

[PHP-DEV] CLI and -f

2002-03-28 Thread Andrei Zmievski
Why does CLI force you to use -f to specify file? What is wrong with simply using: php file.php ? -Andrei Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] PHP Version 4.2.0rc1

2002-03-28 Thread Bob Lockie
phpinfo() displays PHP Version 4.2.0rc1and '/d2/usr2/local/php/lib' but there is no php.ini file in that directory. The only php.ini is in '/etc/php.ini' but I'm not if it uses that one. Is that a bug with the release candidate? -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Re: CLI and -f

2002-03-28 Thread Yasuo Ohgaki
Andrei Zmievski wrote: Why does CLI force you to use -f to specify file? What is wrong with simply using: php file.php ? I think it is a temp failure. It's fixed now I suppose. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Marcus Börger
We cannot allow ./php -- -i for calling a script named -i because then we cannot use ./php -- args while parsing from stdin. We can implement -- only for one thing and that is currently real end of parameters. The difference to many other programs is that we came from CGI. marcus [marcus@zaphod

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Markus Fischer
On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a (rather) bad excuse. It doesn't matter where we came from. What we all want is a full-fledged CLI version which kickz perl azz. So we adjust it

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Markus Fischer
On Fri, Mar 29, 2002 at 01:39:52AM +0100, Marcus Börger wrote : At 01:33 29.03.2002, you wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a (rather) bad excuse. It doesn't matter where we

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Egon Schmid
Have a look at www.sevenval.com. Sorry everything is German. If you poke around with your browser and watch the URLs you can easily regocnize what I mean. The generated URLs are patents. Please ask Hartmut for more details. -Egon - Original Message - From: [EMAIL PROTECTED] To: Egon

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Marcus Börger
At 01:57 29.03.2002, Markus Fischer wrote: On Fri, Mar 29, 2002 at 01:39:52AM +0100, Marcus Börger wrote : At 01:33 29.03.2002, you wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Stefan Esser
Hi, Have a look at www.sevenval.com. Sorry everything is German. If you Hmm yeah but if your browser is really not able to do proper content negotiation, there is still an english button in the right lower edge of the page... regocnize what I mean. The generated URLs are patents. Please ask

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Marcus Börger
Tell me if i'm wrong From the webpage german freely translated to english Hervorragende Eignung für hoch frequentierte Websites =Especially for highly frquented webpages. I do not think having your cookie beeing part of dns is a fast solution or did you your self register many of these entrie

[PHP-DEV] Bi-Directional Process Pipe

2002-03-28 Thread weed5312
Hello- I am wondering if there are any solutions for creating a bi- directional process pipe. Currently, popen() is only uni-directional, which isn't satisfactory for what I'm trying to do. Are there any modules/libraries with a bi-directional pipe? Any ideas on how to accomplish

Re: [PHP-DEV] Re: Re: Session patch

2002-03-28 Thread Egon Schmid
From: Stefan Esser [EMAIL PROTECTED] Have a look at www.sevenval.com. Sorry everything is German. If you Hmm yeah but if your browser is really not able to do proper content negotiation, there is still an english button in the right lower edge of the page... Yeah, I have found it now, if