]> granicus.if.org Git - php/log
php
18 years ago- Include examples in documentation
Marcus Boerger [Mon, 20 Feb 2006 22:19:04 +0000 (22:19 +0000)]
- Include examples in documentation
- Provide a better place for the examples

18 years ago- Synch zend_call_function() with VM function call helper
Marcus Boerger [Mon, 20 Feb 2006 20:03:36 +0000 (20:03 +0000)]
- Synch zend_call_function() with VM function call helper

18 years ago- Add deprecation flag and message
Marcus Boerger [Mon, 20 Feb 2006 20:00:46 +0000 (20:00 +0000)]
- Add deprecation flag and message

18 years agoPreparation for portable string API (use macroses to access zval).
Dmitry Stogov [Mon, 20 Feb 2006 19:03:43 +0000 (19:03 +0000)]
Preparation for portable string API (use macroses to access zval).

18 years agoIncorrect usage of Z_TYPE() macro
Dmitry Stogov [Mon, 20 Feb 2006 17:14:18 +0000 (17:14 +0000)]
Incorrect usage of Z_TYPE() macro

18 years agoMFB51: Fixed bug #36434 (Improper resolution of declaring class name of an
Ilia Alshanetsky [Mon, 20 Feb 2006 15:28:15 +0000 (15:28 +0000)]
MFB51: Fixed bug #36434 (Improper resolution of declaring class name of an
inherited property).

18 years agoFixed SIGSEGV in unicode mode
Dmitry Stogov [Mon, 20 Feb 2006 11:15:02 +0000 (11:15 +0000)]
Fixed SIGSEGV in unicode mode

18 years agoFixed wrong prototype and error message
Dmitry Stogov [Mon, 20 Feb 2006 10:50:58 +0000 (10:50 +0000)]
Fixed wrong prototype and error message

18 years agoFixed start inex in iterator
Dmitry Stogov [Mon, 20 Feb 2006 10:29:35 +0000 (10:29 +0000)]
Fixed start inex in iterator

18 years agoFixed test files
Dmitry Stogov [Mon, 20 Feb 2006 09:45:00 +0000 (09:45 +0000)]
Fixed test files

18 years agoFixed memory corruption
Dmitry Stogov [Mon, 20 Feb 2006 09:38:47 +0000 (09:38 +0000)]
Fixed memory corruption

18 years agoFixed test file
Dmitry Stogov [Mon, 20 Feb 2006 08:39:38 +0000 (08:39 +0000)]
Fixed test file

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

18 years ago- changelog
Michael Wallner [Sun, 19 Feb 2006 23:53:06 +0000 (23:53 +0000)]
- changelog

18 years agoMF51: fix tiger on big endian platforms
Michael Wallner [Sun, 19 Feb 2006 23:43:23 +0000 (23:43 +0000)]
MF51: fix tiger on big endian platforms

18 years agoMore safe_mode nuking
Ilia Alshanetsky [Sun, 19 Feb 2006 18:20:51 +0000 (18:20 +0000)]
More safe_mode nuking

18 years agoNuke safe_mode
Ilia Alshanetsky [Sun, 19 Feb 2006 18:19:33 +0000 (18:19 +0000)]
Nuke safe_mode

18 years ago- Add new function
Marcus Boerger [Sun, 19 Feb 2006 12:18:28 +0000 (12:18 +0000)]
- Add new function

18 years ago- Interfaces may have static methods to enforce their existance in
Marcus Boerger [Sun, 19 Feb 2006 11:55:11 +0000 (11:55 +0000)]
- Interfaces may have static methods to enforce their existance in
  implementing classes

18 years ago- Static functions cannot be abstract
Marcus Boerger [Sun, 19 Feb 2006 11:42:30 +0000 (11:42 +0000)]
- Static functions cannot be abstract

18 years ago- Fix method flag handling
Marcus Boerger [Sun, 19 Feb 2006 10:39:48 +0000 (10:39 +0000)]
- Fix method flag handling

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

18 years ago- Couple of compile fixes.
Andi Gutmans [Sun, 19 Feb 2006 05:05:42 +0000 (05:05 +0000)]
- Couple of compile fixes.

18 years ago- Get rid of using ENFORCE_SAFE_MODE.
Andi Gutmans [Sun, 19 Feb 2006 04:29:42 +0000 (04:29 +0000)]
- Get rid of using ENFORCE_SAFE_MODE.

18 years ago- Fix according to Sara's reply
Andi Gutmans [Sun, 19 Feb 2006 03:41:25 +0000 (03:41 +0000)]
- Fix according to Sara's reply

18 years ago- More safe_mode nuking
Andi Gutmans [Sun, 19 Feb 2006 03:07:39 +0000 (03:07 +0000)]
- More safe_mode nuking

18 years agoNuke php_check_safe_mode_include_dir
Andi Gutmans [Sun, 19 Feb 2006 01:19:37 +0000 (01:19 +0000)]
Nuke php_check_safe_mode_include_dir

18 years ago- Some more safe_mode nuking
Andi Gutmans [Sun, 19 Feb 2006 01:10:13 +0000 (01:10 +0000)]
- Some more safe_mode nuking

18 years agoStart nuking safe_mode. Still a lot of work to do...
Andi Gutmans [Sun, 19 Feb 2006 00:55:22 +0000 (00:55 +0000)]
Start nuking safe_mode. Still a lot of work to do...

18 years ago- There is no %v in sprintf
Marcus Boerger [Sat, 18 Feb 2006 19:33:26 +0000 (19:33 +0000)]
- There is no %v in sprintf

18 years ago- Fix naming inconsistency reported by sebastian
Marcus Boerger [Sat, 18 Feb 2006 18:05:46 +0000 (18:05 +0000)]
- Fix naming inconsistency reported by sebastian

18 years ago- Fix integrated iterator index
Marcus Boerger [Sat, 18 Feb 2006 17:37:54 +0000 (17:37 +0000)]
- Fix integrated iterator index

18 years ago- Fix possible memory corruption/memleak issue with foreach and iterators
Marcus Boerger [Sat, 18 Feb 2006 17:36:41 +0000 (17:36 +0000)]
- Fix possible memory corruption/memleak issue with foreach and iterators
- Fix warnings

18 years ago- Add test
Marcus Boerger [Sat, 18 Feb 2006 17:13:39 +0000 (17:13 +0000)]
- Add test

18 years ago- Add new test
Marcus Boerger [Sat, 18 Feb 2006 16:58:50 +0000 (16:58 +0000)]
- Add new test

18 years ago- Initiai fix to Bug #36436 DBA problem with Berkeley DB4
Marcus Boerger [Sat, 18 Feb 2006 16:52:30 +0000 (16:52 +0000)]
- Initiai fix to Bug #36436 DBA problem with Berkeley DB4

18 years agoMF51: fix misleading proto (confused in and out charset)
Michael Wallner [Sat, 18 Feb 2006 16:04:02 +0000 (16:04 +0000)]
MF51: fix misleading proto (confused in and out charset)

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

18 years agoNULL byte should be escaped to \000 instead of \0 in case it is followed
Andrei Zmievski [Fri, 17 Feb 2006 21:17:44 +0000 (21:17 +0000)]
NULL byte should be escaped to \000 instead of \0 in case it is followed
by an octal digit. (found by Jeffrey Friedl)

18 years ago- Change to offsetof as suggested by Clayton
Marcus Boerger [Fri, 17 Feb 2006 08:24:56 +0000 (08:24 +0000)]
- Change to offsetof as suggested by Clayton

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

18 years agofix #36420 (segfault when access result->num_rows after calling result->close())
Antony Dovgal [Thu, 16 Feb 2006 16:08:52 +0000 (16:08 +0000)]
fix #36420 (segfault when access result->num_rows after calling result->close())

18 years agoMFB51: Fixed bug #36420 (segfault when access result->num_rows after calling
Ilia Alshanetsky [Thu, 16 Feb 2006 16:05:02 +0000 (16:05 +0000)]
MFB51: Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())

18 years agoimprove usleep(): use new param parsing API, check for negative values
Antony Dovgal [Thu, 16 Feb 2006 10:13:23 +0000 (10:13 +0000)]
improve usleep(): use new param parsing API, check for negative values
(related to #36410)

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

18 years agofix typo
Antony Dovgal [Thu, 16 Feb 2006 06:29:32 +0000 (06:29 +0000)]
fix typo

18 years ago- Fix iterator handling (how did the fix after api change get lost here?)
Marcus Boerger [Thu, 16 Feb 2006 01:12:51 +0000 (01:12 +0000)]
- Fix iterator handling (how did the fix after api change get lost here?)
- In php 5 we do not want to return &new

18 years ago- Little speedup + first test
Marcus Boerger [Wed, 15 Feb 2006 21:34:21 +0000 (21:34 +0000)]
- Little speedup + first test

18 years agofix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
Antony Dovgal [Wed, 15 Feb 2006 20:43:37 +0000 (20:43 +0000)]
fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)

18 years agoMF51: fix memory leak and possible invalid reads
Antony Dovgal [Wed, 15 Feb 2006 11:16:30 +0000 (11:16 +0000)]
MF51: fix memory leak and possible invalid reads

18 years agofix #36400 (Custom 5xx error does not return correct HTTP response error code)
Antony Dovgal [Wed, 15 Feb 2006 11:07:33 +0000 (11:07 +0000)]
fix #36400 (Custom 5xx error does not return correct HTTP response error code)

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