1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Commit Graph

468 Commits

Author SHA1 Message Date
Christopher Jones 77b821d3c5 Fix skipif 2011-12-08 20:43:23 +00:00
Christopher Jones 726b31cfc9 Fix skipif 2011-12-08 20:43:23 +00:00
Pierre Joye 4e172842a2 - force LF 2011-12-06 13:42:08 +00:00
Pierre Joye c46e5a1b7d - add windows version of this test 2011-12-06 13:35:41 +00:00
Pierre Joye c55364eb05 - 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 65f0630552 - 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 bbeaed1cca - 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 74cf85e19d - 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 f330c8ab4e - 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
Pierre Joye eeba0b5681 - 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
Stanislav Malyshev 22cbdd5cc5 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 c1e510aea8 - Fixed bug #60261 (phar dos null pointer) 2011-11-11 21:39:11 +00:00
Felipe Pena 72a133f155 - Fixed bug #60261 (phar dos null pointer) 2011-11-11 21:39:11 +00:00
Ferenc Kovacs 7888715e73 the mandatory __construct() for SPL classes was reverted in r318566 2011-11-05 16:49:56 +00:00
Xinchen Hui 3fd08b3bd4 Fix tests due to bison depened message format 2011-09-25 03:35:57 +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
Christopher Jones a0526b9452 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
Dmitry Stogov 4a25a7740d Fixed ZE specific compile warnings (Bug #55629) 2011-09-13 13:29:35 +00:00
Stanislav Malyshev 666d301ee3 Fix error message 2011-09-10 05:36:14 +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
Ulf Wendel cd0c221f82 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
Pierre Joye dd855aec8b - add skipif 2011-09-06 06:52:26 +00:00
Xinchen Hui f249361559 Fixed tests (due to error message changed) 2011-09-05 15:05:51 +00:00
Hannes Magnusson e723c7631c Fixed bug#53872 (internal corruption of phar) 2011-08-29 16:05:45 +00:00
Hannes Magnusson 25352ba350 Fixed bug#53872 (internal corruption of phar) 2011-08-29 16:05:45 +00:00
Hannes Magnusson 58747dff3a Changed error messages 2011-08-29 14:29:40 +00:00
Hannes Magnusson 269724ebcc Whopsy, this change in 5.4, not 5.3 2011-08-29 14:27:17 +00:00
Hannes Magnusson 8a83fee12a Fixed bug#52013 (Unable to decompress files in a compressed phar) 2011-08-29 14:19:54 +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 5519b2ebe1 The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called 2011-08-29 14:17:41 +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
Ilia Alshanetsky 47632aa725 Make static analyzers happy 2011-08-09 14:11:56 +00:00
Rasmus Lerdorf d4a716b19d Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these
static string copies
2011-08-07 16:10:34 +00:00
Xinchen Hui 4c2e6c1cf6 Initialize variable with fixed value for avoiding compile warnings 2011-08-07 11:13:27 +00:00
Xinchen Hui cc42ac9d9b 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
Pierrick Charron 4f0c7670ea 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 707a8f70b8 - 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 4b30846b50 - Make usage of new PHP_FE_END macro 2011-07-25 11:35:02 +00:00