]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 4 Mar 2008 11:44:15 +0000 (11:44 +0000)]
Fixed shared memory corruption of opcode caches
Antony Dovgal [Tue, 4 Mar 2008 11:16:22 +0000 (11:16 +0000)]
fix test
Josie Messa [Tue, 4 Mar 2008 10:45:40 +0000 (10:45 +0000)]
- new tests for opendir() function
Dmitry Stogov [Tue, 4 Mar 2008 10:07:28 +0000 (10:07 +0000)]
Fixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 10:06:22 +0000 (10:06 +0000)]
Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset
<changelog@php.net> [Tue, 4 Mar 2008 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 3 Mar 2008 21:13:29 +0000 (21:13 +0000)]
MFB: Fixed bug #44166 (Parameter handling flaw in
PDO::getAvailableDrivers())
Steph Fox [Mon, 3 Mar 2008 19:36:09 +0000 (19:36 +0000)]
fix tests
Johannes Schlüter [Mon, 3 Mar 2008 18:58:59 +0000 (18:58 +0000)]
- Fix get_parent_class() of PDORow instances
Robin Fernandes [Mon, 3 Mar 2008 14:24:11 +0000 (14:24 +0000)]
Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ).
Steph Fox [Mon, 3 Mar 2008 08:41:15 +0000 (08:41 +0000)]
- A bit more work on PharData creation/conversion.
- If readonly=0, why not $phardata->convertToPhar()?
- Known issue with directories creating 'as-file' copies within the archive (all formats)
@Greg/Marcus/Tony: This passes all tests on my box, 5.2/5.3/release_ts/debug_ts, and I can't find any more memleaks. Obviously this is too good to be true, so if conversion is still messy elsewhere please feel free to fix, or bug and assign to me.
<changelog@php.net> [Mon, 3 Mar 2008 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 2 Mar 2008 15:36:24 +0000 (15:36 +0000)]
MFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)
<changelog@php.net> [Sun, 2 Mar 2008 01:31:32 +0000 (01:31 +0000)]
ChangeLog update
Steph Fox [Sun, 2 Mar 2008 00:42:29 +0000 (00:42 +0000)]
Going back to square one ("it works on Scott's box" - OSX 10.5, gcc version 4.0.1 (Apple Inc. build 5465)). Thanks ScottMac, David C and Philip for testing...
Possibly a gcc version issue?
Lukas Smith [Sat, 1 Mar 2008 23:25:28 +0000 (23:25 +0000)]
typo fix (thx chris)
Lukas Smith [Sat, 1 Mar 2008 22:47:27 +0000 (22:47 +0000)]
link primary tester URLs and tried to limit lines to 80 chars
Steph Fox [Sat, 1 Mar 2008 22:38:10 +0000 (22:38 +0000)]
Should work on all platforms now. (Testing.)
Steph Fox [Sat, 1 Mar 2008 22:28:33 +0000 (22:28 +0000)]
Right problem, wrong solution. Also missed an '= 1' , thanks Marcus
Steph Fox [Sat, 1 Mar 2008 22:04:19 +0000 (22:04 +0000)]
Tested this time. All's fine here, MacOSX still complaining @ present.
Johannes Schlüter [Sat, 1 Mar 2008 21:55:20 +0000 (21:55 +0000)]
- New tests
Steph Fox [Sat, 1 Mar 2008 21:44:32 +0000 (21:44 +0000)]
Untested. Killing remaining warnings under MacOSX (thanks again Philip).
Steph Fox [Sat, 1 Mar 2008 21:31:03 +0000 (21:31 +0000)]
All tests pass here now. Thanks Philip for reporting compiler errors that don't show on my setup.
Johannes Schlüter [Sat, 1 Mar 2008 13:53:10 +0000 (13:53 +0000)]
- Allow implementation of abstract methods with optional parameters (Christian
Schneider)
<changelog@php.net> [Sat, 1 Mar 2008 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 29 Feb 2008 13:56:46 +0000 (13:56 +0000)]
fix segfault, comment out useless line
Etienne Kneuss [Fri, 29 Feb 2008 13:48:09 +0000 (13:48 +0000)]
Fix #44144 (object methods as spl autoload functions returned correctly)
Etienne Kneuss [Fri, 29 Feb 2008 13:45:19 +0000 (13:45 +0000)]
Fix tests in non-unicode mode
Etienne Kneuss [Fri, 29 Feb 2008 09:25:30 +0000 (09:25 +0000)]
Fix #44288 (Move declarations)
<changelog@php.net> [Fri, 29 Feb 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Thu, 28 Feb 2008 19:33:40 +0000 (19:33 +0000)]
Add "Strict error" when assigning value to property of inexistent object
Felipe Pena [Thu, 28 Feb 2008 17:43:32 +0000 (17:43 +0000)]
Fixed return value changed previously
Rasmus Lerdorf [Thu, 28 Feb 2008 17:39:08 +0000 (17:39 +0000)]
MFB
Dmitry Stogov [Thu, 28 Feb 2008 16:59:21 +0000 (16:59 +0000)]
We don't nave to change request shutdown sequence if dl() was failed
Felipe Pena [Thu, 28 Feb 2008 15:41:56 +0000 (15:41 +0000)]
Added UEXPECT
Felipe Pena [Thu, 28 Feb 2008 15:38:40 +0000 (15:38 +0000)]
Fixed tests (new error message)
Felipe Pena [Thu, 28 Feb 2008 15:34:51 +0000 (15:34 +0000)]
Revert
Felipe Pena [Thu, 28 Feb 2008 15:28:00 +0000 (15:28 +0000)]
Fixed tests
Felipe Pena [Thu, 28 Feb 2008 14:16:25 +0000 (14:16 +0000)]
New macro for check void parameters
Felipe Pena [Thu, 28 Feb 2008 13:30:43 +0000 (13:30 +0000)]
Added new macro for check void parameters.
(deprecating ZEND_WRONG_PARAM_COUNT for this cases)
Antony Dovgal [Thu, 28 Feb 2008 09:18:06 +0000 (09:18 +0000)]
use pcre for testing reflection
Steph Fox [Thu, 28 Feb 2008 02:09:49 +0000 (02:09 +0000)]
Kill an unnecessary bit of internal docu and add 'compression' to the TODO
<changelog@php.net> [Thu, 28 Feb 2008 01:31:27 +0000 (01:31 +0000)]
ChangeLog update
Steph Fox [Thu, 28 Feb 2008 01:16:43 +0000 (01:16 +0000)]
Forgot to return... not that I understand this stuff...
Steph Fox [Thu, 28 Feb 2008 01:08:34 +0000 (01:08 +0000)]
Allow alias for phar.tar/phar.zip
Ilia Alshanetsky [Thu, 28 Feb 2008 00:52:11 +0000 (00:52 +0000)]
MFB: Fixed security issue detailed in CVE-2008-0599
Steph Fox [Wed, 27 Feb 2008 21:41:59 +0000 (21:41 +0000)]
Update TODO
Steph Fox [Wed, 27 Feb 2008 21:34:26 +0000 (21:34 +0000)]
Initial support for PharData object.
Note: two tests currently fail. IMHO we should be throwing E_ERROR on encountering a corrupted archive, not trying to throw a trail of exceptions...
New tests still to be written, not all functionality is in place yet.
Derick Rethans [Wed, 27 Feb 2008 09:47:23 +0000 (09:47 +0000)]
- Fixed bug #44260 (African timezones missing).
Antony Dovgal [Wed, 27 Feb 2008 09:34:44 +0000 (09:34 +0000)]
Chris is now primary maintainer of OCI8
<changelog@php.net> [Wed, 27 Feb 2008 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Wed, 27 Feb 2008 01:25:40 +0000 (01:25 +0000)]
MFB: Improved fix for #44242
Ilia Alshanetsky [Wed, 27 Feb 2008 00:30:49 +0000 (00:30 +0000)]
MFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)
Felipe Pena [Tue, 26 Feb 2008 16:52:10 +0000 (16:52 +0000)]
Fixed tests
Felipe Pena [Tue, 26 Feb 2008 13:16:55 +0000 (13:16 +0000)]
Fixed tests
Josie Messa [Tue, 26 Feb 2008 09:40:49 +0000 (09:40 +0000)]
- New tests for chdir() function
Christopher Jones [Tue, 26 Feb 2008 02:18:16 +0000 (02:18 +0000)]
Use STD_PHP_INI_BOOLEAN. Fix whitespace.
<changelog@php.net> [Tue, 26 Feb 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Tue, 26 Feb 2008 01:04:35 +0000 (01:04 +0000)]
fix test noise
Ilia Alshanetsky [Tue, 26 Feb 2008 00:14:25 +0000 (00:14 +0000)]
MFB: Better fix for bug #44189
Christopher Jones [Mon, 25 Feb 2008 23:49:51 +0000 (23:49 +0000)]
OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)
Etienne Kneuss [Mon, 25 Feb 2008 23:40:47 +0000 (23:40 +0000)]
Fix folding
Etienne Kneuss [Mon, 25 Feb 2008 23:36:36 +0000 (23:36 +0000)]
SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation
Felipe Pena [Mon, 25 Feb 2008 22:56:47 +0000 (22:56 +0000)]
MFB: Fixed bug #44242 (metaphone('CMXFXM') crashes PHP)
Rob Richards [Mon, 25 Feb 2008 22:56:06 +0000 (22:56 +0000)]
fix win32 build
Derick Rethans [Mon, 25 Feb 2008 22:32:26 +0000 (22:32 +0000)]
- Fixed tests on 64bit platform.
Derick Rethans [Mon, 25 Feb 2008 18:25:01 +0000 (18:25 +0000)]
- Added a few new separation specifiers.
- Added specifiers that can reset or default the y/m/d/h/i/s/tz values.
- Fixed a problem with parsing timezones as part of a format.
#- [DOC]: Added format specifiers.
Steph Fox [Mon, 25 Feb 2008 16:27:23 +0000 (16:27 +0000)]
Update protos.
Steph Fox [Mon, 25 Feb 2008 16:15:57 +0000 (16:15 +0000)]
Make it possible to read the TODO file on a laptop :)
Steph Fox [Mon, 25 Feb 2008 15:44:21 +0000 (15:44 +0000)]
Lunchbreak III
Steph Fox [Mon, 25 Feb 2008 15:43:14 +0000 (15:43 +0000)]
Lunchbreak II
Steph Fox [Mon, 25 Feb 2008 15:41:47 +0000 (15:41 +0000)]
Lunchbreak.
Steph Fox [Mon, 25 Feb 2008 12:21:19 +0000 (12:21 +0000)]
Update reflection info
Steph Fox [Mon, 25 Feb 2008 11:37:08 +0000 (11:37 +0000)]
Leftover from experimenting with zend_hash_del...
Steve Seear [Mon, 25 Feb 2008 10:33:30 +0000 (10:33 +0000)]
Replace hardcoded resource ids with %d in fgetc() tests.
Greg Beaver [Mon, 25 Feb 2008 04:49:19 +0000 (04:49 +0000)]
update TODO
Greg Beaver [Mon, 25 Feb 2008 04:30:55 +0000 (04:30 +0000)]
add little fix to phar_mount_entry to ensure path separators are unix-based on windows
Greg Beaver [Mon, 25 Feb 2008 04:23:36 +0000 (04:23 +0000)]
implement Phar::mount() for directories, add test
# opendir not yet implemented for mounted directories
<changelog@php.net> [Mon, 25 Feb 2008 01:31:41 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 24 Feb 2008 23:48:19 +0000 (23:48 +0000)]
fix tests
Greg Beaver [Sun, 24 Feb 2008 23:47:13 +0000 (23:47 +0000)]
fix --CLEAN--
Greg Beaver [Sun, 24 Feb 2008 23:44:12 +0000 (23:44 +0000)]
fix test
Greg Beaver [Sun, 24 Feb 2008 23:40:14 +0000 (23:40 +0000)]
add missing declaration of phar_rename_archive
Steph Fox [Sun, 24 Feb 2008 22:29:06 +0000 (22:29 +0000)]
A bunch of stuff to do with filename conversion. Hopefully it won't sink the ship.
Steph Fox [Sun, 24 Feb 2008 19:34:05 +0000 (19:34 +0000)]
Updating tests. 100% pass rate here now - not sure about the rest of the world just yet (sorry Marcus).
Felipe Pena [Sun, 24 Feb 2008 18:50:14 +0000 (18:50 +0000)]
New test
Felipe Pena [Sun, 24 Feb 2008 18:42:09 +0000 (18:42 +0000)]
MFB: Fixed segfault in filter extension when using callbacks.
Ilia Alshanetsky [Sun, 24 Feb 2008 16:09:13 +0000 (16:09 +0000)]
MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
bound parameters are present)
Felipe Pena [Sun, 24 Feb 2008 14:22:44 +0000 (14:22 +0000)]
Fix the fix
Felipe Pena [Sun, 24 Feb 2008 14:18:35 +0000 (14:18 +0000)]
Fix test
Felipe Pena [Sun, 24 Feb 2008 13:10:33 +0000 (13:10 +0000)]
Fixed tests (new error message - E_DEPRECATED)
Felipe Pena [Sun, 24 Feb 2008 12:42:16 +0000 (12:42 +0000)]
Fixed tests
Felipe Pena [Sun, 24 Feb 2008 11:49:39 +0000 (11:49 +0000)]
Removed internal warning
Felipe Pena [Sun, 24 Feb 2008 02:47:36 +0000 (02:47 +0000)]
Added UEXPECTF
Felipe Pena [Sun, 24 Feb 2008 02:22:15 +0000 (02:22 +0000)]
Fixed tests
<changelog@php.net> [Sun, 24 Feb 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Sat, 23 Feb 2008 22:30:08 +0000 (22:30 +0000)]
FIxed tests (new error message - E_DEPRECATED)
Felipe Pena [Sat, 23 Feb 2008 21:51:37 +0000 (21:51 +0000)]
Fixed tests (new error message - E_DEPRECATED)
Greg Beaver [Sat, 23 Feb 2008 21:33:46 +0000 (21:33 +0000)]
fix faulty & in check for creation of phar manifest
Greg Beaver [Sat, 23 Feb 2008 21:29:57 +0000 (21:29 +0000)]
free mounted_dirs on error to avoid memleak