#
dedf2a4c |
| 05-Apr-2002 |
Stig Bakken |
@Add zlib.output_compression_level option (Stig)
|
Revision tags: php-4.2.0RC2 |
|
#
5ee65bd8 |
| 24-Mar-2002 |
Wez Furlong |
Phase 1 of wrapper OO cleanup. # Collecting underpants
|
#
a662f012 |
| 21-Mar-2002 |
Wez Furlong |
Convert the gzfile related functions into aliases for their equivalents in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib st
Convert the gzfile related functions into aliases for their equivalents in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib stream. Moved passthru code into streams.c # I'm not happy about BG(mmap_file) Nuked gzgetss_state as no longer needed.
show more ...
|
Revision tags: php-4.2.0RC1 |
|
#
6f77640c |
| 20-Mar-2002 |
Wez Furlong |
add forgotten parameter
|
#
c9d5e137 |
| 18-Mar-2002 |
Wez Furlong |
TSRMLS related work on streams, as discussed with Zeev. # Should be the last "broad" commit for a while # Don't forget to make clean ; make
|
#
d2d87622 |
| 17-Mar-2002 |
Wez Furlong |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
|
#
bc264db9 |
| 16-Mar-2002 |
Wez Furlong |
change * formatting
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
8aef1930 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
#
15cb7ca0 |
| 31-Jul-2001 |
Zeev Suraski |
Fix some warnings
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
3b7bc253 |
| 30-Jul-2001 |
foobar |
Make this compile in ZTS mode.
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
0b65578e |
| 06-Mar-2001 |
Zeev Suraski |
Implement internal output compression?\0020:wq
|
#
39724f6e |
| 04-Mar-2001 |
Zeev Suraski |
Implemented chunked output buffering support - it's quite cool!
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
cedb39ee |
| 21-Nov-2000 |
Hartmut Holzgraefe |
all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c so all the #define/#include workarounds in zlib.c are no longer needed
|
#
0f7f5c2c |
| 13-Nov-2000 |
Zeev Suraski |
- Import Jade Nicoletti's transparent gzip encoding support as an output handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
|
#
4eece9b1 |
| 08-Nov-2000 |
Marc Pohl |
add gzdeflate() and gzinflate() for handling of pure gzip-datastreams
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
83513d95 |
| 24-Jul-2000 |
David Croft |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not alr
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
show more ...
|
#
f5401b43 |
| 11-Jul-2000 |
Andi Gutmans |
- Don't need extern for functions
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
16017f6d |
| 02-Jul-2000 |
Sascha Schumann |
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
show more ...
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
a9d4cf90 |
| 10-Jun-2000 |
Andi Gutmans |
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
a9abc3ab |
| 25-May-2000 |
Hartmut Holzgraefe |
added functions gzcompress() and gzuncompress() for direct string compression as requested by BugId #1151
|