Pierre Joye
100228aae1
- use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex
2010-08-30 09:38:47 +00:00
Pierre Joye
05da8ecfad
- Fix #51002 , fix possible memory corruption with very long names
2010-06-15 18:48:33 +00:00
Pierre Joye
2cfb5e4254
- Fix #51002 , fix possible memory corruption with very long names
2010-06-15 18:48:33 +00:00
Felipe Pena
c42d8b3776
- Fix proto and argname
2010-06-03 18:39:21 +00:00
Felipe Pena
d333b79c10
- Fix proto and argname
2010-06-03 18:39:21 +00:00
Felipe Pena
7deae5022d
- Added ZipArchive arginfo
2010-06-03 18:23:14 +00:00
Felipe Pena
651a164eed
- Added ZipArchive arginfo
2010-06-03 18:23:14 +00:00
Dmitry Stogov
c5237d82bf
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
2010-05-24 14:11:39 +00:00
Kalle Sommer Nielsen
cb30330800
Merge safe_mode changes into extensions that are in sync in both branches
2010-04-26 23:55:03 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Dmitry Stogov
94dd83722b
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
2010-04-20 10:57:45 +00:00
Rasmus Lerdorf
f370d79067
It's a size_t here, not an unsigned int.
2010-02-09 17:38:36 +00:00
Pierre Joye
a6c3ac1016
- missing patch (update to 0.9.3)
2010-02-01 21:20:07 +00:00
Pierre Joye
3ef47217d7
- update to 0.9.3
2010-02-01 20:56:03 +00:00
Pierre Joye
fa197ab9cc
- fix test
2010-02-01 19:30:32 +00:00
Pierre Joye
a28a91cc0c
- fix leak
2010-02-01 18:58:42 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Zoe Slattery
4cc35aeaaf
The last of the 2009 testfest tests
2009-08-30 18:18:50 +00:00
Pierre Joye
73fbaa9ee0
- remove double include
2009-08-11 17:08:23 +00:00
Pierre Joye
33a93474df
- fixed bug #49072 , feof never returns true for damaged file in zip
2009-08-11 15:12:00 +00:00
Pierre Joye
38bb4c1099
- MFB: Fix #48763 , create corrupt archive
2009-07-19 15:32:09 +00:00
Pierre Joye
f031901b1b
- WS
2009-07-19 15:20:48 +00:00
Mikko Koppanen
5645de756d
Closes bug #47667
2009-03-16 10:19:43 +00:00
Ilia Alshanetsky
4b8064c927
Adjust previous fix
2009-02-24 23:55:14 +00:00
Ilia Alshanetsky
551a2d52e2
Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phpt
...
test
2009-02-22 17:54:50 +00:00
Antony Dovgal
7478ceada3
fix tests
2009-01-08 22:03:32 +00:00
Pierre Joye
206a7cef30
- year++
2009-01-02 00:39:14 +00:00
Pierre Joye
ee86a20296
- fix filename property read
2009-01-02 00:10:20 +00:00
Pierre Joye
d00fb8b360
- MFB: restore overwrite feature (regression introduced in 5.2.8)
2009-01-02 00:07:57 +00:00
Pierre Joye
14f2f4148c
- MFB: restore fix for binary mode on win (regression introduced in 5.2.8)
2009-01-02 00:04:33 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Pierre Joye
0696223079
- version and WS
2008-12-24 11:08:14 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
a94cd6d54f
- MFH: Fixed a macro redefinition on BSD for different purpose
2008-11-12 23:38:02 +00:00
Felipe Pena
3c121bf15f
- MFH: Removed unused variables
2008-11-12 17:26:36 +00:00
Felipe Pena
cd0a8efe41
- Fix test
2008-11-12 17:16:51 +00:00
Pierre Joye
b9853c4ff0
- MFH:
...
- #14962 , makes extractTo 2nd argument really optional
- replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
2008-11-12 11:41:21 +00:00
Pierre Joye
7102449f76
- sync tests with pecl
2008-11-04 13:24:39 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Pierre Joye
7d5a67a022
- flatten path and make them relative before extraction
...
- remove unnecessary export
2008-10-23 16:12:55 +00:00
Arnaud Le Blanc
1d5ba8bb21
MFH: initialize optional vars
2008-10-21 23:39:15 +00:00
Pierre Joye
10d0029dce
- MFH: file will exist only on error (thx tony for the headup)
2008-08-30 23:55:04 +00:00
Pierre Joye
820c2002e4
- fix tests (clean on exit)
2008-08-30 16:24:33 +00:00
Pierre Joye
6fb114f1d5
- MFH: constify zend_function_entry and update phpinfo
2008-08-08 16:05:38 +00:00
Pierre Joye
ed2abda5df
- MFH: missing openbasedir check
2008-08-08 15:56:44 +00:00
Pierre Joye
f4087a70aa
- MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy sync)
2008-08-08 15:52:53 +00:00
Pierre Joye
b9d7e8b048
- MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error
2008-08-08 15:41:25 +00:00
Pierre Joye
5505650cdf
- use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep code synced with HEAD
2008-08-08 15:37:37 +00:00
Antony Dovgal
73ab5175b1
move unused vars into their ifdef
2008-08-08 10:12:27 +00:00
Pierre Joye
70596f7474
- add missing files for 0.9
2008-08-08 09:47:15 +00:00
Pierre Joye
490a342205
- MFH: update to 0.9 (torrentzip support, files open only when necessary), windows fixes
2008-08-07 23:24:11 +00:00
Jani Taskinen
b17dc14f18
MFH: nuketh C++ comments
2008-08-03 12:15:55 +00:00
Antony Dovgal
28a22396d4
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
2008-07-23 11:25:14 +00:00
Antony Dovgal
af00eedf4a
MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams
2008-07-23 09:09:10 +00:00
Jani Taskinen
d23342397c
No dots
2008-07-14 09:03:48 +00:00
Jani Taskinen
1e2b2bbeae
- Some config*.m4 file cleanups: NO tabs in these!
2008-07-14 09:02:26 +00:00
Rob Richards
e83274cd16
fix zlib detection and linking
2008-07-09 16:09:35 +00:00
Felipe Pena
543f015d52
- Moved protos to .c (sync with HEAD)
2008-07-04 14:50:07 +00:00
Felipe Pena
c757089335
- Reverted previous commit
...
- Moved protos to .c (sync with HEAD)
2008-07-04 14:43:53 +00:00
Felipe Pena
12a4c54dcf
- Fixed compile warnings
2008-07-03 12:53:12 +00:00
Felipe Pena
bedd323878
- Added arginfo (functions)
2008-07-03 01:55:48 +00:00
Pierre Joye
8b75c07bf1
- should not be called butlet remove it as well
2008-06-08 11:40:49 +00:00
Pierre Joye
9ffc103c5a
- not exported
2008-05-30 19:46:56 +00:00
Pierre Joye
b734bf4b97
- sync with PECL HEAD
2008-05-21 09:27:41 +00:00
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
2008-01-30 09:41:12 +00:00
Pierre Joye
da5b986a72
- MFB: reflect the correct version
2008-01-18 01:11:26 +00:00
Greg Beaver
5f8d225834
MFPECL: install headers
2008-01-18 00:30:10 +00:00
Greg Beaver
0d074e23d3
update module version number
2008-01-18 00:20:56 +00:00
Greg Beaver
a0624708c7
MFH: fix windows build for all cases, and always export symbols (Steph Fox)
2008-01-14 03:16:08 +00:00
Greg Beaver
42ef796add
MFH: add missing define for statically-built zip ext
2008-01-13 23:37:41 +00:00
Greg Beaver
ccc0d6e32b
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
2008-01-13 06:22:27 +00:00
Greg Beaver
c896933b7c
MFH: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols
2008-01-13 06:02:30 +00:00
Greg Beaver
f76eac59c0
MFH: export symbols for use by other extensions like phar
2008-01-12 03:48:39 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Hannes Magnusson
2027a1f16a
MFB5.2: Fix protos
2007-12-15 12:52:55 +00:00
Antony Dovgal
bb2e67aa75
fix test
2007-11-19 11:12:30 +00:00
Antony Dovgal
984842e321
fix test
2007-11-08 10:03:52 +00:00
Yiduo (David) Wang
4b4d634cb9
MFH: Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:22:07 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Antony Dovgal
afed25d648
MFH
2007-08-13 12:46:40 +00:00
Hannes Magnusson
d937ffa999
Fix test
2007-08-06 23:35:46 +00:00
Hannes Magnusson
42e003cd6c
MFH: - Fix isset/empty($ZipArchive->property)
...
MFH: - Add test
2007-08-06 22:02:32 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Antony Dovgal
61d697d100
fix ws
2007-06-04 06:38:22 +00:00
Pierre Joye
c76e5dd0bd
- fix logic (goto is a gift, I should use it :)
2007-06-03 21:34:21 +00:00
Pierre Joye
d5d2d6e30e
- pecl bug #11216 , better fix, leak removed and improved test
...
- typo in news, better late than never (-d)
2007-06-03 21:21:57 +00:00
Pierre Joye
fd2e66bd05
- PECL #11216 test
2007-06-03 19:50:36 +00:00
Pierre Joye
ef952b0383
- PECL #11216 , addEmptyDir crashes if the directory already exists
2007-06-03 19:47:17 +00:00
Pierre Joye
b65cdd0793
- use the same checks for zip_stat
2007-05-19 22:25:11 +00:00
Ilia Alshanetsky
c009fc8915
CS fixes
...
Fixed a possible crash in the event directory cannot be created, due to a
double free.
2007-05-19 19:29:37 +00:00
Antony Dovgal
1f65545121
fix test names
2007-05-07 18:03:01 +00:00
Ilia Alshanetsky
5ed63dd8a9
Fixed a possible memory leak on open_basedir validation
2007-03-14 15:02:20 +00:00
Pierre Joye
fc3a62ed48
- MFH: openbasedir and safemode check in ::open()
2007-03-14 12:06:20 +00:00
Pierre Joye
b40b5b5305
- MFH: Fixed possible relative path issues in zip_open in TS mode (old API)
2007-03-14 11:32:25 +00:00
Pierre Joye
1c0b8e6f15
- 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:08:57 +00:00
Pierre Joye
4f5303ab92
- add more cases for getComment
2007-03-14 11:02:29 +00:00
Ilia Alshanetsky
6d70aa1f4e
Added missing open_basedir & safe_mode checks to zip:// and bzip://
...
wrappers.
Issues idendtified by MOPB-20 and MOPB-21
2007-03-14 03:50:18 +00:00
Ilia Alshanetsky
f4a8180f65
Fixed snprintf() usage
2007-02-24 16:23:10 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Pierre Joye
601a77b3a3
- #40228 , ZipArchive::extractTo does create empty directories
...
recursively
2007-01-29 15:25:06 +00:00
Ilia Alshanetsky
cbf6f5b538
Fixed memory leaks on error
2007-01-07 03:12:14 +00:00
Nuno Lopes
3eaf46af3e
fix a few memleaks and double-free()s on error conditions
2007-01-06 20:16:25 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Pierre Joye
5a6f0e3059
- #39952 zip ignoring --with-libdir on zlib checks (judas dot
...
iscariote at gmail dot com)
2006-12-26 09:52:05 +00:00
Antony Dovgal
32d078f8e7
MFH
2006-12-25 22:40:23 +00:00
Hannes Magnusson
6077df1a03
Fix typo
2006-12-24 01:29:20 +00:00
Ilia Alshanetsky
eaf3d32157
Safety checks
2006-12-23 23:28:39 +00:00
Frank M. Kromann
66eb5b1dde
Fix win32 build
2006-12-01 20:24:58 +00:00
Ilia Alshanetsky
ca89b6dedd
last set of zts fixes
2006-11-30 16:38:37 +00:00
Pierre Joye
a70264892b
- fix warning
...
- addEmptyDir returns true on success
- remove useless semi column
2006-11-28 01:31:53 +00:00
Hannes Magnusson
cf64728899
renamed to oo_getcomment.phpt
2006-11-16 08:52:15 +00:00
Pierre Joye
426dce9ce3
- mv oo_get_comment.phpt oo_getcomment.phpt
2006-11-15 23:53:46 +00:00
Pierre Joye
892c00bb9f
#9278 and #39506 , force the binary mode for the zip operation only. At least I do not have to set/restore it in each function.
2006-11-15 19:14:02 +00:00
Pierre Joye
1d61562efe
#39506 and PECL #9278 , should fix the problem for the other SAPI (works for CLI, CGI and embed)
...
see: http://news.php.net/php.internals/26606 for the details
2006-11-15 16:24:24 +00:00
Nuno Lopes
7d75155e01
fix leak in oo_stream.phpt
2006-11-12 00:41:16 +00:00
Nuno Lopes
c0b0d0a81a
fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)
2006-11-12 00:31:03 +00:00
Nuno Lopes
232bb79bed
fix leaks within zip entries in several tests
2006-11-11 23:43:00 +00:00
Nuno Lopes
b3de830b61
fix leak in oo_setArchiveComment.phpt
2006-11-11 23:35:27 +00:00
Pierre Joye
8cb18e8d64
- fix leak in zip_close when the function's succeeded
2006-11-11 19:06:56 +00:00
Nuno Lopes
d6802e1022
statification of local functions and variables.
...
also remove a few uneeded global variables
interesting new warnings:
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used
2006-11-09 16:04:34 +00:00
Pierre Joye
8ad0c6d543
- MFH:
...
- fix possible leak in statName and statIndex
- add addEmptyDir() method
- add zip_stat_init,zip_clear_error and zip_file_clear_error
- add tests
- Fix protos (Hannes)
- setComment return value on success (Hannes)
2006-11-03 16:46:19 +00:00
Hannes Magnusson
e94670d4d6
MFH tests
2006-10-09 16:02:34 +00:00
Antony Dovgal
9d0f642689
fix tests
2006-10-02 14:31:04 +00:00
Hannes Magnusson
8acdfd223f
Rename utils.php to utils.inc
2006-10-02 14:17:47 +00:00
Pierre Joye
07b62da9f4
- #38944 , freshly created archive has no comment or cdir
2006-09-25 09:00:16 +00:00
Antony Dovgal
cd7f3a786d
add test
2006-09-25 08:45:08 +00:00
Pierre Joye
85985ad895
- #38943 , properties in extended class cannot be set
...
- use zend_object_std_init instead of a manual initialisation
2006-09-24 22:27:57 +00:00
Pierre Joye
a0aabccac6
- MFH: PECL Bug #8700 , zipArchive::getFromIndex() fails
2006-09-15 12:12:25 +00:00
Pierre Joye
bb2d53e768
- PECL Bug #8676 , addFile was not updated and still used VCWD_REALPATH,
...
it now uses expand_filepath
2006-09-12 12:02:49 +00:00
Pierre Joye
3f0f73beba
- bump version, 5.2.0 will have zip-2.0.0-stable
2006-09-06 17:38:36 +00:00
Pierre Joye
e85a378770
- wrong cast, strlen is int
2006-09-06 17:24:41 +00:00
Nuno Lopes
eee95ef3f0
MFH zend_parse_parameters() fixes
2006-09-06 15:19:41 +00:00
Pierre Joye
ad58ad265b
- MFH: zip_open takes only one parameter (Thx Nuno L.)
2006-09-06 13:03:55 +00:00
Pierre Joye
46ce362ff3
- don't rely/use VCWD_REALPATH, use expand_filepath instead
...
NB: that'd to be true for all this VCWD mess
2006-08-26 12:23:43 +00:00
Pierre Joye
8e54de1d77
- bundled matches pecl 1.7.1
2006-08-25 16:03:00 +00:00
Pierre Joye
5c8533aa76
- solve the relative path issues in TS environment
2006-08-24 16:37:14 +00:00
Pierre Joye
4b7358e4e5
- nuke unused parameter (not present in old versions)
2006-08-14 15:07:52 +00:00
Pierre Joye
284ce40c4a
- MFH: locateName should not change the state/error, can be used to test
...
an entry
2006-08-13 23:43:11 +00:00
Pierre Joye
8d07735332
- MFP:
...
- add overwrite mode to ZipArchive::open, always starts a new archive
- Fix safe mode checks on extract
- Fix possible leaks when a safe mode error has been raised
2006-08-13 21:09:59 +00:00
Pierre Joye
0587fb32ba
- remove package.xml, not needed in php-src but only in pecl
2006-08-13 20:27:07 +00:00
Pierre Joye
a5b359096c
- MFH: remove dl() usage
2006-08-13 19:34:40 +00:00
Pierre Joye
32f20cc217
- MFH: remove dl() usage
2006-08-13 19:24:17 +00:00
Pierre Joye
9d26a88c3d
- temp fix for a segfault happening when one adds two entries with
...
the same name
2006-08-13 00:52:59 +00:00
Pierre Joye
d1ad062be8
- MFH: NL
2006-08-12 17:05:08 +00:00
Pierre Joye
f6b6f0a2f9
- should not have been commited
2006-08-07 20:28:03 +00:00
Ilia Alshanetsky
3a78dce032
Cleanup phpinfo() output
2006-07-28 13:59:06 +00:00
Ilia Alshanetsky
b0ea656129
Fixed compiler warnings.
2006-07-27 00:36:55 +00:00
Pierre Joye
53d297a7ea
- this one was not in
2006-07-24 17:26:24 +00:00
SVN Migration
664d102aa6
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
2006-07-24 16:58:59 +00:00
Sterling Hughes
2d64d3aff5
pecl
2003-05-17 14:37:28 +00:00
David Hill
5c90216d2c
64-bit correction to variables passed to zend_parse_parameters
...
@64-bit correction to variables passed to zend_parse_parameters (Dave)
2003-03-06 23:07:28 +00:00
Ilia Alshanetsky
b566ad5d1b
Changed php_error to php_error_docref.
2003-01-18 19:20:02 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Wez Furlong
58210f9232
Centralize fopencookie test
2002-12-09 18:29:07 +00:00
foobar
258177fafa
Fix the phpize build
2002-10-17 05:06:53 +00:00
foobar
fcfa4ea62f
Part 1 of fixing the shared build
2002-10-17 04:42:22 +00:00
Markus Fischer
601cf3690c
- Add safe_mode/uid and open_basedir check to zip_open() ( closes #16927 ).
2002-05-20 18:33:08 +00:00
Edin Kadribasic
cfd594e0ee
Made ZIP extension available on Windows.
...
@- Made ZIP extension available on Windows. (Edin)
2002-05-11 02:12:44 +00:00
Derick Rethans
069d83c68a
- Fix null-termination problem
2002-04-14 08:49:57 +00:00
Derick Rethans
d449021900
- Fix zzip_entry_read
2002-04-06 17:28:58 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Derick Rethans
b498ec567c
- Fix for bug 14554 - segfault upon zip_entry_open. (patch by
...
phpbug@robin.pfft.net )
2001-12-23 01:59:10 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Hartmut Holzgraefe
e3fdc42dfa
proto fixes
2001-12-04 22:46:06 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
foobar
7e88a009d2
Fixed bug: #13652
2001-10-13 15:06:14 +00:00
Sterling Hughes
cdc5600880
revert removal of zend_parse_parameters and properly use
...
zend_parse_parameters (ie zval * instead of zval **).
2001-10-12 19:16:39 +00:00
Sterling Hughes
ce6dde342b
fix segv's, zend_parse_parameters seems not to be able to handle
...
resources.
# emacs is cool
2001-10-12 15:07:05 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Derick Rethans
9d4c81e925
- whitespace fix
2001-09-26 12:44:34 +00:00
Derick Rethans
6b0196b652
- Fixed error introduced by the macro substitution
2001-09-26 12:34:30 +00:00
Jeroen van Wolffelaar
23a942c795
Fix build
2001-09-26 09:09:40 +00:00
Sascha Schumann
78fb121a61
indentation fix
2001-09-21 13:13:10 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Sterling Hughes
36412eb5de
proto fix
2001-08-24 02:24:03 +00:00
Sterling Hughes
bd4eb1bf78
noet
2001-08-24 01:23:14 +00:00
Andrei Zmievski
4e89fa671e
I'm sure you meant 'l' here, Sterling.
2001-08-14 13:01:11 +00:00
Sterling Hughes
a24e3174a0
remove "i"
2001-08-13 22:01:39 +00:00
Zeev Suraski
0116a7b911
Fix crashes in parse_parameters calls
...
HEADS UP: Make sure you supply TSRMLS_CC for this function!
I'll try to think of a way that'd allow us to find this issue using
the compiler.
2001-08-13 19:31:18 +00:00
Sterling Hughes
3f505f8624
ws
2001-08-13 05:51:06 +00:00
Sterling Hughes
e9cdaccc51
Whitespace fixes and moving to zend_parse_parameters()
2001-08-13 05:44:37 +00:00
Zeev Suraski
aa1772ca72
More TSRMLS_FETCH annihilation
2001-07-31 05:44:11 +00:00
Zeev Suraski
1c25b8dd53
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
2001-07-30 01:56:43 +00:00
Sterling Hughes
bf1738e86d
remove unneccessary cast
2001-06-06 20:30:58 +00:00
Rasmus Lerdorf
81e2cf03ac
Fix folding and clean up some extensions
2001-06-06 13:06:12 +00:00
Rasmus Lerdorf
25c3a3a39d
vim-6 does folding - clean up a bunch of missing folding tags plus
...
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
2001-06-05 13:12:10 +00:00
Sterling Hughes
c0779b6db9
Leftovers from master Beckham's patch.
2001-06-02 05:25:36 +00:00
Sterling Hughes
aa281a0771
Patch from Daniel Beckham, fetch the entry resource id, not the directory
...
resource id and fix prototype.
2001-06-02 05:12:44 +00:00
Sterling Hughes
ad0fb091a3
fix crash.
2001-05-31 23:48:05 +00:00
Sterling Hughes
ee60cf057f
Change the names around a bit zip_opendir() -> zip_open() and
...
zip_open() -> zip_entry_open()
2001-05-27 02:52:45 +00:00
Sterling Hughes
ea0f4078b5
@ Renamed the ZZiplib extension to the Zip extension, function
...
@ names have also changed accordingly, functionality, has stayed
@ constant. (Sterling)
2001-05-27 02:49:46 +00:00