David Soria Parra
f7b10abae9
Replace $Revision$ with $Id$ in keyword expansion enable files
2012-03-20 17:53:47 +01:00
Nikita Popov
daa190f8fd
Fix headers generated by phar
...
sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing
warnings.
Needs to be merged to 5.4.
2012-02-18 13:39:13 +00:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Christopher Jones
77b821d3c5
Fix skipif
2011-12-08 20:43:23 +00:00
Pierre Joye
c46e5a1b7d
- add windows version of this test
2011-12-06 13:35:41 +00:00
Pierre Joye
0c4915d580
- add windows version of this test
2011-12-06 13:34:45 +00:00
Pierre Joye
4a91e36366
- force LF
2011-12-06 13:16:40 +00:00
Pierre Joye
d2fad53032
- force LF
2011-12-06 13:07:08 +00:00
Pierre Joye
72004f29c2
- restore correct window_size
2011-11-20 10:10:43 +00:00
Pierre Joye
1e8fc920e1
- fix build, ansi c requires constant value, no expresion, even constant var
2011-11-19 23:09:12 +00:00
Stanislav Malyshev
449907fb76
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)
2011-11-19 04:59:56 +00:00
Felipe Pena
72a133f155
- Fixed bug #60261 (phar dos null pointer)
2011-11-11 21:39:11 +00:00
Christopher Jones
ef83bd744c
Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351
2011-09-15 17:23:29 +00:00
Ulf Wendel
78b2f1c488
Fixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further updates?
2011-09-06 16:30:53 +00:00
Pierre Joye
8f7fab9358
- add skipif
2011-09-06 06:52:26 +00:00
Hannes Magnusson
e723c7631c
Fixed bug#53872 (internal corruption of phar)
2011-08-29 16:05:45 +00:00
Hannes Magnusson
269724ebcc
Whopsy, this change in 5.4, not 5.3
2011-08-29 14:27:17 +00:00
Hannes Magnusson
9e20746611
Fixed bug#52013 (Unable to decompress files in a compressed phar)
2011-08-29 14:19:54 +00:00
Hannes Magnusson
abbf8be0d6
The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called
2011-08-29 14:17:41 +00:00
Ilia Alshanetsky
1488704098
Make static analyzers happy
2011-08-09 14:11:56 +00:00
Xinchen Hui
4c2e6c1cf6
Initialize variable with fixed value for avoiding compile warnings
2011-08-07 11:13:27 +00:00
Pierrick Charron
757a32cd0c
Pointer returned is never used
2011-08-07 05:46:31 +00:00
Felipe Pena
997f323e3a
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
2011-08-06 14:47:44 +00:00
Felipe Pena
2df7afeb1c
- Revert accidental change
2011-07-25 21:39:53 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
3964ddd1c4
- Added missing void param checks, and fix arginfo
2011-06-18 22:48:31 +00:00
Felipe Pena
2b309c8f9e
- Added missing arginfos for void params and void param checks
2011-06-18 15:56:14 +00:00
Christopher Jones
21abc2f1c1
Fix skipif to resolve the common reason this test fails
2011-06-17 18:28:34 +00:00
Johannes Schlüter
c61d125986
- Handle error if tempfile can't be opened, found by parfait
2011-05-16 22:24:41 +00:00
Felipe Pena
4929964a5d
- Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)
2011-03-26 17:02:34 +00:00
Felipe Pena
6da18ca967
- Missing fixes for bug #54247
2011-03-14 14:12:42 +00:00
Felipe Pena
8d816ed0ef
- Fixed bug #54247 (format-string vulnerability on Phar)
2011-03-14 13:54:41 +00:00
Nuno Lopes
e79bf567e8
fix lcov build
2011-02-25 09:32:17 +00:00
Ilia Alshanetsky
baf5d66614
Fixed bug #53898 (PHAR reports invalid error message, when the directory does not exist).
2011-02-01 14:01:00 +00:00
Ilia Alshanetsky
f4c468481a
Fixed variable overloading
2011-01-20 19:32:36 +00:00
Felipe Pena
12d2104277
- Year++
2011-01-01 02:48:19 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Eyal Teutsch
8d9307ace4
removed extra ?> from the FILE section
2010-12-30 14:36:01 +00:00
Eyal Teutsch
5b5e89bb36
using PWD which is supported by run-tests.php, rather than $cwd
2010-12-26 09:47:50 +00:00
Ilia Alshanetsky
c946ff2f51
Fixed bug #53541 (format string bug in ext/phar).
2010-12-14 17:00:36 +00:00
Kalle Sommer Nielsen
78f10489ca
Added second fix from #50987 that wasn't apart of Ilia's commit
2010-11-20 20:59:28 +00:00
Ilia Alshanetsky
5f1b91a6bf
Fixed bug #50987 (unaligned memory access in phar.c)
2010-11-20 19:27:31 +00:00
Adam Harvey
fc2ed1b5d0
MFH: fix phar phpinfo() tests.
2010-09-24 12:13:33 +00:00
Adam Harvey
107f916322
Fix up the vim folds in phar_object.c and add a note that the two prototypes
...
before Phar::__construct() are actually valid and not a mistake, per bug
#52909 .
2010-09-23 04:41:14 +00:00
Pierre Joye
0f58370215
- fix string validation, MOPS-2010-24
2010-08-20 16:37:33 +00:00
Eric Stewart
3b38626603
Added test for bug 52013 to PHP_5_3.
2010-07-02 02:46:43 +00:00
Pierre Joye
4029454a0d
- Fix bug #50578 , incorrect shebang in phar.phar
2010-06-16 18:30:35 +00:00
Ilia Alshanetsky
813e3cf14d
Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())
2010-05-03 14:41:40 +00:00
Ilia Alshanetsky
7174b6ec78
Fixed string format validation inside phar extension. Reported by Stefan Esser
2010-04-27 17:13:24 +00:00
Hannes Magnusson
3283b811eb
- Unifiy that message
...
- Mention php.ini
2010-04-27 08:23:25 +00:00