]>
granicus.if.org Git - php/log
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)
Stanislav Malyshev [Fri, 15 Jan 2010 22:13:55 +0000 (22:13 +0000)]
add filters to mcrypt
Rob Richards [Fri, 15 Jan 2010 21:29:56 +0000 (21:29 +0000)]
fix bug #49463 (setAttributeNS fails setting default namespace)
add test
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
Takeshi Abe [Fri, 15 Jan 2010 16:55:09 +0000 (16:55 +0000)]
fix the letter type, which affects its type-error message
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
Andrey Hristov [Thu, 14 Jan 2010 12:31:29 +0000 (12:31 +0000)]
Fix compiler warning, copy&paste error
Andrey Hristov [Thu, 14 Jan 2010 11:39:18 +0000 (11:39 +0000)]
Fix compiler warning
Takeshi Abe [Thu, 14 Jan 2010 11:11:56 +0000 (11:11 +0000)]
imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation
Andrey Hristov [Thu, 14 Jan 2010 10:35:28 +0000 (10:35 +0000)]
remove redefinition of bit_uint8korr
Andrey Hristov [Thu, 14 Jan 2010 09:47:57 +0000 (09:47 +0000)]
Fix build of mysqli when libmysql is used, mysqlnd_portability.h
might not be available for some weird reasons. Added the macros
that we need, in that case
Code by Jess Portnoy
Andrey Hristov [Wed, 13 Jan 2010 18:07:02 +0000 (18:07 +0000)]
more PHPAPI for phpize-d builds
Andrey Hristov [Wed, 13 Jan 2010 18:00:41 +0000 (18:00 +0000)]
export more functionality for phpize builds
Andrey Hristov [Wed, 13 Jan 2010 14:06:02 +0000 (14:06 +0000)]
make mysqlnd's tracing API more reusable
Ilia Alshanetsky [Wed, 13 Jan 2010 13:44:58 +0000 (13:44 +0000)]
Fixed bug #50732 (exec() adds single byte twice to $output array).
Frank M. Kromann [Wed, 13 Jan 2010 07:22:21 +0000 (07:22 +0000)]
MFB. Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL
Takeshi Abe [Wed, 13 Jan 2010 06:55:03 +0000 (06:55 +0000)]
removed an unused variable
Christopher Jones [Tue, 12 Jan 2010 19:12:49 +0000 (19:12 +0000)]
Bump version in early preparation for release
Ilia Alshanetsky [Tue, 12 Jan 2010 12:46:54 +0000 (12:46 +0000)]
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
David Soria Parra [Tue, 12 Jan 2010 09:28:02 +0000 (09:28 +0000)]
Revert commit 292222. It's not needed anymore to specify c99.
Stanislav Malyshev [Mon, 11 Jan 2010 23:46:43 +0000 (23:46 +0000)]
name resource build script resourcebundle.build
Andrey Hristov [Mon, 11 Jan 2010 20:18:56 +0000 (20:18 +0000)]
more typedef cosmetics
Andrey Hristov [Mon, 11 Jan 2010 20:12:46 +0000 (20:12 +0000)]
remove stale export
Andrey Hristov [Mon, 11 Jan 2010 20:10:10 +0000 (20:10 +0000)]
cosmetics. typedef-ed types should be in capital case
Andrey Hristov [Mon, 11 Jan 2010 19:13:43 +0000 (19:13 +0000)]
remove extern defintion of a variable that is no more
used outside of the file where it is declared.
Also really export with PHPAPI the protocol init/deinit functions
Andrey Hristov [Mon, 11 Jan 2010 18:40:11 +0000 (18:40 +0000)]
this function should be exporten in all cases, not only under PHP6
Andrey Hristov [Mon, 11 Jan 2010 18:31:02 +0000 (18:31 +0000)]
missed to commit in 5_3, here it comes, reusability of stats
Andrey Hristov [Mon, 11 Jan 2010 18:27:31 +0000 (18:27 +0000)]
and another change to make the stats API re-usable
David Soria Parra [Mon, 11 Jan 2010 16:22:12 +0000 (16:22 +0000)]
Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some systems.
Andrey Hristov [Mon, 11 Jan 2010 14:27:35 +0000 (14:27 +0000)]
Rework the statistics macros to be reusable by external entities.
Rename handlers to triggers. Dynamically allocate space for the
statistics thus allow reusability.
Ilia Alshanetsky [Mon, 11 Jan 2010 12:34:10 +0000 (12:34 +0000)]
year++
Dmitry Stogov [Mon, 11 Jan 2010 10:07:10 +0000 (10:07 +0000)]
Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument)
Pierre Joye [Sun, 10 Jan 2010 02:13:45 +0000 (02:13 +0000)]
- use png_sig_cmp to support libpng 1.4, old is deprecated already in older version
Andrey Hristov [Fri, 8 Jan 2010 19:14:06 +0000 (19:14 +0000)]
Add the remaining code for statistics triggers
Andrey Hristov [Fri, 8 Jan 2010 18:52:08 +0000 (18:52 +0000)]
export some calls to init/deinit code outside of the module
Andrey Hristov [Fri, 8 Jan 2010 17:35:20 +0000 (17:35 +0000)]
improve the stats subsystem. Reduce the number of macro definitions
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.
Andrey Hristov [Fri, 8 Jan 2010 13:47:03 +0000 (13:47 +0000)]
add restart_psession and end_psession hooks
Takeshi Abe [Fri, 8 Jan 2010 12:18:52 +0000 (12:18 +0000)]
Bug #49600 (imageTTFText text shifted right)
- fix difference of horizontal position between imagettftext() and imagettfbbox()
Rasmus Lerdorf [Fri, 8 Jan 2010 09:43:14 +0000 (09:43 +0000)]
Worked with Samy Kamkar to improve LCG entropy.
Christopher Jones [Thu, 7 Jan 2010 23:59:20 +0000 (23:59 +0000)]
Bug #47281 ( is limited in size of characters). Also remove redundant code line.
Andrey Hristov [Thu, 7 Jan 2010 19:44:59 +0000 (19:44 +0000)]
Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
object. But this is restricted to the structure of the packets, not
the flow.
Ilia Alshanetsky [Thu, 7 Jan 2010 12:54:44 +0000 (12:54 +0000)]
Fixed bug #50680 (strtotime() does not support eighth ordinal number).
Christopher Jones [Wed, 6 Jan 2010 18:58:16 +0000 (18:58 +0000)]
Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
- Improved descriptor refcounting to remove unneeded items sooner
- Replaced n^2 list traversal during descriptor list destruction
Rob Richards [Wed, 6 Jan 2010 13:13:17 +0000 (13:13 +0000)]
fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)
add test
Ilia Alshanetsky [Wed, 6 Jan 2010 12:54:53 +0000 (12:54 +0000)]
Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false).
Sebastian Bergmann [Tue, 5 Jan 2010 20:46:53 +0000 (20:46 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Tue, 5 Jan 2010 20:40:23 +0000 (20:40 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l
Sriram Natarajan [Tue, 5 Jan 2010 19:25:23 +0000 (19:25 +0000)]
- Addressing minor leak noticed while addressing bug #48590
Pierrick Charron [Tue, 5 Jan 2010 13:03:40 +0000 (13:03 +0000)]
Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).
Ilia Alshanetsky [Tue, 5 Jan 2010 12:25:00 +0000 (12:25 +0000)]
Added test case for bug #50632
Sriram Natarajan [Tue, 5 Jan 2010 03:07:43 +0000 (03:07 +0000)]
- Fixed bug #48590 (SoapClient does not honor max_redirects)
Pierre Joye [Tue, 5 Jan 2010 01:05:58 +0000 (01:05 +0000)]
- should not have commited
Pierre Joye [Tue, 5 Jan 2010 01:02:15 +0000 (01:02 +0000)]
- [doc] fix exchange and other imap server support when a preferred auth method is not desired. Add option support to imap_open. Only 'DISABLE_AUTHENTICATOR' is supported yet, see #33500 for an example
Pierre Joye [Tue, 5 Jan 2010 00:50:19 +0000 (00:50 +0000)]
- [DOC] MF53: add INTERNALDATE to imap_append
Stanislav Malyshev [Mon, 4 Jan 2010 22:16:53 +0000 (22:16 +0000)]
add ICU resource bundle support, contributed by Hans-Peter Oeri
Ulf Wendel [Mon, 4 Jan 2010 15:29:18 +0000 (15:29 +0000)]
Updating test to new libmysql feature set (first introduced in MySQL 6.0 but now backported to MySQL 5.5).
Ulf Wendel [Mon, 4 Jan 2010 15:05:34 +0000 (15:05 +0000)]
The internal zval cache has been removed and not been reintroduced... remove corresponding test code
Ulf Wendel [Mon, 4 Jan 2010 14:59:04 +0000 (14:59 +0000)]
Fixing test
Ulf Wendel [Mon, 4 Jan 2010 14:34:44 +0000 (14:34 +0000)]
Tweaking test. Andrey, you once requested such a test, please have a look if it does exactly what you want it to do.
Ulf Wendel [Mon, 4 Jan 2010 13:44:10 +0000 (13:44 +0000)]
The internal zval cache has been removed and not been reintroduced... remove corresponding test code
Ilia Alshanetsky [Mon, 4 Jan 2010 12:38:07 +0000 (12:38 +0000)]
Update copyright year in the man file
Ilia Alshanetsky [Sun, 3 Jan 2010 22:58:37 +0000 (22:58 +0000)]
Fixed bug #50632 (filter_input() does not return default value if the variable does not exist)
Pierrick Charron [Sun, 3 Jan 2010 16:59:33 +0000 (16:59 +0000)]
Fixed bug #50636 (MySQLi_Result sets values before calling constructor)
Sebastian Bergmann [Sun, 3 Jan 2010 09:23:27 +0000 (09:23 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Sun, 3 Jan 2010 08:22:14 +0000 (08:22 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l
Ilia Alshanetsky [Wed, 30 Dec 2009 19:15:11 +0000 (19:15 +0000)]
Fixed bug #44827 (define() allows :: in constant names).
Matteo Beccati [Wed, 30 Dec 2009 17:22:42 +0000 (17:22 +0000)]
- Added unicode support to ext/pgsql
# Also fixed a few typos and compiler warnings
Jani Taskinen [Tue, 29 Dec 2009 19:23:41 +0000 (19:23 +0000)]
- CS + WS + folding tags
Pierrick Charron [Tue, 29 Dec 2009 16:06:27 +0000 (16:06 +0000)]
Add a test for tidyNode::__construct()
Ilia Alshanetsky [Tue, 29 Dec 2009 15:57:54 +0000 (15:57 +0000)]
Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads).
Jani Taskinen [Tue, 29 Dec 2009 13:00:09 +0000 (13:00 +0000)]
- Last ws pollution, I hope.
Jani Taskinen [Tue, 29 Dec 2009 12:57:38 +0000 (12:57 +0000)]
- Try prevent accidents
Jani Taskinen [Tue, 29 Dec 2009 12:46:48 +0000 (12:46 +0000)]
- WS + CS
Pierrick Charron [Mon, 28 Dec 2009 17:01:24 +0000 (17:01 +0000)]
Set the tidyNode constructor private
Derick Rethans [Mon, 28 Dec 2009 14:30:50 +0000 (14:30 +0000)]
- Updated to version 2009.21 (2009u)
Andrey Hristov [Mon, 28 Dec 2009 11:17:10 +0000 (11:17 +0000)]
move network creation to the init hook
Felipe Pena [Sun, 27 Dec 2009 18:13:37 +0000 (18:13 +0000)]
- Fixed ZTS build
Mikko Koppanen [Sun, 27 Dec 2009 01:00:50 +0000 (01:00 +0000)]
Share the php_sockets.h header
Share php_sockets_le_socket_name
Mikko Koppanen [Sun, 27 Dec 2009 00:43:33 +0000 (00:43 +0000)]
spprintf the dbname
use VCWD_ACCESS instead of access