summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'foreach' of https://github.com/dstogov/php-src into dstogov-for...dstogov-foreachRasmus Lerdorf2015-01-3048-1457/+2828
|\
| * Generalize HashTableIterator API to allows its usage without iinvolvement of ...Dmitry Stogov2015-01-314-19/+19
| * Reduced alghorithms complexityDmitry Stogov2015-01-301-7/+29
| * Fixed test nameDmitry Stogov2015-01-301-1/+1
| * API cleanupDmitry Stogov2015-01-302-70/+77
| * Make array_splice() to preserve foreach hash positionDmitry Stogov2015-01-304-22/+138
| * Make internal function, operation on array passed by reference, to preserve f...Dmitry Stogov2015-01-309-195/+253
| * Implement consistent behavior for foreach by value over plain objectDmitry Stogov2015-01-306-609/+1002
| * More careful iterators update.Dmitry Stogov2015-01-304-20/+95
| * Merge branch 'master' into foreachDmitry Stogov2015-01-305-34/+16
| |\
| * | Added new testDmitry Stogov2015-01-291-0/+21
| * | Reimplement iteration magic with HashTableIterators (see https://wiki.php.net...Dmitry Stogov2015-01-2919-152/+426
| * | New testDmitry Stogov2015-01-291-0/+13
| * | Merge branch 'master' into foreachDmitry Stogov2015-01-2955-366/+1509
| |\ \
| * \ \ Merge branch 'master' into foreachDmitry Stogov2015-01-285-10/+41
| |\ \ \
| * | | | Fixed foreach by reference iteration over constant arrayDmitry Stogov2015-01-283-45/+120
| * | | | Fixed temporary variable re-allocation passDmitry Stogov2015-01-282-8/+37
| * | | | Fixed operand destruction in case of exceptions in iteratorDmitry Stogov2015-01-284-65/+305
| * | | | Use GET_OP1_ZVAL_PTR_DEREF() (IS_TMP_VAR and IS_CONST can't be IS_REFERENCE)Dmitry Stogov2015-01-282-8/+3
| * | | | Change "foreach" statement behavior (this is just a PoC yet)Dmitry Stogov2015-01-2824-1173/+1226
* | | | | Merge branch 'incorrect_close' of github.com:MegaManSec/php-srcMichael Wallner2015-01-301-1/+1
|\ \ \ \ \
| * | | | | Use correct deallocator in phpdbgJoshua Rogers2015-01-271-1/+1
* | | | | | Merge branch 'close_cor' of github.com:MegaManSec/php-srcMichael Wallner2015-01-301-4/+0
|\ \ \ \ \ \
| * | | | | | Fix interbase va_startJoshua Rogers2015-01-271-4/+0
| |/ / / / /
* | | | | | Squashed commit of the following:Michael Wallner2015-01-301-1/+0
* | | | | | fix warningsMichael Wallner2015-01-301-3/+7
* | | | | | fix warningsMichael Wallner2015-01-305-3/+13
* | | | | | fix warningsMichael Wallner2015-01-308-20/+20
* | | | | | fix warningsMichael Wallner2015-01-301-4/+4
* | | | | | fix warningMichael Wallner2015-01-301-0/+1
* | | | | | fix warningsMichael Wallner2015-01-301-2/+2
* | | | | | fix warningsMichael Wallner2015-01-301-1/+4
* | | | | | fix warningsMichael Wallner2015-01-302-6/+4
* | | | | | really only signal reportsMichael Wallner2015-01-301-1/+1
* | | | | | fix warningsMichael Wallner2015-01-302-2/+2
* | | | | | also catch segfaults reported by subshellsMichael Wallner2015-01-301-1/+4
* | | | | | make buildconf actually workMichael Wallner2015-01-302-5/+5
* | | | | | fix datatype mismatches, improve error checksAnatol Belski2015-01-302-14/+32
* | | | | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-01-305-90/+143
|\ \ \ \ \ \
| * | | | | | fix datatype mismatches, improve error checksAnatol Belski2015-01-301-14/+26
| * | | | | | fix datatype mismatches, improved error checksAnatol Belski2015-01-302-36/+64
| * | | | | | fix datatype mismatch warns, improve error checkAnatol Belski2015-01-301-7/+7
| * | | | | | make the cleanup function as static, as it's not exportedAnatol Belski2015-01-301-19/+18
| * | | | | | fix datatype mismatches, add stronger error checksAnatol Belski2015-01-301-4/+16
| * | | | | | fix datatype mismatches, improve error checksAnatol Belski2015-01-301-7/+10
| * | | | | | remove unused varAnatol Belski2015-01-301-1/+1
| * | | | | | remove unused variableAnatol Belski2015-01-301-1/+0
| * | | | | | remove unused varAnatol Belski2015-01-301-1/+1
* | | | | | | Fixed segfault introduced in f869bf3829c6b2c94011747c69ed8f32412c9e03Xinchen Hui2015-01-301-0/+1
* | | | | | | Revert "Fixed warning "(null)(): supplied resource is not a valid cURL handle...Xinchen Hui2015-01-302-29/+3
|/ / / / / /