php-windows Digest 19 Feb 2008 14:32:26 -0000 Issue 3430
Topics (messages 28794 through 28797):
Re: What's the difference between <? ?> and <?php ?> ???
28794 by: friso
28795 by: Jarrett Meyer
Re: Installation blues
28796 by: Bill Bolte
Re: cannot compile php 5.2.5 following instructions exactly with vc++ 6
28797 by: Elizabeth M Smith
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 ---
all I know is that <? ?> are not XML compliant and you are advised to use
<?php ?> instead...
""Abhishek Dutta"" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
Hello.
I just did a 'manual' installation of php on my winxp. A very weird
(maybe)
problem encountered. It doesn't 'recognize' <? ?> tags. but it recognizes
<?php ?> tags. Clueless. Someone please help me out.
regards
Abhisek
--- End Message ---
--- Begin Message ---
In your php.ini, if you want <? and ?> to work, you need to turn on
"short tags". However, it is better to write long-tag compliant code in
the first place. However, going through and editing that much code can
be a bit of a bother.
friso wrote:
all I know is that <? ?> are not XML compliant and you are advised to
use <?php ?> instead...
""Abhishek Dutta"" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
Hello.
I just did a 'manual' installation of php on my winxp. A very weird
(maybe)
problem encountered. It doesn't 'recognize' <? ?> tags. but it
recognizes
<?php ?> tags. Clueless. Someone please help me out.
regards
Abhisek
--
Jarrett M. T. Meyer, M.B.A.
[EMAIL PROTECTED]
http://www.jarrettmeyer.com
--- End Message ---
--- Begin Message ---
Also make sure you don't have an instance of IIS web server running. IIS
and Apache can't run at the same time.
Bill
-----Original Message-----
From: Simon Giddings [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 17, 2008 10:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Installation blues
Hello,
I am trying to setup a dev environment on my Win XP Pro SP2 system.
I already have MySql Community server v5.0.24.
I install Apache server v2.2.8 with SSL on localhost.
I install PHP version 5.2.5 using the installer selecting :
MySql
MySqli
Installations work fine!
However, when I startup Apache, I see that it is unable to load the
mysql extension dlls.
I have lost 2 days trying to get this to work.
Has anyone managed to get this working ?
If so, would you be willing to share your steps. I do not realy want to
resort to one of those prebuilt, all-in-one, packages.
My real aim is to try and have a setup as close as I can to my ISP.
Hope someone can help.
Best regards
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
friso wrote:
> I have followed the instructions exactly on
> http://php.nederland.net/manual/en/install.windows.building.php but I
> end up
> with this error...
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> internal_functions.c
> ext\libxml/encoding.h(28) : fatal error C1083: Cannot open include file:
> 'iconv.
> h': No such file or directory
> NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
> Stop.
>
> I have tried to configure like this
>
> cscript /nologo configure.js --without-xml
>
> to no avail... can anybody help me out here?
>
> thanx in advance,
>
> friso
>
>
>
You need a whole bunch of libraries and include files to build php on
windows - you can get them from http://files.edin.dk - look for zip.zip
(it will have enough libraries to build all of pecl if you want)
Basically that error means your environment is having trouble finding
your libiconv headers
And php really needs iconv and libxml to work the way it should
Elizabeth Smith
--- End Message ---