php-windows Digest 25 Jan 2003 21:42:00 -0000 Issue 1555
Topics (messages 18095 through 18099):
PHP and Win95
18095 by: Conny Wikman
18096 by: Ignatius Reilly
18097 by: phplam
Re: Running PHP 4.3 under WIN 2000 IIS with MSSQL Server.
18098 by: Lukasz Karapuda
xtemplate on windows
18099 by: Cenk Uysal
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 ---
Can anyone please help me?
I installed Apache 1.3.27 on my Windows 95 machine, which is a P120MHz (I
know I am a bit retro).The webserver works fine but I can't configure PHP4.
After editing the php.ini and httpd.conf files I restarted the server and
made a test.php file. The syntax in the .php is correct since I copied it
from an article.
When trying to access the test file I get a error message saying:
"The PHP.EXE file is linked to missing export KERNEL32.DLL"
Can anyone explain what it means and even better how I could solve this
problem.
Thank you very much in advance!
Conny
--- End Message ---
--- Begin Message ---
This is a known problem.
Solution: downgrade to Windows 3.1
Just joking. Now really for development purposes you should use Windows 98SE
at least. A second-hand licence costs 15 EUR. Windows 2000 is the minimum
required for any serious work.
Ignatius
____________________________________________
----- Original Message -----
From: "Conny Wikman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 25, 2003 7:35 AM
Subject: [PHP-WIN] PHP and Win95
> Can anyone please help me?
>
> I installed Apache 1.3.27 on my Windows 95 machine, which is a P120MHz (I
> know I am a bit retro).The webserver works fine but I can't configure
PHP4.
> After editing the php.ini and httpd.conf files I restarted the server and
> made a test.php file. The syntax in the .php is correct since I copied it
> from an article.
>
> When trying to access the test file I get a error message saying:
> "The PHP.EXE file is linked to missing export KERNEL32.DLL"
> Can anyone explain what it means and even better how I could solve this
> problem.
>
> Thank you very much in advance!
> Conny
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Hi,
I have not tried php in w95 but search in this news with the word 'PDF' and
you'll find someone who is working php with it.
good luck!
phplam.
"Conny Wikman" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can anyone please help me?
>
> I installed Apache 1.3.27 on my Windows 95 machine, which is a P120MHz (I
> know I am a bit retro).The webserver works fine but I can't configure
PHP4.
> After editing the php.ini and httpd.conf files I restarted the server and
> made a test.php file. The syntax in the .php is correct since I copied it
> from an article.
>
> When trying to access the test file I get a error message saying:
> "The PHP.EXE file is linked to missing export KERNEL32.DLL"
> Can anyone explain what it means and even better how I could solve this
> problem.
>
> Thank you very much in advance!
> Conny
>
>
--- End Message ---
--- Begin Message ---
Thanks for the thorough answer.
However I am still uncertain what is the best method to run PHP under
windows.
In my case I am dealing with very high traffic sites (a college website and
intranet).
Do you think that the ISAPI for IIS would be the best solution?
Cheers,
______________________________
Lukasz Karapuda
developer -- newline Creations LLC.
@ [EMAIL PROTECTED]
Y! lukaszkarapuda
"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> [EMAIL PROTECTED] (Lukasz Karapuda) wrote:
>
> >Hello.
> >
> >I am in the process of migrating from a Win2000+ASP+MSSQL Server 2000 web
> >environment to a Win2000+PHP+MSSQL Server environment.
>
> Congratulations!
>
> >I would like to know of any negative aspects, concerns and performance
> >issues which come with using PHP in the above configuaration.
> >I am specifically interested if PHP will be able to support the following
> >functionality under Windows:
> >
> >1. Session Handling.
> yes
> >2. MSSQL Server access / ODBC access to MySQL server.
> yes. There are performance problems with access to remote MSSQL
> servers (see e.g. http://bugs.php.net/bug.php?id=21772). Why do you
> want to access mysql over ODBC? The native API is much more
> powerful...
> >3. E-mail sending functionality.
> Yes
> >4. DOM XML parser.
> don't know much about this. Have a look at www.php.net/domxml
> >5. Active Directory Access.
> Don't know much, you can connect over LDAP
> (http://ch.php.net/manual/en/ref.ldap.php#17098), there is also the
> COM interface (www.php.net/com) and w32api
> (http://cvs.php.net/co.php/php4/ext/w32api/w32api.c?login=2&r=1.8)
>
> >I am also interested what is the better(more stable, efficient) solution
to
> >run PHP for WIN2000:
> >1. CGI for IIS
> stable, but not suitable for heavy traffic / high speed (works quite
> ok if you don't have too much traffic)
> >2. ISAPI for IIS
> it has not been too stable for a long time, but 4.3.0 seems to be a
> big step ahead.
>
> >3. Module for Apache 2.0.
> Don't have experience with that.
> >
> >Also, are there any problem connected with running PHP with IIS together
> >with ASP and ASP.NET on the same host?
> No.
>
> In general you'll find many additional info in the manual on
> www.php.net/manual/en (and the manual notes below the official texts).
>
> We use PHP with IIS on NT and W2K since 3 years in production
> environments without mayor problems.
>
> HTH
> Christoph
--- End Message ---
--- Begin Message ---
hi all,
i cant run xtemplate on windows. it works with unix system. here is
the error:
Undefined index: main
it seems it can not find template blocks in tpl file.
what can i do?
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- End Message ---