[PHP-WIN] PHP Extension building issue on Win32

2004-07-07 Thread Vincent Graux
Hello, I followed instructions at http://www.devnewz.com/090902b.html about setting up correctly a VC++ project for building an extension, and I tried to build the provided "hello world" example. Helas, I still get this "unresolved external symbol" kind of linker errors : Compiling... test1.cpp

[PHP-WIN] Re: PHP extension problem in new XP site

2004-07-07 Thread Jason Barnett
And the relevant bit from the php.ini == ; Directory in which the loadable extensions (modules) reside. extension_dir = ".;C:\PHP\extensions;" == You need extension_dir to point to the location where your extensions are located. Just

RE: [PHP-WIN] Re: PHP extension problem in new XP site

2004-07-07 Thread George Pitcher
Jason, The revised 'path' did the trick. Ta. George > -Original Message- > From: Jason Barnett [mailto:[EMAIL PROTECTED] > Sent: 7 July 2004 8:25 am > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: PHP extension problem in new XP site > > > > And the relevant bit from the php.ini > >

[PHP-WIN] Re: Session On Window [Urgent]

2004-07-07 Thread Rhemax
You must set a tmp directory for created sesssion files; edit php.ini and look for: session.save_path = /tmp replace it with say: session.save_path = C:/temp where C:/temp must exist and must be writable by PHP user /* Rhemax */ "M. Imran Khan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

[PHP-WIN] SSL setup

2004-07-07 Thread dpgirago
Good Morning PHP-Windows Listers, The Problem: I'm trying to setup SSL on my Win2K, Apache(1.3.29), PHP(4.3.6 with OpenSSL 0.9.7c enabled) system. My version of Apache does not have mod_ssl installed, though I have downloaded but not installed version 1.3.31 that does include OpenSSL 0.9.7d.

[PHP-WIN] Syslog is not writting to the Event Viewer - IIS on Win 2003 Ser ver

2004-07-07 Thread Gilbert, Mark
Hi We recently upgraded from NT server to 2003 Server. We used to be able to post events to the event viewer (to track errors in our application). After the upgrade the event viewer does not show any events posted in it. Mark Gilbert

[PHP-WIN] Re: SSL setup

2004-07-07 Thread speedfreak
[EMAIL PROTECTED] wrote on 7/07/04 15:47: Good Morning PHP-Windows Listers, The Problem: I'm trying to setup SSL on my Win2K, Apache(1.3.29), PHP(4.3.6 with OpenSSL 0.9.7c enabled) system. My version of Apache does not have mod_ssl installed, though I have downloaded but not installed version 1.

[PHP-WIN] Re: GTK - why not?

2004-07-07 Thread Oliver John V. Tibi
hi dude! the reason behind php- gtk not being web based is because GTK was primarily created as a toolkit for creating GUI apps on Unixes / Linuxes / Etc. running the X window system. that means GTK is a client technology, not a server technology. i hope i satisfied your question. peace! O.J.