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

2002-04-02 Thread Kristian Köhntopp
Marcus Börger wrote: > 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 before you brought > your page up because than i get me a dns server download your > possible cookielist (then it is a download :-) ) and and do a

Re: [PHP-DEV] W32api functions

2002-04-02 Thread Sebastian Bergmann
Derick Rethans wrote: > No... as the w32api functions are in PECL, not in CVS. And thus they > wont be in the standard binaries UNLESS somebody builds them. We need > to figure out something for this. http://cvs.php.net/cvs.php/php4/ext/w32api vs. http://cvs.php.net/cvs.php/pear/PECL

Re: [PHP-DEV] W32api functions

2002-04-02 Thread Derick Rethans
Well, No... as the w32api functions are in PECL, not in CVS. And thus they wont be in the standard binaries UNLESS somebody builds them. We need to figure out something for this. regards, Derick On Wed, 3 Apr 2002, Zeev Suraski wrote: > Yes and yes... > > At 01:24 AM 4/3/2002, Ilia A. wrote

Re: [PHP-DEV] ext/pspell/config.m4

2002-04-02 Thread Vlad Krupin
I looked over the patch very briefly. I have a couple of comments/changes, but I'll take time to look more at it tomorrow. The problem is that now we have yet another aspell, and on aspell website it says that it's the latest and the greatest, and our website (www.php.net/pspell and www.php.ne

Re: [PHP-DEV] W32api functions

2002-04-02 Thread Zeev Suraski
Yes and yes... At 01:24 AM 4/3/2002, Ilia A. wrote: >Hello, > >Are the W32api functions in the CVS will make it into the upcoming 4.2 >release and if so will they be a part of the standard binaries distributed >for windows? > >Thanks, > >Ilia > >-- >PHP Development Mailing List

[PHP-DEV] W32api functions

2002-04-02 Thread Ilia A.
Hello, Are the W32api functions in the CVS will make it into the upcoming 4.2 release and if so will they be a part of the standard binaries distributed for windows? Thanks, Ilia -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] List Email Problems?

2002-04-02 Thread Rasmus Lerdorf
> I've received several posts twice. > This just started happening today. > FWIW, accessing *.php.net is brutally slow. That's why we have dozens of mirrors around the world. Sounds like you are in Toronto. Try http://php.ca -Rasmus -- PHP Development Mailing List To u

RE: [PHP-DEV] List Email Problems?

2002-04-02 Thread Robinson, Mike
Title: RE: [PHP-DEV] List Email Problems? I've received several posts twice. This just started happening today. FWIW, accessing *.php.net is brutally slow. Mike Robinson IT/Developer - Torstar Media Group Television Phone: 416.945.8786 Fax: 416.869.4566 Email: [EMAIL PROTECTED] >

[PHP-DEV] List Email Problems?

2002-04-02 Thread brad lafountain
I responded to a thread on php-dev i never got the email but i checked the archive and it's in there. Im talking about #82030. - Brad __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://http://taxes.yahoo.com/ -- PHP Develo

[PHP-DEV] Interbase bug #15419 - #15992 (proposal)

2002-04-02 Thread Daniela Mariaschi
EXTENSION: interbase PRIMARY MAINTAINER: Jouni Ahto MAINTENANCE: Odd Fixes STATUS: Working Hello Jouni , Following up from bug #15419 and #15992 I finally :) found a (good ?) solution to avoid segmentation fault so, I would like to let you know about the w

Re: [PHP-DEV] Re: Bug #16265 Updated: Multiply-defined functions in classes not reported

2002-04-02 Thread brad lafountain
My bad i forgot to attach the scripts. --- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Brad, > How about post detailed benchmarks for your patch? > > IMHO. This bug is fatal. Especially those who are > experienced with other OO languages, such as C++/Java. > > -- > Yasuo Ohgaki > > Brad Lafounta

[PHP-DEV] NEW: proc_open

2002-04-02 Thread Wez Furlong
Hi, I've just committed my first bash at a bi-directional (and more) process pipe function. It also appears to work on Win32 (I've only done minimal testing). The rationale, besides allowing reading and writing to a spawned process, is that redirecting the standard streams becomes more portable

Re: [PHP-DEV] Re: Bug #16265 Updated: Multiply-defined functions in classes not reported

2002-04-02 Thread brad lafountain
Ok... These benchmarks are (win32) php-4.1.2 Release_TS_inline (brad) vs php-4.1.2 binary from php.net (php) i have attached the test scripts that i used. (I ran each about 10 times and averaged the times, I used cygwin's time command) case one (worse case for php): brad - .11 sec php - .45 sec

Re: [PHP-DEV] ZendEngine 2

2002-04-02 Thread Wez Furlong
[Sorry if I am coming in a little late on this one; I've been away for a few days] The code in user_streams.c needs a class entry in order to be able to create an instance of a class; I can't think of a situation where a class used by user_streams will not have a class entry, since it only applie

Re: Re[2]: [PHP-DEV] webserver in PHP

2002-04-02 Thread Steve Meyers
I'd still like to see your project, as a basic framework for a server without any specific protocol implemented. That sounds pretty cool actually. Daniel Lorch wrote: > hi, > >> A better way to do the method that you are trying to to do is to set a >> signal handler for SIGCHLD that waits on

[PHP-DEV] Re: Bug #16360 Updated: Segmentation fault in Array functions

2002-04-02 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 16360 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Analyzed > Bug Type: Scripting Engine problem > Operating System: Linux, Windows > PHP Version: 4.0CVS-2002-03-3 > New Comment: >

[PHP-DEV] php and apache2

2002-04-02 Thread alexis . guillard
I try to install php with apache2 on FreeBSD. I took the cvs of today of apache2 and php. ./configure --without-mysql --with-apxs2=/usr/local/apache2/bin/apxs make [...] /bin/sh libtool --silent --mode=compile gcc -I/usr/local/src/php4/sapi/apache2filter -I/usr/local/src/php4/sapi/apache2filter -D

[PHP-DEV] apache2 and php

2002-04-02 Thread Alexis
I try to install php with apache2 on FreeBSD. I took the cvs of today of apache2 and php. ./configure --without-mysql --with-apxs2=/usr/local/apache2/bin/apxs make [...] /bin/sh libtool --silent --mode=compile gcc -I/usr/local/src/php4/sapi/apache2filter -I/usr/local/src/php4/sapi/apac he2filter -

[PHP-DEV] Error Handling

2002-04-02 Thread Adam Voigt
At our web hosting facillity we have several developers (each who recieve a seperate email when an error occurs on the site there working on) and we would like to have extra data included in the log files which are written (such as the $_POST, $_GET, $_ENV, and $_SERVER arrays), this would help u

Re: [PHP-DEV] File inclusion from www.a.com to www.b.com

2002-04-02 Thread Wez Furlong
include/require already work with streams (and have worked with wrappers for a long time before that). The problem is most likely that host a is parsing the php code ans sending the output to host b. --Wez. On 02/04/02, "Marcus Börger" wrote: > Normally this is a topic for [EMAIL PROTECTED] >

[PHP-DEV] RE: Bug #3708 Updated: Have configure detect missing pieces of modules and generate warnings

2002-04-02 Thread Robinson, Mike
Title: RE: Bug #3708 Updated: Have configure detect missing pieces of modules and generate warnings Was BCMath unbundled from PHP again? Its bundled in with 4.1.2. Mike Robinson IT/Developer - Torstar Media Group Television Phone: 416.945.8786 Fax: 416.869.4566 Email: [EMAIL PROTECTED]

Re: [PHP-DEV] File inclusion from www.a.com to www.b.com

2002-04-02 Thread Peter Petermann
> Normally this is a topic for [EMAIL PROTECTED] > but i think it 'could' be a good feature to have include/require > work with streams. Then the questioned code would work. if you do it like mentioned in docs, the questioned code works. regards, Peter Petermann -- Homepage: www.cyberfly.net PHP

Re: [PHP-DEV] File inclusion from www.a.com to www.b.com

2002-04-02 Thread Marcus Börger
Normally this is a topic for [EMAIL PROTECTED] but i think it 'could' be a good feature to have include/require work with streams. Then the questioned code would work. The quick solution is to open the file is: eval(join('', file('http://www.a.com/includefile'))); marcus At 01:34 01.04.2002, you w

Re: [PHP-DEV] API number

2002-04-02 Thread Yasuo Ohgaki
There are many changes. +1 for changing PHP_API_VERSION. (And fix all TSRM things for 4.3.0. Almost all non static functions should have TSRMLS_DC in proto) -- Yasuo Ohgaki Wez Furlong wrote: > Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) > > --Wez. > > On 02/04/02, "Jani

Re: [PHP-DEV] File inclusion from www.a.com to www.b.com

2002-04-02 Thread Peter Petermann
Hi Giovanni, > The expected output would be: > "Arrayzeroonetwo" > but the include procedure doesn't work correctly working on different host. > Can anyone help me please?? > I'm in a very big trouble. First: this is the wrong list, this list is about developing PHP, not about developing with PH

[PHP-DEV] Re: Bug #12748 Updated: changing allow_url_fopen from "off" to "on" crashes fopen()

2002-04-02 Thread Wez Furlong
I think moving the wrapper init code to an RINIT function will solve this bug, but would like someone that knows more about this kind of thing to comment before I make the change. --Wez. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] File inclusion from www.a.com to www.b.com

2002-04-02 Thread Giovanni Lenzi
I'm in trouble with include procedure. I have a file on host http://www.a.com that must be included by the file on the host http://www.b.com The code of the file to be included is as follows: included.php on http://www.a.com The code of the file which must include first file is as follows: mas

[PHP-DEV] ext/pspell/config.m4

2002-04-02 Thread Melvyn Sopacua
Hi, I modified the above mentioned file, to allow the configuration with "The new Aspell" current cvs. Symbol HAVE_NEW_ASPELL is being defined, but currently unused. Initial tests on my system shows main functions working. More to come (testsuite). Please check if it works for other systems an

Re: [PHP-DEV] API number

2002-04-02 Thread Wez Furlong
Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) --Wez. On 02/04/02, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: > main/php.h: > > #define PHP_API_VERSION 20010901 > > --Jani > > > On Mon, 1 Apr 2002, Andrei Zmievski wrote: > > >Since Wez put in streams implementat

[PHP-DEV] Re: Bug #16265 Updated: Multiply-defined functions in classes notreported

2002-04-02 Thread Yasuo Ohgaki
Brad, How about post detailed benchmarks for your patch? IMHO. This bug is fatal. Especially those who are experienced with other OO languages, such as C++/Java. -- Yasuo Ohgaki Brad Lafountain wrote: > This bug is eaisly fixable. This is also something that i have been trying to > push on a co

Re: [PHP-DEV] Weird configure problem

2002-04-02 Thread Jan Lehnardt
Hi, On Mon, 1 Apr 2002 21:20:42 -0500 Jon Parise <[EMAIL PROTECTED]> wrote: > Am I the only one seeing this: > > checking size of char... configure: error: cannot compute sizeof (char), 77 > > This is with the latest PHP cvs, autoconf-2.53, and automake-1.5 > under FreeBSD. I last built PH

Re[2]: [PHP-DEV] webserver in PHP

2002-04-02 Thread Daniel Lorch
hi, > A better way to do the method that you are trying to to do is to set a > signal handler for SIGCHLD that waits on a pid of -1 (This means grab > any child with a status change) [..] thanks, I didn't know waitpid returned the child's PID. A friend just pointed out this project: Nanoweb'