Skip to content

Conversation

Sean-Der
Copy link
Contributor

Bug opened here

This catches some issues in /ext (uses of zend_long instead of size_t in a few places)

'r' => array('zval**'), // resource
's' => array('char**', 'int*'), // string
's' => array('char**', 'size_t*'), // string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra whitespace here?

@Sean-Der
Copy link
Contributor Author

Thanks for the review @derickr! I fixed the tabs/spaces issue, and I think we are good on the second comment. Maybe just glance at it one more time re: my comment?

thanks!

…s, also fix deprecation errors and move from preg_replace -> preg_replace_callback
@nikic
Copy link
Member

nikic commented Oct 1, 2015

Merged via 06dde16 with additional fixes in 5c1b627. Thanks for getting this to work again!

@nikic nikic closed this Oct 1, 2015
@Sean-Der Sean-Der deleted the bug70494-fix-check_parameters.php branch October 19, 2015 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants