Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
php 4.2.2 and apache 1.3.26 on FreeBSD configure command: ./configure' '--with-apache=../apache_1.3.26/' '--with-mysql=/usr/local/mysql' '--with-ctype' '--with-zlib' '--with-gmp' '--with-mhash' '--with-ming=../ming-0.2a' '--with-regex=system' '--enable-wddx' '--with-xmlrpc' '--with-iconv=/usr/loca

Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Maxim Maletsky
Is it supported by your configuration? What's your system? -- Maxim Maletsky [EMAIL PROTECTED] "Laurent FOINEL" <[EMAIL PROTECTED]> wrote... : > > I would like to access to variable: > $HTTP_SERVER_VARS["HTTP_IF_NONE_MATCH"] > > but I have this error: > "Notice: Undefined index: HTTP_IF

[PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
I would like to access to variable: $HTTP_SERVER_VARS["HTTP_IF_NONE_MATCH"] but I have this error: "Notice: Undefined index: HTTP_IF_NONE_MATCH in file..." why can't i access do this var ? My configuration is php 4.2.2 and apache 1.3.26 on FreeBSD -- PHP Development Mailing List