[PHP-DEV] PHP 4.0 Bug #10635 Updated: fopen

2001-05-03 Thread jhurshman
ID: 10635 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Description: fopen I have solved the problem. It was not a bug, but rather a permission issue on the php executables. Previous Comments:

[PHP-DEV] Bug #10635: fopen

2001-05-03 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Win2000 Advanced PHP version: 4.0.5 PHP Bug Type: Filesystem function related Bug description: fopen I just upgraded one of my servers to 4.0.5, and am having a problem where any attempt to fopen a PHP file on that server via HTTP w

[PHP-DEV] PHP 4.0 Bug #10165 Updated: install.txt doesn't mention copying DLLs to WINNT

2001-04-16 Thread jhurshman
ID: 10165 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Description: install.txt doesn't mention copying DLLs to WINNT The whole time I was having trouble, all the 'extension' DLLs (such as php_mssql70.dll) *were* in the extensions directory, and the php.ini was

[PHP-DEV] PHP 4.0 Bug #10165 Updated: install.txt doesn't mention copying DLLs to WINNT

2001-04-16 Thread jhurshman
ID: 10165 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Documentation problem Description: install.txt doesn't mention copying DLLs to WINNT Previous Comments: --- [2001-04-04 14:38:20] [EMAIL

[PHP-DEV] Bug #10290: magic_quotes_runtime setting varies at random

2001-04-11 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: magic_quotes_runtime setting varies at random magic_quotes_runtime (set in php.ini to off) seems to vary at random. See http://www.sciocommunity.c

[PHP-DEV] PHP 4.0 Bug #10165 Updated: install.txt doesn't mention copying DLLs to WINNT

2001-04-04 Thread jhurshman
ID: 10165 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Documentation problem Description: install.txt doesn't mention copying DLLs to WINNT When I was having the problem, I could load certain extensions just fine (e.g., php_gd.dll and php_db.dll). However, the da

[PHP-DEV] PHP 4.0 Bug #10165: install.txt doesn't mention copying DLLs to WINNT

2001-04-04 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: install.txt doesn't mention copying DLLs to WINNT I have PHP running as CGI on IIS5.0 (Windows 2000 Advanced Server). I followed

[PHP-DEV] PHP 4.0 Bug #9798 Updated: Non-select statements always return false

2001-03-16 Thread jhurshman
ID: 9798 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: MSSQL related Description: Non-select statements always return false Sorry, I see this is the same as bug #8402. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9798 Updated: Non-select statements always return false

2001-03-16 Thread jhurshman
ID: 9798 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Description: Non-select statements always return false Select statement do return true if they succeed. The output of this script is "yesno": Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9798: Non-select statements always return false

2001-03-16 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: Non-select statements always return false The output is "no", even though the update has actually occurred. This did not happen with 4.0.3pl1. It began