Marcus Boerger
|
27ca5af569
|
- Increment extension version
|
2007-05-18 17:54:24 +00:00 |
|
Marcus Boerger
|
611aa32fee
|
- Update TODO
|
2007-05-18 17:53:32 +00:00 |
|
Marcus Boerger
|
d4988e2d1e
|
- Make phar class optional, allowing PHP_Archive instead
|
2007-05-18 17:53:07 +00:00 |
|
Marcus Boerger
|
8e561453ec
|
- Add Phar::getAlias()
|
2007-05-18 17:50:39 +00:00 |
|
Marcus Boerger
|
a56e04ea5f
|
- Make alias optioal and return it in info command
|
2007-05-18 17:49:16 +00:00 |
|
Antony Dovgal
|
451d4858b3
|
fix #41432 (extract() does not accept empty prefix)
|
2007-05-18 14:11:12 +00:00 |
|
Dmitry Stogov
|
5dc51fecf8
|
Improved compilation of heredocs and interpolated strings. (Matt)
|
2007-05-18 13:12:47 +00:00 |
|
Rasmus Lerdorf
|
5e84cb97a0
|
MFB syscall optimizations
# boredom on the plane to China...
|
2007-05-18 12:15:01 +00:00 |
|
Antony Dovgal
|
eb2240d494
|
fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents())
|
2007-05-18 12:05:55 +00:00 |
|
Antony Dovgal
|
814629c7d6
|
fix tests
|
2007-05-18 11:47:31 +00:00 |
|
Antony Dovgal
|
9c47899565
|
fix tests
|
2007-05-18 11:29:40 +00:00 |
|
Marcus Boerger
|
c1c9d21ec4
|
- Add Phar::isValidPharfilename() really
|
2007-05-18 05:48:20 +00:00 |
|
Marcus Boerger
|
4750d997bf
|
- Update package to version 1.2.0
|
2007-05-18 04:38:09 +00:00 |
|
Marcus Boerger
|
6cbfd2271f
|
- Drop RINIT completely (as discussed @ php|tek)
|
2007-05-18 04:31:39 +00:00 |
|
Marcus Boerger
|
ba9ec2cc7f
|
- Update todo
- Drop EXPERIMENTAL
|
2007-05-18 04:28:48 +00:00 |
|
Antony Dovgal
|
9c99b709a7
|
zend_make_printable_zval -> zend_make_string_zval
|
2007-05-17 17:29:09 +00:00 |
|
Marcus Boerger
|
4313bce995
|
- Get rid of RINIT completely
|
2007-05-16 23:20:31 +00:00 |
|
Marcus Boerger
|
5e3af23d20
|
- Reduce overhead of Phar's RINIT
|
2007-05-16 23:16:51 +00:00 |
|
Marcus Boerger
|
6365d3e06a
|
- Include 'class Phar extends PHP_Archive {}' when using -p
|
2007-05-16 23:00:18 +00:00 |
|
Marcus Boerger
|
d77c8b0fa7
|
- Add support to include PHP_Archive when using pack
|
2007-05-16 22:56:43 +00:00 |
|
Pierre Joye
|
bdee172749
|
- fix title
|
2007-05-16 22:54:33 +00:00 |
|
Marcus Boerger
|
669fa0b796
|
- Update after conference discussions
|
2007-05-16 22:32:23 +00:00 |
|
Pierre Joye
|
69dca143c9
|
- libgd #86: Fixed possible infinite loop in libgd/gd_png.c
(Reported by Xavier Roche)
|
2007-05-16 22:16:22 +00:00 |
|
Michael Wallner
|
b83260a150
|
MFB: r1.28.2.3.2.4
|
2007-05-16 21:19:53 +00:00 |
|
Zoe Slattery
|
36de378220
|
Updated range() test
|
2007-05-16 21:10:57 +00:00 |
|
Marcus Boerger
|
e40ed58b01
|
- Add ability to extract a single value from info command
|
2007-05-16 20:48:41 +00:00 |
|
Marcus Boerger
|
aaed58e0ab
|
- Add -k to meta-* commands
|
2007-05-16 20:42:20 +00:00 |
|
Ilia Alshanetsky
|
8e8258be1c
|
Fixed a typo
|
2007-05-16 20:12:53 +00:00 |
|
Ilia Alshanetsky
|
09ecbca0e1
|
MFB: PDO:FETCH_KEY_PAIR
|
2007-05-16 19:58:58 +00:00 |
|
Marcus Boerger
|
387499952c
|
- Add -k to support direct metadata array-key extraction
|
2007-05-16 19:15:32 +00:00 |
|
Antony Dovgal
|
26c0270d57
|
fix #41394 (dbase_create creates file with corrupted header)
|
2007-05-16 13:16:56 +00:00 |
|
Antony Dovgal
|
b21fe28568
|
fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
|
2007-05-16 12:53:36 +00:00 |
|
David Coallier
|
a4bc40e970
|
- Fixed small bug (if (Phar::canWrite()) then die, which should really be:
if (!Phar::canWrite())
|
2007-05-16 04:05:41 +00:00 |
|
Stanislav Malyshev
|
a66fbe2d5e
|
do not send cookie when session is passed in URL, same as it happens with GET/POST
|
2007-05-16 01:32:28 +00:00 |
|
David Coallier
|
2d3dad05de
|
- Quickly reorganized some of the arguments array syntax.
|
2007-05-15 23:46:21 +00:00 |
|
Marcus Boerger
|
d12dfcade7
|
- Use Phar::isValidPharFilename
- Better output of compression ratio
- Add ability to work on global metadata
- Minor updates
|
2007-05-15 20:46:27 +00:00 |
|
Marcus Boerger
|
4dfa232bf9
|
- Add forward declaration
|
2007-05-15 20:43:24 +00:00 |
|
Marcus Boerger
|
b83a515920
|
- Add Phar::delMetadata()
- Add Phar::hasMetadata()
- Add Phar::isValidPharFilename()
|
2007-05-15 20:42:38 +00:00 |
|
Marcus Boerger
|
004932e11d
|
- Add Phar::delMetadata()
- Add Phar::hasMetadata()
- Add Phar::isValidPharFilename()
|
2007-05-15 20:21:19 +00:00 |
|
Marcus Boerger
|
a618c823f2
|
- Add compression ratio to info command
|
2007-05-15 16:39:19 +00:00 |
|
Marcus Boerger
|
80d27f2b5b
|
- Add help-list command
|
2007-05-15 16:39:01 +00:00 |
|
Marcus Boerger
|
6b349de774
|
- Fix compalg argument handling and merge it to preliminary phar command
- Improve command info
|
2007-05-15 16:28:15 +00:00 |
|
Marcus Boerger
|
580a5cf2ea
|
- Align output of info command
|
2007-05-15 15:41:03 +00:00 |
|
Marcus Boerger
|
85e02bbee8
|
- Better hint that you can get help to a specific command
|
2007-05-15 15:34:50 +00:00 |
|
Marcus Boerger
|
9deb0ca94f
|
- Add auto compression mode to phar command and use it in Makefile.frag
- Allow parameter types to be based on select type
- Allow to use compress command for selected entries
|
2007-05-15 15:33:24 +00:00 |
|
Antony Dovgal
|
326ee7c499
|
fix test
|
2007-05-15 14:25:50 +00:00 |
|
Marcus Boerger
|
1ab96f2d04
|
- Drop commented line
|
2007-05-14 19:36:44 +00:00 |
|
Marcus Boerger
|
16e27c5aad
|
- Fix main metadata handling, prefix main metadata with main
|
2007-05-14 19:36:09 +00:00 |
|
Marcus Boerger
|
440691899c
|
- Optimize flushing, don't generate metadata twice
|
2007-05-14 19:14:00 +00:00 |
|
Marcus Boerger
|
c9c5dbbd8d
|
- Unoptimized fix for metadata writing
|
2007-05-14 18:59:04 +00:00 |
|