php-windows Digest 17 May 2011 18:01:26 -0000 Issue 3948

Topics (messages 30619 through 30621):

Re: Violation Error
        30619 by: aug721.gmail.com

Re: Question: Lamp is installed but can't access localhost
        30620 by: Gavin Chalkley

Using .Net assemblies with PHP
        30621 by: Trevor

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 ---
Hello,

Thanks for advice.

> Google brings up loads about this. The main things seems to be with making
> sure you have MySQL enable in your PHP settings:
>
> http://serverfault.com/questions/99842/php-has-encountered-an-access-violation-at

php.ini reconfigured following.

Old php.ini
extension=php_mysql.dll
extension=php_pdo_mysql.dll

New php.ini
;extension=php_mysql.dll
;extension=php_pdo_mysql.dll

But occurs problem.
I used not MySQl.
I used Microsoft SQL Server.

--
Y Okamura

--- End Message ---
--- Begin Message ---
Are you starting LAMPP with SU (su /opt/lampp/lampp start)?

Which version (1.7.4 is the latest)

Have you installed standalone PHP and Mysql on the system before? As this
can some time cause issues with clashing configs

On 14 May 2011 07:53, sam rumaizan <[email protected]> wrote:

> Hello,
>
> I have installed Lamp on Ubuntu 10.04 and started the server but can't
> access localhost
> (Yes, I have /etc/hosts file AND it does contain this line 127.0.0.1
> localhost).
>
> Thank you,
>
> Sam




-- 
Best regards,

Gavin C

--- End Message ---
--- Begin Message --- Just in case anyone else needs to do this, I just spent a frustrating week figuring out how to make an assembly I created with PowerBuilder.Net work with PHP. The dotnet class in PHP doesn't work very well, and has apparently been abandoned. I ended up using this instead: http://universalccw.sourceforge.net/

It's finally working great, and I am very happy. (The library also, of course, works with the regular Microsoft assemblies.)

- Trevor

--- End Message ---

Reply via email to