| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/zlib/zlib.c
|
| 4c1e2bb |
|
24-Jul-2012 |
Xinchen Hui <laruence@php.net> |
Re-fix bug #55544
/php-src/ext/zlib/zlib.c
|
| c20b2ab |
|
24-Jul-2012 |
Xinchen Hui <laruence@php.net> |
folders
/php-src/ext/zlib/zlib.c
|
| a6f1533 |
|
20-Jul-2012 |
Xinchen Hui <laruence@php.net> |
Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
/php-src/ext/zlib/zlib.c
|
| 0ad53bf |
|
15-May-2012 |
Michael Wallner <mike@php.net> |
fix bug #60761 zlib.output_compression fails on refresh
/php-src/ext/zlib/zlib.c
|
| 7c93a16 |
|
24-Apr-2012 |
Michael Wallner <mike@php.net> |
fix bug #61443 Since upgrade to PHP 5.4, we can't change zlib.output_compression on the fly the check for PHP_OUTPUT_WRITTEN was over-zealous
/php-src/ext/zlib/zlib.c
|
| df00b64 |
|
24-Apr-2012 |
Michael Wallner <mike@php.net> |
fixed bug #61820 using ob_gzhandler will complain about headers already sent when no compression the Vary header should only be sent on the PHP_OUTPUT_HANDLER_START event
/php-src/ext/zlib/zlib.c
|
| d13f833 |
|
07-Mar-2012 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- Tentative fix for bug #61306. #cjones: Will update NEWS when confirmed it fixes the problem.
/php-src/ext/zlib/zlib.c
|
| 39d2996 |
|
05-Mar-2012 |
Michael Wallner <mike@php.net> |
MFH: Fixed bug #61287 (A particular string fails to decompress)
/php-src/ext/zlib/zlib.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/zlib/zlib.c
|
| 850168b |
|
26-Dec-2011 |
Pierre Joye <pajoye@php.net> |
- Fix bug #60326, fix crash introduced by initial fix
/php-src/ext/zlib/zlib.c
|
| 7dcc4c0 |
|
26-Dec-2011 |
Pierre Joye <pajoye@php.net> |
- Fix bug #60326, fix TS build (introduced by r321406)
/php-src/ext/zlib/zlib.c
|
| e665e01 |
|
26-Dec-2011 |
Stanislav Malyshev <stas@php.net> |
fix bug #60326 - restore ob_gzhandler
/php-src/ext/zlib/zlib.c
|
| 3e22112 |
|
19-Sep-2011 |
Michael Wallner <mike@php.net> |
fix r316992
/php-src/ext/zlib/zlib.c
|
| 85a62e9 |
|
19-Sep-2011 |
Michael Wallner <mike@php.net> |
Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression
/php-src/ext/zlib/zlib.c
|
| 4b30846 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/zlib/zlib.c
|
| 9805e16 |
|
22-Jul-2011 |
Pierre Joye <pajoye@php.net> |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
/php-src/ext/zlib/zlib.c
|
| 32b5f8a |
|
06-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
/php-src/ext/zlib/zlib.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/zlib/zlib.c
|
| 8092656 |
|
26-Jun-2010 |
Felipe Pena <felipe@php.net> |
- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)
/php-src/ext/zlib/zlib.c
|
| ebd7c3b |
|
31-May-2010 |
Antony Dovgal <tony2001@php.net> |
fix ZTS build
/php-src/ext/zlib/zlib.c
|
| 11d24c1 |
|
31-May-2010 |
Michael Wallner <mike@php.net> |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
/php-src/ext/zlib/zlib.c
|
| dd8e59d |
|
26-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
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
/php-src/ext/zlib/zlib.c
|
| af49e58 |
|
12-Mar-2010 |
Jani Taskinen <jani@php.net> |
- Reverted r296062 and r296065
/php-src/ext/zlib/zlib.c
|
| 06f072c |
|
11-Mar-2010 |
Jani Taskinen <jani@php.net> |
MFH: Improved / fixed output buffering (Michael Wallner)
/php-src/ext/zlib/zlib.c
|
| f60946e |
|
11-Mar-2010 |
Adam Harvey <aharvey@php.net> |
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
/php-src/ext/zlib/zlib.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/zlib/zlib.c
|
| f1cf3fb |
|
15-Nov-2009 |
Jani Taskinen <jani@php.net> |
- Temporary hack to fix bug #49816 (works fine in HEAD which has working output buffering..)
/php-src/ext/zlib/zlib.c
|
| db53d49 |
|
17-Aug-2009 |
Jani Taskinen <jani@php.net> |
- Fixed bug #49248 by fixing bug #48994 properly
/php-src/ext/zlib/zlib.c
|
| 6a9aa30 |
|
28-May-2009 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFB52: Fix "request_startup() for zlib module failed" when client does not accepts compression and zlib.output_compression is On # (not in HEAD)
/php-src/ext/zlib/zlib.c
|
| 7811bcb |
|
26-May-2009 |
Jani Taskinen <jani@php.net> |
- Added note about omitted break
/php-src/ext/zlib/zlib.c
|
| c3795a6 |
|
26-May-2009 |
Jani Taskinen <jani@php.net> |
- Fixed bug #45202 (zlib.output_compression can not be set with ini_set())
/php-src/ext/zlib/zlib.c
|
| e179d7c |
|
26-May-2009 |
Jani Taskinen <jani@php.net> |
ws + cs
/php-src/ext/zlib/zlib.c
|
| da0eb9b |
|
24-Mar-2009 |
Scott MacVicar <scottmac@php.net> |
Fix bug #42362 - certain status codes never have output, so sending the gzip compression headers cause problems
/php-src/ext/zlib/zlib.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/zlib/zlib.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/zlib/zlib.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/zlib/zlib.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/zlib/zlib.c
|
| 93b7cb0 |
|
02-Aug-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFH: Avoid leaks when zlib streams can not be closed properly.
/php-src/ext/zlib/zlib.c
|
| 236b039 |
|
24-Jul-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
Fixed #42663 (gzinflate() try to allocate all memory with truncated data), not present in HEAD.
/php-src/ext/zlib/zlib.c
|
| bedd323 |
|
03-Jul-2008 |
Felipe Pena <felipe@php.net> |
- Added arginfo (functions)
/php-src/ext/zlib/zlib.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/zlib/zlib.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/php-src/ext/zlib/zlib.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/zlib/zlib.c
|
| ddb4d1f |
|
14-Aug-2006 |
Nuno Lopes <nlopess@php.net> |
move static declaration to *.c files mroe static/const keywording
/php-src/ext/zlib/zlib.c
|
| e24fe39 |
|
26-Jun-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: zero-terminate strings produced with FORCE_DEFLATE
/php-src/ext/zlib/zlib.c
|
| 3d97f45 |
|
26-Jun-2006 |
Antony Dovgal <tony2001@php.net> |
don't try to inflate empty strings (and stop segfaulting!)
/php-src/ext/zlib/zlib.c
|
| 1dbaae2 |
|
15-Jun-2006 |
Dmitry Stogov <dmitry@php.net> |
Added automatic module globals management
/php-src/ext/zlib/zlib.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/zlib/zlib.c
|
| 3e669bc |
|
06-Dec-2005 |
foobar <sniper@php.net> |
MFH: nuke php3 legacy
/php-src/ext/zlib/zlib.c
|
| 2c5c8c1 |
|
25-Oct-2005 |
Michael Wallner <mike@php.net> |
- fix the fix
/php-src/ext/zlib/zlib.c
|
| 3bbd4b1 |
|
25-Oct-2005 |
Michael Wallner <mike@php.net> |
- MFH: fix bug #34821 zlib encoders fail on widely varying binary data on windows
/php-src/ext/zlib/zlib.c
|
| 2b32ff5 |
|
02-Sep-2005 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Resolved bug #34240.
/php-src/ext/zlib/zlib.c
|
| daa2092 |
|
21-Aug-2005 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).
/php-src/ext/zlib/zlib.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/zlib/zlib.c
|
| 5289adb |
|
17-Jul-2004 |
Sara Golemon <pollita@php.net> |
Add zlib stream filter support
/php-src/ext/zlib/zlib.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/zlib/zlib.c
|
| 075e66c |
|
26-Sep-2003 |
Hartmut Holzgraefe <hholzgra@php.net> |
signed/unsigned compiler warning fixes
/php-src/ext/zlib/zlib.c
|
| 6206837 |
|
06-Sep-2003 |
Stefan Roehrich <sr@php.net> |
Code cleanup: Fixed ob_gzhandler with register_long_arrays = On. Unified compression_coding global var (removed ob_gzip_coding). Switched to zend_parse_parameters(). Added some tests.
/php-src/ext/zlib/zlib.c
|
| 5b09f34 |
|
29-Aug-2003 |
Sascha Schumann <sas@php.net> |
improve format string
/php-src/ext/zlib/zlib.c
|
| aa63218 |
|
24-Aug-2003 |
Stefan Roehrich <sr@php.net> |
Fixed bug #25218 ("deflate" compressed pages had a gzip header, which should only be sent with "gzip" compressed pages).
/php-src/ext/zlib/zlib.c
|
| 8828e17 |
|
24-Aug-2003 |
Stefan Roehrich <sr@php.net> |
Fixed zlib.output_compression without register_long_vars set.
/php-src/ext/zlib/zlib.c
|
| e9eb290 |
|
11-Aug-2003 |
foobar <sniper@php.net> |
Nuke unused variable
/php-src/ext/zlib/zlib.c
|
| e491d75 |
|
09-Aug-2003 |
Derick Rethans <derick@php.net> |
- Fix memleak (this strndup is totally unnecessary)
/php-src/ext/zlib/zlib.c
|
| 308df2a |
|
27-Jul-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #24827 (ob_gzhandler overrides Vary header)
/php-src/ext/zlib/zlib.c
|
| 5fcc682 |
|
19-Jul-2003 |
Andrey Hristov <andrey@php.net> |
proto fixes
/php-src/ext/zlib/zlib.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/zlib/zlib.c
|
| 18954d8 |
|
21-May-2003 |
Rasmus Lerdorf <rasmus@php.net> |
Remove bogus commit here too
/php-src/ext/zlib/zlib.c
|
| ff36043 |
|
21-May-2003 |
Sander Roobol <sander@php.net> |
ob_gzhandler and zlib.output_compression should send a Content-Length header if the length of the complete compressed output is known # MFH follows in a few minutes, please wait with the release :)
/php-src/ext/zlib/zlib.c
|
| d8a62b8 |
|
17-Mar-2003 |
foobar <sniper@php.net> |
WS & CS fixes
/php-src/ext/zlib/zlib.c
|
| fa692f6 |
|
17-Mar-2003 |
Hartmut Holzgraefe <hholzgra@php.net> |
proto fix
/php-src/ext/zlib/zlib.c
|
| 3c9155e |
|
07-Mar-2003 |
foobar <sniper@php.net> |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
/php-src/ext/zlib/zlib.c
|
| 5c90216 |
|
06-Mar-2003 |
David Hill <ddhill@php.net> |
64-bit correction to variables passed to zend_parse_parameters @64-bit correction to variables passed to zend_parse_parameters (Dave)
/php-src/ext/zlib/zlib.c
|
| af4aa97 |
|
06-Mar-2003 |
Stefan Esser <sesser@php.net> |
Fixing functionicalls with variable number of parameters...
/php-src/ext/zlib/zlib.c
|
| 4934744 |
|
17-Feb-2003 |
Zeev Suraski <zeev@php.net> |
Win32 build improvements
/php-src/ext/zlib/zlib.c
|
| 0a18a9d |
|
16-Feb-2003 |
Wez Furlong <wez@php.net> |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
/php-src/ext/zlib/zlib.c
|
| 21f766b |
|
10-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed zlib.output_compression so it can work even if zlib extension is built as shared
/php-src/ext/zlib/zlib.c
|
| 72b356c |
|
18-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Removed pointless memory allocation checks.
/php-src/ext/zlib/zlib.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/zlib/zlib.c
|
| abc4b4b |
|
31-Dec-2002 |
Wez Furlong <wez@php.net> |
Fix for #21304 (gzopen did not report errors on open; "a" mode broken)
/php-src/ext/zlib/zlib.c
|
| 87a8b04 |
|
31-Dec-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fix ZTS build.
/php-src/ext/zlib/zlib.c
|
| 0acb52f |
|
30-Dec-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #21228 (broken check for ob_gzhandler). Fixed a bug that made ob_start return incorrect return value.
/php-src/ext/zlib/zlib.c
|
| e50dc16 |
|
01-Dec-2002 |
Stefan Roehrich <sr@php.net> |
Comment about maximal length now matches code.
/php-src/ext/zlib/zlib.c
|
| ca58966 |
|
18-Nov-2002 |
Wez Furlong <wez@php.net> |
Merge streams changes from branch.
/php-src/ext/zlib/zlib.c
|
| 7f5d982 |
|
03-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed OnUpdate_zlib_output_compression() behaviour
/php-src/ext/zlib/zlib.c
|
| 22bf293 |
|
03-Oct-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Move wrong output buffer usage check to ob_gzhandler init. Export some output buffer functions.
/php-src/ext/zlib/zlib.c
|
| d4bba6d |
|
02-Oct-2002 |
Marcus Boerger <helly@php.net> |
Revisted Wez patch: chunk_size 0 means cahce the whole output. So we must apply the default before calling php_enable_output_compression(). I have left the default setting in the rinit function even though i do think it is not necessary.
/php-src/ext/zlib/zlib.c
|
| 4356932 |
|
30-Sep-2002 |
Wez Furlong <wez@php.net> |
Fix infinite recursion bug when using zlib output compression. Cause: the chunk size is taken from the zlib.output_compression setting, which is 0 or 1. This causes the block_size for output buffer to be set to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate(). Solution: use a value of 0 for the chunk size which will use the default sizes. Also add a sanity check which will default the block_size to 1 if it ends up as 0.
/php-src/ext/zlib/zlib.c
|
| 6392216 |
|
03-Sep-2002 |
foobar <sniper@php.net> |
Use zend_ini_string instead of the 'alias'.
/php-src/ext/zlib/zlib.c
|
| a6e8e72 |
|
23-Aug-2002 |
Zeev Suraski <zeev@php.net> |
Fix ob_gzhandler()'s handling of requests w/o compression but that do have the Accept-Encoding header
/php-src/ext/zlib/zlib.c
|
| a388ab6 |
|
22-Aug-2002 |
Wez Furlong <wez@php.net> |
Fix error messages.
/php-src/ext/zlib/zlib.c
|
| 0ea1dda |
|
22-Aug-2002 |
Stefan Roehrich <sr@php.net> |
Fixed prototype. Fixed double printing of function name in docref error messages.
/php-src/ext/zlib/zlib.c
|
| f15b4c1 |
|
20-Aug-2002 |
Marcus Boerger <helly@php.net> |
change to php_error_docref() #documentation about output relevant ini settings will be in ref.outcontrol
/php-src/ext/zlib/zlib.c
|
| fdf514f |
|
20-Aug-2002 |
Marcus Boerger <helly@php.net> |
Changed handling of output buffer sizes.
/php-src/ext/zlib/zlib.c
|
| 4235583 |
|
11-Aug-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Changed my mind. Let users decided whether users want larger chunk size or not. @ Changed zlib.output_compression behavior. If larger chunk is preferred, enable output_buffering also. (Marcus, Yasuo)
/php-src/ext/zlib/zlib.c
|
| 02ed705 |
|
11-Aug-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Generally speaking, sending packets less than 1KB is not efficient. We're better to take some benchmarks see if removing extra buffer is actually a good idea or not.
/php-src/ext/zlib/zlib.c
|
| 21903df |
|
10-Aug-2002 |
Marcus Boerger <helly@php.net> |
corrected handling of internal output buffers minor fixs
/php-src/ext/zlib/zlib.c
|
| ff63bf2 |
|
10-Aug-2002 |
Marcus Boerger <helly@php.net> |
no need to start additional first buffer when output compression is first buffer
/php-src/ext/zlib/zlib.c
|
| 2896079 |
|
10-Aug-2002 |
Marcus Boerger <helly@php.net> |
should fix all windows warnings
/php-src/ext/zlib/zlib.c
|
| 9c8ba93 |
|
09-Aug-2002 |
Marcus Boerger <helly@php.net> |
Improved handling of output buffers (see news)\n#No trim for the string parameter...
/php-src/ext/zlib/zlib.c
|
| 6f786eb |
|
28-Jul-2002 |
Stefan Roehrich <sr@php.net> |
Commit patch as discussed on LinuxTag and posted to php-dev in June. Disables zlib.output_compression for scripts with image/ content-type header (fixes bug #16109) and makes it possible to switch zlib.output_compression during script execution before the headers are sent. @- zlib.output_compression is disabled for "image/" content-type @ headers and can be changed during script execution. (Stefan)
/php-src/ext/zlib/zlib.c
|
| 94127f2 |
|
18-Jun-2002 |
Derick Rethans <derick@php.net> |
- oops... read before commit :)
/php-src/ext/zlib/zlib.c
|
| 8186046 |
|
18-Jun-2002 |
Derick Rethans <derick@php.net> |
- It doesn't work from within a script... so we disallow it
/php-src/ext/zlib/zlib.c
|
| cce0d2f |
|
02-Jun-2002 |
Stefan Roehrich <sr@php.net> |
Added "Vary: Accept-Encoding" header to zlib.output_compression compressed output as with obgzhandler(). @ If zlib.output_compression is enabled and a page is compressed @ a "Vary: Accept-Encoding" header is added. (Stefan) # obgzhandler() sends this header, I think it is recommened by # RFC 2616. If there are problems (e.g. with some browsers) # it should be reverted.
/php-src/ext/zlib/zlib.c
|
| 43df0c7 |
|
02-May-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Move Content-Length: header handling from zlib.c to output.c When output buffer is enabled and header can be sent, Content-Length: header is added always from now on.
/php-src/ext/zlib/zlib.c
|
| 30fd7de |
|
27-Apr-2002 |
Sascha Schumann <sas@php.net> |
s/len/xln/ was necessary here Noticed by: Charles O Parks III
/php-src/ext/zlib/zlib.c
|
| aab439f |
|
27-Apr-2002 |
Sascha Schumann <sas@php.net> |
Use a single macro to set cl header
/php-src/ext/zlib/zlib.c
|
| 7b59a13 |
|
27-Apr-2002 |
Thies C. Arntzen <thies@php.net> |
@ - If possible set Content-Length header in zlib.output_compression mode. (thies)
/php-src/ext/zlib/zlib.c
|
| 928bae9 |
|
19-Apr-2002 |
Wez Furlong <wez@php.net> |
Make scheme part decoding rfc2396 compliant. Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2:// Tidy up old socket/network code/comments.
/php-src/ext/zlib/zlib.c
|
| b10b24d |
|
16-Apr-2002 |
Wez Furlong <wez@php.net> |
Always initialize wrappers, regardless of PG(allow_url_fopen). Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim
/php-src/ext/zlib/zlib.c
|
| 1f4d487 |
|
16-Apr-2002 |
Wez Furlong <wez@php.net> |
remove old code
/php-src/ext/zlib/zlib.c
|
| 067ca4e |
|
12-Apr-2002 |
foobar <sniper@php.net> |
Do NOT use C++ comments in C code.
/php-src/ext/zlib/zlib.c
|
| 7ff43f0 |
|
12-Apr-2002 |
Frank M. Kromann <fmk@php.net> |
Removing a unused local variable. Setting the size before returning the value in readgzfile
/php-src/ext/zlib/zlib.c
|
| e1d0a14 |
|
10-Apr-2002 |
Wez Furlong <wez@php.net> |
Implement stream context and status notification system. Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago
/php-src/ext/zlib/zlib.c
|
| dedf2a4 |
|
05-Apr-2002 |
Stig Bakken <ssb@php.net> |
@Add zlib.output_compression_level option (Stig)
/php-src/ext/zlib/zlib.c
|
| 385b233 |
|
05-Apr-2002 |
Zeev Suraski <zeev@php.net> |
Fix gzip/bz2 builds for Windows
/php-src/ext/zlib/zlib.c
|
| 5ee65bd |
|
24-Mar-2002 |
Wez Furlong <wez@php.net> |
Phase 1 of wrapper OO cleanup. # Collecting underpants
/php-src/ext/zlib/zlib.c
|
| 8da0093 |
|
21-Mar-2002 |
Wez Furlong <wez@php.net> |
really nuke it...
/php-src/ext/zlib/zlib.c
|
| a662f01 |
|
21-Mar-2002 |
Wez Furlong <wez@php.net> |
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.
/php-src/ext/zlib/zlib.c
|
| 3dbde95 |
|
20-Mar-2002 |
Wez Furlong <wez@php.net> |
Make state parameter of php_strip_tags passed by reference. Move state tracking to stream structure.
/php-src/ext/zlib/zlib.c
|
| 659a071 |
|
20-Mar-2002 |
Wez Furlong <wez@php.net> |
Streams are all tracked as resources now. Add some logic that will help track down leaks when debug is enabled.
/php-src/ext/zlib/zlib.c
|
| 14d62c7 |
|
20-Mar-2002 |
Wez Furlong <wez@php.net> |
Add parameter here too...
/php-src/ext/zlib/zlib.c
|
| 06712a5 |
|
19-Mar-2002 |
Wez Furlong <wez@php.net> |
Implement user-space streams. There's probably room for improvement, docs will following some time this week.
/php-src/ext/zlib/zlib.c
|
| c9d5e13 |
|
18-Mar-2002 |
Wez Furlong <wez@php.net> |
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
/php-src/ext/zlib/zlib.c
|
| 73e7932 |
|
18-Mar-2002 |
Zeev Suraski <zeev@php.net> |
Fix the build and all of the outstanding VC++ warnings
/php-src/ext/zlib/zlib.c
|
| d2d8762 |
|
17-Mar-2002 |
Wez Furlong <wez@php.net> |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
/php-src/ext/zlib/zlib.c
|
| 5d0c53e |
|
16-Mar-2002 |
Wez Furlong <wez@php.net> |
Fix some issues with gzFile and fsockopen.
/php-src/ext/zlib/zlib.c
|
| bc264db |
|
16-Mar-2002 |
Wez Furlong <wez@php.net> |
change * formatting
/php-src/ext/zlib/zlib.c
|
| 0f65280 |
|
15-Mar-2002 |
Wez Furlong <wez@php.net> |
New PHP streams...
/php-src/ext/zlib/zlib.c
|
| edcb581 |
|
12-Mar-2002 |
Stefan Roehrich <sr@php.net> |
(PHP gzencode) Reimplementation of gzencode(). Now works as documented (gzencode(string data [, int level [, int encoding_mode]])), should fix #15930. @- The second parameter of gzencode() now is the compression level like @ in the documentation. The encoding mode is a third (optional) parameter. # Rework of gzencode(), output should be closer to real gzip output. # I think in the old version there could be some problems with # this function and output compression, should be fixed, too.
/php-src/ext/zlib/zlib.c
|
| cede952 |
|
12-Mar-2002 |
Stefan Roehrich <sr@php.net> |
(PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()). Fixed prototype and added test for #14939. # We have extra \0 if the input comes directly from gzdeflate() # so give one extra byte as length to workaround behaviour of zlib. # I want to avoid copying the input, but if there are problems, # please tell (see my message <20020310175611.GA4472@stefan.roehri.ch> to # php-dev).
/php-src/ext/zlib/zlib.c
|
| 82a8d37 |
|
01-Mar-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Added ob_get_status() to get array of buffers and it's status. (DO NOT document this function yet) Fixed crash bug with ob_end_*() function. ob_end_*() will not delete buffers that may not be deleted. php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for if the buffer created may be deleted or not. Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be deleted until script finshes. Changed ob_*() function that have void return type to bool. All ob_*() functions return TRUE for success, FALSE for failure. @ - Added ob_get_status() to get array of buffers and it's status. (Yasuo) @ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete @ buffers that may not be deleted. (Yasuo) @ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be @ deleted until script finshes. (Yasuo) @ - Changed ob_*() function that have void return type to bool. All ob_*() @ functions return TRUE for success, FALSE for failure. (Yasuo)
/php-src/ext/zlib/zlib.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/ext/zlib/zlib.c
|
| cc196f5 |
|
26-Nov-2001 |
foobar <sniper@php.net> |
Show the registered ini entry in phpinfo()
/php-src/ext/zlib/zlib.c
|
| 506eec8 |
|
23-Nov-2001 |
Rui Hirokawa <hirokawa@php.net> |
restriction is relaxed because output handler couldn't be used even if zlib.output_compression is set to off.
/php-src/ext/zlib/zlib.c
|
| 10fe28c |
|
27-Oct-2001 |
Derick Rethans <derick@php.net> |
- fix crash bug
/php-src/ext/zlib/zlib.c
|
| 5ee719b |
|
27-Oct-2001 |
foobar <sniper@php.net> |
Modified the error message a bit. Happy now Andi? :)
/php-src/ext/zlib/zlib.c
|
| 609271e |
|
27-Oct-2001 |
foobar <sniper@php.net> |
- Prevent PHP from starting if output_handler is set and zlib.output_compression is on - Added notes to the bundled php.ini files about this.
/php-src/ext/zlib/zlib.c
|
| 6892520 |
|
11-Oct-2001 |
Stig Bakken <ssb@php.net> |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
/php-src/ext/zlib/zlib.c
|
| 6cfba2a |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
2nd phase in back-substitution those macro's I've got pretty much everything now...
/php-src/ext/zlib/zlib.c
|
| c033288 |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
/php-src/ext/zlib/zlib.c
|
| 78747bd |
|
09-Sep-2001 |
Derick Rethans <derick@php.net> |
- Don't wrap lines... this is annoying while coding.
/php-src/ext/zlib/zlib.c
|
| e9da242 |
|
16-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Send Content-Length if we're sending just one chunk
/php-src/ext/zlib/zlib.c
|
| 23b9300 |
|
06-Aug-2001 |
Sascha Schumann <sas@php.net> |
more tsrm cleanup
/php-src/ext/zlib/zlib.c
|
| b349df6 |
|
05-Aug-2001 |
Sascha Schumann <sas@php.net> |
some more eliminate-fetches-or-escalate-them-at-least
/php-src/ext/zlib/zlib.c
|
| 8aef193 |
|
05-Aug-2001 |
Sascha Schumann <sas@php.net> |
more tsrm cleanup
/php-src/ext/zlib/zlib.c
|
| b1de7fc |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH annihilation. Enough for today...
/php-src/ext/zlib/zlib.c
|
| bc42c37 |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH work. Got it under 400 now.
/php-src/ext/zlib/zlib.c
|
| aa1772c |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH annihilation
/php-src/ext/zlib/zlib.c
|
| 3b7bc25 |
|
30-Jul-2001 |
foobar <sniper@php.net> |
Make this compile in ZTS mode.
/php-src/ext/zlib/zlib.c
|
| 797a079 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH work, and a bit of cleanup
/php-src/ext/zlib/zlib.c
|
| 1c25b8d |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
/php-src/ext/zlib/zlib.c
|
| d87cc97 |
|
28-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Redesigned thread safety mechanism - nua nua
/php-src/ext/zlib/zlib.c
|
| fe6f871 |
|
27-Jul-2001 |
Zeev Suraski <zeev@php.net> |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
/php-src/ext/zlib/zlib.c
|
| d305903 |
|
13-Jul-2001 |
Thies C. Arntzen <thies@php.net> |
make sure all string from zlib are \0 terminated. change one realloc to erealloc (though this code is never reached IMHO) add regression tests
/php-src/ext/zlib/zlib.c
|
| 11eca11 |
|
13-Jul-2001 |
Thies C. Arntzen <thies@php.net> |
fixed #12091. added \0 bytes at EOS in a few cases.
/php-src/ext/zlib/zlib.c
|
| bbe83e4 |
|
11-Jul-2001 |
Thies C. Arntzen <thies@php.net> |
gzencode() now zero-terminates its buffer.
/php-src/ext/zlib/zlib.c
|
| 81e2cf0 |
|
06-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix folding and clean up some extensions
/php-src/ext/zlib/zlib.c
|
| 25c3a3a |
|
05-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
/php-src/ext/zlib/zlib.c
|
| 1beda9e |
|
24-May-2001 |
Stig Bakken <ssb@php.net> |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
/php-src/ext/zlib/zlib.c
|
| 2df7c8a |
|
30-Mar-2001 |
Anil Madhavapeddy <avsm@php.net> |
Send the correct Vary headers, if we negotiate a gzip/deflate session via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070
/php-src/ext/zlib/zlib.c
|
| 177f9bd |
|
07-Mar-2001 |
Daniel Beulshausen <dbeu@php.net> |
add missing globals fetches
/php-src/ext/zlib/zlib.c
|
| 0b65578 |
|
06-Mar-2001 |
Zeev Suraski <zeev@php.net> |
Implement internal output compression?\0020:wq
/php-src/ext/zlib/zlib.c
|
| 39724f6 |
|
04-Mar-2001 |
Zeev Suraski <zeev@php.net> |
Implemented chunked output buffering support - it's quite cool!
/php-src/ext/zlib/zlib.c
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/php-src/ext/zlib/zlib.c
|
| c2fb53b |
|
23-Feb-2001 |
Sascha Schumann <sas@php.net> |
Finish fopen-wrappers rename.
/php-src/ext/zlib/zlib.c
|
| 9c1abab |
|
01-Feb-2001 |
Thies C. Arntzen <thies@php.net> |
ws-only
/php-src/ext/zlib/zlib.c
|
| 1366f67 |
|
01-Feb-2001 |
Thies C. Arntzen <thies@php.net> |
@- When using the ob_gzhandler() PHP now automagically also sets the @ Content-Lengh correctly which enables browsers to use the HTTP @ Keep-Alive feature. (Thies)
/php-src/ext/zlib/zlib.c
|
| a4df53a |
|
01-Feb-2001 |
Sascha Schumann <sas@php.net> |
Fix a huge memory leak in the ob_gzhandler.
/php-src/ext/zlib/zlib.c
|
| cedb39e |
|
21-Nov-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
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
/php-src/ext/zlib/zlib.c
|
| 67bb9d1 |
|
20-Nov-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
fixed a compile problem with glibc<=2.1.1 (#7327, #7892) # zlib.c still produces a warning, perhaps i should move # the fopen wrapper to a seperate file to get things right # but i think i will wait for the autoconf book to arrive
/php-src/ext/zlib/zlib.c
|
| 6a86b6f |
|
13-Nov-2000 |
Zeev Suraski <zeev@php.net> |
Handle unable-to-add-new-headers error nicely
/php-src/ext/zlib/zlib.c
|
| 0f7f5c2 |
|
13-Nov-2000 |
Zeev Suraski <zeev@php.net> |
- 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
/php-src/ext/zlib/zlib.c
|
| 4eece9b |
|
08-Nov-2000 |
Marc Pohl <marcpohl@php.net> |
add gzdeflate() and gzinflate() for handling of pure gzip-datastreams
/php-src/ext/zlib/zlib.c
|
| 6b43587 |
|
27-Oct-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
type fixes to make compilers happy
/php-src/ext/zlib/zlib.c
|
| f1dcb32 |
|
25-Oct-2000 |
Andrei Zmievski <andrei@php.net> |
Use zend_register_list_destructors_ex() instead.
/php-src/ext/zlib/zlib.c
|
| 2d7860e |
|
23-Oct-2000 |
Sascha Schumann <sas@php.net> |
__USE_GNU shall not be defined by application
/php-src/ext/zlib/zlib.c
|
| 6911ee5 |
|
23-Oct-2000 |
Daniel Beulshausen <dbeu@php.net> |
it's n.a. on win32 :)
/php-src/ext/zlib/zlib.c
|
| 48e5d31 |
|
23-Oct-2000 |
Stanislav Malyshev <stas@php.net> |
Make zlib compile again
/php-src/ext/zlib/zlib.c
|
| 4d676fe |
|
21-Oct-2000 |
Andi Gutmans <andi@php.net> |
- including php.h automatically includes the PHP config file.
/php-src/ext/zlib/zlib.c
|
| bef7767 |
|
21-Oct-2000 |
Daniel Beulshausen <dbeu@php.net> |
i can find no php_config.h on win32 :)
/php-src/ext/zlib/zlib.c
|
| 7b4983c |
|
20-Oct-2000 |
Andrei Zmievski <andrei@php.net> |
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)
/php-src/ext/zlib/zlib.c
|
| cae2717 |
|
13-Oct-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
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
/php-src/ext/zlib/zlib.c
|
| 5423a08 |
|
11-Oct-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
@ -read and write .gz-files transparently on glibc based systems @ using the 'zlib:' fopen wrapper (Hartmut)
/php-src/ext/zlib/zlib.c
|
| 7ad2213 |
|
13-Jul-2000 |
Egon Schmid <eschmid@php.net> |
Forgotten to change.
/php-src/ext/zlib/zlib.c
|
| 86dfb4c |
|
13-Jul-2000 |
Egon Schmid <eschmid@php.net> |
Corrected some protos.
/php-src/ext/zlib/zlib.c
|
| 2b70aaf |
|
06-Jul-2000 |
Thies C. Arntzen <thies@php.net> |
@- Fixed crash in gzopen(). (Thies) # hmm - this should be rethought as one should be able to do # gzopen("http://..")
/php-src/ext/zlib/zlib.c
|
| 229b170 |
|
26-Jun-2000 |
Andi Gutmans <andi@php.net> |
- Don't depend on USE_PATH being equal to 1. Use #define value
/php-src/ext/zlib/zlib.c
|
| 90feef3 |
|
26-Jun-2000 |
Zeev Suraski <zeev@php.net> |
- 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.
/php-src/ext/zlib/zlib.c
|
| 6614e8e |
|
25-Jun-2000 |
Zeev Suraski <zeev@php.net> |
- 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.
/php-src/ext/zlib/zlib.c
|
| 0c03253 |
|
24-Jun-2000 |
Sascha Schumann <sas@php.net> |
Stop including dl/phpdl.h.
/php-src/ext/zlib/zlib.c
|
| 87a491d |
|
16-Jun-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
C++ // comments are evil ...
/php-src/ext/zlib/zlib.c
|
| 3701bc4 |
|
05-Jun-2000 |
Andi Gutmans <andi@php.net> |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
/php-src/ext/zlib/zlib.c
|
| a9abc3a |
|
25-May-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
added functions gzcompress() and gzuncompress() for direct string compression as requested by BugId #1151
/php-src/ext/zlib/zlib.c
|
| 4686a3b |
|
23-May-2000 |
Sascha Schumann <sas@php.net> |
Use #ifdef COMPILE_DL_EXTNAME solely.
/php-src/ext/zlib/zlib.c
|
| e043439 |
|
18-May-2000 |
Zeev Suraski <zeev@php.net> |
Update the license with the new clause 6
/php-src/ext/zlib/zlib.c
|
| fe50664 |
|
02-May-2000 |
Sascha Schumann <sas@php.net> |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
/php-src/ext/zlib/zlib.c
|
| 0d383d9 |
|
02-May-2000 |
Sascha Schumann <sas@php.net> |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
/php-src/ext/zlib/zlib.c
|
| 883bd2b |
|
20-Apr-2000 |
Zeev Suraski <zeev@php.net> |
- Fix virtual cwd bug - Add more V_STAT() V_LSTAT() changes
/php-src/ext/zlib/zlib.c
|
| 7412bd5 |
|
20-Apr-2000 |
Frank M. Kromann <fmk@php.net> |
Making zlib compile under Win32 and fixing a typo
/php-src/ext/zlib/zlib.c
|
| 0c2b366 |
|
05-Apr-2000 |
Colin Viebrock <cmv@php.net> |
phpinfo() prettying
/php-src/ext/zlib/zlib.c
|
| caeaaf4 |
|
12-Mar-2000 |
Sascha Schumann <sas@php.net> |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786
/php-src/ext/zlib/zlib.c
|
| c07b528 |
|
24-Feb-2000 |
Egon Schmid <eschmid@php.net> |
More protos.
/php-src/ext/zlib/zlib.c
|
| 86fa2aa |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
the pipe is breaking all the time
/php-src/ext/zlib/zlib.c
|
| 80bdd19 |
|
11-Feb-2000 |
Zeev Suraski <zeev@php.net> |
Fine tune Andi's patch
/php-src/ext/zlib/zlib.c
|
| 8d012c4 |
|
10-Feb-2000 |
Andi Gutmans <andi@php.net> |
- A bit more PHP_WIN32 work
/php-src/ext/zlib/zlib.c
|
| 489b705 |
|
08-Feb-2000 |
Zeev Suraski <zeev@php.net> |
@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)
/php-src/ext/zlib/zlib.c
|
| 43ae2bf |
|
01-Jan-2000 |
Sascha Schumann <sas@php.net> |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
/php-src/ext/zlib/zlib.c
|
| a1ad287 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
- The tree compiles again
/php-src/ext/zlib/zlib.c
|
| 396bccf |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More php3_ cleanup
/php-src/ext/zlib/zlib.c
|
| fb1c77b |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
/php-src/ext/zlib/zlib.c
|
| 02d3b39 |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More php3_ annihilation
/php-src/ext/zlib/zlib.c
|
| 5928624 |
|
12-Dec-1999 |
Sascha Schumann <sas@php.net> |
Kill a warning
/php-src/ext/zlib/zlib.c
|
| 5b983c9 |
|
04-Dec-1999 |
Sascha Schumann <sas@php.net> |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
/php-src/ext/zlib/zlib.c
|
| d8868ab |
|
17-Oct-1999 |
Andrei Zmievski <andrei@php.net> |
Fix bug #2548.
/php-src/ext/zlib/zlib.c
|
| 2c9ee99 |
|
25-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Use new Zend API.
/php-src/ext/zlib/zlib.c
|
| 360675c |
|
24-Sep-1999 |
Zeev Suraski <zeev@php.net> |
Compile fixes for WDDX, XML and Zlib (untested)
/php-src/ext/zlib/zlib.c
|
| 0b12262 |
|
22-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Fixed gzgetss() with new _php3_strip_tags, corrected prototype.
/php-src/ext/zlib/zlib.c
|
| cd09571 |
|
21-Sep-1999 |
Rasmus Lerdorf <rasmus@php.net> |
fgetss/gzgetss fixes
/php-src/ext/zlib/zlib.c
|
| 1324095 |
|
21-Sep-1999 |
Rasmus Lerdorf <rasmus@php.net> |
woops
/php-src/ext/zlib/zlib.c
|
| 0838980 |
|
21-Sep-1999 |
Rasmus Lerdorf <rasmus@php.net> |
Fix zlib compile problem
/php-src/ext/zlib/zlib.c
|
| de13056 |
|
18-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Fixed prototype.
/php-src/ext/zlib/zlib.c
|
| 1001481 |
|
15-Sep-1999 |
Andi Gutmans <andi@php.net> |
- Thread-unsafe win32 compiles again - Some strlcpy changes including one bug fix.
/php-src/ext/zlib/zlib.c
|
| 0636212 |
|
07-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Fixed behavior with empty doc_root. gzgetss() now uses _php3_strip_tags.
/php-src/ext/zlib/zlib.c
|
| e4b7bf4 |
|
06-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Removed remaining PHP_31 defines. First try with ZTS support, can someone with a working ZTS enabled setup test this, please?
/php-src/ext/zlib/zlib.c
|
| 93252bd |
|
06-Sep-1999 |
Stefan Roehrich <sr@php.net> |
Fixed prototype.
/php-src/ext/zlib/zlib.c
|
| fcd55e0 |
|
04-Sep-1999 |
Stefan Roehrich <sr@php.net> |
First try with new resource handling in zlib module.
/php-src/ext/zlib/zlib.c
|
| c12d4bc |
|
04-Sep-1999 |
Zeev Suraski <zeev@php.net> |
*** empty log message ***
/php-src/ext/zlib/zlib.c
|
| 17bd995 |
|
09-Aug-1999 |
Egon Schmid <eschmid@php.net> |
I missed that also.
/php-src/ext/zlib/zlib.c
|
| 5d10add |
|
02-Aug-1999 |
Stefan Roehrich <sr@php.net> |
Fix for Redhat libc 2.1 and dynamic loading in zlib module. Adapted zlib module to new PHP_Mxxx macros.
/php-src/ext/zlib/zlib.c
|
| 3cb1eb0 |
|
02-Aug-1999 |
Zeev Suraski <zeev@php.net> |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
/php-src/ext/zlib/zlib.c
|
| c5724cb |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/php-src/ext/zlib/zlib.c
|
| b57dc27 |
|
21-May-1999 |
Sascha Schumann <sas@php.net> |
- run ext sources through conv_proto - add necessary phpext_*_ptr
/php-src/ext/zlib/zlib.c
|
| bc415d5 |
|
09-May-1999 |
Zeev Suraski <zeev@php.net> |
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
/php-src/ext/zlib/zlib.c
|
| 6f7c0ed |
|
23-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Remove tls.[ch]
/php-src/ext/zlib/zlib.c
|
| 806dfc2 |
|
23-Apr-1999 |
Rasmus Lerdorf <rasmus@php.net> |
Make zlib compile
/php-src/ext/zlib/zlib.c
|
| 2c0ad3e |
|
22-Apr-1999 |
Stig Bakken <ssb@php.net> |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
/php-src/ext/zlib/zlib.c
|