|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-16 16:04 UTC] derick@php.net
[2003-05-16 16:14 UTC] krip at OpenIsis dot org
[2003-05-17 12:04 UTC] krip at OpenIsis dot org
[2003-05-18 09:52 UTC] sniper@php.net
[2003-06-29 15:46 UTC] shane@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 11 16:00:01 2025 UTC |
nice to see that #21367 FastCGI -b option error is "closed", however, it's still not working: the fastcgi is not detected in FCGX_IsCGI, because FCGI_LISTENSOCK_FILENO (#defined to 0) is no listening socket; it's just plain stdin :) a close(0); in cgi_main.c, if (bindpath) { ... of course fixes this. just one question: did you test this even once before declaring #21367 closed, and how come it worked ?