[PHP] Configure question

2007-03-23 Thread Jake McHenry
I searched the archives... Haven't seen an answer to this yet Does anyone know why Virtual Directory Support is enabled on windows, but disabled on unix? And what exactly is it? I know I can enable it by --enable-maintainer-zts, but it says in configure that it is Thread Safety for code

Re: [PHP] Configure question

2007-03-23 Thread Jochem Maas
Jake McHenry wrote: I searched the archives... Haven't seen an answer to this yet Does anyone know why Virtual Directory Support is enabled on windows, but disabled on unix? And what exactly is it? I know I can enable it by --enable-maintainer-zts, but it says in configure that it is

RE: [PHP] Configure question

2007-03-23 Thread Jake McHenry
I scanned over it quick.. Looks interesting.. Thanks :) I'll get into it more tomorrow Jake -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:58 PM To: Jake McHenry Cc: php-general@lists.php.net Subject: Re: [PHP] Configure question

Re: [PHP] Configure question

2006-02-03 Thread PHP
Hi, The php_flag is also ignored for those 2 options. I can't go either way, default on and turn off in a virtual host or default off and turn on. try using php_flag, php_admin_flag as some restrictions on which files it can be used in. David PHP wrote: Hi, I have php5 and apache2.2. In

[PHP] Configure question

2006-02-02 Thread PHP
Hi, I have php5 and apache2.2. In this directive: IfModule php5_module php_admin_flag engine on php_admin_flag register_globals on php_admin_flag file_uploads on AddType application/x-httpd-php .php .php4 .php3 .phtml /IfModule the register globals and file uploads options are

Re: [PHP] Configure question

2006-02-02 Thread David Tulloh
try using php_flag, php_admin_flag as some restrictions on which files it can be used in. David PHP wrote: Hi, I have php5 and apache2.2. In this directive: IfModule php5_module php_admin_flag engine on php_admin_flag register_globals on