php-windows Digest 13 Oct 2003 17:46:21 -0000 Issue 1954

Topics (messages 21766 through 21771):

Re: Fast template engines
        21766 by: Constantin Baciu

Call to undefined function:  imagecreatefromgif()
        21767 by: Guus Bil
        21768 by: Mike Brum

MySQL Security
        21769 by: Rahman Haqparast

Apache cannot display PHP page
        21770 by: Feris

Writing to a file
        21771 by: Harpreet

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Wow... faster than Smarty?
you can test it against some PEAR based template engines (you can find them
in the HTML category)..... or TemplatePower....

Can we see some code? Is it a compile-based template engine (like Smarty)?
Or just a parse-based template engine?



"Donatas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can someone recommend me some really fast template engine? I am making
> my own template class and I would like to test it's speed against some
> best template engines out there. So far mine is way faster than Yapter
> (about 8 times) and just a little bit faster than Smarty (about 1.2
times).
>
> Donny
>
>
> PS. tests were made by doing some big loops to make a table so it
> doesn't cover all aspects, only the main one.

--- End Message ---
--- Begin Message ---
Hello everybody,

Using Typo3, a CMS, on Windows XP, Apache 2, PHP 4.3.3, MySQL 4 I get the
following error:

Call to undefined function:  imagecreatefromgif()

Therefore I cannot change the template of my testsite.
I really like to get the software running properly. Can anyone give me a
hint please.
That would be highly appreciated.

Thanx in advance,

Guus Bil

--- End Message ---
--- Begin Message ---
Please refer to the function entry for imagecreatefromgif(). You'll note
that it's been a function that's been discontinued from GD due to copyright
issues.

http://www.php.net/manual/en/function.imagecreatefromgif.php

-M

-----Original Message-----
From: Guus Bil [mailto:[EMAIL PROTECTED] 
Sent: Sunday, October 12, 2003 11:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Call to undefined function: imagecreatefromgif()


Hello everybody,

Using Typo3, a CMS, on Windows XP, Apache 2, PHP 4.3.3, MySQL 4 I get the
following error:

Call to undefined function:  imagecreatefromgif()

Therefore I cannot change the template of my testsite.
I really like to get the software running properly. Can anyone give me a
hint please. That would be highly appreciated.

Thanx in advance,

Guus Bil

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Hi.
I wanted to know if there is a way to limit access to mysql in windows to
localhost only? or to some predefined IP addresses?

Rahman

--- End Message ---
--- Begin Message ---
Hi,
    I'm currently using Apache1.3.22/ApacheJServ1.1.2/PHP4.3.2 and it's
working fine until now. Now, my PHP engine seems not working sometimes.
Let's say sometime page A which contain php source running well and
sometimes don't.

For example I have this simple code :

<html>
<body>
<?
    echo "hai";
?>
</body>
</html>

Well... when i call this code sometimes it appear correctly... in my browser
it display :

hai

But sometimes it appear blank. And when I look at the source (in IE I choose
View => Source) of the page it display just the same as the original code.

It's something wrong with the Apache or what ? Please help me...


Thanks,
Feris

--- End Message ---
--- Begin Message ---
I am parsing an xml file and show the data in text boxes in a form . I want
to edit the data and then update the file.

How can i go about editing a file using php

Help is appreciated

Regards,
Harpreet

--- End Message ---

Reply via email to