Date: 09/14/00
- Next message: felicity <email protected>: "[PHP-DEV] PHP 4.0 Bug #6753: docs and code mismatch on pcre modifier"
- Previous message: Wolfram.Schmidt <email protected>: "[PHP-DEV] PHP 4.0 Bug #6752: snmp.c: void function cannot return value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6752
Updated by: andrei
Reported By: Wolfram.Schmidt <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To:
Comments:
Fixed in CVS - thanks.
Previous Comments:
---------------------------------------------------------------------------
[2000-09-14 04:20:25] Wolfram.Schmidt <email protected>
Error messages:
"snmp.c", line 350: void function cannot return value
"snmp.c", line 357: void function cannot return value
The error message seems to be correct.
% grep -n php_snmp snmp.c
24:#include "php_snmp.h"
72:void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st);
103:/* THREAD_LS snmp_module php_snmp_module; - may need one of these at some point */
131:void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st) {
343: php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU,1);
350: return php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU,2);
357: return php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU,3);
383: php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU,11);
%
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6752
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: felicity <email protected>: "[PHP-DEV] PHP 4.0 Bug #6753: docs and code mismatch on pcre modifier"
- Previous message: Wolfram.Schmidt <email protected>: "[PHP-DEV] PHP 4.0 Bug #6752: snmp.c: void function cannot return value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

