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