summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-192-5/+5
* avoid unnecessary strlen calls in loopAnatol Belski2014-09-191-2/+2
* fix conditionAnatol Belski2014-09-191-1/+1
* avoid repeated strlen usageAnatol Belski2014-09-191-3/+4
* reduce struct size by 8 byte on 64 bitAnatol Belski2014-09-141-2/+2
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-8/+8
* fixed path in testAnatol Belski2014-08-291-5/+5
* fix phar copy-on-writeAnatol Belski2014-08-281-0/+1
* fix incompatible pointerAnatol Belski2014-08-281-1/+3
* Revert "Fixed incompatible pointer type"Xinchen Hui2014-08-281-1/+1
* Fixed incompatible pointer typeXinchen Hui2014-08-281-1/+1
* 's' and size_t - fix some invalid pointers and the remaining ext/mcrypt partsAnatol Belski2014-08-271-5/+8
* 's' works with size_t round 3Anatol Belski2014-08-272-28/+35
* first show to make 's' work with size_tAnatol Belski2014-08-272-17/+17
* Fixed incompatible pointerXinchen Hui2014-08-261-1/+1
* master renames phase 3Anatol Belski2014-08-2511-41/+41
* master renames phase 1Anatol Belski2014-08-259-168/+168
* yet trivial fixesAnatol Belski2014-08-201-1/+1
* ported ext/pharAnatol Belski2014-08-1911-109/+109
* 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