Compile fixes

This commit is contained in:
Zeev Suraski 2000-02-05 15:44:20 +00:00
parent f207b3623e
commit c12aa454ff
8 changed files with 0 additions and 9 deletions

View File

@ -217,7 +217,6 @@ static void php_msql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent)
char *hashed_details;
int hashed_details_length;
int msql;
ELS_FETCH();
switch(ARG_COUNT(ht)) {
case 0: /* defaults */

View File

@ -369,7 +369,6 @@ static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent)
MYSQL *mysql;
MySLS_FETCH();
PLS_FETCH();
ELS_FETCH();
if (PG(sql_safe_mode)) {
if (ARG_COUNT(ht)>0) {

View File

@ -1161,7 +1161,6 @@ PHP_FUNCTION(session_unset)
zval **tmp;
char *variable;
ulong num_key;
ELS_FETCH();
PSLS_FETCH();
for(zend_hash_internal_pointer_reset(&PS(vars));

View File

@ -949,7 +949,6 @@ PHP_FUNCTION(extract)
char *varname, *finalname;
ulong lkey;
int res, extype;
ELS_FETCH();
switch(ARG_COUNT(ht)) {
case 1:
@ -1086,7 +1085,6 @@ PHP_FUNCTION(compact)
{
zval ***args; /* function arguments array */
int i;
ELS_FETCH();
args = (zval ***)emalloc(ARG_COUNT(ht) * sizeof(zval **));

View File

@ -166,7 +166,6 @@ PHP_FUNCTION(assert)
char *myeval = NULL;
char *cbfunc;
CLS_FETCH();
ELS_FETCH();
ASSERTLS_FETCH();
if (! ASSERT(active)) {

View File

@ -64,7 +64,6 @@ static int browser_reg_compare(pval *browser)
PHP_FUNCTION(get_browser)
{
pval **agent_name,**agent,tmp;
ELS_FETCH();
if (!INI_STR("browscap")) {
RETURN_FALSE;

View File

@ -2121,7 +2121,6 @@ PHP_FUNCTION(parse_str)
{
zval **arg;
char *res = NULL;
ELS_FETCH();
PLS_FETCH();
SLS_FETCH();

View File

@ -392,7 +392,6 @@ static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent)
char *hashed_details;
int hashed_details_length;
sybase_link *sybase_ptr;
ELS_FETCH();
switch(ARG_COUNT(ht)) {
case 0: /* defaults */