1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

133 Commits

Author SHA1 Message Date
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
Pierre Joye 14c13cf53b - MFB: free buffer when zip_entry_read returns an empty entry 2007-03-14 11:25:20 +00:00
Pierre Joye 133c226f56 - MFB:
- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
   confusing in head without confusion)
 - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
   patch). Bug found by Stefan Esser in his MOPB-20-2007
2007-03-14 11:22:13 +00:00
Pierre Joye 8efa71db4a - MFB: Fixed snprintf() usage 2007-02-24 19:09:18 +00:00
Pierre Joye c7d417e50e - merge from pecl: Force binary mode on windows 2007-02-24 18:59:37 +00:00
Pierre Joye 52a965d136 - MFB: free temp buffer 2007-02-24 18:50:53 +00:00
Marcus Boerger 20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Pierre Joye 1a78358460 - MFB: #40228, ZipArchive::extractTo does create empty directories
recursively
2007-01-29 16:01:55 +00:00
Nuno Lopes f3c60295ed MFB 2007-01-06 20:30:23 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Pierre Joye 1766548574 - #39952 zip ignoring --with-libdir on zlib checks (judas dot
iscariote at gmail dot com)
2006-12-26 09:52:32 +00:00
Antony Dovgal fa6ec58949 add missing space for \0 2006-12-25 22:40:13 +00:00
Ilia Alshanetsky 34dc00fd7a MFB: safety checks 2006-12-23 23:29:41 +00:00
Pierre Joye b29953d03c - unicode support for the procedural API 2006-12-19 02:05:27 +00:00
Pierre Joye 216631e809 - MFB: addDir returns true 2006-12-10 03:10:55 +00:00
Ilia Alshanetsky 8efa38df0b zts fixes 2006-11-30 16:38:53 +00:00
Nuno Lopes bcdfb60c51 MFB: fix leak in oo_stream.phpt 2006-11-12 00:41:41 +00:00
Nuno Lopes d21a598f61 MFB: fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt) 2006-11-12 00:31:37 +00:00
Nuno Lopes cff4fd1eae MFB: fix leaks within zip entries in several tests 2006-11-11 23:43:40 +00:00
Nuno Lopes d34fc386ba MFB :fix leak in oo_setArchiveComment.phpt 2006-11-11 23:36:52 +00:00
Nuno Lopes 3717adbbd9 MFB: static'fication 2006-11-09 16:18:28 +00:00
Pierre Joye 6b0966c2a7 - _zip_error_clear declaration
- WS
2006-11-03 16:34:44 +00:00
Pierre Joye d57e692624 - fix protos 2006-11-03 16:23:12 +00:00
Pierre Joye 2378a0f4d0 - add simple test for addEmptyDir() 2006-11-01 19:56:53 +00:00