summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-1518-18/+18
|
* Faster sorting algoXinchen Hui2015-01-142-2/+2
|
* trailing whitespace removalStanislav Malyshev2015-01-106-49/+49
|
* Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is ↵Dmitry Stogov2014-12-307-42/+42
| | | | properly initialized
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-262-8/+7
|
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-214-8/+8
|
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-162-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix perm again... cleanup uneeded cast fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian) Conflicts: ext/phar/func_interceptors.c ext/phar/phar_object.c sapi/apache2handler/sapi_apache2.c
| * fix perm again...Remi Collet2014-12-161-0/+0
| |
| * fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)Remi Collet2014-12-162-7/+8
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-0/+0
|\ \ | |/ | | | | | | | | | | * origin/master: fix perms fix perms PowerPC64 support in safe_address function
| * fix permsRemi Collet2014-12-161-0/+0
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1314-1145/+1142
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (37 commits) NEWS NEWS Fix bug #68601 buffer read overflow in gd_gif_in.c Fixed compilation warnings Removed unnecessary checks pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary Merged PR #911. Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before. Updated NEWS Updated NEWS Updated NEWS Fix bug #68532: convert.base64-encode omits padding bytes Updated NEWS Updated NEWS Updated NEWS Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor) Updated NEWS Updated NEWS Fix MySQLi tests Fixed gd test ...
| * Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some ↵Guilherme Blanco2014-12-121-2/+2
| | | | | | | | currently defined classes as final which were just not being considered as such before.
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-262-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (102 commits) fix dir separator in test fix TS build fix TS build Better fix for bug #68446 Revert "Merge remote-tracking branch 'origin/PHP-5.6'" Revert NEWS and set test to XFAIL Revert "Fix bug #68446 (bug with constant defaults and type hints)" Improved zend_hash_clean() and added new optimized zend_symtable_clean() Use inline version of zval_ptr_dtor() Added new optimized zend_array_destroy() function Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h fix REGISTER_NS_*_CONSTANT macros Removed useless assert. EG(uninitialized_zval) can't be refcounted. Use specialized destructors when types of zvals are known. move tests into proper place Improved assignment to object property Reuse zend_assign_to_variable() in zend_std_write_property() cleanup comments from svn/cvs era fix dir separator in test fork test for windows ...
| * Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: added missing INSTALL_ROOT
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-231-1/+1
| | |\ | | | | | | | | | | | | | | | | * PHP-5.5: added missing INSTALL_ROOT
| | | * added missing INSTALL_ROOTSebastian Brandt2014-11-231-1/+1
| | | |
| | * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (214 commits) fix datatype mismatch warnings fix datatype mismatches fix datatype mismatches fix datatype mismatches fix datatype mismatch warnings fix datatype mismatch warnings fix datatype mismatch warnings fix datatype mismatch warning fix datatype mismatches fix datatype mismatch warnings Re-add phpdbg to travis Added some NEWS Make xml valid (missing space between attrs) Fix info classes file name in xml Add note about <eval> tag for errors in xml.md Name the tag <eval> if the error id during ev cmd Do not print out xml as PHP print... Fix output to wrong function Fixed parameter order on %.*s Too much copypaste... ...
| * | | Merge branch 'PHP-5.6'Anatol Belski2014-10-201-0/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * PHP-5.6: initialize lineno before calling compile file file in phar News entry for new curl constants
| | * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-10-201-0/+1
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | * PHP-5.5: initialize lineno before calling compile file file in phar News entry for new curl constants
| | | * initialize lineno before calling compile file file in pharAnatol Belski2014-10-201-0/+1
| | | |
| | * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-08-114-4/+8
| | |\ \ | | | |/
* | | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
| | | |
* | | | converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usageAnatol Belski2014-10-164-4/+13
| | | |
* | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+4
| | | | | | | | | | | | | | | | for better comparability with the mainstream
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-051-48/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: properly export tsrm_strtok_r() Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). Fix accidental edit in previous commit Fix arginfo DateTimeZone::getOffset() now accepts a DateTimeInterface DateTimeZone::getOffset() now accepts a DateTimeInterface Moved checks and error reporting related to static methods from DO_FCALL inti INTI_FCALL* opcodes that may really deal with static methods. (In some rare cases it may lead to different order of warning messages). Fixed a bug that causes crash when environment variable is access while parsing php.ini Fixed a bug that causes crash when environment variable is access while parsing php.ini
| * | | properly export tsrm_strtok_r()Anatol Belski2014-10-051-48/+0
| | | | | | | | | | | | | | | | | | | | for this particular case fixing phar shared build, but for the general usage anyway
* | | | cleanup TSRMLS_FETCH in ext/pharAnatol Belski2014-09-261-4/+0
| | | |
* | | | fix some extension buildsAnatol Belski2014-09-251-1/+1
|/ / /
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* | | 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
| | | | | | | | | | | | This reverts commit 007406c775b527a334a0964a624810afeb599ed5.
* | | 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
| | |