]> granicus.if.org Git - php/log
php
16 years agoChangeLog update
<changelog@php.net> [Fri, 27 Jun 2008 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: allow to deprecate engine functions
Stanislav Malyshev [Fri, 27 Jun 2008 01:24:08 +0000 (01:24 +0000)]
MFB: allow to deprecate engine functions

16 years ago- Fixed tests
Felipe Pena [Thu, 26 Jun 2008 11:07:14 +0000 (11:07 +0000)]
- Fixed tests

16 years agoMFB: tests for lchown(), testfest.php.net task number 129.
Felix De Vliegher [Thu, 26 Jun 2008 09:12:40 +0000 (09:12 +0000)]
MFB: tests for lchown(), testfest.php.net task number 129.

16 years agoChangeLog update
<changelog@php.net> [Thu, 26 Jun 2008 01:31:56 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Fixed tests
Felipe Pena [Wed, 25 Jun 2008 22:51:53 +0000 (22:51 +0000)]
- Fixed tests

16 years ago- MFB: Removed E_DEPRECATED on is_a()
Felipe Pena [Wed, 25 Jun 2008 22:37:14 +0000 (22:37 +0000)]
- MFB: Removed E_DEPRECATED on is_a()
  (http://marc.info/?l=php-internals&m=121390431523970&w=2)

16 years ago- New parameter parsing API
Felipe Pena [Wed, 25 Jun 2008 16:22:13 +0000 (16:22 +0000)]
- New parameter parsing API

16 years agoAdded support for namespaces
Dmitry Stogov [Wed, 25 Jun 2008 12:34:14 +0000 (12:34 +0000)]
Added support for namespaces

16 years agoFixed bug #45352 (Segmentation fault because of tick function on second request)
Dmitry Stogov [Wed, 25 Jun 2008 12:18:51 +0000 (12:18 +0000)]
Fixed bug #45352 (Segmentation fault because of tick function on second request)

16 years agoChangeLog update
<changelog@php.net> [Wed, 25 Jun 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

16 years agoNew testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task No...
Raghubansh Kumar [Tue, 24 Jun 2008 15:46:24 +0000 (15:46 +0000)]
New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit

16 years agoMFB: Added arginfo
Felipe Pena [Tue, 24 Jun 2008 12:10:35 +0000 (12:10 +0000)]
MFB: Added arginfo

16 years agoFix possible bug with persistent connections
Andrey Hristov [Tue, 24 Jun 2008 11:19:07 +0000 (11:19 +0000)]
Fix possible bug with persistent  connections

16 years agoMFB: tests for ob_get_flush(), testfest task number #131
Felix De Vliegher [Tue, 24 Jun 2008 10:33:38 +0000 (10:33 +0000)]
MFB: tests for ob_get_flush(), testfest task number #131

16 years agoAdd missing header
Andrey Hristov [Tue, 24 Jun 2008 08:02:06 +0000 (08:02 +0000)]
Add missing header

16 years agoEven more debug info
Andrey Hristov [Tue, 24 Jun 2008 06:56:59 +0000 (06:56 +0000)]
Even more debug info

16 years agoFix build on Windows NT6
Kalle Sommer Nielsen [Tue, 24 Jun 2008 05:59:11 +0000 (05:59 +0000)]
Fix build on Windows NT6

16 years agoChangeLog update
<changelog@php.net> [Tue, 24 Jun 2008 01:31:48 +0000 (01:31 +0000)]
ChangeLog update

16 years agoAdded more debug info for tracking problems
Andrey Hristov [Mon, 23 Jun 2008 22:21:55 +0000 (22:21 +0000)]
Added more debug info for tracking problems

16 years ago- MFB: Added arginfo
Felipe Pena [Mon, 23 Jun 2008 17:54:14 +0000 (17:54 +0000)]
- MFB: Added arginfo

16 years ago- Added arginfo
Felipe Pena [Mon, 23 Jun 2008 17:25:01 +0000 (17:25 +0000)]
- Added arginfo

16 years ago- Added XFAIL
Felipe Pena [Mon, 23 Jun 2008 14:05:35 +0000 (14:05 +0000)]
- Added XFAIL

16 years agoFixed possible buffer overflow
Dmitry Stogov [Mon, 23 Jun 2008 11:38:10 +0000 (11:38 +0000)]
Fixed possible buffer overflow

16 years agoChangeLog update
<changelog@php.net> [Mon, 23 Jun 2008 01:31:48 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname...
Felipe Pena [Mon, 23 Jun 2008 01:16:49 +0000 (01:16 +0000)]
- MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname

16 years agofix flushing for PHP6 output code
Uwe Schindler [Sun, 22 Jun 2008 22:28:31 +0000 (22:28 +0000)]
fix flushing for PHP6 output code

16 years agoURI should be UTF-8
Uwe Schindler [Sun, 22 Jun 2008 22:16:41 +0000 (22:16 +0000)]
URI should be UTF-8

16 years agoResponse to: [PHP-DEV] cleaning up the functions - any volunteers? :)
Uwe Schindler [Sun, 22 Jun 2008 18:08:45 +0000 (18:08 +0000)]
Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)

16 years agoAdd some tests to increase code coverage
Etienne Kneuss [Sun, 22 Jun 2008 16:23:33 +0000 (16:23 +0000)]
Add some tests to increase code coverage

16 years agoupdated to the new parameter-parsing api
Alexey Zakhlestin [Sun, 22 Jun 2008 15:44:19 +0000 (15:44 +0000)]
updated to the new parameter-parsing api

16 years agoTestcases for vfprintf(), testfest task #133.
Felix De Vliegher [Sun, 22 Jun 2008 13:31:10 +0000 (13:31 +0000)]
Testcases for vfprintf(), testfest task #133.

16 years agoBasic test for ob_get_length(), testfest.php.net task #132
Felix De Vliegher [Sun, 22 Jun 2008 12:51:37 +0000 (12:51 +0000)]
Basic test for ob_get_length(), testfest.php.net task #132

16 years agoTestfest task 93. Written by Sebastian Deutsch.
David Soria Parra [Sun, 22 Jun 2008 05:09:43 +0000 (05:09 +0000)]
Testfest task 93. Written by Sebastian Deutsch.

16 years agoChangeLog update
<changelog@php.net> [Sun, 22 Jun 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

16 years agoChangeLog update
<changelog@php.net> [Sat, 21 Jun 2008 01:31:50 +0000 (01:31 +0000)]
ChangeLog update

16 years agoAllowed to override internal classaes with "use"
Dmitry Stogov [Fri, 20 Jun 2008 17:17:19 +0000 (17:17 +0000)]
Allowed to override internal classaes with "use"

16 years agoChangeLog update
<changelog@php.net> [Fri, 20 Jun 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

16 years agoFix bug #45266 (Fix build with BDB 4)
Christopher Jones [Thu, 19 Jun 2008 22:39:03 +0000 (22:39 +0000)]
Fix bug #45266 (Fix build with BDB 4)
Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking)
Fix bug #45268 (Fix error callback prototype)

16 years agoMFB: sync with 5.3
Christopher Jones [Thu, 19 Jun 2008 20:24:00 +0000 (20:24 +0000)]
MFB: sync with 5.3

16 years agoAdded test for bug #45312
Dmitry Stogov [Thu, 19 Jun 2008 12:10:00 +0000 (12:10 +0000)]
Added test for bug #45312

16 years agoChangeLog update
<changelog@php.net> [Thu, 19 Jun 2008 01:31:57 +0000 (01:31 +0000)]
ChangeLog update

16 years agoRename everything from SplFastArray to SplFixedArray
Etienne Kneuss [Wed, 18 Jun 2008 14:54:28 +0000 (14:54 +0000)]
Rename everything from SplFastArray to SplFixedArray

16 years agoFix #45216 (Add a default size for fgetss)
Etienne Kneuss [Wed, 18 Jun 2008 10:05:15 +0000 (10:05 +0000)]
Fix #45216 (Add a default size for fgetss)

16 years agoFixed SOAP binding selection
Dmitry Stogov [Wed, 18 Jun 2008 07:24:14 +0000 (07:24 +0000)]
Fixed SOAP binding selection

16 years agoupdated website team info
Philip Olson [Wed, 18 Jun 2008 05:17:55 +0000 (05:17 +0000)]
updated website team info

16 years agoChangeLog update
<changelog@php.net> [Wed, 18 Jun 2008 01:31:46 +0000 (01:31 +0000)]
ChangeLog update

16 years agoCommitted for Felix De Vliegher, TestFest Task No: 123, Tested on RHEL5-32bit, WinXP
Raghubansh Kumar [Tue, 17 Jun 2008 13:18:08 +0000 (13:18 +0000)]
Committed for Felix De Vliegher, TestFest Task No: 123, Tested on RHEL5-32bit, WinXP

16 years agoCommitted for Felix De Vliegher, TestFest Task No: 122, Tested on RHEL5, WinXP
Raghubansh Kumar [Tue, 17 Jun 2008 13:17:15 +0000 (13:17 +0000)]
Committed for Felix De Vliegher, TestFest Task No: 122, Tested on RHEL5, WinXP

16 years agoChangeLog update
<changelog@php.net> [Tue, 17 Jun 2008 01:33:12 +0000 (01:33 +0000)]
ChangeLog update

16 years agoTest committed for felixdv
Zoe Slattery [Mon, 16 Jun 2008 19:23:43 +0000 (19:23 +0000)]
Test committed for felixdv

16 years agoadd parameter allowing node to be exported into existing Document context
Rob Richards [Mon, 16 Jun 2008 15:44:22 +0000 (15:44 +0000)]
add parameter allowing node to be exported into existing Document context
add test
fix warnings

16 years agoChangeLog update
<changelog@php.net> [Mon, 16 Jun 2008 01:32:35 +0000 (01:32 +0000)]
ChangeLog update

16 years agoAdd tests for iterators when instanciated without argument (by Sebastian Schürmann)
Etienne Kneuss [Sun, 15 Jun 2008 11:45:48 +0000 (11:45 +0000)]
Add tests for iterators when instanciated without argument (by Sebastian Schürmann)

16 years agoChangeLog update
<changelog@php.net> [Sun, 15 Jun 2008 01:31:46 +0000 (01:31 +0000)]
ChangeLog update

16 years agofixed bug #45251 (double free or corruption with setAttributeNode())
Rob Richards [Sat, 14 Jun 2008 11:21:47 +0000 (11:21 +0000)]
fixed bug #45251 (double free or corruption with setAttributeNode())
add test

16 years agoChangeLog update
<changelog@php.net> [Sat, 14 Jun 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

16 years agoCommited for Sanjay, reviewed by Pierre. Testfest task 5.
Zoe Slattery [Fri, 13 Jun 2008 15:59:31 +0000 (15:59 +0000)]
Commited for Sanjay, reviewed by Pierre. Testfest task 5.

16 years agoCommited for Sanjay, reviewed by Pierre. Testfest task 117.
Zoe Slattery [Fri, 13 Jun 2008 15:22:42 +0000 (15:22 +0000)]
Commited for Sanjay, reviewed by Pierre. Testfest task 117.

16 years agofixed bug #27421 (by david at dfoerster dot de) mbstring.func_overload set in .htacce...
Rui Hirokawa [Fri, 13 Jun 2008 14:47:48 +0000 (14:47 +0000)]
fixed bug #27421 (by david at dfoerster dot de) mbstring.func_overload set in .htaccess becomes global

16 years agoCommited for Sanjay, reviewed by Pierre. Testfest task 79.
Zoe Slattery [Fri, 13 Jun 2008 13:51:22 +0000 (13:51 +0000)]
Commited for Sanjay, reviewed by Pierre. Testfest task 79.

16 years ago- Fixed tests
Felipe Pena [Fri, 13 Jun 2008 13:43:55 +0000 (13:43 +0000)]
- Fixed tests

16 years agoCommited for Sanjay, reviewed by Pierre. Testfest task 117.
Zoe Slattery [Fri, 13 Jun 2008 13:33:15 +0000 (13:33 +0000)]
Commited for Sanjay, reviewed by Pierre. Testfest task 117.

16 years agoCommited for Sanjay, reviewed by Pierre. Testfest task 118.
Zoe Slattery [Fri, 13 Jun 2008 13:14:20 +0000 (13:14 +0000)]
Commited for Sanjay, reviewed by Pierre. Testfest task 118.

16 years agoChangeLog update
<changelog@php.net> [Fri, 13 Jun 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Removed UEXPECTF
Felipe Pena [Fri, 13 Jun 2008 01:16:25 +0000 (01:16 +0000)]
- Removed UEXPECTF

16 years ago- Fixed tests (unicode results, UEXPECT, line endings)
Felipe Pena [Fri, 13 Jun 2008 00:18:57 +0000 (00:18 +0000)]
- Fixed tests (unicode results, UEXPECT, line endings)

16 years agoFix the script to correctly determine the extensions to be tested
Henrique do Nascimento Angelo [Thu, 12 Jun 2008 21:59:25 +0000 (21:59 +0000)]
Fix the script to correctly determine the extensions to be tested

16 years agoTestfest: various tests for ReflectionParameter
Lars Strojny [Thu, 12 Jun 2008 21:41:09 +0000 (21:41 +0000)]
Testfest: various tests for ReflectionParameter

16 years agoTestfest test cases for ReflectionExtension
Lars Strojny [Thu, 12 Jun 2008 21:25:28 +0000 (21:25 +0000)]
Testfest test cases for ReflectionExtension

16 years agoTestfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx
Lars Strojny [Thu, 12 Jun 2008 20:55:54 +0000 (20:55 +0000)]
Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx

16 years agoAdd tests from testfest
Etienne Kneuss [Thu, 12 Jun 2008 20:51:25 +0000 (20:51 +0000)]
Add tests from testfest

16 years agoTestfest: ReflectionExtension::info()-test by Stefan Koopmanschap
Lars Strojny [Thu, 12 Jun 2008 20:46:05 +0000 (20:46 +0000)]
Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap

16 years agoAdd tests from testfest
Etienne Kneuss [Thu, 12 Jun 2008 20:46:00 +0000 (20:46 +0000)]
Add tests from testfest

16 years agoReflection::getModifierNames()-test by Felix De Vliegher (Testfest)
Lars Strojny [Thu, 12 Jun 2008 20:30:46 +0000 (20:30 +0000)]
Reflection::getModifierNames()-test by Felix De Vliegher (Testfest)

16 years agoavoid invalid reads when reached memory_limit during initialization
Antony Dovgal [Thu, 12 Jun 2008 12:40:07 +0000 (12:40 +0000)]
avoid invalid reads when reached memory_limit during initialization

16 years ago- Tidy up loose ends in diff and exp output
Steph Fox [Thu, 12 Jun 2008 12:02:01 +0000 (12:02 +0000)]
- Tidy up loose ends in diff and exp output
- All test output now has *nix line endings (only diffs didn't in 5_3)

16 years agoremove oops
Antony Dovgal [Thu, 12 Jun 2008 10:38:49 +0000 (10:38 +0000)]
remove oops

16 years agofix build
Antony Dovgal [Thu, 12 Jun 2008 10:31:40 +0000 (10:31 +0000)]
fix build

16 years ago- Some calls to file_put_contents() need FILE_BINARY, others choke on it. You tell me.
Steph Fox [Thu, 12 Jun 2008 09:38:50 +0000 (09:38 +0000)]
- Some calls to file_put_contents() need FILE_BINARY, others choke on it. You tell me.

16 years agoChangeLog update
<changelog@php.net> [Thu, 12 Jun 2008 01:31:46 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- New test
Felipe Pena [Wed, 11 Jun 2008 22:40:56 +0000 (22:40 +0000)]
- New test

16 years agoremove 8 years old tests (not used anyway)
Antony Dovgal [Wed, 11 Jun 2008 22:36:05 +0000 (22:36 +0000)]
remove 8 years old tests (not used anyway)

16 years ago- more cs/ws fixes
Steph Fox [Wed, 11 Jun 2008 17:41:13 +0000 (17:41 +0000)]
- more cs/ws fixes

16 years ago- binary safety
Steph Fox [Wed, 11 Jun 2008 16:48:41 +0000 (16:48 +0000)]
- binary safety

16 years ago- kill unicode.semantics checks
Steph Fox [Wed, 11 Jun 2008 15:42:06 +0000 (15:42 +0000)]
- kill unicode.semantics checks

16 years ago- code beauty (ws/cs)
Steph Fox [Wed, 11 Jun 2008 14:35:08 +0000 (14:35 +0000)]
- code beauty (ws/cs)

16 years ago- Removed direct executor recursion.
Dmitry Stogov [Wed, 11 Jun 2008 13:19:14 +0000 (13:19 +0000)]
- Removed direct executor recursion.
- Use fastcall calling convention in executor on x86.

16 years agoFilesystem tests.
Steve Seear [Wed, 11 Jun 2008 12:40:34 +0000 (12:40 +0000)]
Filesystem tests.

16 years agoFixed test
Dmitry Stogov [Wed, 11 Jun 2008 10:07:20 +0000 (10:07 +0000)]
Fixed test

16 years agoFixed test
Dmitry Stogov [Wed, 11 Jun 2008 09:58:45 +0000 (09:58 +0000)]
Fixed test

16 years agocloseder/readdir/rewinddir must work only with directories
Dmitry Stogov [Wed, 11 Jun 2008 09:01:44 +0000 (09:01 +0000)]
closeder/readdir/rewinddir must work only with directories

16 years agoFixed memory leak
Dmitry Stogov [Wed, 11 Jun 2008 07:45:26 +0000 (07:45 +0000)]
Fixed memory leak

16 years agofixed imap_listscan() proto
Philip Olson [Wed, 11 Jun 2008 02:29:39 +0000 (02:29 +0000)]
fixed imap_listscan() proto

16 years agoChangeLog update
<changelog@php.net> [Wed, 11 Jun 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update

16 years agoWritten by Sanjay Mantoor and reviewed by Pierre.
Zoe Slattery [Tue, 10 Jun 2008 18:31:37 +0000 (18:31 +0000)]
Written by Sanjay Mantoor and reviewed by Pierre.

16 years agofix typo
Antony Dovgal [Tue, 10 Jun 2008 08:14:45 +0000 (08:14 +0000)]
fix typo

16 years agoChangeLog update
<changelog@php.net> [Tue, 10 Jun 2008 01:32:02 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Removed ntest and utest
Felipe Pena [Mon, 9 Jun 2008 19:27:43 +0000 (19:27 +0000)]
- Removed ntest and utest
- Removed -U flag to `make test' just to test once each test

16 years agoadd get_Debug_info + fix proto
Etienne Kneuss [Mon, 9 Jun 2008 17:29:09 +0000 (17:29 +0000)]
add get_Debug_info + fix proto