History log of /php-src/Zend/zend_API.h (Results 301 – 325 of 697)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8be4266f 18-Mar-2015 Anthony Ferrara

Clean up API renames for zend_wrong_param_count to maintain BC, introducing a zend_wrong_param_count_ex() function when you know strict value

# d22bfb8a 18-Mar-2015 Anthony Ferrara

Merge in master, fix merge conflicts and update patch to support exceptions everywhere


# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation

# bb050453 08-Mar-2015 Rouven Weßling

Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable

Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22
# 9109e487 18-Feb-2015 Anthony Ferrara

Merge in master


# 00b3e77e 18-Feb-2015 Anthony Ferrara

Move declare() to the top of the file only, and allow int->float generalization

Revision tags: php-5.4.38
# 07fdc1c7 12-Feb-2015 Anatol Belski

fix data types

Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 44ed070a 01-Feb-2015 Andrea Faulds

Fix Gd usages of ZEND_WRONG_PARAM_COUNT, add usage note

# 86b0685f 25-Jan-2015 Andrea Faulds

Prefix zend_wrong_param_count with _ to discourage use

Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fe663cc4 13-Jan-2015 Andrea Faulds

Partial ZPP strictness implementation

# a3379d66 05-Feb-2015 Xinchen Hui

Padding

# bff4c47f 04-Feb-2015 Reeze Xia

Implemented internal function return types

# 3e31838d 22-Jan-2015 Dmitry Stogov

zend_read_property() has to provide a holder for return value.
Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.

# 6c9621c9 17-Jan-2015 Rasmus Lerdorf

typo

# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# 41e3fdba 15-Dec-2014 Andrea Faulds

Make zend_parse_parameters share fast zpp implementation where possible

Rename shared implementation functions and build them unconditionally

Don't fail on empty path for zend_parse

Make zend_parse_parameters share fast zpp implementation where possible

Rename shared implementation functions and build them unconditionally

Don't fail on empty path for zend_parse_arg_path

Update type names

Fix behaviour of by-reference "z"

Make 'o' use zend_parse_arg_object

Fix NULL string check in zend_parse_arg_path(_str)

show more ...

# b5b61767 22-Dec-2014 Xinchen Hui

Micro optimaztion (yeah, I know compiler supposed to do that)

# e5eb9530 14-Dec-2014 Andrea Faulds

Use "float" and "integer" in typehint and zpp errors

# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

# 0ea0b591 13-Dec-2014 Andrea Faulds

Merge branch 'zppFailOnOverflow'

* zppFailOnOverflow:
Fix MySQLi tests
Fixed gd test
Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()
Fixed copy-and-pas

Merge branch 'zppFailOnOverflow'

* zppFailOnOverflow:
Fix MySQLi tests
Fixed gd test
Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()
Fixed copy-and-paste error
Fix more 32-bit tests
Skip buncha tests on 32-bit
skip simplexml
skip posix 32-bit
skip tests on 32-bit
Fixes simplexml test
Fixes posix tests
Fixes iconv tests
Marked tests as 32-bit
Fixed more 32-bit tests
Fixed some 32-bit tests
Mark said ext/date tests as 32-bit only
Fixed ext/date tests broken by zpp error on overflow
Fixed broken tests
Make zpp fail if NaN passed for int, or out-of-range float for non-capping int

Conflicts:
ext/date/tests/getdate_variation7.phpt
ext/date/tests/localtime_variation3.phpt

show more ...


# 3893c1fc 12-Dec-2014 Dmitry Stogov

Fixed compilation warnings

# 5dd427ea 03-Dec-2014 Dmitry Stogov

Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->class_name. For internal functions we still use char*.

# f90b877f 29-Nov-2014 Andrea Faulds

Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()

# d19ce518 29-Nov-2014 Andrea Faulds

Fixed copy-and-paste error

1...<<11121314151617181920>>...28