php-windows Digest 24 Apr 2001 08:19:23 -0000 Issue 561

2001-04-24 Thread php-windows-digest-help
php-windows Digest 24 Apr 2001 08:19:23 - Issue 561 Topics (messages 6998 through 7012): Re: Storing images in Interbase database 6998 by: Il Cieco Sessions 6999 by: Randall Barber Re: Refreshing problem(thread problem?) 7000 by: Phillip Bow 7011 by: ma

RE: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Michael Rudel
Hi Joel, No, I think you don't have to recompile it under Win. You just have to enable the php-ldap extension. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraß

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yasuo Ohgaki
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_cmd

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yoann Chevalier
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 interest

[PHP-WIN] OOT:Flash Milist

2001-04-24 Thread Ari Pramono (HRM-HO)
I'm sorry, but anybody know about flash mailing list ? Thanks Ary -- 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]

[PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Alter Ego
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 t

Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Phil Driscoll
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

[PHP-WIN] php and frontpage 2000

2001-04-24 Thread James Abbey
Hi Does anyone knows how to configure fronpage 2000 with php so it does not changes my php code Thanks in advance -- 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,

[PHP-WIN] Using cookies with IIS to manage sessions.

2001-04-24 Thread Alessio Bernesco Làvore
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]

RE: [PHP-WIN] Using cookies with IIS to manage sessions.

2001-04-24 Thread Asendorf, John
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! L

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Johan Lundqvist
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

[PHP-WIN] libmcrypt

2001-04-24 Thread Piotr Pluciennik
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

Re: [PHP-WIN] php and frontpage 2000

2001-04-24 Thread Patrick Dunford
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 === Crea

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Patrick Dunford
unford, 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 ===

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Patrick Dunford
g/cgi-shl/todaysverse.cgi?day=20010424 === Created by Mail2Sig - http://pdunford.godzone.net.nz/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Phillip Bow
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

[PHP-WIN] PHP 4 Extension on Win2k server

2001-04-24 Thread Sébastien Cramatte
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.

RE: [PHP-WIN] PHP 4 Extension on Win2k server

2001-04-24 Thread Robin Bolton
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

Re: [PHP-WIN] PHP 4 Extension on Win2k server

2001-04-24 Thread Sébastien Cramatte
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

[PHP-WIN] mcrypt

2001-04-24 Thread ryan.barnett1
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 kn

php-windows Digest 24 Apr 2001 20:50:12 -0000 Issue 562

2001-04-24 Thread php-windows-digest-help
as 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?da

[PHP-WIN] IRC Clients

2001-04-24 Thread Leo Hansson
Greetings. I'm looking for information about how to interface IRC with PHP. Information, links, hints about where to start and problems that may occur, and such is very welcome. Thanks in advance. Leo Hansson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP-WIN] IRC Clients

2001-04-24 Thread Plutarck
Highly reccommended is the book Web Application Development with PHP 4.0. It's sitting on my computer tower next to me at this very moment. In Chapter 3 they walk through the development of a program called phpChat, and they include the full source code to it on the accompanying CDROM. Search aro

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yasuo Ohgaki
"Patrick Dunford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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. >

[PHP-WIN] YapBB

2001-04-24 Thread Manesh
When i try and use it i get this, i have one the databse in MySql! Warning: Undefined variable: NODB in include/global.php on line 871 Warning: Use of undefined constant DB_HOST - assumed 'DB_HOST' in C:\Inetpub\wwwroot\YapBB/include/sqlsession.php on line 21 Warning: Use of undefined constan

[PHP-WIN] Errors Help!

2001-04-24 Thread Manesh
I get these on somthing else, BTW i have download there BB and they should work Warning: Undefined variable: realm in c:\inetpub\wwwroot\f\install-95.php on line 4 Warning: Use of undefined constant dbhost - assumed 'dbhost' in c:\inetpub\wwwroot\f\install-95.php on line 12 Warning: Undefined

[PHP-WIN] CGI & ISAPI mode problem

2001-04-24 Thread Gu Weidong-a1923c
OCI can work under ISAPI but not CGI. LDAP can work under CGI but not ISAPI. My configuration: PHP:4.0.2 OS:WIN4.0+IIS 4.0 Oracle Client:8.0.5 Any hints? Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-WIN] socket API

2001-04-24 Thread Sam
Hi, I can't use socket() under WIN32 php4.0.4pl1, what's wrong ?? Of cource I know how to use psockopen(), but the function 'socket_get_status' doesn't work, so I think maybe it can work if I use socket() to create socket... Sam. -- PHP Windows Mailing List (http://www.php.net/) To unsu