History log of /PHP-8.1/ext/zip/php_zip.c (Results 251 – 275 of 410)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 39c521c0 05-May-2014 Xinchen Hui

Finish Zip (all tests pass)

# 356824df 05-May-2014 Xinchen Hui

Romove unnecessary proxy macro

# 7e3989f3 05-May-2014 Xinchen Hui

Fixed memory leak in prop_handlers registering

# ea33fbd8 05-May-2014 Xinchen Hui

Don't use this (keyword)

# bea30846 05-May-2014 Xinchen Hui

Refactor Zip (1 test failed)

Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# f9927a6c 25-Apr-2014 Dmitry Stogov

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patch

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)

Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c

show more ...


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)

Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# 7946c5a2 07-Mar-2014 Remi Collet

add OPSYS_Z_CPM missing constant

Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3
# c0aba2c6 23-Feb-2014 Xinchen Hui

Refactor basename using zend_string

Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year

# 3a492cf6 30-Dec-2013 Remi Collet

fix compat for PHP ABI changes

# 0a950a05 30-Dec-2013 Remi Collet

Sync with pecl/zip 1.12.4dev

- update bunled libzip to 0.11.2
- expose zip_file_set_external_attributes + zip_file_get_external_attributes
with new methods:
ZipArchive:

Sync with pecl/zip 1.12.4dev

- update bunled libzip to 0.11.2
- expose zip_file_set_external_attributes + zip_file_get_external_attributes
with new methods:
ZipArchive::setExternalAttributesName
ZipArchive::setExternalAttributesIndex
ZipArchive::getExternalAttributesName
ZipArchive::getExternalAttributesIndex

show more ...

Revision tags: php-5.4.24RC1, php-5.5.8RC1
# f6ffecbd 19-Dec-2013 Remi Collet

save a few memory

# 99b91f98 19-Dec-2013 Remi Collet

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)


# 32d1d5fb 19-Dec-2013 Remi Collet

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)


# 20eb8e4d 19-Dec-2013 Remi Collet

Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)

Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# c6759800 05-Nov-2013 Anatol Belski

Merge branch 'pull-request/500'

* pull-request/500:
limit virtual_cwd_activate() duplicated call to ZTS only
reverted the previous commit, both calls are needed in TS mode

Merge branch 'pull-request/500'

* pull-request/500:
limit virtual_cwd_activate() duplicated call to ZTS only
reverted the previous commit, both calls are needed in TS mode
virtual_cwd_activate() should be called only in one place
back to do_alloca()
removed unnecessary call
simplify the state free macros
compact the code to preserve the error info after state freeing
back to do_alloca(), reverted the wrong replacement
enabled windows to use stack in both ts/nts mode, some more fixes
moved to do_alloca() usage where appropriate
fixed invalid free
fixed virtual cwd header in phar
updated NEWS
fixed all the places where last error could be lost
preserve the error code
applied and fixed the original patch
initial move on renaming files and fixing includes

Conflicts:
ext/opcache/ZendAccelerator.c

show more ...


# 5dc37b35 04-Nov-2013 Remi Collet

Sync ext/zip with pecl/zip version 1.3.2
- update libzip to version 1.11.1. We don't use any private symbol anymore
- new method ZipArchive::setPassword($password)
- add --with-libzip opt

Sync ext/zip with pecl/zip version 1.3.2
- update libzip to version 1.11.1. We don't use any private symbol anymore
- new method ZipArchive::setPassword($password)
- add --with-libzip option to build with system libzip

show more ...

Revision tags: php-5.4.22RC1, php-5.5.6RC1
# 048923b3 20-Oct-2013 Felipe Pena

Merge branch 'PHP-5.5'

* PHP-5.5:
- Moved NULL check before dereferencing


# 8aa19c9f 20-Oct-2013 Felipe Pena

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
- Moved NULL check before dereferencing


# 9976b5cd 20-Oct-2013 Felipe Pena

- Moved NULL check before dereferencing

# 84011f7c 20-Oct-2013 Felipe Pena

Merge branch 'PHP-5.5'

* PHP-5.5:
- Fix possible memory leak


# 8d22c231 20-Oct-2013 Felipe Pena

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
- Fix possible memory leak


1...<<11121314151617