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
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
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
> >
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
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.
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
[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.
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.