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 Thread Safety
 for code maintainers only What exactly does this do? I found one
 reference by google that says funky stuff may happen with this enabled...??
 I haven't tested it, I could try and let everyone know, but thought I would
 ask first.

I can't really give you an answer that is worth ,
but this blog post might interest you:

http://blog.libssh2.org/index.php?/archives/22-What-the-heck-is-TSRMLS_CC-anyway.html

also I would recommend searching the internals list archives - stuff like this
gets discussed there more and more often.

 
 
 Thanks,
 Jake
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
 
 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 Thread Safety
  for code maintainers only What exactly does this do? I found one
  reference by google that says funky stuff may happen with 
 this enabled...??
  I haven't tested it, I could try and let everyone know, but 
 thought I would
  ask first.
 
 I can't really give you an answer that is worth ,
 but this blog post might interest you:
 
 http://blog.libssh2.org/index.php?/archives/22-What-the-heck-i
 s-TSRMLS_CC-anyway.html
 
 also I would recommend searching the internals list archives 
 - stuff like this
 gets discussed there more and more often.
 
  
  
  Thanks,
  Jake
  
 
 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.446 / Virus Database: 268.18.17/730 - Release 
 Date: 3/22/2007 7:44 AM
  
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.17/730 - Release Date: 3/22/2007
7:44 AM
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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 being ignored 
completely.


I know the rest works, because if I take out either other line, it will
stop parsing php pages.

Do those directive not work in php5 any more?

Thanks.




No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 2/1/2006




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 2/1/2006

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
 php_admin_flag file_uploads on
 AddType application/x-httpd-php .php .php4 .php3 .phtml
 /IfModule
 the register globals and file uploads options are being ignored completely.
  
 I know the rest works, because if I take out either other line, it will
 stop parsing php pages.
  
 Do those directive not work in php5 any more?
  
 Thanks.
 
 
 
 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 2/1/2006
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php