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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo