summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* basic macro replacements, all at onceAnatol Belski2014-08-196-87/+87
* Fixed version idXinchen Hui2014-08-161-1/+1
* Better version checkingXinchen Hui2014-08-151-1/+1
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-1560-61/+61
* Fixed windows buildDmitry Stogov2014-08-141-1/+1
* cleanupDmitry Stogov2014-08-132-38/+18
* Merge branch 'master' into phpngXinchen Hui2014-07-095-4/+9
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-094-4/+8
| |\
| | * Fixed tests affect by local iniXinchen Hui2014-07-094-4/+8
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-081-0/+1
| | |\
| | | * Fix bug #67587: Redirection loop on nginx with FPMChristian Weiske2014-07-081-0/+1
| * | | Fix bug #67587: Redirection loop on nginx with FPMChristian Weiske2014-07-081-0/+1
* | | | Simplify call-frame handlingDmitry Stogov2014-07-071-5/+0
* | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-0/+1
* | | | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-1/+1
* | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+0
* | | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-0/+4
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-29/+7
* | | | Fixed incorrect efree()Dmitry Stogov2014-05-191-9/+2
* | | | Prevent double resource freeDmitry Stogov2014-05-191-1/+0
* | | | Use new hash iteration API and avoid old zend_hash_update_current_key() hackDmitry Stogov2014-05-191-25/+23
* | | | fix signature according to apply_func_arg_tPierre Joye2014-05-171-2/+1
* | | | Fixed pointer mess (use * instead of **)Dmitry Stogov2014-05-161-2/+2
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-05-111-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-111-1/+1
| | |\ \ | | | |/
| | | * - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)Felipe Pena2014-05-111-1/+1
* | | | Support for ext/phar (all tests passed)Dmitry Stogov2014-05-122-7/+16
* | | | ext/phar support (incomplete)Dmitry Stogov2014-05-123-22/+27
* | | | ext/phar support (incomplete)Dmitry Stogov2014-05-121-6/+11
* | | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-087-363/+371
* | | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-089-963/+903
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-265-79/+241
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-223-126/+187
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-223-126/+187
| | |\ \ | | | |/
| | | * Fix accepting ill-formed UTF-8 charactersJakub Zelenka2014-04-223-127/+188
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-204-61/+160
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-204-61/+160
| | |\ \ | | | |/
| | | * Allow valid multi-byte utf-8 characters to be allowed as file names in phar a...Danack2014-04-204-62/+161
| | | * Bump yearXinchen Hui2014-01-0318-18/+18
| * | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-141-2/+4
| |\ \ \ | | |/ /
| | * | Bump yearXinchen Hui2014-01-0318-18/+18
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-16/+20
* | | | Refactoring php_stream_copy_to_mem to return zend_stringXinchen Hui2014-02-241-4/+7
* | | | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-7/+1
* | | | Use better data structures (incomplete)Xinchen Hui2014-02-111-1/+1
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-107-48/+48
|/ / /
* | | Bump yearXinchen Hui2014-01-0318-18/+18
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-1/+1
|\ \ \
| * \ \ Merge branch 'bug50333' of github.com:weltling/php-src into bug50333Anatol Belski2013-10-291-1/+1
| |\ \ \