]>
granicus.if.org Git - php/log
Jani Taskinen [Sat, 28 Nov 2009 00:38:05 +0000 (00:38 +0000)]
- Fixed bug #50266 (conflicting types for llabs)
Jani Taskinen [Sat, 28 Nov 2009 00:35:56 +0000 (00:35 +0000)]
- No dots here
Jani Taskinen [Sat, 28 Nov 2009 00:06:54 +0000 (00:06 +0000)]
- Fix bad merge (Sorry Ilia..)
Rasmus Lerdorf [Fri, 27 Nov 2009 23:41:13 +0000 (23:41 +0000)]
Fix bug #50315
Jani Taskinen [Fri, 27 Nov 2009 23:34:36 +0000 (23:34 +0000)]
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
David Soria Parra [Fri, 27 Nov 2009 22:24:44 +0000 (22:24 +0000)]
Use extended base if we build again gmp 4.2.0 which is usually available.
Jani Taskinen [Fri, 27 Nov 2009 12:50:29 +0000 (12:50 +0000)]
- Re-fixed bug #47104 (Linking shared extensions fails with icc)
Ilia Alshanetsky [Fri, 27 Nov 2009 03:02:01 +0000 (03:02 +0000)]
Fixe build
Andrey Hristov [Thu, 26 Nov 2009 11:10:47 +0000 (11:10 +0000)]
fix debug windows build as well as remove a compilation warning
(a header not included)
Jani Taskinen [Thu, 26 Nov 2009 10:26:27 +0000 (10:26 +0000)]
MFB52: missing _cv_
David Soria Parra [Wed, 25 Nov 2009 23:38:34 +0000 (23:38 +0000)]
Also allow base 62 for gmp_init as requested in (#50283)
David Soria Parra [Wed, 25 Nov 2009 18:15:25 +0000 (18:15 +0000)]
Really use 62 as the upper boundary as requested and not 32.
Ilia Alshanetsky [Wed, 25 Nov 2009 14:28:00 +0000 (14:28 +0000)]
Fixed bug #50195 (pg_copy_to() fails when table name contains schema).
Jani Taskinen [Wed, 25 Nov 2009 12:35:42 +0000 (12:35 +0000)]
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
Jani Taskinen [Wed, 25 Nov 2009 12:26:10 +0000 (12:26 +0000)]
ws
Rasmus Lerdorf [Wed, 25 Nov 2009 05:44:27 +0000 (05:44 +0000)]
The constructor generates that next line of output, so the expected
output had these 2 lines in the wrong order. Test your tests!
Rasmus Lerdorf [Wed, 25 Nov 2009 05:38:33 +0000 (05:38 +0000)]
And there is no 23,24,25 in this test at all. Perhaps these lines were
added to the wrong file by mistake? Those were the same ones missing from
pdo_mysql___construct_options.phpt
Rasmus Lerdorf [Wed, 25 Nov 2009 05:29:57 +0000 (05:29 +0000)]
Unless I am completely misreading this test case, these 3 lines at the
end should be in the expected output.
Rasmus Lerdorf [Wed, 25 Nov 2009 04:00:55 +0000 (04:00 +0000)]
Another test that doesn't work as root
Rasmus Lerdorf [Wed, 25 Nov 2009 03:53:50 +0000 (03:53 +0000)]
These tests don't work when run as root
Felipe Pena [Wed, 25 Nov 2009 02:03:02 +0000 (02:03 +0000)]
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
Rasmus Lerdorf [Wed, 25 Nov 2009 01:36:41 +0000 (01:36 +0000)]
Missed a few - now it really works with autoconf-2.64+
Rasmus Lerdorf [Wed, 25 Nov 2009 01:30:06 +0000 (01:30 +0000)]
Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
Felipe Pena [Tue, 24 Nov 2009 21:54:12 +0000 (21:54 +0000)]
- Fixed bug #50255 (isset() and empty() silently casts array to object)
Andrey Hristov [Tue, 24 Nov 2009 13:59:56 +0000 (13:59 +0000)]
Update charset table
Rasmus Lerdorf [Tue, 24 Nov 2009 13:57:39 +0000 (13:57 +0000)]
Fix null deref found by Michael Maclean
David Soria Parra [Tue, 24 Nov 2009 13:33:35 +0000 (13:33 +0000)]
Implement feature request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)
Felipe Pena [Tue, 24 Nov 2009 11:32:31 +0000 (11:32 +0000)]
- Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
Kalle Sommer Nielsen [Tue, 24 Nov 2009 11:08:16 +0000 (11:08 +0000)]
Fixed #50226 (Insufficient memory allocation for unicode string)
- Patch by yoarvi at gmail dot com
Jani Taskinen [Tue, 24 Nov 2009 00:18:16 +0000 (00:18 +0000)]
Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT)
Felipe Pena [Mon, 23 Nov 2009 23:07:07 +0000 (23:07 +0000)]
- Added test for bug #50261
Olivier DOUCET [Mon, 23 Nov 2009 21:59:00 +0000 (21:59 +0000)]
IMAP tests for trunk
Jani Taskinen [Mon, 23 Nov 2009 21:54:21 +0000 (21:54 +0000)]
- Upgraded bundled libtool to 1.5.26
Rasmus Lerdorf [Mon, 23 Nov 2009 21:24:20 +0000 (21:24 +0000)]
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
Rasmus Lerdorf [Mon, 23 Nov 2009 16:51:45 +0000 (16:51 +0000)]
Don't try to remove an empty output_obj here.
This gets rid of the annoying:
rm: invalid argument: `'
I was seeing.
(I really shouldn't be hacking libtool)
Ilia Alshanetsky [Mon, 23 Nov 2009 15:45:04 +0000 (15:45 +0000)]
Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is empty).
Rasmus Lerdorf [Mon, 23 Nov 2009 14:54:57 +0000 (14:54 +0000)]
When Ilia fixed bug #49470 and removed the '/' as a valid
email char, he forgot to make the corresponding change in
filter test 033.
Rasmus Lerdorf [Mon, 23 Nov 2009 14:46:47 +0000 (14:46 +0000)]
Trunk too - curl version check for the lack of a certinfo entry
in the getinfo array.
Jani Taskinen [Sun, 22 Nov 2009 18:31:01 +0000 (18:31 +0000)]
- Fixed error_log() to be binary safe when using message_type 3 (message appended to file).
Pierre Joye [Sun, 22 Nov 2009 12:34:10 +0000 (12:34 +0000)]
- add tests dir
Felipe Pena [Sat, 21 Nov 2009 19:43:00 +0000 (19:43 +0000)]
- Fixed bug #50258 (typos in error strings)
Brian Shire [Sat, 21 Nov 2009 05:38:58 +0000 (05:38 +0000)]
Fix phar regex test when '.php' is part of the path, instead be more specific with '.php$' regex.
Pierrick Charron [Sat, 21 Nov 2009 01:22:32 +0000 (01:22 +0000)]
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
Christopher Jones [Fri, 20 Nov 2009 21:52:02 +0000 (21:52 +0000)]
Mention account access so we can refer account-requestors to this README
Ilia Alshanetsky [Fri, 20 Nov 2009 18:54:08 +0000 (18:54 +0000)]
Don't ignore the 2nd parameter to PDO's quote() method that identifies the data type
Andrey Hristov [Fri, 20 Nov 2009 08:12:14 +0000 (08:12 +0000)]
Compressed protocol support + extensibility for mysqlnd
Uwe Schindler [Thu, 19 Nov 2009 22:13:15 +0000 (22:13 +0000)]
Fix compile error because of wrong merging from 5.3 branch.
TODO: Convert $SERVER[] variables to unicode also for NSAPI (see apache2_handler)
Christopher Jones [Thu, 19 Nov 2009 17:44:46 +0000 (17:44 +0000)]
New test
Christopher Jones [Thu, 19 Nov 2009 16:49:58 +0000 (16:49 +0000)]
Refactor test
Derick Rethans [Wed, 18 Nov 2009 22:56:32 +0000 (22:56 +0000)]
- Fixed the setting of cookies in HEAD.
Jani Taskinen [Wed, 18 Nov 2009 17:52:22 +0000 (17:52 +0000)]
- Fixed "make test" in phpize builds when ini file(s) contain extension directives
Jani Taskinen [Wed, 18 Nov 2009 17:44:58 +0000 (17:44 +0000)]
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
# This is also revert of bad patch to bug #48469 and fixes it properly.
Ilia Alshanetsky [Wed, 18 Nov 2009 13:37:45 +0000 (13:37 +0000)]
Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).
Derick Rethans [Wed, 18 Nov 2009 13:24:41 +0000 (13:24 +0000)]
- Fixed the setting of cookies.
Uwe Schindler [Tue, 17 Nov 2009 21:17:49 +0000 (21:17 +0000)]
Fix bug #50140: With default compilation option, php symbols are unresolved for nsapi
Rasmus Lerdorf [Tue, 17 Nov 2009 20:33:51 +0000 (20:33 +0000)]
Make it possible to disable post_max_size
Derick Rethans [Mon, 16 Nov 2009 15:57:13 +0000 (15:57 +0000)]
- Updated to version 2009.19 (2009s)
Ilia Alshanetsky [Mon, 16 Nov 2009 13:34:57 +0000 (13:34 +0000)]
Simpify the max_file_uploads handling code
David Soria Parra [Mon, 16 Nov 2009 03:10:25 +0000 (03:10 +0000)]
Add object-create and object-destroy dtrace probe
David Soria Parra [Mon, 16 Nov 2009 02:06:44 +0000 (02:06 +0000)]
Set eol-style
Felipe Pena [Sun, 15 Nov 2009 20:30:57 +0000 (20:30 +0000)]
- Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
(patch by Pierrick)
Felipe Pena [Sun, 15 Nov 2009 17:05:48 +0000 (17:05 +0000)]
- Improve test
Felipe Pena [Sun, 15 Nov 2009 16:53:40 +0000 (16:53 +0000)]
- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
(Patch by Pierrick)
Felipe Pena [Sun, 15 Nov 2009 16:20:37 +0000 (16:20 +0000)]
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
(patch by Pierrick)
Jani Taskinen [Sun, 15 Nov 2009 00:31:42 +0000 (00:31 +0000)]
- Nuke ws
Rasmus Lerdorf [Sun, 15 Nov 2009 00:24:06 +0000 (00:24 +0000)]
Fix bug #49868
Christopher Jones [Sat, 14 Nov 2009 23:28:53 +0000 (23:28 +0000)]
New test
Jani Taskinen [Sat, 14 Nov 2009 22:42:08 +0000 (22:42 +0000)]
MF53: sprintf -> snprintf -> slprintf (Marcus, Ilia: Thanks for not committing random stuff to HEAD)
Felipe Pena [Sat, 14 Nov 2009 19:17:22 +0000 (19:17 +0000)]
- Fixed bug #50174 (Incorrectly matched docComment)
Greg Beaver [Fri, 13 Nov 2009 00:58:11 +0000 (00:58 +0000)]
fix PHP Bug #49938: Phar::isBuffering() returns inverted value
Felipe Pena [Fri, 13 Nov 2009 00:24:43 +0000 (00:24 +0000)]
- Drop brackets
Felipe Pena [Thu, 12 Nov 2009 23:18:04 +0000 (23:18 +0000)]
- Fixed bug #49734 (toString must return string value)
David Coallier [Thu, 12 Nov 2009 17:45:08 +0000 (17:45 +0000)]
- Added an extra skipif for zlib
Christopher Jones [Thu, 12 Nov 2009 17:36:37 +0000 (17:36 +0000)]
Add auroraeos's article URL. Add IRC channels
Uwe Schindler [Thu, 12 Nov 2009 17:13:05 +0000 (17:13 +0000)]
As I am working on it, further improvement for bug #50087
Uwe Schindler [Thu, 12 Nov 2009 15:19:35 +0000 (15:19 +0000)]
Fix bug #50087: NSAPI performance improvements
Rasmus Lerdorf [Thu, 12 Nov 2009 08:20:57 +0000 (08:20 +0000)]
Fix for bug #49098
Felipe Pena [Thu, 12 Nov 2009 00:10:00 +0000 (00:10 +0000)]
- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
Greg Beaver [Wed, 11 Nov 2009 21:02:59 +0000 (21:02 +0000)]
fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar tar support
Christopher Jones [Wed, 11 Nov 2009 19:44:53 +0000 (19:44 +0000)]
Sigh. Fix grammar of title
Felipe Pena [Wed, 11 Nov 2009 18:59:37 +0000 (18:59 +0000)]
- Fixed bug #50146 (property_exists: Closure object cannot have properties)
Felipe Pena [Wed, 11 Nov 2009 18:52:12 +0000 (18:52 +0000)]
- Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not property_exists)
[5_2 is OK]
Felipe Pena [Wed, 11 Nov 2009 17:13:14 +0000 (17:13 +0000)]
- Fixed bug #50148 (zend_get_property_info should check for Z_TYPE_P(member) == IS_STRING) patch by yoarvi at gmail dot com
Christopher Jones [Tue, 10 Nov 2009 22:48:37 +0000 (22:48 +0000)]
Add test for long fixed bug
Rasmus Lerdorf [Mon, 9 Nov 2009 17:21:15 +0000 (17:21 +0000)]
Fix bug #50129
Jani Taskinen [Mon, 9 Nov 2009 17:08:48 +0000 (17:08 +0000)]
- Fix bad section names (extra - in the end..)
Derick Rethans [Mon, 9 Nov 2009 15:39:15 +0000 (15:39 +0000)]
- Updated to version 2009.18 (2009r)
Ilia Alshanetsky [Mon, 9 Nov 2009 01:54:23 +0000 (01:54 +0000)]
Upgraded bundled sqlite to version 3.6.20
Rasmus Lerdorf [Sun, 8 Nov 2009 15:18:10 +0000 (15:18 +0000)]
Fix bug #50115
Felipe Pena [Sun, 8 Nov 2009 15:02:54 +0000 (15:02 +0000)]
- Added SKIPIF
Felipe Pena [Sat, 7 Nov 2009 21:27:15 +0000 (21:27 +0000)]
- Fixed bug #50090 (Typo in IteratorIterator constructor)
Scott MacVicar [Fri, 6 Nov 2009 09:02:52 +0000 (09:02 +0000)]
Fix a typo
Christopher Jones [Fri, 6 Nov 2009 02:09:47 +0000 (02:09 +0000)]
Add pecl mail list
Christopher Jones [Thu, 5 Nov 2009 23:03:28 +0000 (23:03 +0000)]
Update and fix grammar
andy wharmby [Thu, 5 Nov 2009 22:44:02 +0000 (22:44 +0000)]
Fix tests
Ilia Alshanetsky [Thu, 5 Nov 2009 13:29:34 +0000 (13:29 +0000)]
Make sure that max_file_uploads is set to 20 by-default in all places
Ulf Wendel [Thu, 5 Nov 2009 12:14:08 +0000 (12:14 +0000)]
Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd should
Ulf Wendel [Thu, 5 Nov 2009 11:51:21 +0000 (11:51 +0000)]
Fixing test: it didn't do a select_db and gave a false-positive with libmysql
Dmitry Stogov [Thu, 5 Nov 2009 10:38:56 +0000 (10:38 +0000)]
Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)
Dmitry Stogov [Thu, 5 Nov 2009 09:33:19 +0000 (09:33 +0000)]
Fixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind Srinivasan)