[PHP-DEV] RE: Bug #13417 Updated: Cannot open file for writing

2001-09-24 Thread Keller, Mathew (ISS Atlanta)

Already did your standard fix, and updated to the latest snap.csv. Nothing
changes and yes I do believe it has something to do with PHP, it works fine
for all other process's.  I followed the do's and dont's Markus, anything
else that you dont want to input.


-Original Message-
From: Bug Database [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 5:59 PM
To: Keller, Mathew (ISS Atlanta)
Subject: Bug #13417 Updated: Cannot open file for writing


ID: 13417
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: GD related
Operating System: solaris 8
PHP Version: 4.0.6
New Comment:

Useless bug report and probably a user error.

Please ask support questions at [EMAIL PROTECTED]

Bogusifying. I you really think its a PHP problem first update to the latest
version (try snaps.php.net ) and then reopen this bug report with more
information (read the "do's and dont's")

- Markus

Previous Comments:


[2001-09-24 12:31:22] [EMAIL PROTECTED]

get the following error when trying to create image files (png) with php.

2
Warning
imagepng: unable to open '/images/image1.png' for
writing







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=13417&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: Bug #10773 Updated: C Compiler cannot create executables

2001-05-10 Thread Matthew K Keller

Yes I do have gcc loaded, so what do I do from here
- Original Message -
From: "Bug Database" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 11:53 PM
Subject: Bug #10773 Updated: C Compiler cannot create executables


> ID: 10773
> Updated by: sniper
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Closed
> Bug Type: *Install and Config
> Operating system:
> PHP Version: 4.0.5
> Assigned To:
> Comments:
>
> Are you using GCC ? If not, get it.
>
> As this problem is with your compiler, not in PHP.
> And it's problem with your C++ compiler..
>
> --Jani
>
>
> Previous Comments:
> --
-
>
> [2001-05-09 19:23:52] [EMAIL PROTECTED]
> I am entering the following script for configure
>
./configure --with-nsapi=/opt/server/netscape/server --with-oci8 --enable-tr
ack-vars --enable-libgcc
>
> and I receive the following error
> checking for c++... c++
> checking whether the C++ compiler
(c++   -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solari
s2.8/2.95 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95 -R/OraHome1/lib
 -L/OraHome1/lib) works... no
> configure: error: installation or configuration problem: C++ compiler
cannot create executables.
>
> if I configure without
> --with-nsapi=/opt/server/netscape/server
> I do not have any problems, I saw this problem listed in the bug reports
but a solution was never posted. is there a fix or a work around.
>
> Matt
>
>
>
> --
-
>
>
>
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at
http://bugs.php.net/?id=10773&edit=2


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

ID: 10758
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating system: WinNT 4.0
PHP Version: 4.0.4pl1
Description: php_curl.dll won't load, even if in WinNT\system32 folder

Possible Solution:

To use the php_curl.dll in NT 4.0, I made a copy of the msvcrt.dll library included in 
the PHP distribution. I renamed the copy to msvcr70.dll and moved it to my 
winnt\system32 folder. This seems to fool php_curl into thinking it is using the old 
library, but apparently the new library works similarly.

Previous Comments:
---

[2001-05-09 15:16:54] [EMAIL PROTECTED]
okay, I think i'm getting to the heart of the issue here:

when I disable the php_curl.dll extension in the php.ini file, php.exe (4.0.4pl1) 
starts up fine from the command line. When I enable the curl extension, it tells me 
I'm missing MSVCR70.dll, which I have gathered is an old C runtime library.

No one seems to have it (least of all microsoft), yet php_curl requires it, no?



---

[2001-05-09 14:43:34] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 14:21:43] [EMAIL PROTECTED]
Looks like it could be stale php4ts.dll's hanging about please delete any that are 
lying about on your computer and then reinstall PHP again and this will hopefully fix 
the problem (check system32 dir, system dir ect). Make sure your php_curl.dll isnt 
stale too.

- James

---

[2001-05-09 14:13:33] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 14:12:06] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10758


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

ID: 10758
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating system: WinNT 4.0
PHP Version: 4.0.4pl1
Description: php_curl.dll won't load, even if in WinNT\system32 folder

okay, I think i'm getting to the heart of the issue here:

when I disable the php_curl.dll extension in the php.ini file, php.exe (4.0.4pl1) 
starts up fine from the command line. When I enable the curl extension, it tells me 
I'm missing MSVCR70.dll, which I have gathered is an old C runtime library.

No one seems to have it (least of all microsoft), yet php_curl requires it, no?



Previous Comments:
---

[2001-05-09 14:43:34] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 14:21:43] [EMAIL PROTECTED]
Looks like it could be stale php4ts.dll's hanging about please delete any that are 
lying about on your computer and then reinstall PHP again and this will hopefully fix 
the problem (check system32 dir, system dir ect). Make sure your php_curl.dll isnt 
stale too.

- James

---

[2001-05-09 14:13:33] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 14:12:06] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 13:52:27] [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] or [EMAIL PROTECTED] I know that all 
the extensions will load as I use them here. Are you given any errors when starting 
the php.exe from command line mode?? Reopen if you can provide more information about 
what is happening.. As it is at the moment you havnt provided us enough information to 
work with.

cheers,

- James 

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10758


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

ID: 10758
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Bogus
Bug Type: IIS related
Operating system: WinNT 4.0
PHP Version: 4.0.4pl1
Description: php_curl.dll won't load, even if in WinNT\system32 folder

Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:\php\extensions\php_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

Previous Comments:
---

[2001-05-09 14:21:43] [EMAIL PROTECTED]
Looks like it could be stale php4ts.dll's hanging about please delete any that are 
lying about on your computer and then reinstall PHP again and this will hopefully fix 
the problem (check system32 dir, system dir ect). Make sure your php_curl.dll isnt 
stale too.

- James

---

[2001-05-09 14:13:33] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 14:12:06] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 13:52:27] [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] or [EMAIL PROTECTED] I know that all 
the extensions will load as I use them here. Are you given any errors when starting 
the php.exe from command line mode?? Reopen if you can provide more information about 
what is happening.. As it is at the moment you havnt provided us enough information to 
work with.

cheers,

- James 

---

[2001-05-09 13:32:46] [EMAIL PROTECTED]
I've tried every suggestion from the documentation and users on this issue, and I'm 
convinced that there is a bug. Other extensions will load without error. Php_curl.dll 
won't even load if it is placed in the winntsystem32 folder, and surrounded by its 
required modules (with the .ini file pointing to the system32 folder for extensions 
directory).

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10758


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

ID: 10758
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating system: WinNT 4.0
PHP Version: 4.0.4pl1
Description: php_curl.dll won't load, even if in WinNT\system32 folder

Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:\php\extensions\php_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

Previous Comments:
---

[2001-05-09 14:12:06] [EMAIL PROTECTED]
Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:phpextensionsphp_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

---

[2001-05-09 13:52:27] [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] or [EMAIL PROTECTED] I know that all 
the extensions will load as I use them here. Are you given any errors when starting 
the php.exe from command line mode?? Reopen if you can provide more information about 
what is happening.. As it is at the moment you havnt provided us enough information to 
work with.

cheers,

- James 

---

[2001-05-09 13:32:46] [EMAIL PROTECTED]
I've tried every suggestion from the documentation and users on this issue, and I'm 
convinced that there is a bug. Other extensions will load without error. Php_curl.dll 
won't even load if it is placed in the winntsystem32 folder, and surrounded by its 
required modules (with the .ini file pointing to the system32 folder for extensions 
directory).

---


Full Bug description available at: http://bugs.php.net/?id=10758


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

ID: 10758
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating system: WinNT 4.0
PHP Version: 4.0.4pl1
Description: php_curl.dll won't load, even if in WinNT\system32 folder

Yes there is an error when executing php.exe from the command line:

The procedure entry point add_assoc_string_ex could not be located in the dynamic link 
library php4ts.dll

Then you get the php_curl error:

Unable to load dynamic link library 'c:\php\extensions\php_curl.dll' - The specified 
procedure could not be found

(sorry for my previous vagueness)

Previous Comments:
---

[2001-05-09 13:52:27] [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] or [EMAIL PROTECTED] I know that all 
the extensions will load as I use them here. Are you given any errors when starting 
the php.exe from command line mode?? Reopen if you can provide more information about 
what is happening.. As it is at the moment you havnt provided us enough information to 
work with.

cheers,

- James 

---

[2001-05-09 13:32:46] [EMAIL PROTECTED]
I've tried every suggestion from the documentation and users on this issue, and I'm 
convinced that there is a bug. Other extensions will load without error. Php_curl.dll 
won't even load if it is placed in the winntsystem32 folder, and surrounded by its 
required modules (with the .ini file pointing to the system32 folder for extensions 
directory).

---


Full Bug description available at: http://bugs.php.net/?id=10758


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10758: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller

From: [EMAIL PROTECTED]
Operating system: WinNT 4.0
PHP version:  4.0.4pl1
PHP Bug Type: IIS related
Bug description:  php_curl.dll won't load, even if in WinNT\system32 folder

I've tried every suggestion from the documentation and users on this issue, and I'm 
convinced that there is a bug. Other extensions will load without error. Php_curl.dll 
won't even load if it is placed in the winnt\system32 folder, and surrounded by its 
required modules (with the .ini file pointing to the system32 folder for extensions 
directory).


-- 
Edit Bug report at: http://bugs.php.net/?id=10758&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #9635: SAFE MODE always on/off

2001-03-08 Thread Keller

From: [EMAIL PROTECTED]
Operating system: Linux 2.2.16
PHP version:  4.0.3pl1
PHP Bug Type: PHP options/info functions
Bug description:  SAFE MODE always on/off

This variable could be only set in php.ini

I've
  safe_mode = on
in php.ini. If i try to set in httpd.conf for special directorys
  PHP_FLAG safe_mode off
it doesn't work

a) I couldn't open temporary uploads per FORM (would perhaps another Bug- Report), 
because they have the uid of the webserver and not of the script
b) I could'nt serve a default php file for other users in a special directory, eg. a 
navigation.php which should be integrated in every page.

Thanks.


-- 
Edit Bug report at: http://bugs.php.net/?id=9635&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]