History log of /php-src/ext/phar/phar_internal.h (Results 226 – 249 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5
# 20ffb004 08-Feb-2007 Marcus Boerger

- Include spl_iterators.h

Revision tags: php-5.2.1, RELEASE_1_0_0RC1
# bc17dcfc 06-Feb-2007 Greg Beaver

fix several potential segfaults, add tests for chmod(), fix chmod()

# 40b66a80 05-Feb-2007 Greg Beaver

copyright year updates

# 08cf9ff7 05-Feb-2007 Marcus Boerger

- Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6))

# f210205e 04-Feb-2007 Marcus Boerger

- PHP_VERSION_ID exists only in newer PHPs (5.1+)
- Improve error checking

# 29cde768 04-Feb-2007 Marcus Boerger

- Disallow stars in paths

# 1c690cb9 04-Feb-2007 Marcus Boerger

- Add path sanitizer for new paths
- Add test for a few things we check with the sanitizer
# We might want to use the sanitizer for opening as well

# 1b5b78ce 03-Feb-2007 Marcus Boerger

- Provide both version strings, api and ext

Revision tags: php-4.4.5RC2
# c7a5d062 29-Jan-2007 Greg Beaver

throw exceptions from Phar object, and errors from stream wrapper

# we need to account for uncaught exceptions in shutdown, 2 tests leak because of this

# c6dc9be4 29-Jan-2007 Greg Beaver

implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header

# 744ec410 28-Jan-2007 Greg Beaver

add rename support

# 8cfaa449 28-Jan-2007 Marcus Boerger

- Make new flushing work

# ea9796cc 28-Jan-2007 Marcus Boerger

- Drop phar_destroy_phar_data() from api

# e8cabb46 28-Jan-2007 Greg Beaver

fix commitWrite test, enable creation of Phars with phar object

# 22f8379e 28-Jan-2007 Greg Beaver

up API version to 1.0.0 - the file format is solid, prepare for release sometime in the near future

# 78f1b940 27-Jan-2007 Greg Beaver

fix memleak in unlink()

# ced8e1d9 27-Jan-2007 Marcus Boerger

- Make phar_flush() work without reloading
- Make refcounting fly

# 9cd8d736 26-Jan-2007 Marcus Boerger

- Simplify by providing delref function

# 8de7bd61 26-Jan-2007 Greg Beaver

implement phar refcounting
move setStub to commitWrite() and add beginWrite()

# many oo-based tests still fail, they need to be tweaked and fixed

Revision tags: php-5.2.1RC4
# ffcf9f5d 24-Jan-2007 Greg Beaver

remove unused constants, note addition of docs in TODO

# 27f4a3ad 22-Jan-2007 Greg Beaver

add setUncompressed(), setCompressedGZ(), setCompressedBZ2() to PharFileInfo, and a failing test (due to bug in streams + bug in phar)

# 9c2651d2 21-Jan-2007 Greg Beaver

X Phar->setStub() for specifying a new stub to the phar [Greg]

# d0d87d84 21-Jan-2007 Marcus Boerger

- Rewrite/Finish metadata handling

# 3066cfb3 21-Jan-2007 Marcus Boerger

- Disable most of class Phar and all of class PharFileInfo if SPL is not present

12345678910