History log of /PHP-7.4/ext/phar/phar_object.c (Results 226 – 250 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# 86f8d0a8 26-Oct-2008 Greg Beaver

fix several errors found by valgrind
1 - entry metadata not properly processed or retrieved from cached phars
2 - copy on write was using a void return value instead of int, a dangerous overs

fix several errors found by valgrind
1 - entry metadata not properly processed or retrieved from cached phars
2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry
3 - metadata creation in entries for cached phars was causing an invalid read

show more ...


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# 114861e3 12-Oct-2008 Greg Beaver

fix incorrect key for Phar destructor


# e16636f0 12-Oct-2008 Greg Beaver

add tests for copy-on-write support
- fix metadata handling with cached phars
- fix virtual_dirs with rmdir
- ensure that after copy-on-write, all existing Phar objects link to the new

add tests for copy-on-write support
- fix metadata handling with cached phars
- fix virtual_dirs with rmdir
- ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data

show more ...


# 261d300a 12-Oct-2008 Greg Beaver

add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods


Revision tags: php-5.2.7RC1
# fffdf661 09-Oct-2008 Greg Beaver

fix bug #45907: undefined reference to PHP_SHA512Init


# 9eb83b6a 13-Sep-2008 Greg Beaver

fix minor issues found by ICC (unused variables and the like)


# e7b6fe1b 11-Sep-2008 Greg Beaver

fix Bug #46032: PharData::__construct wrong memory read


# 318d5f98 31-Aug-2008 Steph Fox

- unnecessary ;
We are now 100% synched - let's keep it that way!


# b2efb50c 31-Aug-2008 Greg Beaver

remove unnecessary ;


# 513cec31 31-Aug-2008 Greg Beaver

fix compile warning in PHP < 6.0


# e30bf5af 31-Aug-2008 Greg Beaver

remove superfluous return statements, merge from pecl/phar


# 1c66670e 31-Aug-2008 Greg Beaver

merge minor optimization removing strlen from pecl/phar


# 6dcdb77f 31-Aug-2008 Greg Beaver

remove unused variables, merge from pecl/phar


# 27cf2756 31-Aug-2008 Greg Beaver

use %u instead of %d, merge from pecl/phar


Revision tags: php-4.4.9
# 4e5280a7 01-Aug-2008 Steph Fox

- ws/cs, macros, code that only affects other branches
- some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD


Revision tags: php-5.3.0alpha1
# b53da9cd 29-Jul-2008 Antony Dovgal

fix folding


# 6895773a 24-Jul-2008 Steph Fox

- Utilize new UNIX_PATHS flag in SPL
- Fix tests

@Jani: hold back on the bunny-killing, HEAD will be in sync later today


Revision tags: php-4.4.9RC1
# c48c63f5 22-Jul-2008 Dmitry Stogov

Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)


# 44557cf9 16-Jul-2008 Dmitry Stogov

Improved support for opcode caches. Now some open() syscalls might be eliminated by caches.


# 1cfd92fc 09-Jul-2008 Dmitry Stogov

Fixed efree(NULL)


# 2c9df099 07-Jul-2008 Steph Fox

- We forgot to check that the phar exists before trying to extract files from it :)


# 8bf72978 24-Jun-2008 Greg Beaver

fix several issues:
1) segfault in phar_buildfromdirectoryiterator8.phpt
2) tests failing because SKIPDOTS is default on 64 bit, not on 32
3) Marcus, you really need to add SKIPDOTS as a

fix several issues:
1) segfault in phar_buildfromdirectoryiterator8.phpt
2) tests failing because SKIPDOTS is default on 64 bit, not on 32
3) Marcus, you really need to add SKIPDOTS as a class constant, so we don't have to use 0x00001000

show more ...


# 10f6d9a5 23-Jun-2008 Greg Beaver

true fix for potential segfault in phar_build


12345678910>>...12