History log of /PHP-5.4/Zend/zend_API.c (Results 51 – 75 of 506)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 50a0ea7b 12-Aug-2010 Sascha Schumann

separate properties of internal classes in ZTS mode fully,
otherwise multiple threads will modify the zvals' contents
without any synchronisation.


# 7566ff38 11-Aug-2010 Dmitry Stogov

Fixed support for static properties of internal classes


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# 3ea3bbac 06-Jul-2010 Felipe Pena

- Fix ZTS build


# 1a1178a6 06-Jul-2010 Dmitry Stogov

eliminated unnecessary iterations during request startup/shutdown


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 578d3159 26-May-2010 Dmitry Stogov

Conditional compilation is replaced by macro


# 435aa876 25-May-2010 Antony Dovgal

fix zend_std_get_static_property() in ZTS mode


# f7ce6958 25-May-2010 Dmitry Stogov

- Interned string related callbacks moved turned from compiler_globals into real globals
- Updated API version number


# 33fae4ca 24-May-2010 Ilia Alshanetsky

Added support for numeric & scalar type hint as defined within
http://wiki.php.net/rfc/typecheckingstrictandweak RFC


# f23e8576 24-May-2010 Dmitry Stogov

Fixed ZTS build


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# 1bc92476 20-May-2010 Derick Rethans

- Added scalar typehinting.


# f5f4a359 14-May-2010 Felipe Pena

- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)


# c9fc939b 14-May-2010 Felipe Pena

- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)


# f4b927a4 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.


# 5b18acdc 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.


# 3a15e981 04-May-2010 Dmitry Stogov

Fixed a possible memory corruption in addcslashes().


12345678910>>...21