]> granicus.if.org Git - php/log
php
16 years ago- Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept...
Felipe Pena [Thu, 10 Jul 2008 17:44:09 +0000 (17:44 +0000)]
- Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept lengths of 1024)

16 years ago- MFH: Memory issues
Derick Rethans [Tue, 8 Jul 2008 18:02:32 +0000 (18:02 +0000)]
- MFH: Memory issues
- MFH: // style comments

16 years agoThis change was backed out of 5.2 and is now in 5.3+
Scott MacVicar [Tue, 8 Jul 2008 10:31:34 +0000 (10:31 +0000)]
This change was backed out of 5.2 and is now in 5.3+

16 years ago- Updated to version 2008.4 (2008d)
Derick Rethans [Mon, 7 Jul 2008 14:36:26 +0000 (14:36 +0000)]
- Updated to version 2008.4 (2008d)

16 years agoAvoid a leak on return_value
Etienne Kneuss [Mon, 7 Jul 2008 00:02:22 +0000 (00:02 +0000)]
Avoid a leak on return_value

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

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

16 years agoMFH:
Christopher Jones [Thu, 19 Jun 2008 22:41:33 +0000 (22:41 +0000)]
MFH:
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 agoFixed bug #45312 (Segmentation fault on second request for array functions).
Dmitry Stogov [Thu, 19 Jun 2008 12:09:22 +0000 (12:09 +0000)]
Fixed bug #45312 (Segmentation fault on second request for array functions).

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

16 years agoMFH: updated website team info
Philip Olson [Wed, 18 Jun 2008 05:21:08 +0000 (05:21 +0000)]
MFH: updated website team info

16 years ago- MF5.3: Improved warning message to call-time pass-by-reference when used with inter...
Felipe Pena [Sun, 15 Jun 2008 18:31:10 +0000 (18:31 +0000)]
- MF5.3: Improved warning message to call-time pass-by-reference when used with internal function
  (http://news.php.net/php.internals/38252)

16 years agoBFN
Rob Richards [Sat, 14 Jun 2008 11:25:52 +0000 (11:25 +0000)]
BFN
fix ordering

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

16 years agoMFH
Rui Hirokawa [Fri, 13 Jun 2008 14:49:19 +0000 (14:49 +0000)]
MFH

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

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

16 years agoFixed memory leaks
Dmitry Stogov [Wed, 11 Jun 2008 07:46:43 +0000 (07:46 +0000)]
Fixed memory leaks

16 years agoFixed test (5.2 doesn't contain GC)
Dmitry Stogov [Wed, 11 Jun 2008 07:46:28 +0000 (07:46 +0000)]
Fixed test (5.2 doesn't contain GC)

16 years agoMFH: fixed imap_listscan() proto
Philip Olson [Wed, 11 Jun 2008 02:32:22 +0000 (02:32 +0000)]
MFH: fixed imap_listscan() proto

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

16 years agoMerge from 5.3 branch - no point in echoeing the raw values here
Rasmus Lerdorf [Mon, 9 Jun 2008 14:03:44 +0000 (14:03 +0000)]
Merge from 5.3 branch - no point in echoeing the raw values here

16 years agoBackout fix for spaces in both the program name and argument name, this will be fixed...
Scott MacVicar [Fri, 6 Jun 2008 23:05:37 +0000 (23:05 +0000)]
Backout fix for spaces in both the program name and argument name, this will be fixed in PHP 5.3+ only

16 years agoUpdate
Christopher Jones [Fri, 6 Jun 2008 01:00:20 +0000 (01:00 +0000)]
Update

16 years ago(Bugs 41348, 41563, 42456, 42939) Appease the masses and fix
Christopher Jones [Fri, 6 Jun 2008 00:59:44 +0000 (00:59 +0000)]
(Bugs 41348, 41563, 42456, 42939) Appease the masses and fix
compilation with Oracle 8.1.  This gives cleaner support for older
releases now that PHP 5.3 is firmly Oracle 9.2+ only.  No plans to
MTH.

16 years agoSync for PECL OCI8 1.2.5 release
Christopher Jones [Thu, 5 Jun 2008 23:26:01 +0000 (23:26 +0000)]
Sync for PECL OCI8 1.2.5 release

16 years ago- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
Felipe Pena [Sun, 1 Jun 2008 03:08:59 +0000 (03:08 +0000)]
- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)

16 years agoMFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration...
Matt Wilmas [Fri, 30 May 2008 10:55:44 +0000 (10:55 +0000)]
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)

16 years agoMFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1
Matt Wilmas [Thu, 29 May 2008 11:45:28 +0000 (11:45 +0000)]
MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1

16 years agoMFH: Fix a bug when command is quoted and parameters are quoted during call to exec...
Scott MacVicar [Thu, 29 May 2008 11:41:50 +0000 (11:41 +0000)]
MFH: Fix a bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote.

16 years agoFixed tests on Windows
Matt Wilmas [Thu, 29 May 2008 07:33:03 +0000 (07:33 +0000)]
Fixed tests on Windows

16 years agoDOM tests from TestFest
Ant Phillips [Tue, 27 May 2008 12:44:52 +0000 (12:44 +0000)]
DOM tests from TestFest

16 years ago- Updated to version 2008.3 (2008c)
Derick Rethans [Tue, 27 May 2008 12:20:02 +0000 (12:20 +0000)]
- Updated to version 2008.3 (2008c)

16 years agoWhen dumping entire document to file via asXml() don't lose the encoding
Ilia Alshanetsky [Fri, 23 May 2008 15:46:54 +0000 (15:46 +0000)]
When dumping entire document to file via asXml() don't lose the encoding

16 years agoMFH
Antony Dovgal [Wed, 21 May 2008 12:31:31 +0000 (12:31 +0000)]
MFH

16 years agoproper fix
Dmitry Stogov [Tue, 20 May 2008 07:41:23 +0000 (07:41 +0000)]
proper fix

16 years agoMFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
Ilia Alshanetsky [Mon, 19 May 2008 15:18:39 +0000 (15:18 +0000)]
MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)

16 years agoFixed win32 related realpath cache bug
Dmitry Stogov [Mon, 19 May 2008 10:49:13 +0000 (10:49 +0000)]
Fixed win32 related realpath cache bug

16 years ago- Reverted the accidental previous commit
Felipe Pena [Sun, 18 May 2008 22:32:33 +0000 (22:32 +0000)]
- Reverted the accidental previous commit

16 years ago- MFB: Making compatible with 64bit platform
Felipe Pena [Sun, 18 May 2008 21:50:58 +0000 (21:50 +0000)]
- MFB: Making compatible with 64bit platform

16 years agoMFB: Added missing INI handler
Ilia Alshanetsky [Sun, 18 May 2008 14:36:59 +0000 (14:36 +0000)]
MFB: Added missing INI handler

16 years agoWrong file
David Soria Parra [Sun, 18 May 2008 14:27:52 +0000 (14:27 +0000)]
Wrong file

16 years agoMFH: Tests from Munich PHP Testfest 2008
David Soria Parra [Sat, 17 May 2008 23:31:31 +0000 (23:31 +0000)]
MFH: Tests from Munich PHP Testfest 2008

16 years agoBFn
Ilia Alshanetsky [Wed, 14 May 2008 23:53:54 +0000 (23:53 +0000)]
BFn

16 years agofixed more titles
Antony Dovgal [Wed, 14 May 2008 13:10:30 +0000 (13:10 +0000)]
fixed more titles

16 years agofix test titles
Antony Dovgal [Wed, 14 May 2008 13:07:17 +0000 (13:07 +0000)]
fix test titles

16 years ago- MFH: Add check for avoid segfault when trying instantiate PDORow manually
Felipe Pena [Wed, 14 May 2008 12:34:10 +0000 (12:34 +0000)]
- MFH: Add check for avoid segfault when trying instantiate PDORow manually

16 years agoMFH: PECL #13523 (x86_64 build)
Christopher Jones [Tue, 13 May 2008 16:06:55 +0000 (16:06 +0000)]
MFH: PECL #13523 (x86_64 build)

16 years agoMFH: new test
Christopher Jones [Tue, 13 May 2008 00:17:59 +0000 (00:17 +0000)]
MFH: new test

16 years agoMFH
Antony Dovgal [Mon, 12 May 2008 15:31:20 +0000 (15:31 +0000)]
MFH

16 years ago- Fixed test
Felipe Pena [Mon, 12 May 2008 11:24:07 +0000 (11:24 +0000)]
- Fixed test

16 years agoMFH: revert patch that causes invalid reads/crashes on Linux
Antony Dovgal [Mon, 12 May 2008 08:47:29 +0000 (08:47 +0000)]
MFH: revert patch that causes invalid reads/crashes on Linux

16 years agoMFH: Fixed test after fixing bug #44830
Matt Wilmas [Mon, 12 May 2008 05:09:28 +0000 (05:09 +0000)]
MFH: Fixed test after fixing bug #44830

16 years agoMFH: Fixed error message typo
Matt Wilmas [Sun, 11 May 2008 11:47:01 +0000 (11:47 +0000)]
MFH: Fixed error message typo

16 years agoMFH: Add tests for ReflectionFunction::getExtension*().
Sebastian Bergmann [Sun, 11 May 2008 04:57:27 +0000 (04:57 +0000)]
MFH: Add tests for ReflectionFunction::getExtension*().

16 years agoMFH: dos2unix *.phpt
Sebastian Bergmann [Sun, 11 May 2008 04:53:26 +0000 (04:53 +0000)]
MFH: dos2unix *.phpt

16 years agoMFH: Restore end check for "escape" strings
Matt Wilmas [Sat, 10 May 2008 09:18:27 +0000 (09:18 +0000)]
MFH: Restore end check for "escape" strings

16 years agoMFH
Matt Wilmas [Fri, 9 May 2008 14:41:31 +0000 (14:41 +0000)]
MFH

16 years ago- New tests
Felipe Pena [Fri, 9 May 2008 14:17:42 +0000 (14:17 +0000)]
- New tests

16 years agoMFH: Fix compile error if _GNU_SOURCE is defined
Scott MacVicar [Fri, 9 May 2008 12:59:41 +0000 (12:59 +0000)]
MFH: Fix compile error if _GNU_SOURCE is defined

16 years agoMFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue...
Matt Wilmas [Fri, 9 May 2008 11:06:45 +0000 (11:06 +0000)]
MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)

16 years agoMFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue with...
Matt Wilmas [Fri, 9 May 2008 10:29:01 +0000 (10:29 +0000)]
MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)

16 years agoCollect all the open_basedir security tests into one place
Ant Phillips [Fri, 9 May 2008 08:36:41 +0000 (08:36 +0000)]
Collect all the open_basedir security tests into one place

16 years agoopen_basedir tests for error_log
Ant Phillips [Fri, 9 May 2008 08:33:55 +0000 (08:33 +0000)]
open_basedir tests for error_log

16 years agoFixed test
Dmitry Stogov [Thu, 8 May 2008 09:15:49 +0000 (09:15 +0000)]
Fixed test

16 years agofix test
Antony Dovgal [Thu, 8 May 2008 07:09:17 +0000 (07:09 +0000)]
fix test

16 years agoBFN
Hannes Magnusson [Wed, 7 May 2008 20:03:26 +0000 (20:03 +0000)]
BFN

16 years agoMFH: Fixed bug #44712 (stream_context_set_params segfaults on invalid
Hannes Magnusson [Wed, 7 May 2008 20:02:42 +0000 (20:02 +0000)]
MFH: Fixed bug #44712 (stream_context_set_params segfaults on invalid
arguments).

16 years agoMFH: Fixed bug #44716 (Progress notifications incorrect)
Hannes Magnusson [Wed, 7 May 2008 20:01:56 +0000 (20:01 +0000)]
MFH: Fixed bug #44716 (Progress notifications incorrect)

16 years agoMFH: new tests and test cleanup
Christopher Jones [Wed, 7 May 2008 15:29:27 +0000 (15:29 +0000)]
MFH: new tests and test cleanup

16 years agofix test title
Antony Dovgal [Wed, 7 May 2008 15:23:11 +0000 (15:23 +0000)]
fix test title

16 years agoreorder
Antony Dovgal [Wed, 7 May 2008 15:08:42 +0000 (15:08 +0000)]
reorder

16 years ago- Added NEWS item for fixation of bug 44811
David Coallier [Wed, 7 May 2008 15:03:17 +0000 (15:03 +0000)]
- Added NEWS item for fixation of bug 44811

16 years ago- Fixed Bug #44811: Improved error message when creating a new
David Coallier [Wed, 7 May 2008 14:57:56 +0000 (14:57 +0000)]
- Fixed Bug #44811: Improved error message when creating a new
                    SoapClient has invalid data.

16 years ago- Test for bug #44811 (Improve error message when new SoapClient has invalid data)
David Coallier [Wed, 7 May 2008 14:56:37 +0000 (14:56 +0000)]
- Test for bug #44811 (Improve error message when new SoapClient has invalid data)

16 years agoMFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
Ilia Alshanetsky [Tue, 6 May 2008 18:03:52 +0000 (18:03 +0000)]
MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
in POSIX systems).

16 years agoMFB: Specify the necessary precision
Ilia Alshanetsky [Mon, 5 May 2008 23:05:06 +0000 (23:05 +0000)]
MFB: Specify the necessary precision

16 years agoMFB: Fixed bug #44798 (Memory leak assigning value to attribute).
Ilia Alshanetsky [Mon, 5 May 2008 23:00:13 +0000 (23:00 +0000)]
MFB: Fixed bug #44798 (Memory leak assigning value to attribute).

16 years agoFix build with libmysql 6.0.x
Andrey Hristov [Mon, 5 May 2008 12:30:38 +0000 (12:30 +0000)]
Fix build with libmysql 6.0.x

16 years agoMFH: Fix protos
Etienne Kneuss [Sun, 4 May 2008 21:19:18 +0000 (21:19 +0000)]
MFH: Fix protos

16 years agoBFN
Rob Richards [Sun, 4 May 2008 15:26:25 +0000 (15:26 +0000)]
BFN

16 years agoMFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
Rob Richards [Sun, 4 May 2008 15:15:01 +0000 (15:15 +0000)]
MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable

16 years agoCommitting corrected test from Eric Stewart
Zoe Slattery [Sat, 3 May 2008 20:34:16 +0000 (20:34 +0000)]
Committing corrected test from Eric Stewart

16 years agoMFB: Fix #44838 (static class reference restricting overwriting)
Etienne Kneuss [Sat, 3 May 2008 16:00:40 +0000 (16:00 +0000)]
MFB: Fix #44838 (static class reference restricting overwriting)

16 years ago- Fixed an issue in date() where a : was printed for the O modifier after a P
Derick Rethans [Fri, 2 May 2008 21:36:00 +0000 (21:36 +0000)]
- Fixed an issue in date() where a : was printed for the O modifier after a P
  modifier was used.

16 years agoopen_basedir tests for directory functions
Ant Phillips [Thu, 1 May 2008 12:36:45 +0000 (12:36 +0000)]
open_basedir tests for directory functions

16 years agoopen_basedir tests for directory functions
Ant Phillips [Thu, 1 May 2008 11:46:20 +0000 (11:46 +0000)]
open_basedir tests for directory functions

16 years agoBack to dev
Ilia Alshanetsky [Wed, 30 Apr 2008 18:33:33 +0000 (18:33 +0000)]
Back to dev

16 years ago5.2.6
Ilia Alshanetsky [Wed, 30 Apr 2008 18:27:56 +0000 (18:27 +0000)]
5.2.6

16 years agoFix session test failures as reported by Antony Dovgal.
Ant Phillips [Wed, 30 Apr 2008 15:20:16 +0000 (15:20 +0000)]
Fix session test failures as reported by Antony Dovgal.

These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.

16 years agoBreak up complicated rename tests into some smaller more consumable chunks
Ant Phillips [Wed, 30 Apr 2008 13:53:49 +0000 (13:53 +0000)]
Break up complicated rename tests into some smaller more consumable chunks

16 years agoFix session test failures as reported by Antony Dovgal.
Ant Phillips [Wed, 30 Apr 2008 09:27:59 +0000 (09:27 +0000)]
Fix session test failures as reported by Antony Dovgal.

These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.

16 years agoMFH Fixed bug #44720 (Prevent infinite recursion within session_register)
Scott MacVicar [Tue, 29 Apr 2008 14:42:38 +0000 (14:42 +0000)]
MFH Fixed bug #44720 (Prevent infinite recursion within session_register)

16 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 09:24:17 +0000 (09:24 +0000)]
More session tests to improve code coverage for untested extension code

16 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 08:57:12 +0000 (08:57 +0000)]
More session tests to improve code coverage for untested extension code

16 years agoMFH
Jani Taskinen [Mon, 28 Apr 2008 12:30:33 +0000 (12:30 +0000)]
MFH

16 years agoExtra open_basedir tests
Ant Phillips [Thu, 24 Apr 2008 16:40:53 +0000 (16:40 +0000)]
Extra open_basedir tests

16 years agoAllow for chmod() to fail on symbolic links
Ant Phillips [Thu, 24 Apr 2008 13:58:29 +0000 (13:58 +0000)]
Allow for chmod() to fail on symbolic links

16 years agoopen_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
Ant Phillips [Wed, 23 Apr 2008 14:10:23 +0000 (14:10 +0000)]
open_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)

16 years agoNew set of session extension tests for PHP 5.2 branch.
Ant Phillips [Tue, 22 Apr 2008 16:04:00 +0000 (16:04 +0000)]
New set of session extension tests for PHP 5.2 branch.

These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings, nor do they test anything
with register_globals enabled.