]> granicus.if.org Git - php/log
php
18 years agoMFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers).
Ilia Alshanetsky [Sun, 3 Sep 2006 16:33:02 +0000 (16:33 +0000)]
MFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers).

18 years ago- attempt to fix #38696
Michael Wallner [Sun, 3 Sep 2006 09:09:38 +0000 (09:09 +0000)]
- attempt to fix #38696

18 years agoChangeLog update
<changelog@php.net> [Sun, 3 Sep 2006 01:30:50 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- Add HAVE_REFLECTION define for win32 (by Steph)
Johannes Schlüter [Sat, 2 Sep 2006 19:12:57 +0000 (19:12 +0000)]
- Add HAVE_REFLECTION define for win32 (by Steph)

18 years agoChangeLog update
<changelog@php.net> [Sat, 2 Sep 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFH
Nuno Lopes [Fri, 1 Sep 2006 23:33:13 +0000 (23:33 +0000)]
MFH

18 years agoMFB: fix possible crash
Nuno Lopes [Fri, 1 Sep 2006 23:19:56 +0000 (23:19 +0000)]
MFB: fix possible crash

18 years agoObsolete, prepaing for new installer script
Edin Kadribasic [Fri, 1 Sep 2006 20:24:48 +0000 (20:24 +0000)]
Obsolete, prepaing for new installer script

18 years agoChangeLog update
<changelog@php.net> [Fri, 1 Sep 2006 01:30:54 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- this moved out, invalid format
Pierre Joye [Fri, 1 Sep 2006 00:39:31 +0000 (00:39 +0000)]
- this moved out, invalid format

18 years ago- updates
Pierre Joye [Thu, 31 Aug 2006 22:52:29 +0000 (22:52 +0000)]
- updates

18 years ago- add new tests to the package.xml
Pierre Joye [Thu, 31 Aug 2006 22:37:22 +0000 (22:37 +0000)]
- add new tests to the package.xml

18 years ago- implement FILTER_FLAG_ARRAY/SCALAR in input_get
Pierre Joye [Thu, 31 Aug 2006 22:32:54 +0000 (22:32 +0000)]
- implement FILTER_FLAG_ARRAY/SCALAR in input_get
- update changelog
- update tests

18 years agonew test
Antony Dovgal [Thu, 31 Aug 2006 22:15:47 +0000 (22:15 +0000)]
new test

18 years agochange filters to operate on the copy of data, so multiple filters an be applied...
Antony Dovgal [Thu, 31 Aug 2006 22:11:35 +0000 (22:11 +0000)]
change filters to operate on the copy of data, so multiple filters an be applied one after another

18 years ago- pecl bug #8316,
Pierre Joye [Thu, 31 Aug 2006 18:28:39 +0000 (18:28 +0000)]
- pecl bug #8316,
  empty strings are not int or float, return false (due to popular demand)

18 years ago- fix tests SKIPIF
Michael Wallner [Thu, 31 Aug 2006 16:28:46 +0000 (16:28 +0000)]
- fix tests SKIPIF

18 years agolast portion of z/Z fixes
Antony Dovgal [Thu, 31 Aug 2006 16:14:43 +0000 (16:14 +0000)]
last portion of z/Z fixes

18 years ago- add a test for input_get and array
Pierre Joye [Thu, 31 Aug 2006 16:13:39 +0000 (16:13 +0000)]
- add a test for input_get and array
  This test fails now. When the input variable is an array, its contents
  is replace by the filter result. To be fixed asap (before 5.2.0)

18 years ago- MFB:
Pierre Joye [Thu, 31 Aug 2006 16:12:33 +0000 (16:12 +0000)]
- MFB:
 - clean the auto trim (behaves like php_trim now)
 - simplifies bool
 - fix octal parsing
 i- boost int/hex/octal validate_int

18 years agofix typo in errmsg
Antony Dovgal [Thu, 31 Aug 2006 15:42:06 +0000 (15:42 +0000)]
fix typo in errmsg

18 years agoext/filter z/Z fixes
Antony Dovgal [Thu, 31 Aug 2006 15:17:08 +0000 (15:17 +0000)]
ext/filter z/Z fixes

18 years agomore z/Z fixes
Antony Dovgal [Thu, 31 Aug 2006 14:41:15 +0000 (14:41 +0000)]
more z/Z fixes

18 years agomore z/Z fixes
Antony Dovgal [Thu, 31 Aug 2006 14:19:33 +0000 (14:19 +0000)]
more z/Z fixes

18 years agoz/Z problem fixes
Antony Dovgal [Thu, 31 Aug 2006 13:58:07 +0000 (13:58 +0000)]
z/Z problem fixes

18 years ago- add basic zlib.output_compression tests
Michael Wallner [Thu, 31 Aug 2006 13:52:41 +0000 (13:52 +0000)]
- add basic zlib.output_compression tests

18 years ago - output handler alias ctor should know about chunk_size and flags
Michael Wallner [Thu, 31 Aug 2006 13:51:35 +0000 (13:51 +0000)]
 - output handler alias ctor should know about chunk_size and flags

18 years agofix test
Antony Dovgal [Thu, 31 Aug 2006 13:49:39 +0000 (13:49 +0000)]
fix test

18 years agofix problem with mixed arguments accepted as zval* causing leaks/segfaults when conve...
Antony Dovgal [Thu, 31 Aug 2006 13:47:32 +0000 (13:47 +0000)]
fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types

18 years agoFastCGI environment variables must not be overriden by system environment variables
Dmitry Stogov [Thu, 31 Aug 2006 13:12:18 +0000 (13:12 +0000)]
FastCGI environment variables must not be overriden by system environment variables

18 years agoShow name of storage layer in case of initialization fault
Dmitry Stogov [Thu, 31 Aug 2006 13:00:12 +0000 (13:00 +0000)]
Show name of storage layer in case of initialization fault

18 years agominor changes in iconv_substr() to avoid zval converting
Antony Dovgal [Thu, 31 Aug 2006 11:17:37 +0000 (11:17 +0000)]
minor changes in iconv_substr() to avoid zval converting

18 years agoChangeLog update
<changelog@php.net> [Thu, 31 Aug 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

18 years agono such function
Antony Dovgal [Wed, 30 Aug 2006 22:53:42 +0000 (22:53 +0000)]
no such function

18 years agofix tidy problems caused by returning local static buffers
Antony Dovgal [Wed, 30 Aug 2006 22:52:18 +0000 (22:52 +0000)]
fix tidy problems caused by returning local static buffers
looks like somebody forgot to MFB this patch..

18 years ago- good bye ob_gzhandler
Michael Wallner [Wed, 30 Aug 2006 22:35:57 +0000 (22:35 +0000)]
- good bye ob_gzhandler
- ego promo

18 years ago- fix PHP_OUTPUT_CONFLICT macro
Michael Wallner [Wed, 30 Aug 2006 22:34:32 +0000 (22:34 +0000)]
- fix PHP_OUTPUT_CONFLICT macro

18 years agoadd UEXPECTF
Antony Dovgal [Wed, 30 Aug 2006 22:34:27 +0000 (22:34 +0000)]
add UEXPECTF

18 years agofix a couple of leaks, add new test
Antony Dovgal [Wed, 30 Aug 2006 22:32:35 +0000 (22:32 +0000)]
fix a couple of leaks, add new test

18 years agos/pinter/pointer/
Antony Dovgal [Wed, 30 Aug 2006 22:29:17 +0000 (22:29 +0000)]
s/pinter/pointer/

18 years agofix segfault/leak, add test
Antony Dovgal [Wed, 30 Aug 2006 21:50:29 +0000 (21:50 +0000)]
fix segfault/leak, add test

18 years agofix segfault in openssl_seal(), add test
Antony Dovgal [Wed, 30 Aug 2006 20:49:46 +0000 (20:49 +0000)]
fix segfault in openssl_seal(), add test

18 years agofix ZTS build
Antony Dovgal [Wed, 30 Aug 2006 20:24:32 +0000 (20:24 +0000)]
fix ZTS build

18 years agoMFB: Upgrade PCRE lib to 6.7
Ilia Alshanetsky [Wed, 30 Aug 2006 20:00:59 +0000 (20:00 +0000)]
MFB: Upgrade PCRE lib to 6.7

18 years agoAvoid TSRMLS_FETCH
Ilia Alshanetsky [Wed, 30 Aug 2006 18:40:26 +0000 (18:40 +0000)]
Avoid TSRMLS_FETCH

18 years agoFixed build with gcc 4.1.1
Ilia Alshanetsky [Wed, 30 Aug 2006 18:40:01 +0000 (18:40 +0000)]
Fixed build with gcc 4.1.1

18 years agoAdded ftps portion of the patch
Ilia Alshanetsky [Wed, 30 Aug 2006 18:21:27 +0000 (18:21 +0000)]
Added ftps portion of the patch

18 years agofix typo
Antony Dovgal [Wed, 30 Aug 2006 17:57:25 +0000 (17:57 +0000)]
fix typo

18 years agoMFB: Fixed bug #33770 (https:// or ftps:// do not work when
Ilia Alshanetsky [Wed, 30 Aug 2006 17:49:28 +0000 (17:49 +0000)]
MFB: Fixed bug #33770 (https:// or ftps:// do not work when
--with-curlwrappers is used and ssl certificate is not verifiable).

18 years agofix leak, add test
Antony Dovgal [Wed, 30 Aug 2006 16:46:23 +0000 (16:46 +0000)]
fix leak, add test

18 years agofix leak in iptcembed()
Antony Dovgal [Wed, 30 Aug 2006 16:30:03 +0000 (16:30 +0000)]
fix leak in iptcembed()

18 years agochange ini handlers to produce E_ERROR if they are called during startup or per request
Antony Dovgal [Wed, 30 Aug 2006 16:24:31 +0000 (16:24 +0000)]
change ini handlers to produce E_ERROR if they are called during startup or per request

18 years agofix leak
Antony Dovgal [Wed, 30 Aug 2006 16:12:27 +0000 (16:12 +0000)]
fix leak

18 years agochange E_ERROR to E_WARNING when invalid argument has been passed
Antony Dovgal [Wed, 30 Aug 2006 15:42:40 +0000 (15:42 +0000)]
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

18 years ago- allow (de)activation with ini_set()
Michael Wallner [Wed, 30 Aug 2006 14:42:26 +0000 (14:42 +0000)]
- allow (de)activation with ini_set()

18 years ago- add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags
Michael Wallner [Wed, 30 Aug 2006 14:42:01 +0000 (14:42 +0000)]
- add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags

18 years agofix minor issue in autoload with unicode enabled
Antony Dovgal [Wed, 30 Aug 2006 12:32:20 +0000 (12:32 +0000)]
fix minor issue in autoload with unicode enabled

18 years ago- add php_zlib_output_encoding() decl
Michael Wallner [Wed, 30 Aug 2006 12:26:38 +0000 (12:26 +0000)]
- add php_zlib_output_encoding() decl

18 years ago- the Vary header for zlib.output_compression is now handled inside the output handler
Michael Wallner [Wed, 30 Aug 2006 12:25:56 +0000 (12:25 +0000)]
- the Vary header for zlib.output_compression is now handled inside the output handler

18 years ago- avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write
Michael Wallner [Wed, 30 Aug 2006 12:07:04 +0000 (12:07 +0000)]
- avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write

18 years ago- output handler may modify context->op
Michael Wallner [Wed, 30 Aug 2006 12:06:22 +0000 (12:06 +0000)]
- output handler may modify context->op
- discard any context->out.data on failure

18 years agofix #38653 (memory leak in ReflectionClass::getConstant())
Antony Dovgal [Wed, 30 Aug 2006 10:41:43 +0000 (10:41 +0000)]
fix #38653 (memory leak in ReflectionClass::getConstant())

18 years agofix off-by-one in zend_fetch_dimension_address_inner()
Antony Dovgal [Wed, 30 Aug 2006 09:58:10 +0000 (09:58 +0000)]
fix off-by-one in zend_fetch_dimension_address_inner()

18 years ago- implement new output API
Michael Wallner [Wed, 30 Aug 2006 07:42:02 +0000 (07:42 +0000)]
- 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

18 years ago- revise output handler alias API
Michael Wallner [Wed, 30 Aug 2006 07:39:09 +0000 (07:39 +0000)]
- 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

18 years agoChangeLog update
<changelog@php.net> [Wed, 30 Aug 2006 01:30:51 +0000 (01:30 +0000)]
ChangeLog update

18 years agoadd missing addref
Antony Dovgal [Tue, 29 Aug 2006 22:55:44 +0000 (22:55 +0000)]
add missing addref
now it works fine

18 years agoCheck for is_utf8.
Andrei Zmievski [Tue, 29 Aug 2006 22:52:37 +0000 (22:52 +0000)]
Check for is_utf8.

18 years agoadd UEXPECT
Antony Dovgal [Tue, 29 Aug 2006 22:24:23 +0000 (22:24 +0000)]
add UEXPECT

18 years agoMore Unicode work.
Andrei Zmievski [Tue, 29 Aug 2006 22:16:26 +0000 (22:16 +0000)]
More Unicode work.

18 years agofix PCRE tests
Antony Dovgal [Tue, 29 Aug 2006 22:12:31 +0000 (22:12 +0000)]
fix PCRE tests

18 years agofix compile warning
Antony Dovgal [Tue, 29 Aug 2006 22:01:20 +0000 (22:01 +0000)]
fix compile warning

18 years agofix build
Antony Dovgal [Tue, 29 Aug 2006 21:49:32 +0000 (21:49 +0000)]
fix build

18 years ago- Upgrade timezone db to 2006.11 (k).
Derick Rethans [Tue, 29 Aug 2006 20:21:02 +0000 (20:21 +0000)]
- Upgrade timezone db to 2006.11 (k).

18 years agoMFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL
Ilia Alshanetsky [Tue, 29 Aug 2006 17:10:52 +0000 (17:10 +0000)]
MFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL
handle).

18 years agoChangeLog update
<changelog@php.net> [Tue, 29 Aug 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
Rob Richards [Mon, 28 Aug 2006 23:37:23 +0000 (23:37 +0000)]
MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
add test

18 years agoAdd Unicode support for preg_match[_all]
Andrei Zmievski [Mon, 28 Aug 2006 20:36:50 +0000 (20:36 +0000)]
Add Unicode support for preg_match[_all]

18 years agomake sure ext/standard is down before ext/session (fixes #38534)
Antony Dovgal [Mon, 28 Aug 2006 19:56:06 +0000 (19:56 +0000)]
make sure ext/standard is down before ext/session (fixes #38534)

18 years agofix tests
Antony Dovgal [Mon, 28 Aug 2006 19:52:01 +0000 (19:52 +0000)]
fix tests

18 years agoimplement output formatting for saveHTML with libxml 2.6.23+
Rob Richards [Mon, 28 Aug 2006 19:31:51 +0000 (19:31 +0000)]
implement output formatting for saveHTML with libxml 2.6.23+

18 years agoset BG(locale_string) to NULL on shutdown (partly fixes #38534)
Antony Dovgal [Mon, 28 Aug 2006 18:58:22 +0000 (18:58 +0000)]
set BG(locale_string) to NULL on shutdown (partly fixes #38534)

18 years agoAdd APIs for UTF-8 strings (common with XML, PCRE, etc)
Andrei Zmievski [Mon, 28 Aug 2006 17:14:49 +0000 (17:14 +0000)]
Add APIs for UTF-8 strings (common with XML, PCRE, etc)

18 years agofix #38199 (fclose() unable to close STDOUT and STDERR)
Antony Dovgal [Mon, 28 Aug 2006 17:14:13 +0000 (17:14 +0000)]
fix #38199 (fclose() unable to close STDOUT and STDERR)

18 years ago- add SKIPIF and skip test if zlib is not available
Michael Wallner [Mon, 28 Aug 2006 12:05:10 +0000 (12:05 +0000)]
- add SKIPIF and skip test if zlib is not available

18 years agofix #38624 (Strange warning when incrementing an object property and exception is...
Antony Dovgal [Mon, 28 Aug 2006 10:25:49 +0000 (10:25 +0000)]
fix #38624 (Strange warning when incrementing an object property and exception is thrown from __get method)

18 years agoChangeLog update
<changelog@php.net> [Mon, 28 Aug 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update

18 years agoRegister missing math constants (been missing since 4.0.2!)
Hannes Magnusson [Sun, 27 Aug 2006 18:20:39 +0000 (18:20 +0000)]
Register missing math constants (been missing since 4.0.2!)
Remove M_PI from math.c (its defined in php_math.h)

18 years agoFix tests on freebsd
Hannes Magnusson [Sun, 27 Aug 2006 15:06:15 +0000 (15:06 +0000)]
Fix tests on freebsd

18 years agoChangeLog update
<changelog@php.net> [Sun, 27 Aug 2006 01:30:50 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- MFB: don't rely/use VCWD_REALPATH, use expand_filepath instead
Pierre Joye [Sat, 26 Aug 2006 12:29:59 +0000 (12:29 +0000)]
- MFB: don't rely/use VCWD_REALPATH, use expand_filepath instead
  NB: that'd to be true for all this VCWD mess

18 years agoChangeLog update
<changelog@php.net> [Sat, 26 Aug 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

18 years agoFix some API definitions.
Andrei Zmievski [Fri, 25 Aug 2006 20:47:23 +0000 (20:47 +0000)]
Fix some API definitions.

18 years agoadd unicode support
Rob Richards [Fri, 25 Aug 2006 18:56:03 +0000 (18:56 +0000)]
add unicode support

18 years ago- MFB: bundled version matches pecl release 1.7.1
Pierre Joye [Fri, 25 Aug 2006 16:03:50 +0000 (16:03 +0000)]
- MFB: bundled version matches pecl release 1.7.1

18 years agoMFB: Fixed #37602 by olek at neurosoft dot pl
Edin Kadribasic [Fri, 25 Aug 2006 12:03:31 +0000 (12:03 +0000)]
MFB: Fixed #37602 by olek at neurosoft dot pl

18 years agoChangeLog update
<changelog@php.net> [Fri, 25 Aug 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

18 years ago*** empty log message ***
Andrei Zmievski [Thu, 24 Aug 2006 21:56:57 +0000 (21:56 +0000)]
*** empty log message ***

18 years agoFix typo.
Andrei Zmievski [Thu, 24 Aug 2006 21:39:20 +0000 (21:39 +0000)]
Fix typo.

18 years ago- store the resolved path
Pierre Joye [Thu, 24 Aug 2006 17:54:36 +0000 (17:54 +0000)]
- store the resolved path