php-windows Digest 16 Jun 2004 12:45:03 -0000 Issue 2286

Topics (messages 23986 through 23989):

PHP5 IIS6 2003 Access Violation
        23986 by: david charles

ADOdb db abstraction library moved to sourceforge
        23987 by: John Lim

Blank Screen-Newbie
        23988 by: Kevin & Cindy
        23989 by: kgx

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 ---
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
minutes. No problem.

But with PHP5 RC3, making just the standard ini edits, nothing fancy, I
cannot get this access violation errors message to go away.

The wierd thing is, a blank html page with a .php extension will serve the
blank page, followed by one line... the access violation. As if it occurred
somewhere folowing the interp and execution.

Any ideas? I hope this isn't something you hear all day long.

--- End Message ---
--- Begin Message ---
Hello,

ADOdb is a popular database abstraction library for PHP.  It supports
a very large number of databases, including MySQL, PostgreSQL,
Firebird, Interbase, SQLite, Oracle, Frontbase, DB2, SAP DB, Sybase,
Informix, Netezza, Access, VFP, MS SQL, LDAP, ODBTP, ODBC, etc.

Due to system outages at the current site, the home page of ADOdb
has moved to sourceforge.

Kindly update your links to

http://adodb.sourceforge.net/

Given the move to sourceforge, we have decided to take advantage
of its services and we have created 2 new mailing lists:

adodb-news: low volume moderated list for important news
http://lists.sourceforge.net/lists/listinfo/adodb-news

adodb-general: for general postings
http://lists.sourceforge.net/lists/listinfo/adodb-general

Bugs should still be reported at the existing forums at
http://phplens.com/lens/lensforum/topics.php?id=4

Thank you.

John Lim

--- End Message ---
--- Begin Message ---
I have installed Apache 2.o.44 on Windows XP home edition and have installed
PHP
4.3.0 . When I try and view a php script in my browser (I.E 6) all I get is
a blank screen, if I view source I can see the code, I have tried <?
phpinfo(); ?>
but still come up with a blank screen.I have re-named the php.ini-dist file
to php.ini and moved it to C:\Windows\
I have also moved php4ts.ll to C:\Windows\System32.
I have also added the following to my Apache configuration file:

LoadModule php4_module c:/php-4.3.0-Win32/sapi/php4apache2.dll
AddType application/x-httpd-php .php

Any ideas?

--- End Message ---
--- Begin Message ---
Hi. Sorry if this may sound silly but do you double click to open the php
file or do you http://localhost?

:)


"Kevin & Cindy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have installed Apache 2.o.44 on Windows XP home edition and have
installed
> PHP
> 4.3.0 . When I try and view a php script in my browser (I.E 6) all I get
is
> a blank screen, if I view source I can see the code, I have tried <?
> phpinfo(); ?>
> but still come up with a blank screen.I have re-named the php.ini-dist
file
> to php.ini and moved it to C:\Windows\
> I have also moved php4ts.ll to C:\Windows\System32.
> I have also added the following to my Apache configuration file:
>
> LoadModule php4_module c:/php-4.3.0-Win32/sapi/php4apache2.dll
> AddType application/x-httpd-php .php
>
> Any ideas?

--- End Message ---

Reply via email to