php-windows Digest 15 Oct 2009 10:25:05 -0000 Issue 3708
Topics (messages 29637 through 29639):
Re: PHP-cgi.exe as FastCgi
29637 by: Pierre Joye
29638 by: loki
Enchant packaging issue.
29639 by: Richard Quadling
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
hi,
This feature is not supported on windows.
Cheers,
On Wed, Oct 14, 2009 at 11:33 AM, loki <[email protected]> wrote:
> Hello,
>
> i thing i found a bug in PHP-cgi.exe
>
> I use Php-cgi as fastCgi
>
> php-cgi.exe -b host:port
>
> i set in environement variables this :
>
> PHP_FCGI_CHILDREN=8
> PHP_FCGI_MAX_REQUESTS=1000
>
> in the task manager i see only one Php-cgi.exe
> process (when normaly i must see 9 process no?)
> and after i send more than 1000 request the
> php-cgi.exe process died ! and i must manually
> restart it!
>
>
> Thanks you by advance for you help
>
> --
> stephane
>
> Http://www.arkadia.com/fra/
> Http://www.arkadia.com/usa/
> Http://www.arkadia.com/rus/
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
ooh, what a bad news :(
but in this way how to do on windows ?
thanks by advance
stephane
"Pierre Joye" <[email protected]> wrote in message
news:[email protected]...
hi,
This feature is not supported on windows.
Cheers,
On Wed, Oct 14, 2009 at 11:33 AM, loki <[email protected]> wrote:
Hello,
i thing i found a bug in PHP-cgi.exe
I use Php-cgi as fastCgi
php-cgi.exe -b host:port
i set in environement variables this :
PHP_FCGI_CHILDREN=8
PHP_FCGI_MAX_REQUESTS=1000
in the task manager i see only one Php-cgi.exe
process (when normaly i must see 9 process no?)
and after i send more than 1000 request the
php-cgi.exe process died ! and i must manually
restart it!
Thanks you by advance for you help
--
stephane
Http://www.arkadia.com/fra/
Http://www.arkadia.com/usa/
Http://www.arkadia.com/rus/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
Hi.
Has this extension been changed to use differently named external libraries.
Previously in V5.3.2-dev, php_enchant.dll was working with ...
libglib-2.0.0-0.dll
libgmodule-2.0-0.dll
This is no longer the case.
I've had to copy (not rename - see below) these to
glib-2.dll
gmodule-2.dll
to get enchant to work again.
What is odd, in looking through my dependency viewer...
C:\PHP5\ext\PHP_ENCHANT.DLL requires C:\PHP5\PHP5.DLL and C:\PHP5\LIBENCHANT.DLL
Nothing wrong so far.
C:\PHP5\LIBENCHANT.DLL requires C:\PHP5\GLIB-2.DLL and C:\PHP5\GMODULE-2.DLL
This is where the change has happened.
BUT...
C:\PHP5\GMODULE-2.DLL requires C:\PHP5\LIBGLIB-2.0-0.DLL
So I've now got 2 identical versions of LIBGLIB-2.0-0.DLL loaded (via
different names).
As I'm on windows, I can't have a unix style link for the name.
Renaming C:\PHP5\LIBGLIB-2.0-0.DLL to C:\PHP5\LIBGLIB-2.0-0.DLLORG
generates the usual error regarding missing libraries.
See
http://pearl.slingfile.com/dl/78ce6dbf23973ba2c40a794a3e30f8b5/4ad6e20c/hd1/sf/uploads/image/223787/LibEnchant%20Issue.png
for screenshot
Regards,
Richard.
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---