summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-131-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-102-8/+8
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-13/+6
* Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-221-9/+28
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-215-5/+5
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-330/+330
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-134-8/+8
|\
| * Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-124-8/+8
* | 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-261-14/+2
|\ \ | |/
| * Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-14/+2
| |\
| | * Fix incorrect argument reflection info for array_multisort()Alexander Lisachenko2014-11-231-14/+2
* | | 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
* | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* | | more exts converted for static tsrm ls pointerAnatol Belski2014-10-153-4/+4
|/ /
* | 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
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | | 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
* | | Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-112-7/+7
* | | Removing ext/ereg and dependenciesTjerk Meesters2014-09-112-7/+7
* | | 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