]>
granicus.if.org Git - php/log
Jani Taskinen [Mon, 19 Oct 2009 12:42:10 +0000 (12:42 +0000)]
- It is close to next 5.2 release, ILIA!
Scott MacVicar [Fri, 16 Oct 2009 16:09:49 +0000 (16:09 +0000)]
Fix bug #49332 - Unable to compile with Snow Leopard due to some DNS funsies
Ilia Alshanetsky [Thu, 15 Oct 2009 12:26:54 +0000 (12:26 +0000)]
Fixed bug #49855 (import_request_variables() always returns NULL).
Guenter Knauf [Wed, 14 Oct 2009 19:29:37 +0000 (19:29 +0000)]
zend_module_dep is no const and breaks strict compilers
like CodeWarrior for NetWare.
Ilia Alshanetsky [Wed, 14 Oct 2009 12:28:37 +0000 (12:28 +0000)]
tz update news
Ilia Alshanetsky [Wed, 14 Oct 2009 01:32:07 +0000 (01:32 +0000)]
Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes).
Derick Rethans [Tue, 13 Oct 2009 08:16:35 +0000 (08:16 +0000)]
- Updated to version 2009.14 (2009n)
Moriyoshi Koizumi [Tue, 13 Oct 2009 05:18:37 +0000 (05:18 +0000)]
- Bug #49785: take 5. What the hell happened to me...
Felipe Pena [Mon, 12 Oct 2009 19:23:07 +0000 (19:23 +0000)]
- BFN
Felipe Pena [Mon, 12 Oct 2009 19:04:00 +0000 (19:04 +0000)]
- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection
Felipe Pena [Mon, 12 Oct 2009 17:09:11 +0000 (17:09 +0000)]
- Fixed PDORow and PDOStatement crashes when instantiating throught Reflection
Moriyoshi Koizumi [Mon, 12 Oct 2009 14:29:45 +0000 (14:29 +0000)]
- Bug #49785: take 4 - typo. this flaw is unharmful since the return value of get_next_char() is only used when UTF-8 is specified to the third argument.
Moriyoshi Koizumi [Mon, 12 Oct 2009 14:25:51 +0000 (14:25 +0000)]
- Bug #49785: take 3 - fixed infinite loop bug (only for 5.2) (reported by T.Komura. Thanks)
Pierre Joye [Mon, 12 Oct 2009 10:01:37 +0000 (10:01 +0000)]
- check max colors while loading gd2 palette image (patch by Tomas Hoger)
Moriyoshi Koizumi [Sun, 11 Oct 2009 23:52:33 +0000 (23:52 +0000)]
- A couple more fix for my previous fix.
(one of the fix by Arnaud Le Blanc. Thanks!)
Moriyoshi Koizumi [Fri, 9 Oct 2009 17:13:05 +0000 (17:13 +0000)]
- More tests to go.
Moriyoshi Koizumi [Fri, 9 Oct 2009 10:02:38 +0000 (10:02 +0000)]
- Fixed bug #49785 (insufficient input string validation of htmlspecialchars()).
Ilia Alshanetsky [Fri, 9 Oct 2009 02:15:22 +0000 (02:15 +0000)]
Syntax
Jani Taskinen [Thu, 8 Oct 2009 14:21:53 +0000 (14:21 +0000)]
- Fixed bug #49809 (time_sleep_until is not available on solaris)
Jani Taskinen [Thu, 8 Oct 2009 10:33:26 +0000 (10:33 +0000)]
- Fixed bug #49503 (invalid warning for failed semaphore file creation)
# I have no idea why I had added this. Might have been some debug code.. :(
Ilia Alshanetsky [Thu, 8 Oct 2009 02:21:36 +0000 (02:21 +0000)]
Revert fix, not relavent for this branch
Matteo Beccati [Wed, 7 Oct 2009 17:40:16 +0000 (17:40 +0000)]
- Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
# original patch by Mark Kirkwood
Ilia Alshanetsky [Wed, 7 Oct 2009 12:46:29 +0000 (12:46 +0000)]
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
# original patch by wmeler at wp-sa dot pl
Etienne Kneuss [Tue, 6 Oct 2009 13:34:56 +0000 (13:34 +0000)]
Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage)
Ilia Alshanetsky [Tue, 6 Oct 2009 12:52:32 +0000 (12:52 +0000)]
Formatting tweaks
Jani Taskinen [Tue, 6 Oct 2009 10:00:53 +0000 (10:00 +0000)]
pff
Ilia Alshanetsky [Mon, 5 Oct 2009 14:45:54 +0000 (14:45 +0000)]
Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications).
# original patch by Florian Anderiasch
Dmitry Stogov [Mon, 5 Oct 2009 13:56:49 +0000 (13:56 +0000)]
Fixed bug #49627 (error_log to specified file does not log time according to date.timezone)
Sriram Natarajan [Fri, 2 Oct 2009 00:13:53 +0000 (00:13 +0000)]
- Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).
Ilia Alshanetsky [Thu, 1 Oct 2009 23:21:36 +0000 (23:21 +0000)]
Fixed typo
Ilia Alshanetsky [Wed, 30 Sep 2009 20:48:41 +0000 (20:48 +0000)]
Fixed bug #48805 (IPv6 socket transport is not working).
Felipe Pena [Wed, 30 Sep 2009 11:25:13 +0000 (11:25 +0000)]
- Fix build
Ilia Alshanetsky [Wed, 30 Sep 2009 02:34:17 +0000 (02:34 +0000)]
Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose).
Felipe Pena [Tue, 29 Sep 2009 23:36:30 +0000 (23:36 +0000)]
- Fix build
Rafael Machado Dohms [Tue, 29 Sep 2009 14:34:06 +0000 (14:34 +0000)]
Fixing tests for head and wrong SKIPIF blocks
Rasmus Lerdorf [Tue, 29 Sep 2009 14:14:02 +0000 (14:14 +0000)]
Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak.
Rasmus Lerdorf [Tue, 29 Sep 2009 14:02:50 +0000 (14:02 +0000)]
Add missing open_basedir check in posix_mkfifo
Rasmus Lerdorf [Tue, 29 Sep 2009 13:56:51 +0000 (13:56 +0000)]
Fix date_sunrise/date_sunset tests
Rafael Machado Dohms [Mon, 28 Sep 2009 22:57:41 +0000 (22:57 +0000)]
Adding tests for bug #49692
Kalle Sommer Nielsen [Mon, 28 Sep 2009 15:07:37 +0000 (15:07 +0000)]
NEWS for Rasmus' bug fix
Rasmus Lerdorf [Mon, 28 Sep 2009 13:29:53 +0000 (13:29 +0000)]
Fix for bug #49698
Ilia Alshanetsky [Mon, 28 Sep 2009 13:11:21 +0000 (13:11 +0000)]
Fixed build
Felipe Pena [Sat, 26 Sep 2009 17:59:33 +0000 (17:59 +0000)]
- Fixed tests
Felipe Pena [Sat, 26 Sep 2009 16:55:11 +0000 (16:55 +0000)]
- Fixed tests
Rasmus Lerdorf [Sat, 26 Sep 2009 00:53:59 +0000 (00:53 +0000)]
Refix bug #49558 as per bug #49676
Andrey Hristov [Fri, 25 Sep 2009 12:35:58 +0000 (12:35 +0000)]
Fix returned value, if mysql_stmt_attr_set fails
then mysqli returns true, otherwise false. Wrong logic.
Antony Dovgal [Fri, 25 Sep 2009 07:10:29 +0000 (07:10 +0000)]
MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting
this patch makes sure that LDFLAGS are taken into account when
configuring the build
Felipe Pena [Fri, 25 Sep 2009 01:53:02 +0000 (01:53 +0000)]
- Reverted last Ilia's change (looks as accidental in this branch, as it was in popen() not tempnam(), and it doesnt need to be changed here)
Jani Taskinen [Thu, 24 Sep 2009 22:40:15 +0000 (22:40 +0000)]
fn
Ilia Alshanetsky [Thu, 24 Sep 2009 18:59:28 +0000 (18:59 +0000)]
Make tempnam() return FALSE on error as documented
Sriram Natarajan [Thu, 24 Sep 2009 18:45:09 +0000 (18:45 +0000)]
- Rollback fix for bug #49571 (CURLOPT_POSTREDIR not implemented).
# - Features don't go into PHP 5.2
Sriram Natarajan [Thu, 24 Sep 2009 18:20:49 +0000 (18:20 +0000)]
- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).
Rob Richards [Thu, 24 Sep 2009 15:10:21 +0000 (15:10 +0000)]
MFH: Fixed bug #49647 (DOMUserData does not exist)
Rob Richards [Thu, 24 Sep 2009 12:40:59 +0000 (12:40 +0000)]
fix memleak
Moriyoshi Koizumi [Wed, 23 Sep 2009 15:22:47 +0000 (15:22 +0000)]
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
multibyte character).
(This bug was introduced by the commit by r202895. Please double-check the
specification of the function you are going to *fix*.)
Moriyoshi Koizumi [Wed, 23 Sep 2009 14:26:51 +0000 (14:26 +0000)]
* Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11
was about to come at that time).
Dmitry Stogov [Wed, 23 Sep 2009 10:25:54 +0000 (10:25 +0000)]
Fixed ext/standard/tests/streams/stream_get_contents_002.phpt
Felipe Pena [Wed, 23 Sep 2009 02:08:19 +0000 (02:08 +0000)]
- Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set ...")
Felipe Pena [Tue, 22 Sep 2009 18:18:57 +0000 (18:18 +0000)]
- Fixed bug #49630 (imap_listscan function missing)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
Dmitry Stogov [Tue, 22 Sep 2009 14:52:47 +0000 (14:52 +0000)]
Fixed tests which fail from time to time because of race conditions ("echo" command didn't wait for all the data php tried to send and as result php got a SIGPIPE)
Dmitry Stogov [Tue, 22 Sep 2009 10:15:10 +0000 (10:15 +0000)]
Fixed test (it failed from time to time because of very small timeouts)
Jani Taskinen [Tue, 22 Sep 2009 09:41:39 +0000 (09:41 +0000)]
- Move tests in the right location
Dmitry Stogov [Tue, 22 Sep 2009 08:47:30 +0000 (08:47 +0000)]
Fixed test
Dmitry Stogov [Tue, 22 Sep 2009 08:22:29 +0000 (08:22 +0000)]
Fixed test (removed "bad" locale)
Dmitry Stogov [Mon, 21 Sep 2009 14:32:20 +0000 (14:32 +0000)]
Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option)
Dmitry Stogov [Mon, 21 Sep 2009 13:32:10 +0000 (13:32 +0000)]
Fixed tests/lang/bug22592.phpt
Dmitry Stogov [Mon, 21 Sep 2009 13:01:17 +0000 (13:01 +0000)]
Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt
Dmitry Stogov [Mon, 21 Sep 2009 11:30:38 +0000 (11:30 +0000)]
Fixed tests
Dmitry Stogov [Mon, 21 Sep 2009 11:22:13 +0000 (11:22 +0000)]
Fixed memory leak
Ilia Alshanetsky [Mon, 21 Sep 2009 02:51:15 +0000 (02:51 +0000)]
WS
Hannes Magnusson [Thu, 17 Sep 2009 11:43:29 +0000 (11:43 +0000)]
BFN
Hannes Magnusson [Thu, 17 Sep 2009 11:36:29 +0000 (11:36 +0000)]
Fixed bug#49578 (make install-pear fails)
# Apparently this script was using 5.3 functionality
# Workaround would be to install 'wget'
Sriram Natarajan [Thu, 17 Sep 2009 02:45:25 +0000 (02:45 +0000)]
- Fixed bug #49572 (use of C++ style comments causes build failure)
Ilia Alshanetsky [Wed, 16 Sep 2009 22:46:37 +0000 (22:46 +0000)]
5.2.11 news cleanup
Ilia Alshanetsky [Wed, 16 Sep 2009 12:55:51 +0000 (12:55 +0000)]
Back to dev
Ilia Alshanetsky [Wed, 16 Sep 2009 12:54:51 +0000 (12:54 +0000)]
5.2.11
andy wharmby [Tue, 15 Sep 2009 21:44:08 +0000 (21:44 +0000)]
Fix SKIPIF sections
Rasmus Lerdorf [Tue, 15 Sep 2009 20:34:54 +0000 (20:34 +0000)]
Fix for bug #49558 for 5.2 and HEAD as well.
Moriyoshi Koizumi [Tue, 15 Sep 2009 00:09:13 +0000 (00:09 +0000)]
- WS fix (spaces to tabs)
Jani Taskinen [Mon, 14 Sep 2009 17:18:27 +0000 (17:18 +0000)]
pfft
Ulf Wendel [Mon, 14 Sep 2009 16:51:11 +0000 (16:51 +0000)]
Backport of http://news.php.net/php.cvs/60381 to PHP 5_2 which fixes a potential crash with ext/mysqli and Prepared Statements if the MySQL Server sends faulty metadata, see also http://news.php.net/php.cvs/60389 . I don't know of a way to crash PHP using a recent MySQL. But metadata has been a troublemaker in the past. Just in case...
Ilia Alshanetsky [Mon, 14 Sep 2009 12:50:30 +0000 (12:50 +0000)]
Fixed certificate validation inside php_openssl_apply_verification_policy
Moriyoshi Koizumi [Mon, 14 Sep 2009 04:11:29 +0000 (04:11 +0000)]
- Looks like bug #48697 has already been fixed in RC1.
andy wharmby [Fri, 11 Sep 2009 21:57:04 +0000 (21:57 +0000)]
Add missing SKIPIF
Ilia Alshanetsky [Thu, 10 Sep 2009 12:16:30 +0000 (12:16 +0000)]
Back to dev
Ilia Alshanetsky [Thu, 10 Sep 2009 12:14:51 +0000 (12:14 +0000)]
5.2.11RC3
Ilia Alshanetsky [Thu, 10 Sep 2009 02:15:08 +0000 (02:15 +0000)]
Fixed test
Felipe Pena [Thu, 10 Sep 2009 01:20:42 +0000 (01:20 +0000)]
- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0))
Jani Taskinen [Wed, 9 Sep 2009 07:38:03 +0000 (07:38 +0000)]
Ihnetd.
Ilia Alshanetsky [Tue, 8 Sep 2009 22:14:29 +0000 (22:14 +0000)]
TZ news
Derick Rethans [Tue, 8 Sep 2009 14:03:53 +0000 (14:03 +0000)]
- Updated to version 2009.13 (2009m)
Ilia Alshanetsky [Mon, 7 Sep 2009 14:18:46 +0000 (14:18 +0000)]
Fixed tests
Ilia Alshanetsky [Mon, 7 Sep 2009 02:35:25 +0000 (02:35 +0000)]
Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
Pierre Joye [Sun, 6 Sep 2009 15:56:58 +0000 (15:56 +0000)]
- revert last commit, breaks the build and needs test case(s)
Moriyoshi Koizumi [Sun, 6 Sep 2009 14:43:09 +0000 (14:43 +0000)]
- Fix leaks.
Pierre Joye [Sat, 5 Sep 2009 19:01:06 +0000 (19:01 +0000)]
- WS
Pierre Joye [Sat, 5 Sep 2009 19:00:05 +0000 (19:00 +0000)]
- don't hide early declaration
Pierre Joye [Sat, 5 Sep 2009 17:35:26 +0000 (17:35 +0000)]
- fix #49274, filter_var does not accept object without a toString implementation
Jani Taskinen [Sat, 5 Sep 2009 17:11:44 +0000 (17:11 +0000)]
- This was not supposed to be committed..
Jani Taskinen [Sat, 5 Sep 2009 17:07:14 +0000 (17:07 +0000)]
- Fixed bug #49182 (PHP CGI always outputs the shebang line)