summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_webdata_transfer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary initialization in phpdbg webhelperNikita Popov2020-06-231-1/+1
| | | | | This whole code is very dubious and should possibly be dropped. For now just fix the build warning.
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized ↵Dmitry Stogov2018-07-041-1/+1
| | | | | | | destructors. zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places. Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.
* year++Xinchen Hui2018-01-021-1/+1
|
* Transmit phpdbg webdata len in little-endianSebastian Ramadan2017-12-171-1/+1
| | | | Rather than using machine-endianness through a UB cast.
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* fix dealloc mismatchAnatol Belski2016-08-291-1/+1
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-2/+2
| | | | semantick changes).
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
| | | | | Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
|
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-7/+12
|\ | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg_wait.c sapi/phpdbg/phpdbg_webdata_transfer.c
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-281-0/+2
| |
| * Merge ../phpdbg into PHP-5.6Bob Weinand2014-10-281-7/+13
| | | | | | | | | | Conflicts: sapi/phpdbg/config.m4
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-76/+61
|/
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-0/+185