[PHP-DEV] Re: Bug #16739 Updated: `print' variable function call fails.

2002-05-09 Thread Derick Rethans
Hello, as far as I know this never worked, the wisest thing to do is to remove it from the documentation, as I don't see this fixed anytime soon (or not at all). Derick On 10 May 2002 [EMAIL PROTECTED] wrote: > ID: 16739 > Updated by: [EMAIL PROTECTED] > Reported By:

Re: [PHP-DEV] Re: Bug #17128 Updated: lstat (mis)behaves exactly

2002-05-09 Thread Yasuo Ohgaki
Chris Shiflett wrote: > Yasuo Ohgaki wrote: > >> Andrew Rice wrote: >> >>> ID: 17128 >>> Updated by: [EMAIL PROTECTED] >>> Reported By: [EMAIL PROTECTED] >>> Status: Open >>> Bug Type: Filesystem function related >>> Operating System: Debian GNU/Li

[PHP-DEV] CVS Account Request: rvenkat

2002-05-09 Thread Venkat Raghavan S
I am part of the team that is porting PHP onto NetWare. We're out with the Beta based on PHP v4.0.8; we haven't put back the source code. Now, we'd like to synchronize with the latest sources and release the final version. Hence, I need a CVS account to start working off the tree. -- PHP Deve

Re: [PHP-DEV] Re: pgsql win32 build

2002-05-09 Thread Edin Kadribasic
Win32 build should be fixed now. Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] domxml

2002-05-09 Thread brad lafountain
Hello, This patch does two things. Allows for php new/constructors to all of the dom nodes.. ex - new $var = new DomDocument("some.file", true); - old $var = xmldoc("some.file", true); // small example how you would use it $var = new DomDocument("some.file", true); $var = new DomElement("na

Re: [PHP-DEV] Re: pgsql win32 build

2002-05-09 Thread Edin Kadribasic
Disregard this mail. It's mostly nonsense. Edin - Original Message - From: "Edin Kadribasic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "PHP developer list" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 3:52 AM Subject: Re: [PHP-DEV] Re: pgsql win32 build > One compile problem so

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Aaron Bannert
On Thu, May 09, 2002 at 06:53:39PM -0700, Aaron Bannert wrote: > On Fri, May 10, 2002 at 10:11:14AM +0900, Masaki Fujimoto wrote: > > This should be because of my patch, which committed by Rui 2 days ago. > > Sorry for sparing your time... > > > > Anyway, attached patch will fix this problem. thi

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Aaron Bannert
On Fri, May 10, 2002 at 10:11:14AM +0900, Masaki Fujimoto wrote: > This should be because of my patch, which committed by Rui 2 days ago. > Sorry for sparing your time... > > Anyway, attached patch will fix this problem. this patch simply removes > '#include "zend_istdiostream.h"' in zend_multiby

Re: [PHP-DEV] Re: pgsql win32 build

2002-05-09 Thread Edin Kadribasic
One compile problem solved (I'll commit it shortly), another appears: c:\php4build\HEAD\ext\pgsql\pgsql.c(1505) : fatal error C1057: unexpected end of file in macro expansion The following patch solves PHPAPI problem: Index: php_pgsql.h ==

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Masaki Fujimoto
oops, my attached file is stripped off... this will do ? begin 666 multibyte.patch M26YD97@Z(%IE;F0O>F5N9%]M=6QT:6)Y=&4N8PH]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]"E)#4R!F:6QE.B`O2]:96YD+WIE;F1?;75L=&EB M>71E+F,L=@IR971R:65V:6YG(')E=FES:6]N(#$

[PHP-DEV] Re: pgsql win32 build

2002-05-09 Thread Edin Kadribasic
> > Postgres extension win32 build has been broken for a while in the HEAD > > branch. Has there been any effort to correct this? > > > > I was hoping it was fixed when Sascha patched the module. > I'll see what can be done w/o VC. Could you send me the > error message? http://snaps.php.net/win

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Masaki Fujimoto
Hello, This should be because of my patch, which committed by Rui 2 days ago. Sorry for sparing your time... Anyway, attached patch will fix this problem. this patch simply removes '#include "zend_istdiostream.h"' in zend_multibyte.c. If this patch works, would someone commit this to HEAD please

Re: [PHP-DEV] Re: Bug #17128 Updated: lstat (mis)behaves exactlylike stat

2002-05-09 Thread Chris Shiflett
Yasuo Ohgaki wrote: > Andrew Rice wrote: > >> ID: 17128 >> Updated by: [EMAIL PROTECTED] >> Reported By: [EMAIL PROTECTED] >> Status: Open >> Bug Type: Filesystem function related >> Operating System: Debian GNU/Linux 2.2 >> PHP Version: 4.2.

[PHP-DEV] Re: Bug #17128 Updated: lstat (mis)behaves exactly like stat

2002-05-09 Thread Yasuo Ohgaki
Andrew Rice wrote: > ID: 17128 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: Filesystem function related > Operating System: Debian GNU/Linux 2.2 > PHP Version: 4.2.0 > New Comment: > > is_link i

[PHP-DEV] Re: pgsql win32 build

2002-05-09 Thread Yasuo Ohgaki
Edin Kadribasic wrote: > Postgres extension win32 build has been broken for a while in the HEAD > branch. Has there been any effort to correct this? > I was hoping it was fixed when Sascha patched the module. I'll see what can be done w/o VC. Could you send me the error message? BTW, I apprecia

[PHP-DEV] Zend/zend_istdiostream.h C++??

2002-05-09 Thread Cliff Woolley
HEAD won't compile for me right now because Zend/zend_istdiostream.h is C++. Though that file has been around in its current form for almost 16 months, it's only included by Zend/zend_multibyte.c, which was just added 33 hours ago. --Cliff -- PHP Development Mailing List

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Andrew Lindeman
My fault. I apologize. I was doing a bunch of stuff at the time, and just skimmed the message. Sorry to all --Andrew On Thu, 2002-05-09 at 16:23, Rasmus Lerdorf wrote: This message uses a character set that is not supported by the Internet Service. To view the original message conte

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Rasmus Lerdorf
Actually, that is the right list. He is devloping a PHP extension in C and want to know how to access one of the user-visible functions (trim) from within his extension. That's a very valid question for this list. And yes, to answer the question, you can call php_trim2() directly from your exte

[PHP-DEV] Re:(You don't read) [PHP-DEV] How may I use trim?

2002-05-09 Thread Braulio José Solano Rojas
Andrew, are you that kind of people that does not read? Have you really read my e-mail? I am sure I said I am developing an extension to php. If my subject wasn't good I apologize in advance, but I think you should read. You're like an automated mailing system. I hope

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Jon Parise
On Thu, May 09, 2002 at 04:11:39PM -0500, Andrew Lindeman wrote: [Message reformated due to evil top-posting; don't do that] > > I am developing an extension and I would like to use the trim function inside >one of my functions. > > > > I have seen that I can do it calling the php_trim

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Markus Fischer
Hi, He's on the right list . . . - Markus On Thu, May 09, 2002 at 04:11:39PM -0500, Andrew Lindeman wrote : > Wrong list. This is the development OF php not WITH php. Please use > php-general(@lists.php.net) for these sort of questions. > > --Andrew > > On Thu, 2002-05-09 at 15:

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Andrew Lindeman
Wrong list. This is the development OF php not WITH php. Please use php-general(@lists.php.net) for these sort of questions. --Andrew On Thu, 2002-05-09 at 15:40, Braulio José Solano Rojas wrote: Hi! I am developing an extension and I would like to use the trim function inside one

[PHP-DEV] How may I use trim?

2002-05-09 Thread Braulio José Solano Rojas
Hi! I am developing an extension and I would like to use the trim function inside one of my functions. I have seen that I can do it calling the php_trim2 function. Is this the appropriate way or is there another? Let me know please. Thanks. - Braulio

Re: [PHP-DEV] include text from online-site

2002-05-09 Thread Sander Roobol
You're asking this on the wrong list. This list is for developing PHP, not for developing WITH PHP. Ask questions like these on [EMAIL PROTECTED] Anyway, you can open remote files using fopen() and read them just like normal files. See http://php.net/fopen for more information. Sander On 2002

Re: [PHP-DEV] include text from online-site

2002-05-09 Thread Dan Kalowsky
On Thu, 9 May 2002, Andreas Indahl wrote: > I want to include text from my stats at http://setiathome.ssl.berkeley.edu/ > on my own homepage using PHP. Can I do it? You'll only find out if you ask the proper list. PHP-General is where you'd like to be. >

[PHP-DEV] include text from online-site

2002-05-09 Thread Andreas Indahl
I want to include text from my stats at http://setiathome.ssl.berkeley.edu/ on my own homepage using PHP. Can I do it? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP fail to build with ZE2

2002-05-09 Thread Magnus M
This is the error I get from latest CVS: gcc -IZend/ -I/mnt/data1/Apps/CVS/PHP/php4/Zend/ -DPHP_ATOM_INC -I/mnt/data1/Apps/CVS/PHP/php4/include -I/mnt/data1/Apps/CVS/PHP/php4/main -I/mnt/data1/Apps/CVS/PHP/php4 -I/usr/local/include -I/usr/local/www/httpd2/include -I/mnt/data1/Apps/CVS/PHP/php4