php-windows Digest 24 Feb 2003 00:58:59 -0000 Issue 1602
Topics (messages 18676 through 18681):
Re: Tutorials on OOP
18676 by: Phil Roberts
Re: The inevitable LoadModule problem
18677 by: Per Christian
18678 by: rotsky
Re: The inevitable LoadModule problem - sorted
18679 by: rotsky
Test message
18680 by: Rohin Gosling
Unexplained CGI error
18681 by: Mary Sweeney
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 ---
[EMAIL PROTECTED] (Davy Obdam) wrote in news:[EMAIL PROTECTED]:
> Hi people,.
>
> I have to build several classes for a project i am doing, but i am quite
> new to OOP programming. I need to make a database abstraction layer
> class and a user login class.. Does anyone know some good tutorials
> about these things and OOP in general. Thanks in advance..
>
http://www.phppatterns.com/ is a good place to learn about OO PHP design.
--- End Message ---
--- Begin Message ---
It works best with an older version of Apache, but 2.0 should work fine
I read in the install-guide that the message you got, was caused because it
could not find a .dll php4apache.dll needed
Try to copy all the dll's from C:/php/sapi into the directory where you
installed Apache...
That worked fine for me.
Best Regards,
Per Christian
"Rotsky" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> Okay, I know you've all heard this one before, but I'm really new to all
> this, can't really claim to be a programmer and am on a steep learning
> curve, so...
>
> I've installed PHP 4.3.1 and Apache 2.0.44. I've made the various changes
to
> Apache's httpd.conf file, including the infamous line:
>
> LoadModule php4_module "C:/php/sapi/php4apache2.dll"
>
> (That's cut'n'pasted straight from the .conf file, so you can see I got
the
> slashes in the right direction). And, php4apache2.dll is very definitely
in
> that directory. I've installed in a couple of times from the downloaded
zip
> file in case something had corrupted it.
>
> Yet during Apache start-up it still tells me it can't find that
> php4apache2.dll file, saying:
> Cannot load C:/php/sapi/php4apache2.dll into server. The specified module
> could not be found.
>
> Now, I know PHP 4.3.1 is recent and that every time PHP or Apache is
> updated, this problem crops up again. Anyone any thoughts?
>
> I'm running WinXP HE version 2002 with SP1.
>
> Am I being hopelessly optimistic and should install an earlier version of
> Apache?
>
>
>
--- End Message ---
--- Begin Message ---
No luck with that. I copied the php4apache2.dll and php4apache.dll files -
and then all the files in /sapi/ into both the Apache root folder and the
'modules' sub-folder - Apache still can't find it...
"Per Christian" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> It works best with an older version of Apache, but 2.0 should work fine
> I read in the install-guide that the message you got, was caused because
it
> could not find a .dll php4apache.dll needed
>
> Try to copy all the dll's from C:/php/sapi into the directory where you
> installed Apache...
> That worked fine for me.
--- End Message ---
--- Begin Message ---
Well it turned out to be a problem with me and my clumsy fingers. I went
through the installation process again and found that, instead of dropping
php.ini and php4ts.dll into c:\windows\system32 I'd dropped them by mistake
into \windows\system\ where they apparently sat & sulked. Moved them to the
right directly and all is well - bliss!
Right, I've got Apache, PHP and MySQL installed and some books on the way
from Amazon. Wish me luck...!
"Rotsky" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> No luck with that. I copied the php4apache2.dll and php4apache.dll files -
> and then all the files in /sapi/ into both the Apache root folder and the
> 'modules' sub-folder - Apache still can't find it...
--- End Message ---
--- Begin Message ---
Hi everybody !
I apologize for the inconvenience, but please ignore this message. I am
having trouble getting messages into these news groups, so this is just me
sending a test message to try and work out what is wrong.
Rohin
--- End Message ---
--- Begin Message ---
I had a very nice little application I was working on. I selected options
from an html page and then after selection I called a PHP script. It worked
just fine, but now when I use the same code unchanged, it gives me the error
you see below and nothing more. This has happened to me twice before. What
gives? There must be something I'm doing, but I can't figure what it is. I
can't be the only person who's gotten this. Please help!
Thanks,
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
--- End Message ---