mirror of
https://github.com/php/php-src.git
synced 2025-01-25 05:04:20 +08:00
Compile fixes
This commit is contained in:
parent
f207b3623e
commit
c12aa454ff
@ -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 */
|
||||
|
@ -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) {
|
||||
|
@ -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));
|
||||
|
@ -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 **));
|
||||
|
||||
|
@ -166,7 +166,6 @@ PHP_FUNCTION(assert)
|
||||
char *myeval = NULL;
|
||||
char *cbfunc;
|
||||
CLS_FETCH();
|
||||
ELS_FETCH();
|
||||
ASSERTLS_FETCH();
|
||||
|
||||
if (! ASSERT(active)) {
|
||||
|
@ -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;
|
||||
|
@ -2121,7 +2121,6 @@ PHP_FUNCTION(parse_str)
|
||||
{
|
||||
zval **arg;
|
||||
char *res = NULL;
|
||||
ELS_FETCH();
|
||||
PLS_FETCH();
|
||||
SLS_FETCH();
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user