]> granicus.if.org Git - php/log
php
19 years agoChangeLog update
<changelog@php.net> [Wed, 15 Feb 2006 06:31:54 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMF51:
Antony Dovgal [Tue, 14 Feb 2006 22:11:36 +0000 (22:11 +0000)]
MF51:
fix leak in zend_strtod() on big doubles
add new test

19 years agoMFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
Ilia Alshanetsky [Tue, 14 Feb 2006 14:26:27 +0000 (14:26 +0000)]
MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).

19 years agoadd test for bug #36337
Antony Dovgal [Tue, 14 Feb 2006 09:46:45 +0000 (09:46 +0000)]
add test for bug #36337

19 years agoChangeLog update
<changelog@php.net> [Tue, 14 Feb 2006 06:31:50 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Change unicode_enabled() to unicode_semantics() per Andrei's suggestion
Marcus Boerger [Mon, 13 Feb 2006 19:55:17 +0000 (19:55 +0000)]
- Change unicode_enabled() to unicode_semantics() per Andrei's suggestion

19 years agopval -> zval (Steph)
Dmitry Stogov [Mon, 13 Feb 2006 16:35:36 +0000 (16:35 +0000)]
pval -> zval (Steph)

19 years agoTypo (misplaced #endif)
Dmitry Stogov [Mon, 13 Feb 2006 15:35:52 +0000 (15:35 +0000)]
Typo (misplaced #endif)

19 years agoMFB51: Fixed bug #36337 (ReflectionProperty fails to return correct visibility).
Ilia Alshanetsky [Mon, 13 Feb 2006 14:49:54 +0000 (14:49 +0000)]
MFB51: Fixed bug #36337 (ReflectionProperty fails to return correct visibility).

19 years agoFixed bug #36205 (Memory leaks on duplicate cookies)
Dmitry Stogov [Mon, 13 Feb 2006 12:18:31 +0000 (12:18 +0000)]
Fixed bug #36205 (Memory leaks on duplicate cookies)

19 years agoMade server wide switch for unicode on/off (according to PDM).
Dmitry Stogov [Mon, 13 Feb 2006 10:23:59 +0000 (10:23 +0000)]
Made server wide switch for unicode on/off (according to PDM).

19 years ago- Fix ini unicode_semantics (patch by Brion Vibber)
Marcus Boerger [Mon, 13 Feb 2006 09:23:13 +0000 (09:23 +0000)]
- Fix ini unicode_semantics (patch by Brion Vibber)

19 years ago- Add unicode_enabled() to check whether unicode_semantics is on
Marcus Boerger [Mon, 13 Feb 2006 09:20:19 +0000 (09:20 +0000)]
- Add unicode_enabled() to check whether unicode_semantics is on

19 years agoChangeLog update
<changelog@php.net> [Mon, 13 Feb 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Reinsert line deleted per accident
Marcus Boerger [Sun, 12 Feb 2006 18:46:07 +0000 (18:46 +0000)]
- Reinsert line deleted per accident

19 years ago- Fix tests
Marcus Boerger [Sun, 12 Feb 2006 18:43:41 +0000 (18:43 +0000)]
- Fix tests

19 years ago- No more old parameter api usage
Marcus Boerger [Sun, 12 Feb 2006 16:43:30 +0000 (16:43 +0000)]
- No more old parameter api usage

19 years agoMFB51: Fixed bug #36351 (parse_url() does not parse numeric paths properly).
Ilia Alshanetsky [Sun, 12 Feb 2006 16:40:34 +0000 (16:40 +0000)]
MFB51: Fixed bug #36351 (parse_url() does not parse numeric paths properly).

19 years agoChangeLog update
<changelog@php.net> [Sun, 12 Feb 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update

19 years agoChangeLog update
<changelog@php.net> [Sat, 11 Feb 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update

19 years agoadded additional info about mail encoding to mb_get_info(). (made by Jokagi)
Rui Hirokawa [Sat, 11 Feb 2006 02:25:29 +0000 (02:25 +0000)]
added additional info about mail encoding to mb_get_info(). (made by Jokagi)

19 years agoImplement character/word/line/sentence iterators and the reverse
Andrei Zmievski [Sat, 11 Feb 2006 00:16:43 +0000 (00:16 +0000)]
Implement character/word/line/sentence iterators and the reverse
counterparts.

19 years agofix #36359 (splFileObject::fwrite() doesn't write when no data length specified)
Antony Dovgal [Fri, 10 Feb 2006 16:56:56 +0000 (16:56 +0000)]
fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)

19 years ago(Missing patch from the PHP 4 tree that got lost in the shuffle)
Rasmus Lerdorf [Fri, 10 Feb 2006 07:41:59 +0000 (07:41 +0000)]
(Missing patch from the PHP 4 tree that got lost in the shuffle)
 See: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
- fix logic. if the client already sent us the cookie, we don't
  need to send it again.  if the id has been changed, we need to
  update the client side.

19 years agoChangeLog update
<changelog@php.net> [Fri, 10 Feb 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMake ReverseTextIterator a separate class.
Andrei Zmievski [Fri, 10 Feb 2006 00:23:29 +0000 (00:23 +0000)]
Make ReverseTextIterator a separate class.

19 years agoWe already have default collator available.
Andrei Zmievski [Thu, 9 Feb 2006 23:23:02 +0000 (23:23 +0000)]
We already have default collator available.

19 years ago- fix order
Pierre Joye [Thu, 9 Feb 2006 22:27:11 +0000 (22:27 +0000)]
- fix order

19 years agoMFB51: Added test for bug #36308
Ilia Alshanetsky [Thu, 9 Feb 2006 18:18:42 +0000 (18:18 +0000)]
MFB51: Added test for bug #36308

19 years ago- MFB:
Pierre Joye [Thu, 9 Feb 2006 15:48:18 +0000 (15:48 +0000)]
- MFB:
- revert last fix
- ensure that we are in 32bit
- do not try to compare the decimal values but hex, php does not have
  unsigned integer

19 years agoChangeLog update
<changelog@php.net> [Thu, 9 Feb 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI
Ilia Alshanetsky [Wed, 8 Feb 2006 23:47:01 +0000 (23:47 +0000)]
MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI
settings).

19 years ago- Fix charset
Johannes Schlüter [Wed, 8 Feb 2006 21:07:41 +0000 (21:07 +0000)]
- Fix charset

19 years ago- It's 2006 and PHP 6
Johannes Schlüter [Wed, 8 Feb 2006 21:03:00 +0000 (21:03 +0000)]
- It's 2006 and PHP 6

19 years agomove function definition from .h to .c, where it should be
Antony Dovgal [Wed, 8 Feb 2006 20:49:40 +0000 (20:49 +0000)]
move function definition from .h to .c, where it should be

19 years agounicode_semantics cannot be set on per-request basis
Andrei Zmievski [Wed, 8 Feb 2006 18:52:13 +0000 (18:52 +0000)]
unicode_semantics cannot be set on per-request basis

19 years agoChangeLog update
<changelog@php.net> [Wed, 8 Feb 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
Ilia Alshanetsky [Wed, 8 Feb 2006 00:37:31 +0000 (00:37 +0000)]
MFB51: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
extended class commentary).

19 years agoReverse iteration for combining sequences.
Andrei Zmievski [Wed, 8 Feb 2006 00:16:50 +0000 (00:16 +0000)]
Reverse iteration for combining sequences.

19 years agoImplement reverse iteration for codeunits and codepoints. Combining
Andrei Zmievski [Tue, 7 Feb 2006 20:01:28 +0000 (20:01 +0000)]
Implement reverse iteration for codeunits and codepoints. Combining
sequences are next.

# This is ugly, though.
# foreach (new TextIterator($a, # TextIterator::CODE_POINT|TextIterator::REVERSE) as $k => $c) {
#    var_dump("$k: $c");
# }
# Any suggestions?

19 years agoMFB.
Andrei Zmievski [Tue, 7 Feb 2006 17:54:52 +0000 (17:54 +0000)]
MFB.

19 years agodon't use deprecated call-time by reference
Antony Dovgal [Tue, 7 Feb 2006 14:11:01 +0000 (14:11 +0000)]
don't use deprecated call-time by reference

19 years agoCompression level shouldn't be greatr then 9.
Dmitry Stogov [Tue, 7 Feb 2006 12:57:43 +0000 (12:57 +0000)]
Compression level shouldn't be greatr then 9.

19 years agoFixed bug #36083 (SoapClient waits for responses on one-way operations)
Dmitry Stogov [Tue, 7 Feb 2006 12:49:30 +0000 (12:49 +0000)]
Fixed bug #36083 (SoapClient waits for responses on one-way operations)

19 years agomodify get_iterator calls for engine change
Rob Richards [Tue, 7 Feb 2006 11:52:45 +0000 (11:52 +0000)]
modify get_iterator calls for engine change
fix mem leak with iterators
fix object casting for edge case

19 years agomodify get_iterator call for engine change
Rob Richards [Tue, 7 Feb 2006 11:48:37 +0000 (11:48 +0000)]
modify get_iterator call for engine change

19 years agoChangeLog update
<changelog@php.net> [Tue, 7 Feb 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

19 years agoCheck for get_properties handler before using it. (Patch from
Andrei Zmievski [Tue, 7 Feb 2006 00:32:16 +0000 (00:32 +0000)]
Check for get_properties handler before using it. (Patch from
rrichards@ctindustries.net).

19 years ago- MFB: #36306, crc32() result differs on 32-bit and 64-bit platforms
Pierre Joye [Tue, 7 Feb 2006 00:24:56 +0000 (00:24 +0000)]
- MFB: #36306, crc32() result differs on 32-bit and 64-bit platforms

19 years agoImplement combining sequences support in TextIterator.
Andrei Zmievski [Tue, 7 Feb 2006 00:13:54 +0000 (00:13 +0000)]
Implement combining sequences support in TextIterator.

19 years ago- Fix up a bunch of stuff.
Andrei Zmievski [Mon, 6 Feb 2006 22:58:10 +0000 (22:58 +0000)]
- Fix up a bunch of stuff.
- Register TextIterator type constants.

# Not sure if I like them as class constants. Cleaner, but also longer
# to type.

19 years agoinit variables (continue making GCC happy)
Antony Dovgal [Mon, 6 Feb 2006 20:36:51 +0000 (20:36 +0000)]
init variables (continue making GCC happy)

19 years ago- fix ReflectionClass::getInterfaces()
Michael Wallner [Mon, 6 Feb 2006 20:11:56 +0000 (20:11 +0000)]
- fix ReflectionClass::getInterfaces()

19 years agoSome TODO items.
Andrei Zmievski [Mon, 6 Feb 2006 18:18:41 +0000 (18:18 +0000)]
Some TODO items.

19 years agoMake TextIterator fast again, now that we don't have to worry about
Andrei Zmievski [Mon, 6 Feb 2006 17:42:28 +0000 (17:42 +0000)]
Make TextIterator fast again, now that we don't have to worry about
references.

19 years agoMFB51: Fixed test to work when TCP/IP access to MySQL is disabled or test
Ilia Alshanetsky [Mon, 6 Feb 2006 14:25:28 +0000 (14:25 +0000)]
MFB51: Fixed test to work when TCP/IP access to MySQL is disabled or test
server is on a remote machine.

19 years agotypo
Dmitry Stogov [Mon, 6 Feb 2006 13:17:20 +0000 (13:17 +0000)]
typo

19 years agoFixed bug #36303 (foreach on error_zval produces segfault)
Dmitry Stogov [Mon, 6 Feb 2006 11:46:12 +0000 (11:46 +0000)]
Fixed bug #36303 (foreach on error_zval produces segfault)

19 years agoinitialize variables and reduce the number of warnings
Antony Dovgal [Mon, 6 Feb 2006 11:28:20 +0000 (11:28 +0000)]
initialize variables and reduce the number of warnings

19 years agoinitialize variable and make gcc happy
Antony Dovgal [Mon, 6 Feb 2006 11:00:51 +0000 (11:00 +0000)]
initialize variable and make gcc happy

19 years agoMF51: initialize variables
Antony Dovgal [Mon, 6 Feb 2006 10:54:49 +0000 (10:54 +0000)]
MF51: initialize variables

19 years agoMF51: initialize to_r
Antony Dovgal [Mon, 6 Feb 2006 10:41:42 +0000 (10:41 +0000)]
MF51: initialize to_r
remove needless semicolon

19 years agoFixed bug #36283 (SOAPClient Compression Broken).
Dmitry Stogov [Mon, 6 Feb 2006 10:16:15 +0000 (10:16 +0000)]
Fixed bug #36283 (SOAPClient Compression Broken).

19 years agoChangeLog update
<changelog@php.net> [Mon, 6 Feb 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Finally enable optimization
Marcus Boerger [Mon, 6 Feb 2006 02:07:08 +0000 (02:07 +0000)]
- Finally enable optimization

19 years ago- Missed one to be public
Marcus Boerger [Mon, 6 Feb 2006 01:58:45 +0000 (01:58 +0000)]
- Missed one to be public

19 years ago- WS
Marcus Boerger [Mon, 6 Feb 2006 01:49:13 +0000 (01:49 +0000)]
- WS
- current() doesn't return anything

19 years ago- Simplify
Marcus Boerger [Mon, 6 Feb 2006 01:42:37 +0000 (01:42 +0000)]
- Simplify

19 years ago- The next get_iterator() call is supposed to do the check itself
Marcus Boerger [Mon, 6 Feb 2006 01:40:42 +0000 (01:40 +0000)]
- The next get_iterator() call is supposed to do the check itself

19 years ago- Simplify
Marcus Boerger [Mon, 6 Feb 2006 01:30:26 +0000 (01:30 +0000)]
- Simplify

19 years ago- Add new test
Marcus Boerger [Mon, 6 Feb 2006 01:28:08 +0000 (01:28 +0000)]
- Add new test

19 years ago- Synch c-level iterator and iterator methods
Marcus Boerger [Mon, 6 Feb 2006 00:58:11 +0000 (00:58 +0000)]
- Synch c-level iterator and iterator methods
- Fix iterator checks
# A nice discussion with Andrei made me remember this issue

19 years ago- Make all default implementations public
Marcus Boerger [Mon, 6 Feb 2006 00:49:33 +0000 (00:49 +0000)]
- Make all default implementations public

19 years ago- Need one more thing exported
Marcus Boerger [Sun, 5 Feb 2006 23:42:53 +0000 (23:42 +0000)]
- Need one more thing exported

19 years ago- Iterator API was changed
Marcus Boerger [Sun, 5 Feb 2006 23:31:47 +0000 (23:31 +0000)]
- Iterator API was changed

19 years ago- Add missing .cvsignore
Marcus Boerger [Sun, 5 Feb 2006 23:29:34 +0000 (23:29 +0000)]
- Add missing .cvsignore

19 years ago- Disallow foreach($v as &$ref) when $v is an object that implements
Marcus Boerger [Sun, 5 Feb 2006 23:26:55 +0000 (23:26 +0000)]
- Disallow foreach($v as &$ref) when $v is an object that implements
  interface Iterator. The signature of Iterator::current() doesn't allow
  that. Maybe ppl also want IteratorByReference or similar. Unfortunatley
  this comes with an API change but there is no easier way.

19 years agoNeeds to use .ustr. portion of the union for IS_UNICODE.
Andrei Zmievski [Sun, 5 Feb 2006 20:54:11 +0000 (20:54 +0000)]
Needs to use .ustr. portion of the union for IS_UNICODE.

19 years agofix #36295 (typo in SplFileObject::flock() parameter name)
Antony Dovgal [Sun, 5 Feb 2006 19:22:13 +0000 (19:22 +0000)]
fix #36295 (typo in SplFileObject::flock() parameter name)

19 years ago- Initialize variable
Marcus Boerger [Sun, 5 Feb 2006 16:25:46 +0000 (16:25 +0000)]
- Initialize variable

19 years ago- MFB: ini entry for gd.jpeg_ignore_warning
Pierre Joye [Sun, 5 Feb 2006 16:05:46 +0000 (16:05 +0000)]
- MFB: ini entry for gd.jpeg_ignore_warning

19 years ago- test for jpeg support
Pierre Joye [Sun, 5 Feb 2006 15:53:02 +0000 (15:53 +0000)]
- test for jpeg support

19 years ago- Fix comparision where one argument is an object
Marcus Boerger [Sun, 5 Feb 2006 13:12:20 +0000 (13:12 +0000)]
- Fix comparision where one argument is an object

19 years ago- Fix bug #36287
Marcus Boerger [Sun, 5 Feb 2006 11:43:28 +0000 (11:43 +0000)]
- Fix bug #36287

19 years agoChangeLog update
<changelog@php.net> [Sun, 5 Feb 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51 Fix build on win32
Frank M. Kromann [Sat, 4 Feb 2006 23:58:22 +0000 (23:58 +0000)]
MFB51 Fix build on win32

19 years ago- Test commit to see if mail works.
Derick Rethans [Sat, 4 Feb 2006 15:36:35 +0000 (15:36 +0000)]
- Test commit to see if mail works.

19 years ago- remove libjpeg direct output and wrap them in php warnings
Pierre Joye [Sat, 4 Feb 2006 14:56:58 +0000 (14:56 +0000)]
- remove libjpeg direct output and wrap them in php warnings

19 years agoMFB51: Fixed bug #34272 (empty array onto COM object blows up)
Rob Richards [Sat, 4 Feb 2006 10:59:18 +0000 (10:59 +0000)]
MFB51: Fixed bug #34272 (empty array onto COM object blows up)
fix mem leaks
WS fixes
add test

19 years agoChangeLog update
<changelog@php.net> [Sat, 4 Feb 2006 06:31:55 +0000 (06:31 +0000)]
ChangeLog update

19 years agoImplement Traversable instead of Iterator.
Andrei Zmievski [Sat, 4 Feb 2006 00:41:42 +0000 (00:41 +0000)]
Implement Traversable instead of Iterator.

19 years agoAdd code unit ops.
Andrei Zmievski [Sat, 4 Feb 2006 00:35:37 +0000 (00:35 +0000)]
Add code unit ops.

19 years agoAbstract the iterator interface so that we can add new types.
Andrei Zmievski [Sat, 4 Feb 2006 00:23:52 +0000 (00:23 +0000)]
Abstract the iterator interface so that we can add new types.

19 years agoGah. In order to avoid memory corruption when using references in
Andrei Zmievski [Fri, 3 Feb 2006 23:50:42 +0000 (23:50 +0000)]
Gah. In order to avoid memory corruption when using references in
foreach() this code is necessary. But it makes iterator 6x slower. We
should keep thinking about how to optimize it.

19 years agoGuard against assign-by-ref.
Andrei Zmievski [Fri, 3 Feb 2006 21:53:05 +0000 (21:53 +0000)]
Guard against assign-by-ref.

19 years agoFixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)
Dmitry Stogov [Fri, 3 Feb 2006 16:30:27 +0000 (16:30 +0000)]
Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)

19 years agoMF51: fix #36010 (Segfault when re-creating and re-executing statements with bound...
Antony Dovgal [Fri, 3 Feb 2006 14:48:24 +0000 (14:48 +0000)]
MF51: fix #36010 (Segfault when re-creating and re-executing statements with bound parameters)

19 years agoduplicate string when needed
Antony Dovgal [Fri, 3 Feb 2006 13:24:26 +0000 (13:24 +0000)]
duplicate string when needed

19 years agoFixed bug #36268 (Object destructors called even after fatal errors)
Dmitry Stogov [Fri, 3 Feb 2006 09:33:31 +0000 (09:33 +0000)]
Fixed bug #36268 (Object destructors called even after fatal errors)

19 years agoChangeLog update
<changelog@php.net> [Fri, 3 Feb 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update