ID:               22473
 User updated by:  e9025902 at stud2 dot tuwien dot ac dot at
 Reported By:      e9025902 at stud2 dot tuwien dot ac dot at
-Status:           Feedback
+Status:           Open
 Bug Type:         IIS related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.1
 New Comment:

Hi again!

Thanks a lot for you efforts.

I checked all versions from 4.0.2 to 4.0.6 and it broke with version
4.0.5

This seems to be the version which introduced 
static char *isapi_secure_server_variable_names[]

I can send you all the php_infos from my testing if
this helps

cheers
  Chris


Previous Comments:
------------------------------------------------------------------------

[2003-03-04 09:18:40] [EMAIL PROTECTED]

My bad, I misread your original report a bit, sorry about that.

Anyway, could you possibly try and find out in what
version it really broke..?


------------------------------------------------------------------------

[2003-03-04 03:24:34] e9025902 at stud2 dot tuwien dot ac dot at

I'm sorry, but I don't understand why something that worked
all right in PHP 4.0.2 and is not working since 4.0.6 (possibly
earlier) is not considered a bug.

When I look into php4isapi.c in PHP 4.0.2 all server variables names
are in 

static char *isapi_server_variables[] 

and in PHP 4.0.6 (and later) they are split into two arrays

static char *ispapi_server_variable_names[]
static char *ispapi_secure_server_variable_names[]

The later variables are missing!

php_info() shows that they are here using static void
php_info_isapi(ZEND_MODULE_INFO_FUNC_ARGS)

In my opinion this means, that they can be accessed, but are not put
into the PHP variables.

I had a look at the php-windows mailing list, and there's a guy with
excactly the same problem who got some answers, but none of that
worked!

cu
  Chris

------------------------------------------------------------------------

[2003-03-03 20:25:18] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Please ask this kind of questions on the mailing lists..
This is not a support forum.


------------------------------------------------------------------------

[2003-02-28 06:29:28] e9025902 at stud2 dot tuwien dot ac dot at

When I use the CGI version of PHP 4.3.1 the Secure Server Variables are
available (e.g CERT_SUBJECT, CERT_SERIALNUMBER, ...). 

When I use the ISAPI version they are shown with 
php_info in the ISAPI section, but they are not in $_SERVER or $_ENV.

Is this a bug, a feature or a wrong php.ini?

maybe someone could have a look at php4isapi.c because there I found
static char *isapi_secure_server_variable_names[]

Thanks
  Chris

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22473&edit=1

Reply via email to