]>
granicus.if.org Git - php/log
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
Mikko Koppanen [Sun, 31 Jan 2010 22:54:00 +0000 (22:54 +0000)]
Update the libmagic.patch to reflect the current situation. Contains a diff against upstream 5.03
Jani Taskinen [Sun, 31 Jan 2010 22:48:09 +0000 (22:48 +0000)]
pff
Gwynne Raskind [Sun, 31 Jan 2010 20:00:36 +0000 (20:00 +0000)]
ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing.
Ilia Alshanetsky [Sun, 31 Jan 2010 19:18:56 +0000 (19:18 +0000)]
Fixed crash in ZTS mode due to ini values not being initialized
Ilia Alshanetsky [Sun, 31 Jan 2010 18:06:29 +0000 (18:06 +0000)]
Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak.
Rasmus Lerdorf [Sun, 31 Jan 2010 17:07:31 +0000 (17:07 +0000)]
Blah, PDO_DBG_ENABLED is a 0/1 toggle
Rasmus Lerdorf [Sun, 31 Jan 2010 16:56:52 +0000 (16:56 +0000)]
RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,
so don't waste time calling them on every request.
Pierre Joye [Sun, 31 Jan 2010 15:22:17 +0000 (15:22 +0000)]
- fix leak
Pierre Joye [Sat, 30 Jan 2010 21:24:04 +0000 (21:24 +0000)]
- fix skip clauses
Pierre Joye [Sat, 30 Jan 2010 21:12:20 +0000 (21:12 +0000)]
- fix test init
Pierre Joye [Sat, 30 Jan 2010 20:55:01 +0000 (20:55 +0000)]
- fix write access check when write mode only is requested (not RW)
Pierre Joye [Sat, 30 Jan 2010 20:21:16 +0000 (20:21 +0000)]
- cleanup & correct msg
Pierre Joye [Sat, 30 Jan 2010 20:14:36 +0000 (20:14 +0000)]
- this value is platform dependent (unix too)
Pierre Joye [Sat, 30 Jan 2010 17:56:00 +0000 (17:56 +0000)]
- cs
Pierre Joye [Sat, 30 Jan 2010 17:06:06 +0000 (17:06 +0000)]
- fix test, rewrite it (same cases are tested), CS, simplify, be verbose on error not otherwise (avoid infinite loop in pcre_match inside run-test)
Pierre Joye [Thu, 28 Jan 2010 21:29:00 +0000 (21:29 +0000)]
- fix test
Pierre Joye [Thu, 28 Jan 2010 00:37:20 +0000 (00:37 +0000)]
- more EOL fixes, don't use expectf
Pierre Joye [Thu, 28 Jan 2010 00:05:37 +0000 (00:05 +0000)]
- fix possible EOL conversion on svn co on windows
Pierre Joye [Wed, 27 Jan 2010 23:54:52 +0000 (23:54 +0000)]
- skip if not enough permission and add to trunk
Pierre Joye [Wed, 27 Jan 2010 16:52:36 +0000 (16:52 +0000)]
- fix leak
Pierre Joye [Wed, 27 Jan 2010 16:46:43 +0000 (16:46 +0000)]
- don't go through the reparse code when we have a share or DFS path (should fix #50542)
Pierre Joye [Wed, 27 Jan 2010 16:44:48 +0000 (16:44 +0000)]
- little comment to avoid undesired changes in this section
Pierre Joye [Wed, 27 Jan 2010 16:43:16 +0000 (16:43 +0000)]
- fix leak, win only
Jani Taskinen [Wed, 27 Jan 2010 16:14:53 +0000 (16:14 +0000)]
- Short is enough, people will not understand it anyway. And this is not a TODO, this is what was already done..
Pierre Joye [Wed, 27 Jan 2010 14:41:06 +0000 (14:41 +0000)]
- fix leak when the SID is already used and duplicated
Ilia Alshanetsky [Wed, 27 Jan 2010 12:55:01 +0000 (12:55 +0000)]
Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)
Pierre Joye [Wed, 27 Jan 2010 11:23:43 +0000 (11:23 +0000)]
- update/fix/skip/add for rename tests
Pierre Joye [Wed, 27 Jan 2010 10:39:23 +0000 (10:39 +0000)]
- attempt to be more clear
Pierre Joye [Wed, 27 Jan 2010 10:08:43 +0000 (10:08 +0000)]
- fix and update test according to recent fixes
Pierre Joye [Wed, 27 Jan 2010 09:47:17 +0000 (09:47 +0000)]
- fix and update test according to recent fixes
Pierre Joye [Wed, 27 Jan 2010 08:14:50 +0000 (08:14 +0000)]
- update
Pierre Joye [Wed, 27 Jan 2010 07:48:31 +0000 (07:48 +0000)]
- #50854, fix build on non windows
Pierre Joye [Wed, 27 Jan 2010 02:03:41 +0000 (02:03 +0000)]
- removed debug breakpoint and improve inline comment
Pierre Joye [Wed, 27 Jan 2010 01:18:43 +0000 (01:18 +0000)]
- prevent bad things to happen when invalid path are passed to MoveFileEx
Pierre Joye [Tue, 26 Jan 2010 20:04:03 +0000 (20:04 +0000)]
- [DOC] #45986, bad file descriptor warning when rename is used with invalid path, add php_win32_docref2_from_error to display system error for non posix api
Ilia Alshanetsky [Tue, 26 Jan 2010 13:15:52 +0000 (13:15 +0000)]
Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)
Nuno Lopes [Mon, 25 Jan 2010 22:44:07 +0000 (22:44 +0000)]
Daniel Convissor wants to test ext/date/lib, so enable code coverage data for him
Jani Taskinen [Mon, 25 Jan 2010 16:28:13 +0000 (16:28 +0000)]
- Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP authentication)
Pierre Joye [Mon, 25 Jan 2010 14:47:19 +0000 (14:47 +0000)]
- Ensure that stderr output are not buffered, portability for tests
Pierre Joye [Mon, 25 Jan 2010 13:49:47 +0000 (13:49 +0000)]
- make it work on win, simplify expect using expectf
Andrey Hristov [Mon, 25 Jan 2010 13:23:32 +0000 (13:23 +0000)]
Fix for bug#50772
mysqli constructor without parameters does not return a working mysqli object
Ilia Alshanetsky [Mon, 25 Jan 2010 13:08:43 +0000 (13:08 +0000)]
Added test case for bug #44827
Pierre Joye [Mon, 25 Jan 2010 09:10:45 +0000 (09:10 +0000)]
- disable the non win32 version on win
Pierre Joye [Mon, 25 Jan 2010 09:09:02 +0000 (09:09 +0000)]
- pls don't add .swp/bak/etc. :)
Pierre Joye [Mon, 25 Jan 2010 09:01:22 +0000 (09:01 +0000)]
- ws
Jani Taskinen [Sun, 24 Jan 2010 18:39:14 +0000 (18:39 +0000)]
fix entries..can you count to 80?
Pierre Joye [Sun, 24 Jan 2010 18:05:36 +0000 (18:05 +0000)]
- today entries
Pierre Joye [Sun, 24 Jan 2010 17:57:40 +0000 (17:57 +0000)]
- fix test, dir separator agnostic
Pierre Joye [Sun, 24 Jan 2010 17:53:10 +0000 (17:53 +0000)]
- add win32 version of the test, damned error msg with eol in them
Derick Rethans [Sun, 24 Jan 2010 15:23:14 +0000 (15:23 +0000)]
- Updated to version 2010.1 (./tzdata2010a)
Pierre Joye [Sun, 24 Jan 2010 14:41:47 +0000 (14:41 +0000)]
- nl fix
Pierre Joye [Sun, 24 Jan 2010 14:38:34 +0000 (14:38 +0000)]
- \n or \r\n (phpt are text in svn)
Pierre Joye [Sun, 24 Jan 2010 14:18:09 +0000 (14:18 +0000)]
- fix tests
Pierre Joye [Sun, 24 Jan 2010 13:49:47 +0000 (13:49 +0000)]
- #50690, putenv does assign value when their length is one char
Pierre Joye [Sun, 24 Jan 2010 13:36:08 +0000 (13:36 +0000)]
- make getservbyname on windows behaves like *nux when proto is an empty string
Pierre Joye [Sun, 24 Jan 2010 12:39:31 +0000 (12:39 +0000)]
- prevent possible crash when error/warnings are raised during startup (like deprecated features), 5.3+ only
Pierre Joye [Sun, 24 Jan 2010 12:27:29 +0000 (12:27 +0000)]
- \n or \r\n as phpt are txt file in svn
Pierre Joye [Sun, 24 Jan 2010 12:05:58 +0000 (12:05 +0000)]
- skip if proc_nice is not available
Sriram Natarajan [Sat, 23 Jan 2010 01:37:32 +0000 (01:37 +0000)]
- Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)
Pierre Joye [Thu, 21 Jan 2010 23:23:17 +0000 (23:23 +0000)]
- fix win build, use bundled stdint
Andrey Hristov [Thu, 21 Jan 2010 18:17:19 +0000 (18:17 +0000)]
decrement correctly!
Andrey Hristov [Thu, 21 Jan 2010 18:12:18 +0000 (18:12 +0000)]
Add possibility to restrain the number of levels
Stanislav Malyshev [Thu, 21 Jan 2010 18:07:28 +0000 (18:07 +0000)]
fix TS build
Ilia Alshanetsky [Thu, 21 Jan 2010 17:49:38 +0000 (17:49 +0000)]
Upgraded bundled PCRE to version 8.01
Johannes Schlüter [Thu, 21 Jan 2010 13:30:46 +0000 (13:30 +0000)]
Overlong hostnames breakthistest on NIS enabled FreeBSD
Ilia Alshanetsky [Wed, 20 Jan 2010 13:06:27 +0000 (13:06 +0000)]
Added missing INI settings
Takeshi Abe [Wed, 20 Jan 2010 09:39:06 +0000 (09:39 +0000)]
fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
Andrey Hristov [Tue, 19 Jan 2010 15:31:39 +0000 (15:31 +0000)]
Fix possible lock-ups when a trigger triggers a trigger.
Hanging was possible on the subsequent try to acquire a mutex.
Now it is correctly implemented and if a trigger is being executed
then no other trigger will be fired, on recursive calls.
Jani Taskinen [Tue, 19 Jan 2010 13:44:08 +0000 (13:44 +0000)]
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation)
Johannes Schlüter [Tue, 19 Jan 2010 13:24:02 +0000 (13:24 +0000)]
- A few more extern declarations
Ilia Alshanetsky [Tue, 19 Jan 2010 12:42:50 +0000 (12:42 +0000)]
Fixed test
Ilia Alshanetsky [Tue, 19 Jan 2010 12:38:55 +0000 (12:38 +0000)]
Upgraded bundled sqlite to version 3.6.22.
Jani Taskinen [Tue, 19 Jan 2010 12:31:29 +0000 (12:31 +0000)]
- Add missing skipif
Andrey Hristov [Tue, 19 Jan 2010 12:13:06 +0000 (12:13 +0000)]
Make it GCC only feature (tracing). VC7 and up do the work
too and it might be tweaked later.
Jani Taskinen [Tue, 19 Jan 2010 12:03:07 +0000 (12:03 +0000)]
- WS + CS fixes
Andrey Hristov [Tue, 19 Jan 2010 11:44:43 +0000 (11:44 +0000)]
fix windows
Johannes Schlüter [Tue, 19 Jan 2010 10:44:36 +0000 (10:44 +0000)]
- Add extern declarations for fixing the build with some compilers
Ilia Alshanetsky [Mon, 18 Jan 2010 12:50:08 +0000 (12:50 +0000)]
Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
Ilia Alshanetsky [Sun, 17 Jan 2010 17:19:38 +0000 (17:19 +0000)]
Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
Hannes Magnusson [Sun, 17 Jan 2010 16:25:20 +0000 (16:25 +0000)]
Kill very old export of the docs.
Fixes bug#50784
Hannes Magnusson [Sun, 17 Jan 2010 14:22:16 +0000 (14:22 +0000)]
These instructions are apparently outdated
# See http://news.php.net/php.windows/29806
Jani Taskinen [Sat, 16 Jan 2010 21:01:12 +0000 (21:01 +0000)]
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories)
Rob Richards [Fri, 15 Jan 2010 21:29:56 +0000 (21:29 +0000)]
fix bug #49463 (setAttributeNS fails setting default namespace)
add test
Stanislav Malyshev [Fri, 15 Jan 2010 21:02:20 +0000 (21:02 +0000)]
add filters to mcrypt
# trunk will follow soon
Rasmus Lerdorf [Fri, 15 Jan 2010 18:26:53 +0000 (18:26 +0000)]
Fix gcc version check - bug #50771
Takeshi Abe [Fri, 15 Jan 2010 17:09:14 +0000 (17:09 +0000)]
fix wrong type and useless assignments
Pierre Joye [Thu, 14 Jan 2010 19:44:54 +0000 (19:44 +0000)]
- fix build
Ilia Alshanetsky [Thu, 14 Jan 2010 15:45:49 +0000 (15:45 +0000)]
Added test for bug #50680