History log of /PHP-7.3/Zend/zend_API.c (Results 426 – 450 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 17a7fd06 10-Jul-2011 Felipe Pena

- Minor optimization taking the computed hash of interned strings


# 9aa25d09 10-Jul-2011 Felipe Pena

- Minor optimization taking the computed hash of interned strings


# 5d20a8f8 10-Jul-2011 Felipe Pena

- Minor optimization, use the computed hash when available


# ce211cf5 10-Jul-2011 Felipe Pena

- Minor optimization, use the computed hash when available


Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 0a0443f0 09-Jun-2011 Felipe Pena

- Missing fixes for grammar fix 's/valid path/a valid path/'


# 8f4d4979 09-Jun-2011 Felipe Pena

- Missing fixes for grammar fix 's/valid path/a valid path/'


# ddaddf6c 08-Jun-2011 Felipe Pena

s/valid path/a valid path/


# 547ab485 08-Jun-2011 Felipe Pena

s/valid path/a valid path/


# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# 4737910b 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# e1861890 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# d7c9c5af 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# eaeb4537 31-May-2011 Dmitry Stogov

MFH: Fixed bug #54910 (Crash when calling call_user_func with unknown function name)


# c989a369 31-May-2011 Dmitry Stogov

Fixed bug #54910 (Crash when calling call_user_func with unknown function name)


# d9ba7820 31-May-2011 Dmitry Stogov

Fixed bug #54910 (Crash when calling call_user_func with unknown function name)


# 6aed8176 31-Mar-2011 Pierre Joye

- fix bug #54423, fix build in trunk, introduce by previous related commit


# dd5781bc 31-Mar-2011 Antony Dovgal

fix bug #54423 (classes from dl()'ed extensions are not destroyed)


# 6e7a3015 31-Mar-2011 Antony Dovgal

fix bug #54423 (classes from dl()'ed extensions are not destroyed)


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 64bbdd76 12-Jan-2011 Felipe Pena

- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
patch by: klaus at triendl dot eu


# c6544fad 12-Jan-2011 Felipe Pena

- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
patch by: klaus at triendl dot eu


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 3690ce39 15-Oct-2010 Dmitry Stogov

zend_collect_module_handlers() has to be called after zend_extensions startup, because they can register additional 'hidden' extensions


# aaa2f1c3 14-Oct-2010 Hartmut Holzgraefe

marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...


# f2df6a4a 15-Sep-2010 Dmitry Stogov

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replace

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
in zend_function.fn_flags
. zend_arg_info.required_num_args removed. it was needed only for internal
functions. Now the first arg_info for internal function (which has special
meaning) is represented by zend_internal_function_info structure.
. zend_op_array.size, size_var, size_literal, current_brk_cont,
backpatch_count moved into CG(context), because they are used only during
compilation.
. zend_op_array.start_op is moved into EG(start_op), because it's used
only for 'interactive' execution of single top-level op-array.
. zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
zend_op_array.fn_flags.
. op_array.vars array is trimmed (reallocated) during pass_two.
. zend_class_entry.constants_updated is replaced by
ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
. the size of zend_class_entry is reduced by sharing the same memory space
by different information for internal and user classes.
See zend_class_inttry.info union.

show more ...


1...<<11121314151617181920>>...36