summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-172-18/+8
|\
| * Fixes missing Reflector interface constraints being enforced by the engineTjerk Meesters2014-08-162-18/+8
* | 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-043-4/+9
|\
| * update the exception message to better match the actual checkFerenc Kovacs2014-07-303-3/+3
| * ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant...Ferenc Kovacs2014-07-303-4/+9
* | Fixed getDefaultProperties (it should not return reference)Xinchen Hui2014-07-311-6/+3
* | Merge branch 'master' into phpngDmitry Stogov2014-07-241-2/+11
|\ \ | |/
| * Fixed crash on self-referencing constant expression (part of a constant AST)Dmitry Stogov2014-07-241-2/+11
* | Fast parameter parsing APIDmitry Stogov2014-07-111-0/+8
* | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-5/+5
* | Avoid useles constants updateDmitry Stogov2014-06-161-1/+1
* | Merge branch 'master' into phpngDmitry Stogov2014-06-123-3/+3
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-083-3/+3
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-083-3/+3
| | |\
| | | * Remove superfluous echos.Jeff Welch2014-06-083-3/+3
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-17/+18
* | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-9/+9
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-6/+4
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-263-5/+5
|\ \ \ \ | |/ / /
| * | | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-3/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-02-272-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-02-272-2/+2
| | |\ \ | | | |/
| | | * fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627Ferenc Kovacs2014-02-272-2/+2
| | | * Bump yearXinchen Hui2014-01-032-2/+2
| | * | Bump yearXinchen Hui2014-01-032-2/+2
* | | | Fixed compilation warningsDmitry Stogov2014-04-221-6/+7
* | | | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-1/+1
* | | | Use zval_get_string in a few more placesNikita Popov2014-04-211-21/+8
* | | | Use zval_get_string in print_zval and propagate TSRMLSNikita Popov2014-04-211-1/+1
* | | | CleanupDmitry Stogov2014-04-211-5/+0
* | | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-6/+6