Apache crashes when I uncomment this line in php.ini and try to restart the
server:
;extension=php_exif.dll
I upgraded from 4.3.8 this week and thought there might be a dll conflict.
phpinfo reports Apache/1.3.29 (Win32) PHP/5.0.1. All copies of php_exif.dll on
the system report as version 5.0.
I just installed Apache 2 on the system and confirmed that the problem occurs
with it as well.
Checking the windows crash reports for both versions of Apache shows that the
problem is with "szModName php_mbstring.dll", offset 1966.
Checking all copies of php_mbstring.dll on the system shows t
Yup - that did it. Thanks for the help =)
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 09, 2004 12:12 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] exif
>
> don't know anything about exif, but i got this fr
Line 0 makes me wonder if you have a space or something before the opening
php tag, especially the part about headers already sent.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 13, 2004 6:09 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WI
I'm not sure. I'll see if I can find something. Meanwhile, have you
checked the manual for the ini_set command?
-Ed
> -Original Message-
> Is seems to me that ir works in apache2 only,
> what about 1.3.x?
>
> > Use the PHPIniDir directive in httpd.conf to specify different locations
>
Use the PHPIniDir directive in httpd.conf to specify different locations for
the php.ini file.
PHPIniDir "C:/windows"
> -Original Message-
> There is a documentation bug http://bugs.php.net/bug.php?id=29694 about
> SetEnv setting in httpd.conf
>
> Rasmus says that "PHP checks the real en
> So my qustions are:
> (1) How do you all define this
> (2) Where can I find wording to say what I need that will protect my work.
> (3) I want to include a confidentiality agreement stating that all data
> from
> her DB will remain private. - need wording for that too!
Someone else will have to