Commit Graph

156 Commits

Author SHA1 Message Date
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
4979fc17e3 - Fixed a macro redefinition on BSD for different purpose 2008-11-12 23:37:47 +00:00
Felipe Pena
330dc7f034 - Removed unused variables 2008-11-12 17:26:19 +00:00
Felipe Pena
f73e20f602 - Fix test 2008-11-12 17:17:38 +00:00
Pierre Joye
f5553f3494 - fix #14962 (makes 2nd argument really optional)
- replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent
- sync tests with 5.3
2008-11-12 11:24:48 +00:00
Pierre Joye
3f12e9e699 - not necessary anymore 2008-11-12 11:20:38 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Pierre Joye
f8484b2d70 - MFB: flatten path and make them relative before extraction 2008-10-23 21:18:13 +00:00
Arnaud Le Blanc
51f7cc3925 initialize optional vars 2008-10-21 23:36:17 +00:00
Pierre Joye
b72e3ea622 - file will exist only on error (thx tony for the headup) 2008-08-30 23:54:46 +00:00
Pierre Joye
f5d909c30c - MFB: fix test (clean on exit) 2008-08-30 16:26:11 +00:00
Felipe Pena
fac97d5694 - Removed unused variables 2008-08-15 19:57:24 +00:00
Pierre Joye
9bc9e10386 - MFB: add new files 2008-08-08 18:29:51 +00:00
Pierre Joye
1b57b75d50 - sync with 5.3 2008-08-08 18:13:55 +00:00
Pierre Joye
8af38667e6 - update to 0.9 (torrentzip support, files open only when necessary), windows fixes 2008-08-07 23:23:20 +00:00
Antony Dovgal
55fecd6593 invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
Antony Dovgal
3b07744b28 add PHP_STREAM_FLAG_FCLOSE to zip streams 2008-07-23 09:09:02 +00:00
Jani Taskinen
d01afd9a7d MFB 2008-07-14 09:05:09 +00:00
Rob Richards
3b58e7e8c6 MFB: fix zlib detection and linking
- synch zip config.w32
2008-07-09 16:13:53 +00:00
Felipe Pena
4b50d12a48 - MFB: Added arginfo (functions) 2008-07-03 12:21:25 +00:00
Antony Dovgal
485a57c37d fix typo 2008-07-01 08:21:57 +00:00
Pierre Joye
01b9c1291a - MFB: do not export the api or install the headers 2008-06-08 11:42:35 +00:00
Felipe Pena
77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Dmitry Stogov
42a683d688 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
Pierre Joye
1e513413f2 - MFB: reflect the correct version 2008-01-18 01:24:29 +00:00
Greg Beaver
44173ebb5e MF5.3: install headers, use correct zip version 2008-01-18 00:33:15 +00:00
Antony Dovgal
338b087953 fix build 2008-01-14 08:17:55 +00:00
Greg Beaver
5c8c279a55 MFPECL: fix windows build for all cases, and always export symbols (Steph Fox) 2008-01-14 03:15:50 +00:00
Greg Beaver
a98e3d1192 add missing define for statically-built zip ext 2008-01-13 23:37:27 +00:00
Greg Beaver
f9066b0e49 MFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY
2008-01-13 06:24:27 +00:00
Greg Beaver
f6c466a749 MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols 2008-01-13 06:01:59 +00:00
Greg Beaver
673e955d98 export symbols for use by other extensions like phar 2008-01-12 03:42:41 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Hannes Magnusson
6eee7dfce1 MFB: Fix protos 2007-12-15 12:57:05 +00:00
Antony Dovgal
f5ae1787b2 fix test broken by Sara's commit 2007-11-19 11:12:21 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Antony Dovgal
d43c8ad4eb make sure the temp file is closed before removing it 2007-08-13 12:46:34 +00:00
Hannes Magnusson
330797ea73 - Fix isset/empty($ZipArchive->property)
- Add test
2007-08-06 21:59:11 +00:00
Antony Dovgal
8464268a3f fix test 2007-07-18 13:54:30 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
Antony Dovgal
2ac15fe26d fix ws 2007-06-04 06:38:08 +00:00
Pierre Joye
6c9b114456 - MFB: fix logic 2007-06-03 21:35:39 +00:00
Pierre Joye
c4bff4d756 - MFB: PECL #11216, addEmptyDir crashes if the directory already exists 2007-06-03 21:30:12 +00:00
Pierre Joye
017f5f4238 - MFB:
- Fixed a possible crash in the event directory cannot be created, due to a
   double free. (Ilia)
 - Use the same tests for zip_stat
2007-05-19 22:26:32 +00:00
Antony Dovgal
8d9be0338b fix test names 2007-05-07 16:50:40 +00:00
Pierre Joye
20a7f2b3f4 - MFB: Fixed a possible memory leak on open_basedir validation (Ilia) 2007-03-14 16:34:56 +00:00
Pierre Joye
4a13ef4b17 - add openbase_dir checks in ::open and addFile() 2007-03-14 12:02:40 +00:00
Pierre Joye
c5b9818e1e - MFB: free rsrc on error in zip_read (old API) 2007-03-14 11:37:35 +00:00