summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* master renames phase 3Anatol Belski2014-08-251-8/+8
* master renames phase 1Anatol Belski2014-08-251-15/+15
* yet more fixes to zppAnatol Belski2014-08-201-1/+1
* mostly fixes to spl, but also some otherAnatol Belski2014-08-171-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-11/+11
* Merge branch 'call-frame' into phpngDmitry Stogov2014-07-071-2/+1
|\
| * Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-2/+1
* | Fixed segfault if empty POSTXinchen Hui2014-07-031-4/+2
|/
* Prefer the macro we definedXinchen Hui2014-05-071-11/+7
* Refactored filterXinchen Hui2014-05-071-4/+5
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\
| * Merge branch 'PHP-5.6'Anatol Belski2014-04-241-1/+1
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-241-1/+1
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-241-1/+1
| | | |\
| | | | * fix dll exportAnatol Belski2014-04-241-1/+1
| * | | | Merge branch 'PHP-5.6'Bob Weinand2014-04-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-121-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-121-1/+1
| | | |\ \ | | | | |/
| | | | * Made usage of php_hash_environment useful by updating instead of just adding ...Bob Weinand2014-04-121-1/+1
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-5/+3
* | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-5/+14
* | | | | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-2/+4
* | | | | Fixed variable name registerXinchen Hui2014-03-051-1/+1
* | | | | Refacting smart_strXinchen Hui2014-02-181-7/+7
* | | | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-16/+12
* | | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-210/+123
|/ / / /
* | | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Bump yearXinchen Hui2014-01-031-1/+1
| * | | Add E_DEPRECATED when populating $HTTP_RAW_POST_DATAMichael Wallner2013-12-301-1/+0
|/ / /
* | | better way to fix PRIu64 availability on windowsAnatol Belski2013-09-181-4/+3
* | | fix build - PRIu64 vs %I64uAnatol Belski2013-09-171-0/+4
* | | Merge branch 'slim-postdata'Michael Wallner2013-09-171-28/+100
|\ \ \ | |/ / |/| |
| * | slim post dataMichael Wallner2013-08-271-28/+100
* | | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ / |/| / | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical v...Xinchen Hui2012-03-021-1/+1
| * Improved max_input_vars directive to check nested variablesDmitry Stogov2012-02-141-20/+15
| * Fixed memory leaksDmitry Stogov2012-02-021-15/+15
| * fix UMR in php_register_variable_ex, reported by Stefan EsserStanislav Malyshev2012-02-011-0/+3
| * Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT ins...Patrick Allaert2012-01-061-4/+7
| * - Year++Felipe Pena2012-01-011-1/+1
| * Change fatal error into warning and ignore arguments over limitDmitry Stogov2011-12-221-8/+14
| * Added max_input_vars directive to prevent attacks based on hash collisionsDmitry Stogov2011-12-141-0/+6
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-10/+10
| * - wsPierre Joye2011-08-231-3/+3
| * - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-24/+3
* | Happy New YearXinchen Hui2013-01-011-1/+1