php-windows Digest 20 Jun 2004 07:22:32 -0000 Issue 2291
Topics (messages 24029 through 24031):
Is there a way of...
24029 by: Daniel Anderson
Re: ASP to PHP converter?
24030 by: memoimyself.yahoo.com.br
Re: PHP + Win32 + FreeTDS + MSSQL
24031 by: Miha Nedok
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 ---
Is there a way of getting 24 Bit Colour PNGs to be transparent when you use the:
CreateFromPNG(); function?
I read through the PHP Manual, one Comment in the transparency page said that True
Colour images are transparent only if they are Black (R: 0,G: 0, B: 0), I tried that
but it has no effect.
I checked on the alpha section, but that didn't really help either.
Any suggestions anyone?
Thanks,
Dan
--- End Message ---
--- Begin Message ---
Thanks a lot for your responses, Trevor, Svensson and Sudeep. I'd already tried
asp2php,
but it spat out broken code. Your friend would probably do a much better job,
Svensson,
but I'm doing a favour for a friend of my own and am not willing to spend money.
I guess I'll end up doing the conversion by hand, but I've looked at the ASP code and
there are a few things that don't make a lot of sense to me. Oh, well. Thanks anyway,
guys
(Sudeep and Svensson, I'm assuming you're a guys, but forgive me if you aren't)
Erik
--- End Message ---
--- Begin Message ---
I will try 1.1. Thanx for info.
-Mike
On Fri, 18 Jun 2004, Robert Twitty wrote:
Date: Fri, 18 Jun 2004 11:22:53 -0400 (EDT)
From: Robert Twitty <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL
Version 1.0 was slower than 1.1. Performance-wise it's about as fast as
the DB-Library version on Windows, and faster than the FreeTDS version on
Solaris. I have not done a performance comparison with FreeTDS on Linux.
The odbtp extension is also considerably faster and more capable than the
odbc extension.
BTW: What were the specs of the server that was hosting the ODBTP service?
So far, this is the first complaint of it being slow.
-- bob
On Fri, 18 Jun 2004, Miha Nedok wrote:
Hi !
The "only" problem with MS dblib is thread-safety with pconnect on remote
server. It crashes IIS "randomly".
How is ODBTP performance wise ? I tryed it last year and it was really
slow.
-Mike
On Fri, 18 Jun 2004, Robert Twitty wrote:
Date: Fri, 18 Jun 2004 09:20:42 -0400 (EDT)
From: Robert Twitty <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL
Hi Mike
IF the DB-Library version of the mssql extension (php_mssql.dll) is
causing problems for you, then I suggest you try the ODBTP/MSSQL hybrid
extension (php_odbtp_mssql.dll) available at http://odbtp.sourceforge.net.
It supports all of the mssql ext functions.
-- bob
Hi !
Is there any way on Win32 to use FreeTDS with php_mssql extension ?
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---