History log of /PHP-7.1/Zend/zend_object_handlers.c (Results 76 – 100 of 429)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3477135c 15-Jan-2015 Dmitry Stogov

Avoid usage of uninitialized data


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# 5a24ac88 13-Jan-2015 Dmitry Stogov

Improved access to object properties (cache property offset instead of pointer to property_info).


# 7e93de10 13-Jan-2015 Dmitry Stogov

Handle run-time cache for static properties directly in executor.
Removed cache_slot argument in zend_std_get_static_property() and zend_std_unset_static_property().


# dbe66fb2 13-Jan-2015 Dmitry Stogov

Improved access to static property. Now we cache pointers to zval instead of pointers to property_info.


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

trailing whitespace removal


# c42ac095 24-Dec-2014 Dmitry Stogov

Added new API function 'zend_string* zend_string_tolower(zend_string*)'.
It simplifies code and avoids unnecessary allocation and copying if string is already in lower case.


# c24125e2 22-Dec-2014 Xinchen Hui

Micro optimization


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# 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


Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 42d33a9f 24-Nov-2014 Dmitry Stogov

Reuse zend_assign_to_variable() in zend_std_write_property()


# 4b953534 19-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35
# 53a437d3 06-Nov-2014 Dmitry Stogov

Use better function


# 75041379 06-Nov-2014 Dmitry Stogov

Improved object property access.


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# 8e1dc33d 20-Oct-2014 Dmitry Stogov

zend_get_property_info_quick() cleanup and optimization


# 7471c217 17-Oct-2014 Dmitry Stogov

Optimized property access handlers. Removed EG(std_property_info).


# f2fa7a41 17-Oct-2014 Dmitry Stogov

Don't make difference between undefined and unaccessible properies when call __get() and family


# 6b203aa2 17-Oct-2014 Dmitry Stogov

Don't make useless CSE


Revision tags: php-5.5.18, php-5.4.34
# df79b9b2 09-Oct-2014 Nikita Popov

Update get_class_name semantics

* get_class_name is now only used for displaying the class name
in debugging functions like var_dump, print_r, etc. It is no
longer used in get

Update get_class_name semantics

* get_class_name is now only used for displaying the class name
in debugging functions like var_dump, print_r, etc. It is no
longer used in get_class() etc.
* As it is no longer used in get_parent_class() the parent
argument is now gone. This also fixes incorrect parent classes
being reported in COM.
* get_class_name is now always required (previously some places
made it optional and some required it) and is also required
to return a non-NULL value.
* Remove zend_get_object_classname. This also fixes a number of
potential leaks due to incorrect usage of this function.

show more ...


# b3a779de 09-Oct-2014 Nikita Popov

Remove get_class_entry object handler


# ee5b30fa 09-Oct-2014 Nikita Popov

Remove support for classes without class entries

get_class_entry must be non-NULL and return non-NULL.


# 03c726d7 06-Oct-2014 Nikita Popov

Fix bug #68163


# 93288d00 03-Oct-2014 Nikita Popov

Fix bug #68188


12345678910>>...18