---

These issues are not serious(only triggerable by the runner/caller of the PHP 
program), so no need to make them private.


 sapi/litespeed/lsapi_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sapi/litespeed/lsapi_main.c b/sapi/litespeed/lsapi_main.c
index d767306..8144706 100644
--- a/sapi/litespeed/lsapi_main.c
+++ b/sapi/litespeed/lsapi_main.c
@@ -716,6 +716,7 @@ static int parse_opt( int argc, char * argv[], int *climode,
         case '?':
             if ( *((*(p-1))+2) == 's' )
                 exit( 99 );
+            break;
         case 'h':
         case 'i':
         case 'l':
-- 
1.9.1


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to