]> granicus.if.org Git - php/log
php
18 years agoFixed wrong "type" argument to read_property() handler
Dmitry Stogov [Fri, 21 Jul 2006 08:39:30 +0000 (08:39 +0000)]
Fixed wrong "type" argument to read_property() handler

18 years ago- Synch RegexIterator with HEAD
Marcus Boerger [Thu, 20 Jul 2006 22:54:21 +0000 (22:54 +0000)]
- Synch RegexIterator with HEAD

18 years ago- MFH Clean up (after consulting Andrei)
Marcus Boerger [Thu, 20 Jul 2006 22:53:07 +0000 (22:53 +0000)]
- MFH Clean up (after consulting Andrei)
  . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....)
  . All refactored funcs (match, split, replace, grep) use the above
  . Change (zend|php)_error() to php_error_docref()
  . Move from old to new param parsing api
  . Fix memleaks in unicode mode

18 years agoLib update
Edin Kadribasic [Thu, 20 Jul 2006 22:21:27 +0000 (22:21 +0000)]
Lib update

18 years agoInitial commit. Updated bundled oniguruma library (used for multibyte regular express...
Seiji Masugata [Thu, 20 Jul 2006 15:56:29 +0000 (15:56 +0000)]
Initial commit. Updated bundled oniguruma library (used for multibyte regular expression) to 4.2.0.

18 years ago- MFH: Rename date classes to DateTime and DateTimeZone
Derick Rethans [Thu, 20 Jul 2006 15:49:02 +0000 (15:49 +0000)]
- MFH: Rename date classes to DateTime and DateTimeZone

18 years agoUpdated bundled oniguruma library (used for multibyte regular expression) to 4.2.0.
Seiji Masugata [Thu, 20 Jul 2006 15:45:07 +0000 (15:45 +0000)]
Updated bundled oniguruma library (used for multibyte regular expression) to 4.2.0.

18 years ago- make boolean logical filter works like int/float and php itself
Pierre Joye [Thu, 20 Jul 2006 12:58:13 +0000 (12:58 +0000)]
- make boolean logical filter works like int/float and php itself
- add more tests for boolean input

18 years agorephrase
Antony Dovgal [Thu, 20 Jul 2006 10:47:37 +0000 (10:47 +0000)]
rephrase

18 years agoMFH: simplify
foobar [Thu, 20 Jul 2006 10:11:15 +0000 (10:11 +0000)]
MFH: simplify

18 years agoupdate
foobar [Thu, 20 Jul 2006 10:09:09 +0000 (10:09 +0000)]
update

18 years agoMFH
foobar [Thu, 20 Jul 2006 10:07:29 +0000 (10:07 +0000)]
MFH

18 years agoMFH: use E_WARNING on recursion and add null to the result to keep it valid
Antony Dovgal [Thu, 20 Jul 2006 09:33:28 +0000 (09:33 +0000)]
MFH: use E_WARNING on recursion and add null to the result to keep it valid

18 years agoMFH: ZTS fix
Antony Dovgal [Thu, 20 Jul 2006 09:19:02 +0000 (09:19 +0000)]
MFH: ZTS fix

18 years agoadd missing .cvsignore
Antony Dovgal [Thu, 20 Jul 2006 08:58:49 +0000 (08:58 +0000)]
add missing .cvsignore

18 years agoMFH: add recursion protection to json_encode() and new tests
Antony Dovgal [Thu, 20 Jul 2006 08:56:57 +0000 (08:56 +0000)]
MFH: add recursion protection to json_encode() and new tests

18 years agofix segfault, add test
Antony Dovgal [Thu, 20 Jul 2006 08:24:31 +0000 (08:24 +0000)]
fix segfault, add test

18 years agoMFH
Antony Dovgal [Thu, 20 Jul 2006 07:40:49 +0000 (07:40 +0000)]
MFH

18 years agoMFH
Antony Dovgal [Thu, 20 Jul 2006 07:30:22 +0000 (07:30 +0000)]
MFH

18 years agobreak; break; -> break;
Antony Dovgal [Thu, 20 Jul 2006 07:20:23 +0000 (07:20 +0000)]
break; break; -> break;

18 years ago- fix tests for PI with libxml 2.6.24+, a new line is now added
Pierre Joye [Wed, 19 Jul 2006 18:50:51 +0000 (18:50 +0000)]
- fix tests for PI with libxml 2.6.24+, a new line is now added

18 years agoExtension news
Ilia Alshanetsky [Wed, 19 Jul 2006 16:20:02 +0000 (16:20 +0000)]
Extension news

18 years agoFixed compiler warnings and enable Json by default.
Ilia Alshanetsky [Wed, 19 Jul 2006 16:17:15 +0000 (16:17 +0000)]
Fixed compiler warnings and enable Json by default.

18 years agoun*uck NEWS
foobar [Wed, 19 Jul 2006 13:54:56 +0000 (13:54 +0000)]
un*uck NEWS

18 years agoMissing file..
foobar [Wed, 19 Jul 2006 13:45:43 +0000 (13:45 +0000)]
Missing file..

18 years agoMFH: added error_get_last() function
Michael Wallner [Wed, 19 Jul 2006 12:25:46 +0000 (12:25 +0000)]
MFH: added error_get_last() function

18 years agoFixed bug #37144 (PHP crashes trying to assign into property of dead object)
Dmitry Stogov [Wed, 19 Jul 2006 09:55:19 +0000 (09:55 +0000)]
Fixed bug #37144 (PHP crashes trying to assign into property of dead object)

18 years agono need to fetch name and free it immediately after that
Antony Dovgal [Wed, 19 Jul 2006 08:35:55 +0000 (08:35 +0000)]
no need to fetch name and free it immediately after that

18 years agofix tests
Antony Dovgal [Wed, 19 Jul 2006 08:26:50 +0000 (08:26 +0000)]
fix tests

18 years agoMFH: increase refcount when adding zval to the result array
Antony Dovgal [Wed, 19 Jul 2006 07:18:34 +0000 (07:18 +0000)]
MFH: increase refcount when adding zval to the result array

18 years agofix compile warnings
Antony Dovgal [Wed, 19 Jul 2006 06:57:21 +0000 (06:57 +0000)]
fix compile warnings

18 years agofetch tsrm_ls, don't use it uninitialized
Antony Dovgal [Wed, 19 Jul 2006 06:32:52 +0000 (06:32 +0000)]
fetch tsrm_ls, don't use it uninitialized

18 years agoFixed memory leak
Ilia Alshanetsky [Tue, 18 Jul 2006 22:42:28 +0000 (22:42 +0000)]
Fixed memory leak

18 years agoMFH: fix build on platforms without mremap()
Antony Dovgal [Tue, 18 Jul 2006 15:41:58 +0000 (15:41 +0000)]
MFH: fix build on platforms without mremap()

18 years agonews entry
Antony Dovgal [Tue, 18 Jul 2006 14:58:42 +0000 (14:58 +0000)]
news entry

18 years agoMFH: add gmp_nextprime()
Antony Dovgal [Tue, 18 Jul 2006 14:54:32 +0000 (14:54 +0000)]
MFH: add gmp_nextprime()
patch by ants dot aasma at gmail dot com

18 years ago- Enable all new date functions and classes
Derick Rethans [Tue, 18 Jul 2006 12:38:05 +0000 (12:38 +0000)]
- Enable all new date functions and classes

18 years agofix test
Antony Dovgal [Tue, 18 Jul 2006 09:22:32 +0000 (09:22 +0000)]
fix test

18 years agoNew memory manager
Dmitry Stogov [Tue, 18 Jul 2006 09:06:33 +0000 (09:06 +0000)]
New memory manager

18 years agofix logic
Antony Dovgal [Tue, 18 Jul 2006 09:00:10 +0000 (09:00 +0000)]
fix logic

18 years agoMFH: fix DVAL_TO_LVAL() on AIX with old gcc
Antony Dovgal [Tue, 18 Jul 2006 08:17:28 +0000 (08:17 +0000)]
MFH: fix DVAL_TO_LVAL() on AIX with old gcc

18 years agoAdded possible failure note.
Ilia Alshanetsky [Tue, 18 Jul 2006 00:09:01 +0000 (00:09 +0000)]
Added possible failure note.

18 years ago- MFH Fix #38125 undefined reference to spl_dual_it_free_storage
Marcus Boerger [Mon, 17 Jul 2006 21:11:33 +0000 (21:11 +0000)]
- MFH Fix #38125 undefined reference to spl_dual_it_free_storage

18 years ago- fix bug #37945 pathinfo() cannot handle argument with special characters
Michael Wallner [Mon, 17 Jul 2006 20:36:47 +0000 (20:36 +0000)]
- fix bug #37945 pathinfo() cannot handle argument with special characters
  like german "Umlaute"

18 years ago- #38112, add test and use MAX_LWZ_BITS instead of the value
Pierre Joye [Mon, 17 Jul 2006 14:30:21 +0000 (14:30 +0000)]
- #38112, add test and use MAX_LWZ_BITS instead of the value

18 years ago- sync tests with HEAD
Pierre Joye [Mon, 17 Jul 2006 12:54:09 +0000 (12:54 +0000)]
- sync tests with HEAD

18 years agomake valgrind trace child processes. useful for the PCNTL extension (fork()), for...
Nuno Lopes [Mon, 17 Jul 2006 11:43:48 +0000 (11:43 +0000)]
make valgrind trace child processes. useful for the PCNTL extension (fork()), for example

18 years agonew test
Nuno Lopes [Mon, 17 Jul 2006 11:39:13 +0000 (11:39 +0000)]
new test

18 years agonow they are really equivalent..
Nuno Lopes [Mon, 17 Jul 2006 10:48:11 +0000 (10:48 +0000)]
now they are really equivalent..

18 years agotypofix
Antony Dovgal [Mon, 17 Jul 2006 10:08:17 +0000 (10:08 +0000)]
typofix

18 years agoFixed memory leaks in ZTS mode.
Dmitry Stogov [Mon, 17 Jul 2006 07:20:12 +0000 (07:20 +0000)]
Fixed memory leaks in ZTS mode.

18 years agoMFH
Antony Dovgal [Mon, 17 Jul 2006 06:45:08 +0000 (06:45 +0000)]
MFH

18 years agoadded option parameter mb_strrpos( ).
Seiji Masugata [Mon, 17 Jul 2006 04:48:17 +0000 (04:48 +0000)]
added option parameter mb_strrpos( ).

18 years agoDon't use regex where none is needed.
Ilia Alshanetsky [Mon, 17 Jul 2006 03:57:31 +0000 (03:57 +0000)]
Don't use regex where none is needed.

18 years ago- MFH Typo
Marcus Boerger [Sun, 16 Jul 2006 23:48:34 +0000 (23:48 +0000)]
- MFH Typo

18 years ago- MFH Update docu
Marcus Boerger [Sun, 16 Jul 2006 23:46:12 +0000 (23:46 +0000)]
- MFH Update docu

18 years ago- MFH:
Marcus Boerger [Sun, 16 Jul 2006 21:12:32 +0000 (21:12 +0000)]
- MFH:
  . Upgrade RegexIterator capabilities, see docu
  . Update docu
  . Add test (which fails right now: iterator_049.phpt)
  . Add tests for new functionality

18 years ago- MFH: Little bit refactoring: Two new PHPAPI functions:
Marcus Boerger [Sun, 16 Jul 2006 21:09:30 +0000 (21:09 +0000)]
- MFH: Little bit refactoring: Two new PHPAPI functions:
  . php_pcre_match
  . php_pcre_split

18 years agonew tests. almost 90% of code coverage
Nuno Lopes [Sun, 16 Jul 2006 19:35:09 +0000 (19:35 +0000)]
new tests. almost 90% of code coverage

18 years ago- MFH Correct test name
Marcus Boerger [Sun, 16 Jul 2006 17:34:37 +0000 (17:34 +0000)]
- MFH Correct test name

18 years agoimproved code (after suggestion by helly)
Christian Stocker [Sun, 16 Jul 2006 16:04:09 +0000 (16:04 +0000)]
improved code (after suggestion by helly)

18 years agofix test
Antony Dovgal [Sun, 16 Jul 2006 15:59:08 +0000 (15:59 +0000)]
fix test

18 years agoAdded DOMNode::getNodePath() for getting an XPath for a node.
Christian Stocker [Sun, 16 Jul 2006 15:03:53 +0000 (15:03 +0000)]
Added DOMNode::getNodePath() for getting an XPath for a node.

18 years ago- #38112, corrupt GIF segfaults, test will follow
Pierre Joye [Sun, 16 Jul 2006 11:07:31 +0000 (11:07 +0000)]
- #38112, corrupt GIF segfaults, test will follow

18 years ago- MFH Fixed Bug #29538 number_format and problem with 0
Marcus Boerger [Sun, 16 Jul 2006 10:50:58 +0000 (10:50 +0000)]
- MFH Fixed Bug #29538 number_format and problem with 0

18 years ago- MFH Pathinfo allows to get filename (Toby S, Christian S)
Marcus Boerger [Sun, 16 Jul 2006 10:37:24 +0000 (10:37 +0000)]
- MFH Pathinfo allows to get filename (Toby S, Christian S)

18 years ago- MFH Implement todo: SplFileObject: ability to set the CSV separator per object
Marcus Boerger [Sat, 15 Jul 2006 15:08:41 +0000 (15:08 +0000)]
- MFH Implement todo: SplFileObject: ability to set the CSV separator per object

18 years ago- MFH Fix issue with SplFileObject and directories
Marcus Boerger [Sat, 15 Jul 2006 13:01:59 +0000 (13:01 +0000)]
- MFH Fix issue with SplFileObject and directories

18 years ago- MFH array_fill_keys, better unicode support, use new param parsing API
Marcus Boerger [Sat, 15 Jul 2006 12:14:07 +0000 (12:14 +0000)]
- MFH array_fill_keys, better unicode support, use new param parsing API

18 years ago- MFH Added array_fill_keys(). (Marcus, Mathew W)
Marcus Boerger [Sat, 15 Jul 2006 10:21:10 +0000 (10:21 +0000)]
- MFH Added array_fill_keys(). (Marcus, Mathew W)

18 years agorephrase the error message (fixes #38106)
Antony Dovgal [Fri, 14 Jul 2006 20:44:04 +0000 (20:44 +0000)]
rephrase the error message (fixes #38106)

18 years agofix test with some aspell versions
Nuno Lopes [Fri, 14 Jul 2006 16:14:05 +0000 (16:14 +0000)]
fix test with some aspell versions

18 years agofix build
Antony Dovgal [Thu, 13 Jul 2006 17:03:35 +0000 (17:03 +0000)]
fix build

18 years agoFixed test for systems where set_charset() method is unavailable.
Ilia Alshanetsky [Thu, 13 Jul 2006 15:42:43 +0000 (15:42 +0000)]
Fixed test for systems where set_charset() method is unavailable.

18 years agoFixed compiler warnings.
Ilia Alshanetsky [Thu, 13 Jul 2006 15:05:30 +0000 (15:05 +0000)]
Fixed compiler warnings.

18 years agoMFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the...
Antony Dovgal [Thu, 13 Jul 2006 12:00:17 +0000 (12:00 +0000)]
MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
add tests

18 years agoFixed compiler warnings.
Ilia Alshanetsky [Thu, 13 Jul 2006 00:13:19 +0000 (00:13 +0000)]
Fixed compiler warnings.

18 years agoMFH: init variables and get rid of annoying warnings
Antony Dovgal [Wed, 12 Jul 2006 21:17:30 +0000 (21:17 +0000)]
MFH: init variables and get rid of annoying warnings

18 years agoMFH: initialize EG(exit_status) in ZTS mode
Antony Dovgal [Wed, 12 Jul 2006 18:10:56 +0000 (18:10 +0000)]
MFH: initialize EG(exit_status) in ZTS mode

18 years agoMFH: add note why replace is 0, so that I don't wonder again in 2 months
Michael Wallner [Wed, 12 Jul 2006 15:28:44 +0000 (15:28 +0000)]
MFH: add note why replace is 0, so that I don't wonder again in 2 months
     why session_regenerate_id() sends the session cookie twice

18 years agobailout on error and don't try to create fields of unknown type
Antony Dovgal [Wed, 12 Jul 2006 13:08:38 +0000 (13:08 +0000)]
bailout on error and don't try to create fields of unknown type
add test

18 years agoit's usually good idea to initialize variables
Antony Dovgal [Wed, 12 Jul 2006 12:38:49 +0000 (12:38 +0000)]
it's usually good idea to initialize variables
especially if you rely on their values

18 years agofix invalid read - no need to compare strings if haystack is "" or shorter than needle
Antony Dovgal [Wed, 12 Jul 2006 12:33:48 +0000 (12:33 +0000)]
fix invalid read - no need to compare strings if haystack is "" or shorter than needle
add test

18 years agofix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)
Antony Dovgal [Wed, 12 Jul 2006 09:51:47 +0000 (09:51 +0000)]
fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)

18 years agofix TSRM build
Antony Dovgal [Wed, 12 Jul 2006 09:33:37 +0000 (09:33 +0000)]
fix TSRM build

18 years agoFixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
Dmitry Stogov [Wed, 12 Jul 2006 08:59:40 +0000 (08:59 +0000)]
Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)

18 years agoMFH new test cases
Hartmut Holzgraefe [Wed, 12 Jul 2006 08:01:44 +0000 (08:01 +0000)]
MFH new test cases

18 years agoDestructors call order is changed (Fixed bug #36759 - Objects destructors are invoked...
Dmitry Stogov [Wed, 12 Jul 2006 07:55:17 +0000 (07:55 +0000)]
Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished)

18 years agoFixed bug #36759 (Objects destructors are invoked in wrong order when script is finis...
Dmitry Stogov [Wed, 12 Jul 2006 07:54:00 +0000 (07:54 +0000)]
Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished).

18 years ago- Reorder and add missing
Marcus Boerger [Wed, 12 Jul 2006 07:34:28 +0000 (07:34 +0000)]
- Reorder and add missing

18 years agofixed C&P errors in groups handling, activated groups feature
Hartmut Holzgraefe [Wed, 12 Jul 2006 07:01:04 +0000 (07:01 +0000)]
fixed C&P errors in groups handling, activated groups feature

18 years agoMFH
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:45:28 +0000 (23:45 +0000)]
MFH

18 years agoMFH make sure that embedded database is correctly initialized
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:43:55 +0000 (23:43 +0000)]
MFH make sure that embedded database is correctly initialized

18 years agodebug output was breaking all tests
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:42:58 +0000 (23:42 +0000)]
debug output was breaking all tests

18 years agoMFH test for ping and kill methods
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:35:38 +0000 (23:35 +0000)]
MFH test for ping and kill methods

18 years agoFixed test
Ilia Alshanetsky [Tue, 11 Jul 2006 22:13:53 +0000 (22:13 +0000)]
Fixed test

18 years agoadd new tests by Ligaya Turmelle
Antony Dovgal [Tue, 11 Jul 2006 21:28:38 +0000 (21:28 +0000)]
add new tests by Ligaya Turmelle

18 years agoMFH: /tmp is often a symlink, use /bin instead
Antony Dovgal [Tue, 11 Jul 2006 21:20:20 +0000 (21:20 +0000)]
MFH: /tmp is often a symlink, use /bin instead

18 years agofix typo, add new test
Antony Dovgal [Tue, 11 Jul 2006 16:33:25 +0000 (16:33 +0000)]
fix typo, add new test

18 years agoNuke signed/unsigned compiler warnings
Dmitry Stogov [Tue, 11 Jul 2006 14:35:50 +0000 (14:35 +0000)]
Nuke signed/unsigned compiler warnings