#
73ab5175 |
| 08-Aug-2008 |
Antony Dovgal |
move unused vars into their ifdef
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
c7570893 |
| 04-Jul-2008 |
Felipe Pena |
- Reverted previous commit - Moved protos to .c (sync with HEAD)
|
#
12a4c54d |
| 03-Jul-2008 |
Felipe Pena |
- Fixed compile warnings
|
#
bedd3238 |
| 03-Jul-2008 |
Felipe Pena |
- Added arginfo (functions)
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
b734bf4b |
| 21-May-2008 |
Pierre Joye |
- sync with PECL HEAD
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
da5b986a |
| 18-Jan-2008 |
Pierre Joye |
- MFB: reflect the correct version
|
#
0d074e23 |
| 18-Jan-2008 |
Greg Beaver |
update module version number
|
#
ccc0d6e3 |
| 13-Jan-2008 |
Greg Beaver |
a few fixes: overwrite 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
|
#
c896933b |
| 13-Jan-2008 |
Greg Beaver |
MFH: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
2027a1f1 |
| 15-Dec-2007 |
Hannes Magnusson |
MFB5.2: Fix protos
|
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
42e003cd |
| 06-Aug-2007 |
Hannes Magnusson |
MFH: - Fix isset/empty($ZipArchive->property) MFH: - Add test
|
Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
61d697d1 |
| 04-Jun-2007 |
Antony Dovgal |
fix ws
|
#
c76e5dd0 |
| 03-Jun-2007 |
Pierre Joye |
- fix logic (goto is a gift, I should use it :)
|
#
d5d2d6e3 |
| 03-Jun-2007 |
Pierre Joye |
- pecl bug #11216, better fix, leak removed and improved test - typo in news, better late than never (-d)
|
#
ef952b03 |
| 03-Jun-2007 |
Pierre Joye |
- PECL #11216, addEmptyDir crashes if the directory already exists
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
b65cdd07 |
| 19-May-2007 |
Pierre Joye |
- use the same checks for zip_stat
|
#
c009fc89 |
| 19-May-2007 |
Ilia Alshanetsky |
CS fixes Fixed a possible crash in the event directory cannot be created, due to a double free.
|
Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1 |
|
#
5ed63dd8 |
| 14-Mar-2007 |
Ilia Alshanetsky |
Fixed a possible memory leak on open_basedir validation
|
#
fc3a62ed |
| 14-Mar-2007 |
Pierre Joye |
- MFH: openbasedir and safemode check in ::open()
|
#
b40b5b53 |
| 14-Mar-2007 |
Pierre Joye |
- MFH: Fixed possible relative path issues in zip_open in TS mode (old API)
|
#
1c0b8e6f |
| 14-Mar-2007 |
Pierre Joye |
- 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
- 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
show more ...
|
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2 |
|
#
601a77b3 |
| 29-Jan-2007 |
Pierre Joye |
- #40228, ZipArchive::extractTo does create empty directories recursively
|