1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

35539 Commits

Author SHA1 Message Date
73fbbb48ec ChangeLog update 2006-08-31 01:30:59 +00:00
Antony Dovgal c8b6be096b no such function 2006-08-30 22:53:42 +00:00
Antony Dovgal 18c201100f fix tidy problems caused by returning local static buffers
looks like somebody forgot to MFB this patch..
2006-08-30 22:52:18 +00:00
Michael Wallner 5de701d544 - good bye ob_gzhandler
- ego promo
2006-08-30 22:35:57 +00:00
Michael Wallner d83fdc677f - fix PHP_OUTPUT_CONFLICT macro 2006-08-30 22:34:32 +00:00
Antony Dovgal 62ad57d1b0 add UEXPECTF 2006-08-30 22:34:27 +00:00
Antony Dovgal 9a3f6bfa40 fix a couple of leaks, add new test 2006-08-30 22:32:35 +00:00
Antony Dovgal cb415ed1bf s/pinter/pointer/ 2006-08-30 22:29:17 +00:00
Antony Dovgal c3890b0044 fix segfault/leak, add test 2006-08-30 21:50:29 +00:00
Antony Dovgal 2229e563e4 fix segfault in openssl_seal(), add test 2006-08-30 20:49:46 +00:00
Antony Dovgal f53f3b01dd fix ZTS build 2006-08-30 20:24:32 +00:00
Ilia Alshanetsky 30d213667e MFB: Upgrade PCRE lib to 6.7 2006-08-30 20:00:59 +00:00
Ilia Alshanetsky 922fd02404 Avoid TSRMLS_FETCH 2006-08-30 18:40:26 +00:00
Ilia Alshanetsky d2d5387a92 Fixed build with gcc 4.1.1 2006-08-30 18:40:01 +00:00
Ilia Alshanetsky 162a77db45 Added ftps portion of the patch 2006-08-30 18:21:27 +00:00
Antony Dovgal 103d999dd1 fix typo 2006-08-30 17:57:25 +00:00
Ilia Alshanetsky 455fd471de MFB: Fixed bug #33770 (https:// or ftps:// do not work when
--with-curlwrappers is used and ssl certificate is not verifiable).
2006-08-30 17:49:28 +00:00
Antony Dovgal a0a7595bbf fix leak, add test 2006-08-30 16:46:23 +00:00
Antony Dovgal a08e79e900 fix leak in iptcembed() 2006-08-30 16:30:03 +00:00
Antony Dovgal 1fcfbd873d change ini handlers to produce E_ERROR if they are called during startup or per request 2006-08-30 16:24:31 +00:00
Antony Dovgal 21b0d97a6d fix leak 2006-08-30 16:12:27 +00:00
Antony Dovgal 5b79892659 change E_ERROR to E_WARNING when invalid argument has been passed
make sure ini_set() doesn't reset PS(mod) and PS(serializer) to invalid values
2006-08-30 15:42:40 +00:00
Michael Wallner b35de68c73 - allow (de)activation with ini_set() 2006-08-30 14:42:26 +00:00
Michael Wallner e62c35f141 - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags 2006-08-30 14:42:01 +00:00
Antony Dovgal d65b68d09f fix minor issue in autoload with unicode enabled 2006-08-30 12:32:20 +00:00
Michael Wallner aafd59eb91 - add php_zlib_output_encoding() decl 2006-08-30 12:26:38 +00:00
Michael Wallner 2dc5f6de5d - the Vary header for zlib.output_compression is now handled inside the output handler 2006-08-30 12:25:56 +00:00
Michael Wallner d62b3a9d00 - avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write 2006-08-30 12:07:04 +00:00
Michael Wallner 0eef1208c2 - output handler may modify context->op
- discard any context->out.data on failure
2006-08-30 12:06:22 +00:00
Antony Dovgal dcbbae86eb fix #38653 (memory leak in ReflectionClass::getConstant()) 2006-08-30 10:41:43 +00:00
Antony Dovgal 33ad684e86 fix off-by-one in zend_fetch_dimension_address_inner() 2006-08-30 09:58:10 +00:00
Michael Wallner 81b421f736 - implement new output API
- ported deflate/inflate code
- require zlib >= 1.2.0.4
- add gzdecode()

# if we want the filter code to benefit from zlib 1.2 the
# "streamable" API would have to be ported, too
2006-08-30 07:42:02 +00:00
Michael Wallner 7947beb75a - revise output handler alias API
- add convenience macros for conflicts and aliases
- generalize flags to php_output_stack_pop()
- mark the handler as started *after* run
- handler should still be flushable after marking it immutable
2006-08-30 07:39:09 +00:00
7a3c936490 ChangeLog update 2006-08-30 01:30:51 +00:00
Antony Dovgal c96c1465d8 add missing addref
now it works fine
2006-08-29 22:55:44 +00:00
Andrei Zmievski de39f4561b Check for is_utf8. 2006-08-29 22:52:37 +00:00
Antony Dovgal 8652b39044 add UEXPECT 2006-08-29 22:24:23 +00:00
Andrei Zmievski ac5c0797d8 More Unicode work. 2006-08-29 22:16:26 +00:00
Antony Dovgal 996d8d1226 fix PCRE tests 2006-08-29 22:12:31 +00:00
Antony Dovgal be3e5292cd fix compile warning 2006-08-29 22:01:20 +00:00
Antony Dovgal 67e747161d fix build 2006-08-29 21:49:32 +00:00
Derick Rethans e84f9d2439 - Upgrade timezone db to 2006.11 (k). 2006-08-29 20:21:02 +00:00
Ilia Alshanetsky a577e39142 MFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL
handle).
2006-08-29 17:10:52 +00:00
939f60c618 ChangeLog update 2006-08-29 01:30:55 +00:00
Rob Richards a0d6c14a0f MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
add test
2006-08-28 23:37:23 +00:00
Andrei Zmievski ff93bd421b Add Unicode support for preg_match[_all] 2006-08-28 20:36:50 +00:00
Antony Dovgal 8149e6251e make sure ext/standard is down before ext/session (fixes #38534) 2006-08-28 19:56:06 +00:00
Antony Dovgal 8d28cf264a fix tests 2006-08-28 19:52:01 +00:00
Rob Richards 0ee28a454c implement output formatting for saveHTML with libxml 2.6.23+ 2006-08-28 19:31:51 +00:00
Antony Dovgal efb89cfbe1 set BG(locale_string) to NULL on shutdown (partly fixes #38534) 2006-08-28 18:58:22 +00:00