]> granicus.if.org Git - php/log
php
16 years agoFixed shared memory corruption of opcode caches
Dmitry Stogov [Tue, 4 Mar 2008 11:44:15 +0000 (11:44 +0000)]
Fixed shared memory corruption of opcode caches

16 years agofix test
Antony Dovgal [Tue, 4 Mar 2008 11:16:22 +0000 (11:16 +0000)]
fix test

16 years ago- new tests for opendir() function
Josie Messa [Tue, 4 Mar 2008 10:45:40 +0000 (10:45 +0000)]
- new tests for opendir() function

16 years agoFixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 10:07:28 +0000 (10:07 +0000)]
Fixed wrong result of cascading assignment to string offset

16 years agoFixed 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

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

16 years agoMFB: Fixed bug #44166 (Parameter handling flaw in
Ilia Alshanetsky [Mon, 3 Mar 2008 21:13:29 +0000 (21:13 +0000)]
MFB: Fixed bug #44166 (Parameter handling flaw in
PDO::getAvailableDrivers())

16 years agofix tests
Steph Fox [Mon, 3 Mar 2008 19:36:09 +0000 (19:36 +0000)]
fix tests

16 years ago- Fix get_parent_class() of PDORow instances
Johannes Schlüter [Mon, 3 Mar 2008 18:58:59 +0000 (18:58 +0000)]
- Fix get_parent_class() of PDORow instances

16 years agoRemove inconsistent behaviour when a protected static prop is overridden by public...
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 ).

16 years ago- A bit more work on PharData creation/conversion.
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.

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

16 years agoMFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)
Ilia Alshanetsky [Sun, 2 Mar 2008 15:36:24 +0000 (15:36 +0000)]
MFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)

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

16 years agoGoing back to square one ("it works on Scott's box" - OSX 10.5, gcc version 4.0.1...
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?

16 years agotypo fix (thx chris)
Lukas Smith [Sat, 1 Mar 2008 23:25:28 +0000 (23:25 +0000)]
typo fix (thx chris)

16 years agolink primary tester URLs and tried to limit lines to 80 chars
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

16 years agoShould work on all platforms now. (Testing.)
Steph Fox [Sat, 1 Mar 2008 22:38:10 +0000 (22:38 +0000)]
Should work on all platforms now. (Testing.)

16 years agoRight problem, wrong solution. Also missed an '= 1' , thanks Marcus
Steph Fox [Sat, 1 Mar 2008 22:28:33 +0000 (22:28 +0000)]
Right problem, wrong solution. Also missed an '= 1' , thanks Marcus

16 years agoTested this time. All's fine here, MacOSX still complaining @ present.
Steph Fox [Sat, 1 Mar 2008 22:04:19 +0000 (22:04 +0000)]
Tested this time. All's fine here, MacOSX still complaining @ present.

16 years ago- New tests
Johannes Schlüter [Sat, 1 Mar 2008 21:55:20 +0000 (21:55 +0000)]
- New tests

16 years agoUntested. Killing remaining warnings under MacOSX (thanks again Philip).
Steph Fox [Sat, 1 Mar 2008 21:44:32 +0000 (21:44 +0000)]
Untested. Killing remaining warnings under MacOSX (thanks again Philip).

16 years agoAll tests pass here now. Thanks Philip for reporting compiler errors that don't show...
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.

16 years ago- Allow implementation of abstract methods with optional parameters (Christian
Johannes Schlüter [Sat, 1 Mar 2008 13:53:10 +0000 (13:53 +0000)]
- Allow implementation of abstract methods with optional parameters (Christian
  Schneider)

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

16 years agofix segfault, comment out useless line
Antony Dovgal [Fri, 29 Feb 2008 13:56:46 +0000 (13:56 +0000)]
fix segfault, comment out useless line

16 years agoFix #44144 (object methods as spl autoload functions returned correctly)
Etienne Kneuss [Fri, 29 Feb 2008 13:48:09 +0000 (13:48 +0000)]
Fix #44144 (object methods as spl autoload functions returned correctly)

16 years agoFix tests in non-unicode mode
Etienne Kneuss [Fri, 29 Feb 2008 13:45:19 +0000 (13:45 +0000)]
Fix tests in non-unicode mode

16 years agoFix #44288 (Move declarations)
Etienne Kneuss [Fri, 29 Feb 2008 09:25:30 +0000 (09:25 +0000)]
Fix #44288 (Move declarations)

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

16 years agoAdd "Strict error" when assigning value to property of inexistent object
Felipe Pena [Thu, 28 Feb 2008 19:33:40 +0000 (19:33 +0000)]
Add "Strict error" when assigning value to property of inexistent object

16 years agoFixed return value changed previously
Felipe Pena [Thu, 28 Feb 2008 17:43:32 +0000 (17:43 +0000)]
Fixed return value changed previously

16 years agoMFB
Rasmus Lerdorf [Thu, 28 Feb 2008 17:39:08 +0000 (17:39 +0000)]
MFB

16 years agoWe don't nave to change request shutdown sequence if dl() was failed
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

16 years agoAdded UEXPECT
Felipe Pena [Thu, 28 Feb 2008 15:41:56 +0000 (15:41 +0000)]
Added UEXPECT

16 years agoFixed tests (new error message)
Felipe Pena [Thu, 28 Feb 2008 15:38:40 +0000 (15:38 +0000)]
Fixed tests (new error message)

16 years agoRevert
Felipe Pena [Thu, 28 Feb 2008 15:34:51 +0000 (15:34 +0000)]
Revert

16 years agoFixed tests
Felipe Pena [Thu, 28 Feb 2008 15:28:00 +0000 (15:28 +0000)]
Fixed tests

16 years agoNew macro for check void parameters
Felipe Pena [Thu, 28 Feb 2008 14:16:25 +0000 (14:16 +0000)]
New macro for check void parameters

16 years agoAdded 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)

16 years agouse pcre for testing reflection
Antony Dovgal [Thu, 28 Feb 2008 09:18:06 +0000 (09:18 +0000)]
use pcre for testing reflection

16 years agoKill an unnecessary bit of internal docu and add 'compression' to the TODO
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

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

16 years agoForgot to return... not that I understand this stuff...
Steph Fox [Thu, 28 Feb 2008 01:16:43 +0000 (01:16 +0000)]
Forgot to return... not that I understand this stuff...

16 years agoAllow alias for phar.tar/phar.zip
Steph Fox [Thu, 28 Feb 2008 01:08:34 +0000 (01:08 +0000)]
Allow alias for phar.tar/phar.zip

16 years agoMFB: Fixed security issue detailed in CVE-2008-0599
Ilia Alshanetsky [Thu, 28 Feb 2008 00:52:11 +0000 (00:52 +0000)]
MFB:  Fixed security issue detailed in CVE-2008-0599

16 years agoUpdate TODO
Steph Fox [Wed, 27 Feb 2008 21:41:59 +0000 (21:41 +0000)]
Update TODO

16 years agoInitial support for PharData object.
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.

16 years ago- Fixed bug #44260 (African timezones missing).
Derick Rethans [Wed, 27 Feb 2008 09:47:23 +0000 (09:47 +0000)]
- Fixed bug #44260 (African timezones missing).

16 years agoChris is now primary maintainer of OCI8
Antony Dovgal [Wed, 27 Feb 2008 09:34:44 +0000 (09:34 +0000)]
Chris is now primary maintainer of OCI8

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

16 years agoMFB: Improved fix for #44242
Felipe Pena [Wed, 27 Feb 2008 01:25:40 +0000 (01:25 +0000)]
MFB: Improved fix for #44242

16 years agoMFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)
Ilia Alshanetsky [Wed, 27 Feb 2008 00:30:49 +0000 (00:30 +0000)]
MFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)

16 years agoFixed tests
Felipe Pena [Tue, 26 Feb 2008 16:52:10 +0000 (16:52 +0000)]
Fixed tests

16 years agoFixed tests
Felipe Pena [Tue, 26 Feb 2008 13:16:55 +0000 (13:16 +0000)]
Fixed tests

16 years ago- New tests for chdir() function
Josie Messa [Tue, 26 Feb 2008 09:40:49 +0000 (09:40 +0000)]
- New tests for chdir() function

16 years agoUse STD_PHP_INI_BOOLEAN. Fix whitespace.
Christopher Jones [Tue, 26 Feb 2008 02:18:16 +0000 (02:18 +0000)]
Use STD_PHP_INI_BOOLEAN.  Fix whitespace.

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

16 years agofix test noise
Christopher Jones [Tue, 26 Feb 2008 01:04:35 +0000 (01:04 +0000)]
fix test noise

16 years agoMFB: Better fix for bug #44189
Ilia Alshanetsky [Tue, 26 Feb 2008 00:14:25 +0000 (00:14 +0000)]
MFB: Better fix for bug #44189

16 years agoOCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)
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)

16 years agoFix folding
Etienne Kneuss [Mon, 25 Feb 2008 23:40:47 +0000 (23:40 +0000)]
Fix folding

16 years agoSplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation
Etienne Kneuss [Mon, 25 Feb 2008 23:36:36 +0000 (23:36 +0000)]
SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation

16 years agoMFB: Fixed bug #44242 (metaphone('CMXFXM') crashes PHP)
Felipe Pena [Mon, 25 Feb 2008 22:56:47 +0000 (22:56 +0000)]
MFB: Fixed bug #44242 (metaphone('CMXFXM') crashes PHP)

16 years agofix win32 build
Rob Richards [Mon, 25 Feb 2008 22:56:06 +0000 (22:56 +0000)]
fix win32 build

16 years ago- Fixed tests on 64bit platform.
Derick Rethans [Mon, 25 Feb 2008 22:32:26 +0000 (22:32 +0000)]
- Fixed tests on 64bit platform.

16 years ago- Added a few new separation specifiers.
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.

16 years agoUpdate protos.
Steph Fox [Mon, 25 Feb 2008 16:27:23 +0000 (16:27 +0000)]
Update protos.

16 years agoMake it possible to read the TODO file on a laptop :)
Steph Fox [Mon, 25 Feb 2008 16:15:57 +0000 (16:15 +0000)]
Make it possible to read the TODO file on a laptop :)

16 years agoLunchbreak III
Steph Fox [Mon, 25 Feb 2008 15:44:21 +0000 (15:44 +0000)]
Lunchbreak III

16 years agoLunchbreak II
Steph Fox [Mon, 25 Feb 2008 15:43:14 +0000 (15:43 +0000)]
Lunchbreak II

16 years agoLunchbreak.
Steph Fox [Mon, 25 Feb 2008 15:41:47 +0000 (15:41 +0000)]
Lunchbreak.

16 years agoUpdate reflection info
Steph Fox [Mon, 25 Feb 2008 12:21:19 +0000 (12:21 +0000)]
Update reflection info

16 years agoLeftover from experimenting with zend_hash_del...
Steph Fox [Mon, 25 Feb 2008 11:37:08 +0000 (11:37 +0000)]
Leftover from experimenting with zend_hash_del...

16 years agoReplace hardcoded resource ids with %d in fgetc() tests.
Steve Seear [Mon, 25 Feb 2008 10:33:30 +0000 (10:33 +0000)]
Replace hardcoded resource ids with %d in fgetc() tests.

16 years agoupdate TODO
Greg Beaver [Mon, 25 Feb 2008 04:49:19 +0000 (04:49 +0000)]
update TODO

16 years agoadd little fix to phar_mount_entry to ensure path separators are unix-based on windows
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

16 years agoimplement Phar::mount() for directories, add test
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

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

16 years agofix tests
Greg Beaver [Sun, 24 Feb 2008 23:48:19 +0000 (23:48 +0000)]
fix tests

16 years agofix --CLEAN--
Greg Beaver [Sun, 24 Feb 2008 23:47:13 +0000 (23:47 +0000)]
fix --CLEAN--

16 years agofix test
Greg Beaver [Sun, 24 Feb 2008 23:44:12 +0000 (23:44 +0000)]
fix test

16 years agoadd missing declaration of phar_rename_archive
Greg Beaver [Sun, 24 Feb 2008 23:40:14 +0000 (23:40 +0000)]
add missing declaration of phar_rename_archive

16 years agoA bunch of stuff to do with filename conversion. Hopefully it won't sink the ship.
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.

16 years agoUpdating tests. 100% pass rate here now - not sure about the rest of the world just...
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).

16 years agoNew test
Felipe Pena [Sun, 24 Feb 2008 18:50:14 +0000 (18:50 +0000)]
New test

16 years agoMFB: Fixed segfault in filter extension when using callbacks.
Felipe Pena [Sun, 24 Feb 2008 18:42:09 +0000 (18:42 +0000)]
MFB: Fixed segfault in filter extension when using callbacks.

16 years agoMFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
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)

16 years agoFix the fix
Felipe Pena [Sun, 24 Feb 2008 14:22:44 +0000 (14:22 +0000)]
Fix the fix

16 years agoFix test
Felipe Pena [Sun, 24 Feb 2008 14:18:35 +0000 (14:18 +0000)]
Fix test

16 years agoFixed tests (new error message - E_DEPRECATED)
Felipe Pena [Sun, 24 Feb 2008 13:10:33 +0000 (13:10 +0000)]
Fixed tests (new error message - E_DEPRECATED)

16 years agoFixed tests
Felipe Pena [Sun, 24 Feb 2008 12:42:16 +0000 (12:42 +0000)]
Fixed tests

16 years agoRemoved internal warning
Felipe Pena [Sun, 24 Feb 2008 11:49:39 +0000 (11:49 +0000)]
Removed internal warning

16 years agoAdded UEXPECTF
Felipe Pena [Sun, 24 Feb 2008 02:47:36 +0000 (02:47 +0000)]
Added UEXPECTF

16 years agoFixed tests
Felipe Pena [Sun, 24 Feb 2008 02:22:15 +0000 (02:22 +0000)]
Fixed tests

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

16 years agoFIxed tests (new error message - E_DEPRECATED)
Felipe Pena [Sat, 23 Feb 2008 22:30:08 +0000 (22:30 +0000)]
FIxed tests (new error message - E_DEPRECATED)

16 years agoFixed 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)

16 years agofix faulty & in check for creation of phar manifest
Greg Beaver [Sat, 23 Feb 2008 21:33:46 +0000 (21:33 +0000)]
fix faulty & in check for creation of phar manifest

16 years agofree mounted_dirs on error to avoid memleak
Greg Beaver [Sat, 23 Feb 2008 21:29:57 +0000 (21:29 +0000)]
free mounted_dirs on error to avoid memleak