]>
granicus.if.org Git - php/log
Matteo Beccati [Wed, 4 Nov 2009 19:32:27 +0000 (19:32 +0000)]
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
Matteo Beccati [Wed, 4 Nov 2009 19:16:39 +0000 (19:16 +0000)]
- Reverting previous fix for bug #49985
# Unmerged changes from revision 289924
Ilia Alshanetsky [Wed, 4 Nov 2009 13:44:10 +0000 (13:44 +0000)]
Fixed bug #50073 (parse_url() incorrect when ? in fragment).
Guenter Knauf [Tue, 3 Nov 2009 19:03:49 +0000 (19:03 +0000)]
fixed build-in module list for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:56:47 +0000 (18:56 +0000)]
cleaned up includes for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:44:11 +0000 (18:44 +0000)]
added magic.mine path define for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:24:57 +0000 (18:24 +0000)]
added timezone define for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:03:02 +0000 (18:03 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:58:17 +0000 (17:58 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:50:10 +0000 (17:50 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:38:44 +0000 (17:38 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:32:58 +0000 (17:32 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:16:45 +0000 (17:16 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer tiem ago in their SDK header.
Guenter Knauf [Tue, 3 Nov 2009 17:11:09 +0000 (17:11 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer tiem ago in their SDK header.
Ilia Alshanetsky [Tue, 3 Nov 2009 13:14:33 +0000 (13:14 +0000)]
TZ update
Felipe Pena [Mon, 2 Nov 2009 17:37:32 +0000 (17:37 +0000)]
- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)
Derick Rethans [Mon, 2 Nov 2009 16:12:20 +0000 (16:12 +0000)]
- Updated to version 2009.17 (2009q)
Ilia Alshanetsky [Mon, 2 Nov 2009 13:33:24 +0000 (13:33 +0000)]
Fixed compiler warnings
Ilia Alshanetsky [Mon, 2 Nov 2009 04:06:57 +0000 (04:06 +0000)]
TZ news
Felipe Pena [Sun, 1 Nov 2009 17:30:55 +0000 (17:30 +0000)]
- Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]
Felipe Pena [Sun, 1 Nov 2009 15:12:34 +0000 (15:12 +0000)]
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
Takeshi Abe [Sun, 1 Nov 2009 05:04:35 +0000 (05:04 +0000)]
Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails
Pierre Joye [Sat, 31 Oct 2009 09:45:53 +0000 (09:45 +0000)]
- back to dev #2 and fix snap :)
Ilia Alshanetsky [Wed, 28 Oct 2009 13:04:42 +0000 (13:04 +0000)]
Lower the max upload default to 20
Jani Taskinen [Tue, 27 Oct 2009 22:18:25 +0000 (22:18 +0000)]
- Fix news
Jani Taskinen [Tue, 27 Oct 2009 22:15:19 +0000 (22:15 +0000)]
- You add, remove, fix or implement. Introduce yourself to someone else.
Felipe Pena [Tue, 27 Oct 2009 21:57:26 +0000 (21:57 +0000)]
- Fixed bug #50018 (Typo in spl_limit_it_seek())
Felipe Pena [Tue, 27 Oct 2009 21:37:03 +0000 (21:37 +0000)]
- Fixed memory leak in openssl_pkcs12_export_to_file()
Pierre Joye [Tue, 27 Oct 2009 19:16:55 +0000 (19:16 +0000)]
- Fixed crash in com_print_typeinfo when an invalid typelib is given
Felipe Pena [Tue, 27 Oct 2009 16:21:03 +0000 (16:21 +0000)]
- Fix build
Ilia Alshanetsky [Tue, 27 Oct 2009 16:13:48 +0000 (16:13 +0000)]
Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
Pierre Joye [Tue, 27 Oct 2009 10:44:11 +0000 (10:44 +0000)]
- #48752
Pierre Joye [Tue, 27 Oct 2009 10:41:45 +0000 (10:41 +0000)]
- #48752, crash during date parsing with invalid date
Derick Rethans [Mon, 26 Oct 2009 14:09:23 +0000 (14:09 +0000)]
- Updated to version 2009.16 (2009p)
Ilia Alshanetsky [Mon, 26 Oct 2009 12:57:01 +0000 (12:57 +0000)]
Fixed bug #49921 (Curl post upload functions changed).
Ilia Alshanetsky [Mon, 26 Oct 2009 02:02:28 +0000 (02:02 +0000)]
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Jani Taskinen [Sun, 25 Oct 2009 20:17:04 +0000 (20:17 +0000)]
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
Johannes Schlüter [Fri, 23 Oct 2009 16:47:35 +0000 (16:47 +0000)]
Fix #49972 (AppendIterator undefined function crash)
Ilia Alshanetsky [Thu, 22 Oct 2009 19:39:08 +0000 (19:39 +0000)]
Fixed test
Derick Rethans [Mon, 19 Oct 2009 16:29:13 +0000 (16:29 +0000)]
- Updated to version 2009.15 (2009o)
Jani Taskinen [Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)]
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
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())