summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-329/+329
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-5/+5
|\
| * Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-5/+5
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-121-5/+5
|\ \ | |/
| * Reduced size of zend_op on 64-bit systems.Dmitry Stogov2014-12-121-5/+5
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-18/+61
|\ \ | |/
| * Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->cla...Dmitry Stogov2014-12-031-18/+61
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-23/+21
|\ \ | |/
| * removed useless checkAnatol Belski2014-11-141-6/+4
| * Improved object property access.Dmitry Stogov2014-11-061-1/+1
| * fix datatype mismatchesAnatol Belski2014-10-291-17/+17
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-181-3/+8
|\ \ | |/
| * Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-3/+8
* | more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-1/+1
|/
* Fix invalid zend_string_frees in reflectionNikita Popov2014-10-121-3/+3
* Remove support for classes without class entriesNikita Popov2014-10-091-1/+1
* Merge branch 'PHP-5.6'Johannes Schlüter2014-10-041-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-1/+1
| |\
| | * Fix accidental edit in previous commitJohannes Schlüter2014-10-041-1/+1
* | | Merge branch 'PHP-5.6'Johannes Schlüter2014-10-041-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-2/+2
| |\ \ | | |/
| | * Fix arginfoJohannes Schlüter2014-10-041-2/+2
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* | | Fixed bug #68103 Dupplicate entry in Reflection (merged)Remi Collet2014-09-261-5/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-09-261-5/+20
| |\ \ | | |/
| | * Fixed bug #68103 Dupplicate entry in ReflectionRemi Collet2014-09-261-5/+20
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-15/+15
* | | Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-13/+17
* | | zend_get_property_info takes a zend_string* nowNikita Popov2014-09-141-3/+2
* | | use nice way to achieve the property name lengthAnatol Belski2014-09-141-3/+1
* | | reduce struct size by 8 bytes on 64 bitAnatol Belski2014-09-141-2/+2
* | | avoid repeated strlen() usageAnatol Belski2014-09-141-2/+5
* | | fixed reference countingDmitry Stogov2014-09-021-1/+1
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+8
* | | 's' works with size_t round 2Anatol Belski2014-08-271-5/+6
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* | | fixed several long vs zend_long castsAnatol Belski2014-08-261-2/+2
* | | master renames phase 2Anatol Belski2014-08-251-17/+17
* | | master renames phase 1Anatol Belski2014-08-251-97/+97
* | | fix zppAnatol Belski2014-08-211-6/+6
* | | Merge branch 'master' of git.php.net:php-srcAnatol Belski2014-08-171-16/+6
|\ \ \
| * | | Fixes missing Reflector interface constraints being enforced by the engineTjerk Meesters2014-08-161-16/+6
* | | | fix some cases with fast zppAnatol Belski2014-08-161-5/+5
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-42/+42
|/ / /
* | | cleanupDmitry Stogov2014-08-131-15/+5
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+2
|\ \ \ | |/ /
| * | update the exception message to better match the actual checkFerenc Kovacs2014-07-301-1/+1
| * | ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant...Ferenc Kovacs2014-07-301-2/+2