Browse Source

no c++ comments, please

PHP-4.0.5
Thies C. Arntzen 26 years ago
parent
commit
4292f89345
  1. 2
      ext/imap/php_imap.c
  2. 2
      ext/mcal/php_mcal.h

2
ext/imap/php_imap.c

@ -1809,7 +1809,7 @@ PHP_FUNCTION(imap_lsub_full)
}
mail_free_foblist (&IMAPG(imap_sfolder_objects));
efree(delim);
IMAPG(folderlist_style) = FLIST_ARRAY; // reset to default
IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */
}
/* }}} */

2
ext/mcal/php_mcal.h

@ -10,7 +10,7 @@
#endif
/* Functions accessable to PHP */
//extern zend_module_entry php_mcal_module_entry;
/* extern zend_module_entry php_mcal_module_entry; */
extern zend_module_entry php_mcal_module_entry;
#define php_mcal_module_ptr &php_mcal_module_entry
#define phpext_mcal_ptr php_mcal_module_ptr

Loading…
Cancel
Save