]>
granicus.if.org Git - php/log
Christopher Jones [Tue, 2 Mar 2010 17:00:18 +0000 (17:00 +0000)]
make portable
William Martin [Tue, 2 Mar 2010 13:21:25 +0000 (13:21 +0000)]
Added SKIP sections in case extension isn't enabled
Ilia Alshanetsky [Tue, 2 Mar 2010 12:54:23 +0000 (12:54 +0000)]
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)
Felipe Pena [Tue, 2 Mar 2010 00:16:40 +0000 (00:16 +0000)]
- Fixed bug #51176 (Static calling in non-static method behaves like $this->)
Rasmus Lerdorf [Mon, 1 Mar 2010 23:49:01 +0000 (23:49 +0000)]
Fix bug #43314
Assume worst case all-encoded case here
Christopher Jones [Mon, 1 Mar 2010 20:33:18 +0000 (20:33 +0000)]
Improve basic code coverage
Derick Rethans [Mon, 1 Mar 2010 14:59:24 +0000 (14:59 +0000)]
- Updated to version 2010.3 (2010c)
Raphael Geissert [Mon, 1 Mar 2010 01:59:14 +0000 (01:59 +0000)]
Add some sysvmsg coverage tests
Moriyoshi Koizumi [Sun, 28 Feb 2010 09:33:05 +0000 (09:33 +0000)]
- Merge from upstream (note: this is no behavioral change, so need not to be
merged to 5.3.2 branch)
Moriyoshi Koizumi [Sun, 28 Feb 2010 07:49:36 +0000 (07:49 +0000)]
- Whitespaces.
Adam Harvey [Fri, 26 Feb 2010 18:01:03 +0000 (18:01 +0000)]
Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.
Kalle Sommer Nielsen [Thu, 25 Feb 2010 17:08:17 +0000 (17:08 +0000)]
Fix assignment when SimpleXML is disabled on Windows
Kalle Sommer Nielsen [Thu, 25 Feb 2010 17:06:32 +0000 (17:06 +0000)]
Added parameter parsing check to SimpleXMLElement::count()
Andrey Hristov [Wed, 24 Feb 2010 21:16:04 +0000 (21:16 +0000)]
Fix the text. Correct english and a bit shorter.
Pierre Joye [Wed, 24 Feb 2010 19:57:56 +0000 (19:57 +0000)]
- merge/update/fix
Andrey Hristov [Wed, 24 Feb 2010 18:00:01 +0000 (18:00 +0000)]
add better description to the problem
Joey Smith [Tue, 23 Feb 2010 21:14:51 +0000 (21:14 +0000)]
MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback,
use b'' on strings.
Christopher Jones [Tue, 23 Feb 2010 20:40:03 +0000 (20:40 +0000)]
Add info on PHP doc contributions and add internals references
Pierre Joye [Tue, 23 Feb 2010 17:46:10 +0000 (17:46 +0000)]
- update test
Pierre Joye [Tue, 23 Feb 2010 17:26:49 +0000 (17:26 +0000)]
- return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user code
Pierre Joye [Tue, 23 Feb 2010 11:07:39 +0000 (11:07 +0000)]
- fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...)
Peter Cowburn [Mon, 22 Feb 2010 23:55:30 +0000 (23:55 +0000)]
Corrected typo in LimitIterator offset exception. Fixes #51119
Pierre Joye [Mon, 22 Feb 2010 09:15:32 +0000 (09:15 +0000)]
- restore the credit, always been this name, will always be
Jani Taskinen [Mon, 22 Feb 2010 09:06:06 +0000 (09:06 +0000)]
- Fixed NEWS entry order + removed aliases (only real names here!)
Pierre Joye [Mon, 22 Feb 2010 00:39:55 +0000 (00:39 +0000)]
- crypt entry
Pierre Joye [Mon, 22 Feb 2010 00:05:02 +0000 (00:05 +0000)]
- With "extended" hashes, detect and reject invalid "setting" strings.
With "traditional" hashes, support many "reasonable" invalid salts in
UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer)
Pierre Joye [Sun, 21 Feb 2010 23:47:14 +0000 (23:47 +0000)]
- Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
reject iteration counts encoded as 36 through 39. Previously, these would be
misinterpreted as being the same as 04 through 07. (Solar Designer)
Joey Smith [Sun, 21 Feb 2010 18:50:14 +0000 (18:50 +0000)]
Not sure how I screwed up that MFH so badly. Proper
fix to config.m4 applied for when checking different
crypt() types.
Raphael Geissert [Sun, 21 Feb 2010 18:22:46 +0000 (18:22 +0000)]
Fix the name of the locale in some tests
Pierre Joye [Sun, 21 Feb 2010 18:11:11 +0000 (18:11 +0000)]
- Fix #51059, crypt can fail and return NULL, on almost all implementations
Pierre Joye [Sun, 21 Feb 2010 17:44:25 +0000 (17:44 +0000)]
- get the right error on windows
Joey Smith [Sat, 20 Feb 2010 19:28:39 +0000 (19:28 +0000)]
MFH fix to config.m4 to make MD5 check label accurate
Joey Smith [Sat, 20 Feb 2010 19:13:09 +0000 (19:13 +0000)]
MFH crypt() tests
Jani Taskinen [Thu, 18 Feb 2010 08:33:48 +0000 (08:33 +0000)]
- Update shtool to 2.0.8
Raphael Geissert [Thu, 18 Feb 2010 00:30:12 +0000 (00:30 +0000)]
Fix race condition in shtool's mkdir -p implementation (bug #51076)
Kalle Sommer Nielsen [Wed, 17 Feb 2010 05:32:52 +0000 (05:32 +0000)]
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
Ilia Alshanetsky [Tue, 16 Feb 2010 13:01:50 +0000 (13:01 +0000)]
update copyright
Scott MacVicar [Tue, 16 Feb 2010 09:46:06 +0000 (09:46 +0000)]
mbstring filter files were referenced but never actually compiled
Scott MacVicar [Tue, 16 Feb 2010 09:35:31 +0000 (09:35 +0000)]
Building libmbfl seperately fails since the shared library version is an API reference rather than a version number
Raphael Geissert [Tue, 16 Feb 2010 05:38:50 +0000 (05:38 +0000)]
Correct description of getservbyname_basic.phpt (bug #51022)
Felipe Pena [Mon, 15 Feb 2010 21:46:45 +0000 (21:46 +0000)]
- Fix test (Bug #51036)
Felipe Pena [Mon, 15 Feb 2010 21:37:46 +0000 (21:37 +0000)]
- Fix the fix :P
Felipe Pena [Mon, 15 Feb 2010 21:32:25 +0000 (21:32 +0000)]
- Added missing SKIPIF
Felipe Pena [Mon, 15 Feb 2010 21:24:17 +0000 (21:24 +0000)]
- Fix test (Bug #51035)
Felipe Pena [Mon, 15 Feb 2010 21:16:34 +0000 (21:16 +0000)]
- Fix test (bug #51040)
Andrey Hristov [Mon, 15 Feb 2010 16:58:33 +0000 (16:58 +0000)]
add typedefs for all structure methods, and then reuse these typedefs
Raphael Geissert [Sat, 13 Feb 2010 16:43:04 +0000 (16:43 +0000)]
Fix strtolower.phpt (bug #51031)
Jani Taskinen [Sat, 13 Feb 2010 15:43:45 +0000 (15:43 +0000)]
- Fix test
Jani Taskinen [Sat, 13 Feb 2010 01:08:04 +0000 (01:08 +0000)]
- Fixed tests
Jani Taskinen [Fri, 12 Feb 2010 17:09:09 +0000 (17:09 +0000)]
- Removed duplicate tests (bug #51007)
Jani Taskinen [Fri, 12 Feb 2010 16:53:44 +0000 (16:53 +0000)]
- Added missing SKIPIF section to tests (bug #51014)
Pierre Joye [Fri, 12 Feb 2010 01:22:10 +0000 (01:22 +0000)]
- merge 5.3.2RC2 changes, unsorted # for now
Christopher Jones [Thu, 11 Feb 2010 22:43:54 +0000 (22:43 +0000)]
Release PECL OCI8 1.4.1
Pierre Joye [Thu, 11 Feb 2010 22:37:50 +0000 (22:37 +0000)]
- fix php_date_llabs declaration
Johannes Schlüter [Thu, 11 Feb 2010 22:14:06 +0000 (22:14 +0000)]
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)
Johannes Schlüter [Thu, 11 Feb 2010 21:42:48 +0000 (21:42 +0000)]
revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
constructor)
Pierre Joye [Thu, 11 Feb 2010 21:17:13 +0000 (21:17 +0000)]
- those are in 5.3.2 now, merge to 5.3.2 section is coming
Ilia Alshanetsky [Thu, 11 Feb 2010 12:32:21 +0000 (12:32 +0000)]
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /).
Christopher Jones [Wed, 10 Feb 2010 23:56:27 +0000 (23:56 +0000)]
Spelling typo in new check message
Derick Rethans [Wed, 10 Feb 2010 16:55:40 +0000 (16:55 +0000)]
- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.
Derick Rethans [Wed, 10 Feb 2010 16:23:30 +0000 (16:23 +0000)]
- Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
was allocated only fit 4 digit years.
Derick Rethans [Wed, 10 Feb 2010 14:03:29 +0000 (14:03 +0000)]
- Update to 2010.2.
#- Wondering why it wasn't committed yet...
Johannes Schlüter [Wed, 10 Feb 2010 13:37:17 +0000 (13:37 +0000)]
Fix config test
Ilia Alshanetsky [Tue, 9 Feb 2010 22:47:03 +0000 (22:47 +0000)]
Typo fix
Johannes Schlüter [Tue, 9 Feb 2010 21:58:13 +0000 (21:58 +0000)]
Detect if we can rely on compiler-specific alignment features else use custom
workarounds. Fixes #50753
Andrey Hristov [Tue, 9 Feb 2010 19:05:40 +0000 (19:05 +0000)]
make send_close a hook, too
Rasmus Lerdorf [Tue, 9 Feb 2010 17:38:36 +0000 (17:38 +0000)]
It's a size_t here, not an unsigned int.
Pierre Joye [Tue, 9 Feb 2010 16:38:24 +0000 (16:38 +0000)]
- improve netsnmp detection (and restor snmp on win)
Andrey Hristov [Mon, 8 Feb 2010 13:09:34 +0000 (13:09 +0000)]
Fix bug#50416
PROCEDURE db.myproc can't return a result set in the given context
Pierre Joye [Sun, 7 Feb 2010 20:15:58 +0000 (20:15 +0000)]
- prevent unexpectable behaviors (for the user) with invalid path
Pierre Joye [Sun, 7 Feb 2010 13:06:54 +0000 (13:06 +0000)]
- Fixed #44098, imap_utf8() returns only capital letters
Jani Taskinen [Sun, 7 Feb 2010 11:42:52 +0000 (11:42 +0000)]
touch
Jani Taskinen [Sun, 7 Feb 2010 11:41:44 +0000 (11:41 +0000)]
bfn
Jani Taskinen [Sun, 7 Feb 2010 11:40:29 +0000 (11:40 +0000)]
- Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)
Rasmus Lerdorf [Fri, 5 Feb 2010 18:59:05 +0000 (18:59 +0000)]
Fix bug #50940
Pierre Joye [Thu, 4 Feb 2010 15:34:19 +0000 (15:34 +0000)]
- silent warning
Pierre Joye [Thu, 4 Feb 2010 08:24:29 +0000 (08:24 +0000)]
- if they are outdated/wrong, no need to confuse the users
Johannes Schlüter [Thu, 4 Feb 2010 01:12:14 +0000 (01:12 +0000)]
Allow newer oracle versions
Andrey Hristov [Wed, 3 Feb 2010 17:31:29 +0000 (17:31 +0000)]
Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.
Pierre Joye [Wed, 3 Feb 2010 16:11:56 +0000 (16:11 +0000)]
- vc6 does not expose it
Christopher Jones [Tue, 2 Feb 2010 22:54:36 +0000 (22:54 +0000)]
Explicitly set mail.add_x_header in php.ini so test output matches expected results
Ulf Wendel [Tue, 2 Feb 2010 13:10:50 +0000 (13:10 +0000)]
No idea which recent change has cause this little API change, however it is not a big change and maybe it is even an improvement.
Etienne Kneuss [Tue, 2 Feb 2010 13:08:11 +0000 (13:08 +0000)]
Fix tests
Ilia Alshanetsky [Tue, 2 Feb 2010 12:50:21 +0000 (12:50 +0000)]
Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
Dmitry Stogov [Tue, 2 Feb 2010 12:32:29 +0000 (12:32 +0000)]
Fixed bug #50723 (Bug in garbage collector causes crash)
Etienne Kneuss [Tue, 2 Feb 2010 04:49:02 +0000 (04:49 +0000)]
Remove trailing dots
Pierre Joye [Mon, 1 Feb 2010 21:20:07 +0000 (21:20 +0000)]
- missing patch (update to 0.9.3)
Pierre Joye [Mon, 1 Feb 2010 20:56:03 +0000 (20:56 +0000)]
- update to 0.9.3
Pierre Joye [Mon, 1 Feb 2010 19:30:32 +0000 (19:30 +0000)]
- fix test
Pierre Joye [Mon, 1 Feb 2010 18:58:42 +0000 (18:58 +0000)]
- fix leak
Andrey Hristov [Mon, 1 Feb 2010 17:12:40 +0000 (17:12 +0000)]
Fix second bug in that code, + instead of += thus not increasing
a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't
have access to this codepath.
Pierre Joye [Mon, 1 Feb 2010 16:19:27 +0000 (16:19 +0000)]
- system/version dependent msg
Andrey Hristov [Mon, 1 Feb 2010 16:12:03 +0000 (16:12 +0000)]
Fix a bug in mysqlnd where a pointer was not incremented
and thus wrong data was saved MYSQLND_FIELD::db. However, this
wasn't caught because there is no code in mysql/mysqli/pdo_mysql
which reads that field of the structure. The problem was found
during code review.
Pierre Joye [Mon, 1 Feb 2010 15:31:58 +0000 (15:31 +0000)]
- oops, wrong one applied, fix build.
Pierre Joye [Mon, 1 Feb 2010 15:22:31 +0000 (15:22 +0000)]
- set errno on failure so that the caller can still rely on strerror (reporting wrong error w/o this change)
Pierre Joye [Mon, 1 Feb 2010 15:18:55 +0000 (15:18 +0000)]
- fix system/version dependent msg, add skip cases, sync
Pierre Joye [Mon, 1 Feb 2010 14:56:51 +0000 (14:56 +0000)]
- try again to get a crypto context when the key container did not exist (which is likely to be the case, on a 1st call)
Etienne Kneuss [Mon, 1 Feb 2010 13:45:57 +0000 (13:45 +0000)]
Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in both orders)
Ilia Alshanetsky [Mon, 1 Feb 2010 12:59:08 +0000 (12:59 +0000)]
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)
Ulf Wendel [Mon, 1 Feb 2010 12:18:50 +0000 (12:18 +0000)]
Tests related to #50727