]> granicus.if.org Git - php/log
php
17 years agoremove test accidentally added
Greg Beaver [Fri, 8 Feb 2008 05:08:18 +0000 (05:08 +0000)]
remove test accidentally added

17 years agoremove unnecessary INIT_ZVAL(filterparams) that causes unfreed value
Greg Beaver [Fri, 8 Feb 2008 05:05:13 +0000 (05:05 +0000)]
remove unnecessary INIT_ZVAL(filterparams) that causes unfreed value

17 years agofix memory leaks. There are some leaks in libz that I can't fix, but none triggered...
Greg Beaver [Fri, 8 Feb 2008 04:26:41 +0000 (04:26 +0000)]
fix memory leaks.  There are some leaks in libz that I can't fix, but none triggered in the current tests

17 years agoSEPARATE_ZVAL does not work for this situation. We always want
Greg Beaver [Fri, 8 Feb 2008 03:53:17 +0000 (03:53 +0000)]
SEPARATE_ZVAL does not work for this situation.  We always want
to duplicate and copy, so do it manually and reset refcount to 1

17 years agoChangeLog update
<changelog@php.net> [Fri, 8 Feb 2008 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix flipped logic
Greg Beaver [Fri, 8 Feb 2008 01:08:02 +0000 (01:08 +0000)]
fix flipped logic

17 years agofix mem leaks
Greg Beaver [Fri, 8 Feb 2008 01:06:12 +0000 (01:06 +0000)]
fix mem leaks
strip trailing slash if present in a directory entry.  This code assumes that
tar_type is directory, as it must be to be a valid directory.

17 years agobetter fix for invalid mem access
Greg Beaver [Fri, 8 Feb 2008 00:58:39 +0000 (00:58 +0000)]
better fix for invalid mem access

17 years agofix invalid read/write if strstr() returns NULL
Greg Beaver [Fri, 8 Feb 2008 00:55:38 +0000 (00:55 +0000)]
fix invalid read/write if strstr() returns NULL

17 years ago[DOC]
Greg Beaver [Thu, 7 Feb 2008 23:42:03 +0000 (23:42 +0000)]
[DOC]
refactor the $rewrites parameter in Phar::webPhar.  Now it is a callback
that accepts the path requested.  This callback should return the actual filename
requested as a string, or false to deny access as HTTP 403.
Also fix incorrect munging of SCRIPT_NAME variable in mungServer
More importantly, Phar::webPhar now finds the filename hidden in:
http://localhost/myphar.phar/internal/file.php/extra/stuff
as 'internal/file.php' in phar 'myphar.phar' with REQUEST_URI '/internal/file.php/extra/stuff'
this will allow pharring up apps that use REQUEST_URI for front controller stuff.

17 years ago- Simplify
Marcus Boerger [Thu, 7 Feb 2008 18:40:44 +0000 (18:40 +0000)]
- Simplify

17 years ago- Add %Z to *printf
Marcus Boerger [Thu, 7 Feb 2008 18:40:29 +0000 (18:40 +0000)]
- Add %Z to *printf

17 years ago- WS
Marcus Boerger [Thu, 7 Feb 2008 18:33:20 +0000 (18:33 +0000)]
- WS

17 years agoFix error message
Felipe Pena [Thu, 7 Feb 2008 13:26:36 +0000 (13:26 +0000)]
Fix error message

17 years agoAdded UEXPECTF
Felipe Pena [Thu, 7 Feb 2008 13:18:58 +0000 (13:18 +0000)]
Added UEXPECTF

17 years agoAdded UEXPECTF
Felipe Pena [Thu, 7 Feb 2008 13:06:50 +0000 (13:06 +0000)]
Added UEXPECTF

17 years agoFixed some tests (UEXPECT)
Felipe Pena [Thu, 7 Feb 2008 12:45:54 +0000 (12:45 +0000)]
Fixed some tests (UEXPECT)

17 years ago- WS
Marcus Boerger [Thu, 7 Feb 2008 12:45:42 +0000 (12:45 +0000)]
- WS

17 years ago- Fix test (no files in "root" please)
Jani Taskinen [Thu, 7 Feb 2008 12:15:41 +0000 (12:15 +0000)]
- Fix test (no files in "root" please)

17 years agofix TSRM mutex return value inconsitencies (patch by Scott MacVicar)
Antony Dovgal [Thu, 7 Feb 2008 09:06:23 +0000 (09:06 +0000)]
fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)

17 years agoremove old code leftover causing problems
Antony Dovgal [Thu, 7 Feb 2008 08:45:43 +0000 (08:45 +0000)]
remove old code leftover causing problems

17 years agofix webPhar() in CGI sapi, update tests to reflect reality of how these ENV vars...
Greg Beaver [Thu, 7 Feb 2008 04:24:58 +0000 (04:24 +0000)]
fix webPhar() in CGI sapi, update tests to reflect reality of how these ENV vars are passed

17 years agoChangeLog update
<changelog@php.net> [Thu, 7 Feb 2008 01:31:41 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Is there an easier way to figure out something is a string?
Marcus Boerger [Wed, 6 Feb 2008 22:00:21 +0000 (22:00 +0000)]
- Is there an easier way to figure out something is a string?

17 years ago- Fix unicode
Marcus Boerger [Wed, 6 Feb 2008 21:53:17 +0000 (21:53 +0000)]
- Fix unicode
# I hate unicode, it is getting tooo complex

17 years ago- Fix missing check and tests
Marcus Boerger [Wed, 6 Feb 2008 20:39:54 +0000 (20:39 +0000)]
- Fix missing check and tests

17 years ago- Add test for the "modifying original array" bug
Jani Taskinen [Wed, 6 Feb 2008 19:13:10 +0000 (19:13 +0000)]
- Add test for the "modifying original array" bug

17 years agows
Jani Taskinen [Wed, 6 Feb 2008 19:06:05 +0000 (19:06 +0000)]
ws

17 years ago- Fixed bug in handling arrays which caused the original array being modified too.
Jani Taskinen [Wed, 6 Feb 2008 19:05:18 +0000 (19:05 +0000)]
- Fixed bug in handling arrays which caused the original array being modified too.

17 years agoFix a bug and a test
Andrey Hristov [Wed, 6 Feb 2008 14:11:32 +0000 (14:11 +0000)]
Fix a bug and a test

17 years agoFix test
Andrey Hristov [Wed, 6 Feb 2008 13:01:30 +0000 (13:01 +0000)]
Fix test

17 years agoPconnect working with mysqli_real_connect()
Andrey Hristov [Wed, 6 Feb 2008 11:35:44 +0000 (11:35 +0000)]
Pconnect working with mysqli_real_connect()

17 years ago- WS
Marcus Boerger [Wed, 6 Feb 2008 10:57:34 +0000 (10:57 +0000)]
- WS

17 years agoFixing 32 bit specific
Zoe Slattery [Wed, 6 Feb 2008 09:28:01 +0000 (09:28 +0000)]
Fixing 32 bit specific

17 years agoTests for assorted Maths functions
Zoe Slattery [Wed, 6 Feb 2008 08:39:23 +0000 (08:39 +0000)]
Tests for assorted Maths functions

17 years agoFixed bug #42167 (fgetcsv gives different output on php6 compared to php5), #42219...
Felipe Pena [Wed, 6 Feb 2008 02:56:49 +0000 (02:56 +0000)]
Fixed bug #42167 (fgetcsv gives different output on php6 compared to php5), #42219 (length argument of fgetcsv() is not effective/working in PHP6)

17 years agoChangeLog update
<changelog@php.net> [Wed, 6 Feb 2008 01:31:30 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix cross class tree reference issues with callbacks
Marcus Boerger [Tue, 5 Feb 2008 19:06:59 +0000 (19:06 +0000)]
- Fix cross class tree reference issues with callbacks

17 years ago- Add new test
Marcus Boerger [Tue, 5 Feb 2008 18:56:40 +0000 (18:56 +0000)]
- Add new test

17 years agoMFB: Fixed bug #44046 (crash inside array_slice() function with an invalid
Ilia Alshanetsky [Tue, 5 Feb 2008 16:02:23 +0000 (16:02 +0000)]
MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid
by-ref offset).

17 years ago- fix arsort_variation3.phpt which was missing its EXPECT section
Robert Nicholson [Tue, 5 Feb 2008 11:20:28 +0000 (11:20 +0000)]
- fix arsort_variation3.phpt which was missing its EXPECT section

17 years agoChangeLog update
<changelog@php.net> [Tue, 5 Feb 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Really last flag change (got confused with code)
Marcus Boerger [Mon, 4 Feb 2008 21:37:43 +0000 (21:37 +0000)]
- Really last flag change (got confused with code)

17 years ago- Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too
Jani Taskinen [Mon, 4 Feb 2008 20:45:16 +0000 (20:45 +0000)]
- Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too

17 years ago- Update docu
Marcus Boerger [Mon, 4 Feb 2008 20:40:29 +0000 (20:40 +0000)]
- Update docu

17 years ago- Allow using any constants registered by PHP in php.ini too
Jani Taskinen [Mon, 4 Feb 2008 20:38:42 +0000 (20:38 +0000)]
- Allow using any constants registered by PHP in php.ini too

17 years agoFix wrong test
Felipe Pena [Mon, 4 Feb 2008 19:58:12 +0000 (19:58 +0000)]
Fix wrong test

17 years agoFixed wrong fix
Felipe Pena [Mon, 4 Feb 2008 19:48:14 +0000 (19:48 +0000)]
Fixed wrong fix

17 years ago- Fix/add folding markers
Marcus Boerger [Mon, 4 Feb 2008 19:39:07 +0000 (19:39 +0000)]
- Fix/add folding markers

17 years ago- Really fix flag handling
Marcus Boerger [Mon, 4 Feb 2008 19:33:03 +0000 (19:33 +0000)]
- Really fix flag handling

17 years ago- Fix #44018 (RecursiveDirectoryIterator options inconsistancy)
Marcus Boerger [Mon, 4 Feb 2008 18:46:02 +0000 (18:46 +0000)]
- Fix #44018 (RecursiveDirectoryIterator options inconsistancy)

17 years agoFixed Bug #42057 (fwrite() writes data into file when length is given as a negative...
Felipe Pena [Mon, 4 Feb 2008 18:45:40 +0000 (18:45 +0000)]
Fixed Bug #42057 (fwrite() writes data into file when length is given as a negative value)

17 years ago- Setting flags once is enough
Marcus Boerger [Mon, 4 Feb 2008 18:35:08 +0000 (18:35 +0000)]
- Setting flags once is enough

17 years agoMFB: Simplify unique string generation and plug a leak.
Andrey Hristov [Mon, 4 Feb 2008 17:55:51 +0000 (17:55 +0000)]
MFB: Simplify unique string generation and plug a leak.

17 years agoFix a leak and memory warning.
Andrey Hristov [Mon, 4 Feb 2008 17:32:43 +0000 (17:32 +0000)]
Fix a leak and memory warning.

17 years agoFix error messages
Felipe Pena [Mon, 4 Feb 2008 17:21:01 +0000 (17:21 +0000)]
Fix error messages

17 years ago Fix default flag value in contructor
Marcus Boerger [Mon, 4 Feb 2008 17:18:48 +0000 (17:18 +0000)]
 Fix default flag value in contructor

17 years ago- Fix ArrayObject serializing
Marcus Boerger [Mon, 4 Feb 2008 16:47:06 +0000 (16:47 +0000)]
- Fix ArrayObject serializing
- Fix test expectations

17 years ago- Fix test
Marcus Boerger [Mon, 4 Feb 2008 16:12:47 +0000 (16:12 +0000)]
- Fix test

17 years ago- Fix message
Marcus Boerger [Mon, 4 Feb 2008 15:58:12 +0000 (15:58 +0000)]
- Fix message

17 years agoFix tests
Felipe Pena [Mon, 4 Feb 2008 15:43:09 +0000 (15:43 +0000)]
Fix tests

17 years agoAdd missing Reflection API metadata for DOM classes.
Sebastian Bergmann [Mon, 4 Feb 2008 15:22:40 +0000 (15:22 +0000)]
Add missing Reflection API metadata for DOM classes.

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 15:22:08 +0000 (15:22 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 14:29:51 +0000 (14:29 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 14:02:01 +0000 (14:02 +0000)]
Fix tests (new error message)

17 years ago- Spread some %v's
Marcus Boerger [Mon, 4 Feb 2008 13:59:27 +0000 (13:59 +0000)]
- Spread some %v's

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 13:56:50 +0000 (13:56 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 13:08:27 +0000 (13:08 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Mon, 4 Feb 2008 12:37:15 +0000 (12:37 +0000)]
Fix tests (new error message)

17 years agoChangeLog update
<changelog@php.net> [Mon, 4 Feb 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- added some new tests for arsort
Robert Nicholson [Mon, 4 Feb 2008 00:06:54 +0000 (00:06 +0000)]
- added some new tests for arsort

17 years ago- Update .cvsignore
Marcus Boerger [Sun, 3 Feb 2008 18:31:49 +0000 (18:31 +0000)]
- Update .cvsignore

17 years ago- MFB Sync
Marcus Boerger [Sun, 3 Feb 2008 17:50:06 +0000 (17:50 +0000)]
- MFB Sync

17 years agoMFB: Fixed bug #44028 (crash inside stream_socket_enable_crypto() when
Ilia Alshanetsky [Sun, 3 Feb 2008 16:14:44 +0000 (16:14 +0000)]
MFB: Fixed bug #44028 (crash inside stream_socket_enable_crypto() when
enabling encryption without crypto type)

17 years ago- Typo
Marcus Boerger [Sun, 3 Feb 2008 14:48:22 +0000 (14:48 +0000)]
- Typo

17 years ago- Rename it again
Marcus Boerger [Sun, 3 Feb 2008 14:44:30 +0000 (14:44 +0000)]
- Rename it again
[DOC]
- Add config_get_hash()

17 years ago- Sync tests.
Derick Rethans [Sun, 3 Feb 2008 14:37:00 +0000 (14:37 +0000)]
- Sync tests.

17 years ago- Rename dump_config_hash() to get_config_hash() as it doesn't dump
Marcus Boerger [Sun, 3 Feb 2008 14:35:29 +0000 (14:35 +0000)]
- Rename dump_config_hash() to get_config_hash() as it doesn't dump

17 years ago- Support "first/last day of <month>" style texts.
Derick Rethans [Sun, 3 Feb 2008 14:10:48 +0000 (14:10 +0000)]
- Support "first/last day of <month>" style texts.

17 years ago- Only one line heading
Marcus Boerger [Sun, 3 Feb 2008 13:33:05 +0000 (13:33 +0000)]
- Only one line heading

17 years agoChangeLog update
<changelog@php.net> [Sun, 3 Feb 2008 01:31:25 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix build
Marcus Boerger [Sat, 2 Feb 2008 23:25:43 +0000 (23:25 +0000)]
- Fix build

17 years ago- Fix error handling
Marcus Boerger [Sat, 2 Feb 2008 23:02:16 +0000 (23:02 +0000)]
- Fix error handling

17 years ago- Add new classes
Marcus Boerger [Sat, 2 Feb 2008 22:56:25 +0000 (22:56 +0000)]
- Add new classes

17 years ago- MFB glob handling
Marcus Boerger [Sat, 2 Feb 2008 22:53:05 +0000 (22:53 +0000)]
- MFB glob handling
- Add GlobIterator and FilesystemIterator
# Commit to 5.3 for more

17 years agofix leak appearing when calling non-static protected or private methods as static
Antony Dovgal [Sat, 2 Feb 2008 22:29:26 +0000 (22:29 +0000)]
fix leak appearing when calling non-static protected or private methods as static
(error message is allocated twice)

17 years ago- Show interfaces
Marcus Boerger [Sat, 2 Feb 2008 21:02:08 +0000 (21:02 +0000)]
- Show interfaces

17 years ago- Make timezone_open() work again.
Derick Rethans [Sat, 2 Feb 2008 17:25:40 +0000 (17:25 +0000)]
- Make timezone_open() work again.

17 years ago-Add comment that explains wh we need E_ERROR in those cases
Marcus Boerger [Sat, 2 Feb 2008 15:46:19 +0000 (15:46 +0000)]
-Add comment that explains wh we need E_ERROR in those cases

17 years ago- MFB static callable message mess
Marcus Boerger [Sat, 2 Feb 2008 15:23:22 +0000 (15:23 +0000)]
- MFB static callable message mess

17 years ago- Fix tests
Marcus Boerger [Sat, 2 Feb 2008 13:33:21 +0000 (13:33 +0000)]
- Fix tests

17 years ago- Fix flag handling (MFB)
Marcus Boerger [Sat, 2 Feb 2008 13:11:12 +0000 (13:11 +0000)]
- Fix flag handling (MFB)

17 years agofix logic of path redirection. always prepend index_php with "/" if it doesn't have it,
Greg Beaver [Sat, 2 Feb 2008 05:20:37 +0000 (05:20 +0000)]
fix logic of path redirection.  always prepend index_php with "/" if it doesn't have it,
and then if path_info ends with "/" just use entry + 1

17 years agoChangeLog update
<changelog@php.net> [Sat, 2 Feb 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix test, add 64bit version
Antony Dovgal [Fri, 1 Feb 2008 23:18:53 +0000 (23:18 +0000)]
fix test, add 64bit version

17 years agomove to in between BEGIN_EXTERN_C() block, to avoid breakage with C++ (i.e. windows)
Greg Beaver [Fri, 1 Feb 2008 22:23:37 +0000 (22:23 +0000)]
move to in between BEGIN_EXTERN_C() block, to avoid breakage with C++ (i.e. windows)

# david, can you check on mac to be sure this doesn't break?

17 years ago- OSX "extern" compatibility fix.
David Coallier [Fri, 1 Feb 2008 22:13:14 +0000 (22:13 +0000)]
- OSX "extern" compatibility fix.

17 years agoremove unused variable, eliminate an invalid read reported by valgrind
Greg Beaver [Fri, 1 Feb 2008 19:50:06 +0000 (19:50 +0000)]
remove unused variable, eliminate an invalid read reported by valgrind

17 years agoThe new parameter was merged to 5.3 [DOC]
Felipe Pena [Fri, 1 Feb 2008 17:40:58 +0000 (17:40 +0000)]
The new parameter was merged to 5.3 [DOC]

17 years agoA few new tests for math functions
Zoe Slattery [Fri, 1 Feb 2008 17:16:40 +0000 (17:16 +0000)]
A few new tests for math functions