History log of /PHP-5.5/ext/zlib/zlib.c (Results 201 – 225 of 262)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 2d7860ed 23-Oct-2000 Sascha Schumann

__USE_GNU shall not be defined by application


# 6911ee5b 23-Oct-2000 Daniel Beulshausen

it's n.a. on win32 :)


# 48e5d318 23-Oct-2000 Stanislav Malyshev

Make zlib compile again


# 4d676fe9 21-Oct-2000 Andi Gutmans

- including php.h automatically includes the PHP config file.


# bef77674 21-Oct-2000 Daniel Beulshausen

i can find no php_config.h on win32 :)


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


# cae27179 13-Oct-2000 Hartmut Holzgraefe

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in se

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in seperate files in ext/standard
- the compiler is happy again, no more warnings

show more ...


# 5423a085 11-Oct-2000 Hartmut Holzgraefe

@ -read and write .gz-files transparently on glibc based systems
@ using the 'zlib:' fopen wrapper (Hartmut)


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
# 7ad22132 13-Jul-2000 Egon Schmid

Forgotten to change.


# 86dfb4c2 13-Jul-2000 Egon Schmid

Corrected some protos.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 2b70aaf1 06-Jul-2000 Thies C. Arntzen

@- Fixed crash in gzopen(). (Thies)
# hmm - this should be rethought as one should be able to do
# gzopen("http://..")


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 229b1708 26-Jun-2000 Andi Gutmans

- Don't depend on USE_PATH being equal to 1. Use #define value


# 90feef36 26-Jun-2000 Zeev Suraski

- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the func

- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the functions from propogating throughout
- PHP.
- This fix is untested so someone who uses zlib, please test it and report
- back.

show more ...


Revision tags: php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.

show more ...


# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# 87a491d7 16-Jun-2000 Hartmut Holzgraefe

C++ // comments are evil ...


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# a9abc3ab 25-May-2000 Hartmut Holzgraefe

added functions gzcompress() and gzuncompress() for direct string
compression as requested by BugId #1151


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# 883bd2b1 20-Apr-2000 Zeev Suraski

- Fix virtual cwd bug
- Add more V_STAT() V_LSTAT() changes


# 7412bd5c 20-Apr-2000 Frank M. Kromann

Making zlib compile under Win32 and fixing a typo


1234567891011