[PHP-DEV] Re: file_exists() bug with windows?

2003-10-31 Thread Thomas Seifert
On Fri, 31 Oct 2003 23:35:08 +0100 [EMAIL PROTECTED] (Matthias Nothhaft) wrote: > Hi List, > > I noticed that > > file_exists(""); // or null instead of "" > > under my Windows machine > with php 4.2.2 returns true!? > > My Debian machine with php 4.3.3 works fine > and returns false! > > Am

Re: [PHP-DEV] file_exists() bug with windows?

2003-10-31 Thread Matthias Nothhaft
Did you check this under Windows? Frank M. Kromann wrote: Hi Matthias, Not sure if this has changed but with the current developmnet versions of both php4 and php5 this function returns false for both null and empty string. - Frank Hi List, I noticed that file_exists(""); // or null instead o

Re: [PHP-DEV] file_exists() bug with windows?

2003-10-31 Thread Frank M. Kromann
Hi Matthias, Not sure if this has changed but with the current developmnet versions of both php4 and php5 this function returns false for both null and empty string. - Frank > Hi List, > > I noticed that > > file_exists(""); // or null instead of "" > > under my Windows machine > with php 4.2

[PHP-DEV] file_exists() bug with windows?

2003-10-31 Thread Matthias Nothhaft
Hi List, I noticed that file_exists(""); // or null instead of "" under my Windows machine with php 4.2.2 returns true!? My Debian machine with php 4.3.3 works fine and returns false! Am I alone with that problem or is it a bug? Regards, Matthias -- PHP Internals - PHP Runtime Development Maili

[PHP-DEV] CVS Account Request: mcgyver5

2003-10-31 Thread Tim McGuire
To add new documentation to PEAR project I got this email from Martin Jansen as part of the pear-doc mailing list: I guess adding new documentation is the most important task at the moment. We are maintaining our documentation in Docbook XML, which is available via CVS. Because of that you will

[PHP-DEV] Re: [PATCH][ZE2] zend_highlight.c change

2003-10-31 Thread Lisa Seelye
On Wed, 2003-10-29 at 22:31, Greg Beaver wrote: > Lisa, > > With my testing, \n causes a double line break in Netscape Mail > and Internet Explorer 6 on windows. However, using \n inside > instead of works in both browsers. For my test, I took the page > at http://pear.php.net/manual/en/cor

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Christian Stocker
Just as an update to this question According to Adam, the stream-wrapper support in ext/xsl seems to have the same possibilities as the schemes support in the former sablotron extension. But he will further look into it and keep us/me updated about the outcome ;) I will talk about stream-wrap

[PHP-DEV] CVS Account Request: aleigh

2003-10-31 Thread Alex Leigh
I develop a webserver that is freely available for people to use. For the past several years it has supported PHP, but, I have required people to download the SAPI extension and compile PHP themselves. I would like my SAPI extension to be bundled with PHP so my users do not have to rebuild the P

Re: [PHP-DEV] Graphs and Charts

2003-10-31 Thread Guilherme A. Mendes
Eric, Thats a good idea. I will try to use your code ! Thanks. --- MENDES, Guilherme Em Sex, 2003-10-31 às 07:15, Eric COLINET escreveu: > Hi ! > > I had the same problem, and i solve it by the use of the 'embed' sapi for PHP. > > Just link you application with it and you will be able to call

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Adam Dickmeiss
Christian Stocker wrote: On 10/31/03 11:23 AM, Adam Dickmeiss wrote: Hi, we miss the scheme facility from PHP4's XSLT extension. So, we are making a new one for PHP5's XSL extension, i.e. interfacing libXSLT's xsltRegisterExtModuleFunction. If nobody else have done it/is doing it we'd like

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Christian Stocker
On 10/31/03 11:23 AM, Adam Dickmeiss wrote: Hi, we miss the scheme facility from PHP4's XSLT extension. So, we are making a new one for PHP5's XSL extension, i.e. interfacing libXSLT's xsltRegisterExtModuleFunction. If nobody else have done it/is doing it we'd like to contribute. Can't you j

Re: [PHP-DEV] BUG #18630

2003-10-31 Thread Uwe Schindler
At 10:27 31.10.2003, Andi Gutmans wrote: At 11:07 PM 10/30/2003 -0400, Ilia Alshanetsky wrote: On October 30, 2003 05:48 pm, Andi Gutmans wrote: > Yeah, I also thought of that but I don't really want to do run-time checks. > It is a possibility though. If it is done once during startup, the 'harm

[PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Adam Dickmeiss
Hi, we miss the scheme facility from PHP4's XSLT extension. So, we are making a new one for PHP5's XSL extension, i.e. interfacing libXSLT's xsltRegisterExtModuleFunction. If nobody else have done it/is doing it we'd like to contribute. -- Adam -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] BUG #18630

2003-10-31 Thread Andi Gutmans
At 11:07 PM 10/30/2003 -0400, Ilia Alshanetsky wrote: On October 30, 2003 05:48 pm, Andi Gutmans wrote: > Yeah, I also thought of that but I don't really want to do run-time checks. > It is a possibility though. If it is done once during startup, the 'harm' should be minimal and in vast majority of

Re: [PHP-DEV] Graphs and Charts

2003-10-31 Thread Eric COLINET
Hi ! I had the same problem, and i solve it by the use of the 'embed' sapi for PHP. Just link you application with it and you will be able to call (not tested but should be near ok): int run_php_script( const char *script_file ) { zend_file_handle file_handle;; int argc= 1