Skip to content

Commit

Permalink
Fix some build errors for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Mar 8, 2014
1 parent 329df9d commit 3688505
Show file tree
Hide file tree
Showing 9 changed files with 4,118 additions and 2,199 deletions.
2,098 changes: 1,368 additions & 730 deletions build/32bits/phalcon.c

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/32bits/phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -6169,7 +6169,7 @@ zend_class_entry *phalcon_validation_ce;

PHALCON_INIT_CLASS(Phalcon_Validation);

static int phalcon_validation_getdefaultmessage_helper(const zend_class_entry *ce, zval *return_value, zval *this_ptr, const char *type TSRMLS_DC);
static int phalcon_validation_getdefaultmessage_helper(const zend_class_entry *ce, zval **return_value_ptr, zval *this_ptr, const char *type TSRMLS_DC);

#endif /* PHALCON_VALIDATION_H */

Expand Down Expand Up @@ -6223,7 +6223,7 @@ zend_class_entry *phalcon_validation_validator_ce;

PHALCON_INIT_CLASS(Phalcon_Validation_Validator);

static int phalcon_validation_validator_getoption_helper(const zend_class_entry *ce, zval *result, zval *this_ptr, const char *option TSRMLS_DC);
static int phalcon_validation_validator_getoption_helper(const zend_class_entry *ce, zval **result, zval *this_ptr, const char *option TSRMLS_DC);

static inline int phalcon_validation_validator_isempty_helper(const zval *v)
{
Expand Down
Loading

0 comments on commit 3688505

Please sign in to comment.