[PHP-DEV] Re: Bug #12341 additional information

2001-08-05 Thread Stuart Rocks

 if the webserver runs as service it doesn't have access to the userspace
(e.g. the desktop). if you want to open a window you have to execute php
from the command line.

Not really an addition to the bug update, but it is possible to allow a
service to interact with the desktop under Windows 2000. I'm not sure
whether this holds true for previous versions. It can be accessed by going
to the properties of a service, and is under the log on tab.



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Troubles compiling current CVS

2001-08-04 Thread Stuart Rocks

 You probably created configure using libtool 1.3, so it is
 still referencing ltconfig.

 A ./cvsclean; ./buildconf should help.

Right, I compiled all the new m4 type stuff when adding libtool 1.4, like
m4, automake and autoconfig. I did the ./cvsclean, but the ./buildconf
failed with the following output:

rebuilding Makefile templates
automake: configure.in: installing `Zend/ylwrap'
rebuilding main/php_config.h.in
./aclocal.m4:943: error: m4_defn: undefined macro: _m4_divert_diversion
./aclocal.m4:472: PHP_SUBST is expanded from...
./aclocal.m4:943: the top level
autoconf: tracing failed




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Troubles compiling current CVS

2001-08-03 Thread Stuart Rocks

Spend ages trying to get this current CVS installed. It bitched that I
needed libtool 1.4, but when I installed it I lost ltconfig. The install
docs for libtool said ltconfig wasn't needed anymore, but ./configure for
php said I needed it. I tried editing ltconfig manually but got lost.

Or is this me being stupid?



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]