php-windows Digest 24 Apr 2001 20:50:12 -0000 Issue 562
Topics (messages 7013 through 7030):
Re: php postgres module for windows 2000
7013 by: Yasuo Ohgaki
7014 by: Yoann Chevalier
7024 by: Patrick Dunford
7025 by: Patrick Dunford
OOT:Flash Milist
7015 by: Ari Pramono (HRM-HO)
PHP 4.0.4pl1 problemas with includes
7016 by: Alter Ego
7017 by: Phil Driscoll
7026 by: Phillip Bow
php and frontpage 2000
7018 by: James Abbey
7023 by: Patrick Dunford
Using cookies with IIS to manage sessions.
7019 by: Alessio Bernesco Làvore
7020 by: Asendorf, John
Re: Authorization on IIS5 (PHP4; Win2k)
7021 by: Johan Lundqvist
libmcrypt
7022 by: Piotr Pluciennik
PHP 4 Extension on Win2k server
7027 by: Sébastien Cramatte
7028 by: Robin Bolton
7029 by: Sébastien Cramatte
mcrypt
7030 by: ryan.barnett1
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]
----------------------------------------------------------------------
I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone
know/compiled php_pgsql.dll with 7.1 libpq.
Could you tell where to get it?
Anyway, answer to question. If you get binary from www.php4win.de, it comes with
php_pgsql.dll compiled with libpq 7.0.
It does not support pg_cmdtuples(). If you are using PostgreSQL 7.1, you'll get
error message telling there is no error from pg_errormessage().
Regards,
--
Yasuo Ohgaki
""Dado Feigenblatt"" <[EMAIL PROTECTED]> wrote in message
002701c0cc83$eff225e0$[EMAIL PROTECTED]">news:002701c0cc83$eff225e0$[EMAIL PROTECTED]...
I just installed apache and php for win2000.
It's working fine.
Now I need php to talk to postgresql.
Where can I find that module?
What is involved in getting it to work?
Oh, I'd rather have a binary instead of compiling it.
And since we are at it, where can I find the postgresql binaries for w2k?
Thanks.
Dado Feigenblatt
In php.ini you just have to uncomment the line
;extension=php_pgsql.dll
-> extension=php_pgsql.dll
You will maybe have to configure extension_dir to something like this :
extension_dir = "c:\php4\extensions\"
I don't think the postgresql binaries for win32 exists. But if it does, I'm
interested in it.
Yoann.
----- Original Message -----
From: "Dado Feigenblatt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 8:01 AM
Subject: [PHP-WIN] php postgres module for windows 2000
I just installed apache and php for win2000.
It's working fine.
Now I need php to talk to postgresql.
Where can I find that module?
What is involved in getting it to work?
Oh, I'd rather have a binary instead of compiling it.
And since we are at it, where can I find the postgresql binaries for w2k?
Thanks.
Dado Feigenblatt
On 23 Apr 2001 22:59:34 -0700 AD in php.windows, Dado Feigenblatt said:
>I just installed apache and php for win2000.
>It's working fine.
>Now I need php to talk to postgresql.
>Where can I find that module?
>What is involved in getting it to work?
>Oh, I'd rather have a binary instead of compiling it.
>And since we are at it, where can I find the postgresql binaries for w2k?
Windows is not one of the supported Postgres platforms, though it has been
tested.
--
=======================================================================
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/
The lips of the righteous nourish many, but fools die for lack
of judgment.
-- Proverbs 10:21
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010424
=======================================================================
Created by Mail2Sig - http://pdunford.godzone.net.nz/
On 24 Apr 2001 02:00:33 -0700 AD in php.windows, Yasuo Ohgaki said:
>I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone
>know/compiled php_pgsql.dll with 7.1 libpq.
>Could you tell where to get it?
>
>Anyway, answer to question. If you get binary from www.php4win.de, it comes with
>php_pgsql.dll compiled with libpq 7.0.
>It does not support pg_cmdtuples(). If you are using PostgreSQL 7.1, you'll get
>error message telling there is no error from pg_errormessage().
Yes however Postgresql itself (a separate product) is not available compiled
for Windows 2000.
--
=======================================================================
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/
The lips of the righteous nourish many, but fools die for lack
of judgment.
-- Proverbs 10:21
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010424
=======================================================================
Created by Mail2Sig - http://pdunford.godzone.net.nz/
I'm sorry, but anybody know about flash mailing list ?
Thanks
Ary
Hi all Group:
I have an NT SERVER 4.0 (sp6) + IIS 4 + PHP 4.04pl1
I have some applications developed in PHP, and normally i always use the include()
function.
Normally all include files are on the same directory (\include) and all have .IDI
extension.
The problem is that the server caching this files when load it firts time, and after
any change in this files doesn't works, not actualice. I try to stop/start the web
server, stop/start the IIS Admin Service, Reboot the Server, delete the web site entry
in the IIS and create another new entry, but the problem persits...
anyone know this problem and why ocurs?
--
Alter Ego
[EMAIL PROTECTED]
I have the same setup as you, but I can't believe that the server can
possibly cache your include files - I'm sure something else must be going
on. I assume you are using the cgi version of PHP - if so, there's only
php.exe knows about your include files, and it dies and forgets everything
at the end of a request.
There might be a problem with the browser caching files, or perhaps in your
program logic?
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
I'd have to agree with Phil(and not just because thats my name too :). If
you are using IE then you may want to change Tools->Internet Options --
General->Temp Internet Files->Settings... to every page visit if it isn't
already. If you have NS or some other browser you may want to go to the
page with that and see if the results are the same.
--
phill
""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message
004901c0cca6$8e520030$0c01a8c0@philsntserver">news:004901c0cca6$8e520030$0c01a8c0@philsntserver...
> I have the same setup as you, but I can't believe that the server can
> possibly cache your include files - I'm sure something else must be going
> on. I assume you are using the cgi version of PHP - if so, there's only
> php.exe knows about your include files, and it dies and forgets everything
> at the end of a request.
> There might be a problem with the browser caching files, or perhaps in
your
> program logic?
>
> Cheers
> --
> Phil Driscoll
> Dial Solutions
> +44 (0)113 294 5112
> http://www.dialsolutions.com
> http://www.dtonline.org
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
Hi
Does anyone knows how to configure fronpage 2000 with php so it does not
changes my php code
Thanks in advance
On 24 Apr 2001 03:53:46 -0700 AD in php.windows, James Abbey said:
>Hi
>Does anyone knows how to configure fronpage 2000 with php so it does not
>changes my php code
Try using <% and %> tags
--
=======================================================================
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/
The lips of the righteous nourish many, but fools die for lack
of judgment.
-- Proverbs 10:21
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010424
=======================================================================
Created by Mail2Sig - http://pdunford.godzone.net.nz/
Hi,
I'm not able to use cookie to manage sessions...
Has anybody does it?
Thanks,
Ale.
I'm not certain what you are asking, but here's my stab at it. You can turn
the trans_sid flag on (the default IS on)
It passes the session id through the URL.
---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aliquando et insanire iucundum est
> -----Original Message-----
> From: Alessio Bernesco Làvore
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 7:31 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Using cookies with IIS to manage sessions.
>
>
> Hi,
> I'm not able to use cookie to manage sessions...
> Has anybody does it?
>
> Thanks,
> Ale.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
In php.ini just enable LDAP in "Dynamic Extensions" section by entering
the line extension=php_ldap.dll and restart the web-server (if ISAPI
module) and off you go...
Joel Gilbert wrote:
>
> Thanks for the info. Just one more thing, is it possible to set up LDAP in
> PHP for Win2K & IIS, and if so, how? The PHP docs say you have to recompile
> PHP with LDAP support. Sorry for my stupidity on this, but how can I do this
> under PHP for Windows?
>
Hi all,
I've just downloaded for my windows installation
libmcrypt-2.4.5-win32.zip encryption library. Has anyone know how to
correctly install it on my system (Win NT40, php 4.04pl1)?
Thanks in advance
Piotr
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hello,
I've tried to install PHP extension on my win2k server.
I update the line below to set my correct extensions path.
extension_dir = c:\php\extensions\
I've got a problem to mount somes extensions like php_ldap.dll
Other extensions like php_imap.dll or php_mssql70.dll are correctly loaded.
When I reload IIS service I've got this error :
Unable to load dynamic library 'c:\php\extensions\php_ldap.dll' - Extension
not found. However the extension dll exist in this directory.
My php release is PHP 4.04 PL1 for Win 32 (CGI binary plus server API
versions for Apache, AOLserver, ISAPI and NSAPI. MySQL support built-in,
many extensions included, packaged as zip)
Could you give me a hand.
Thanks in advance
Sébastien CRAMATTE
try setting you extension path relative to the php folder, and using forward slashes.
So for example, if your PHP install has an extensions subfolder (default), set your
extension_dir = ./extensions
> -----Original Message-----
> From: Sébastien Cramatte [mailto:[EMAIL PROTECTED]]
> Sent: April 24, 2001 11:37 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] PHP 4 Extension on Win2k server
>
>
> Hello,
>
> I've tried to install PHP extension on my win2k server.
>
> I update the line below to set my correct extensions path.
> extension_dir = c:\php\extensions\
>
> I've got a problem to mount somes extensions like php_ldap.dll
> Other extensions like php_imap.dll or php_mssql70.dll are
> correctly loaded.
>
> When I reload IIS service I've got this error :
> Unable to load dynamic library 'c:\php\extensions\php_ldap.dll' -
> Extension
> not found. However the extension dll exist in this directory.
>
> My php release is PHP 4.04 PL1 for Win 32 (CGI binary plus server API
> versions for Apache, AOLserver, ISAPI and NSAPI. MySQL support built-in,
> many extensions included, packaged as zip)
>
> Could you give me a hand.
> Thanks in advance
>
> Sébastien CRAMATTE
>
>
>
>
>
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
smime.p7s
I'll try this but all extensions aren't loaded. I remember you that with the
absolute path some extensions ared loaded.
""Sébastien Cramatte"" <[EMAIL PROTECTED]> a écrit dans le message
news: 9c4dsa$hda$[EMAIL PROTECTED]
> Hello,
>
> I've tried to install PHP extension on my win2k server.
>
> I update the line below to set my correct extensions path.
> extension_dir = c:\php\extensions\
>
> I've got a problem to mount somes extensions like php_ldap.dll
> Other extensions like php_imap.dll or php_mssql70.dll are correctly
loaded.
>
> When I reload IIS service I've got this error :
> Unable to load dynamic library 'c:\php\extensions\php_ldap.dll' -
Extension
> not found. However the extension dll exist in this directory.
>
> My php release is PHP 4.04 PL1 for Win 32 (CGI binary plus server API
> versions for Apache, AOLserver, ISAPI and NSAPI. MySQL support built-in,
> many extensions included, packaged as zip)
>
> Could you give me a hand.
> Thanks in advance
>
> Sébastien CRAMATTE
>
>
>
>
>
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
Does anyone know how to install the mcrypt libraries for PHP in windows?
--------------------------------
I'm running: Apache 1.3.12
PHP 4.0.2
Windows 98
--------------------------------
I've downloaded libmcrypt-2.4.5b-win32.zip
(I think that this contains everything I need.)
I just need to know what to do next.
I couldn't find a "friendly" PHP module install guide anywhere and the
README file included with the mcrypt zip doesn't help a great deal.
Can anyone provide a step by step guide to installing mcrypt in windows?
Thanks in advance for all your help,
Ryan.
www.more4money.com