Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵ | Máté Kocsis | 2021-02-22 | 1 | -1/+1 |
| | | | | | | xsl, zip, Zend Closes GH-6706 | ||||
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias. | ||||
* | Use zend_string when storing incomplete class name | Nikita Popov | 2020-08-28 | 1 | -1/+1 |
| | | | | No need to copy the string here... | ||||
* | Store incomplete_class entry as normal global | Nikita Popov | 2020-08-28 | 1 | -4/+5 |
| | | | | | I don't see any reason why this needs to live in a thread-safe global, unlikely all other class entries. | ||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* ↵ | Dmitry Stogov | 2019-02-04 | 1 | -2/+2 |
| | | | | insted of zval(s). | ||||
* | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | Use zend_string_release_ex() instread of zend_string_release() in places, ↵ | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
| | | | | where we sure about string persistence. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | move to size_t where zend_string is used internally | Anatol Belski | 2014-11-18 | 1 | -1/+1 |
| | | |||||
* | | Update get_class_name semantics | Nikita Popov | 2014-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | Remove support for classes without class entries | Nikita Popov | 2014-10-09 | 1 | -2/+1 |
| | | | | | | | | get_class_entry must be non-NULL and return non-NULL. | ||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | Refactored data structures to keep zend_object* instead of a whole zval in ↵ | Dmitry Stogov | 2014-03-28 | 1 | -1/+1 |
| | | | | | | | | some places | ||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -10/+6 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Eliminated compiler's warnings | Xinchen Hui | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2008-09-16 | 1 | -0/+4 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Jani Taskinen | 2007-11-06 | 1 | -2/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Export symbols that will allow building WDDX as shared object | Frank M. Kromann | 2006-01-28 | 1 | -2/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fixed crash in serialize() + classes. (64bit only) | foobar | 2005-07-05 | 1 | -3/+3 |
| | |||||
* | - Fix TSRM build | Johannes Schlüter | 2005-06-29 | 1 | -1/+1 |
| | |||||
* | fix handling of non-PHP classes (John Coggeshall) | Stanislav Malyshev | 2005-06-28 | 1 | -9/+9 |
| | |||||
* | BUG #27469 was fixed (serialize() objects of incomplete class) | Dmitry Stogov | 2004-03-18 | 1 | -3/+5 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | is_object() returns FALSE if object is a "incomplete object". | Yasuo Ohgaki | 2002-07-24 | 1 | -2/+3 |
| | | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object". | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | we can no longer register internal-classes once the script is started. | Thies C. Arntzen | 2001-08-06 | 1 | -4/+0 |
| | | | | | therefore the "incomplete class" is now registered at MINIT time. | ||||
* | - More object macros | Andi Gutmans | 2001-07-29 | 1 | -4/+5 |
| |