]>
granicus.if.org Git - php/log
Pierre Joye [Thu, 4 Feb 2010 09:02:19 +0000 (09:02 +0000)]
- prevent possible crash when error/warnings are raised during startup on windows
Pierre Joye [Thu, 4 Feb 2010 08:58:49 +0000 (08:58 +0000)]
- Overlong hostnames breakthistest on NIS enabled FreeBSD
Pierre Joye [Wed, 3 Feb 2010 21:00:20 +0000 (21:00 +0000)]
Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)
Pierre Joye [Wed, 3 Feb 2010 20:57:08 +0000 (20:57 +0000)]
- Updated to version 2010.1
Pierre Joye [Wed, 3 Feb 2010 20:53:31 +0000 (20:53 +0000)]
- Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)
Pierre Joye [Wed, 3 Feb 2010 20:50:38 +0000 (20:50 +0000)]
- fix test
Pierre Joye [Wed, 3 Feb 2010 20:49:03 +0000 (20:49 +0000)]
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation
Pierre Joye [Wed, 3 Feb 2010 20:46:41 +0000 (20:46 +0000)]
- fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
Pierre Joye [Wed, 3 Feb 2010 20:44:43 +0000 (20:44 +0000)]
- Fix gcc version check - bug #50771
Pierre Joye [Wed, 3 Feb 2010 20:42:50 +0000 (20:42 +0000)]
- fix wrong type and useless assignments
Pierre Joye [Wed, 3 Feb 2010 20:29:09 +0000 (20:29 +0000)]
- Don't free soap_headers just before comparing the length. This causes SoapClient..
Pierre Joye [Wed, 3 Feb 2010 20:26:26 +0000 (20:26 +0000)]
-fix tests
Pierre Joye [Wed, 3 Feb 2010 20:23:53 +0000 (20:23 +0000)]
- Upgraded bundled sqlite to version 3.6.22
Pierre Joye [Wed, 3 Feb 2010 20:21:40 +0000 (20:21 +0000)]
- Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
Pierre Joye [Wed, 3 Feb 2010 20:19:05 +0000 (20:19 +0000)]
- Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
Pierre Joye [Wed, 3 Feb 2010 20:16:21 +0000 (20:16 +0000)]
- kill/update old docs
Pierre Joye [Wed, 3 Feb 2010 20:13:18 +0000 (20:13 +0000)]
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirector
Pierre Joye [Wed, 3 Feb 2010 20:10:35 +0000 (20:10 +0000)]
Worked with Samy Kamkar to improve LCG entropy.
Pierre Joye [Wed, 3 Feb 2010 20:08:42 +0000 (20:08 +0000)]
Bug #47281 ( is limited in size of characters). Also remove redundant code line
Pierre Joye [Wed, 3 Feb 2010 20:04:38 +0000 (20:04 +0000)]
- fix bug #49463 (setAttributeNS fails setting default namespace)
Pierre Joye [Wed, 3 Feb 2010 20:00:49 +0000 (20:00 +0000)]
- Bump version in early preparation for release
Pierre Joye [Wed, 3 Feb 2010 19:48:04 +0000 (19:48 +0000)]
- Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
Pierre Joye [Wed, 3 Feb 2010 19:44:23 +0000 (19:44 +0000)]
- Fixed bug #50680 (strtotime() does not support eighth ordinal number).
Pierre Joye [Wed, 3 Feb 2010 19:37:35 +0000 (19:37 +0000)]
- Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
Pierre Joye [Wed, 3 Feb 2010 18:52:17 +0000 (18:52 +0000)]
- Revert commit 292222. It's not needed anymore to specify c99.
Pierre Joye [Wed, 3 Feb 2010 18:47:13 +0000 (18:47 +0000)]
- year++
Pierre Joye [Wed, 3 Feb 2010 18:41:27 +0000 (18:41 +0000)]
fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)
Pierre Joye [Wed, 3 Feb 2010 18:38:11 +0000 (18:38 +0000)]
- Addressing minor leak noticed while addressing bug #48590
Pierre Joye [Wed, 3 Feb 2010 18:35:58 +0000 (18:35 +0000)]
- Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).
Pierre Joye [Wed, 3 Feb 2010 18:29:52 +0000 (18:29 +0000)]
- merge fix build for sha
Pierre Joye [Wed, 3 Feb 2010 18:15:16 +0000 (18:15 +0000)]
-merge: imagepolygon() and imagefilledpolygon() does not allow negative number of points
Pierre Joye [Wed, 3 Feb 2010 18:11:24 +0000 (18:11 +0000)]
- merge: Fixed bug #50732 (exec() adds single byte twice to array).
Pierre Joye [Wed, 3 Feb 2010 18:08:05 +0000 (18:08 +0000)]
- merge info
Pierre Joye [Wed, 3 Feb 2010 18:07:25 +0000 (18:07 +0000)]
- Fixed bug #50519 (segfault in garbage collection when using set_error_handler an..
Pierre Joye [Wed, 3 Feb 2010 17:55:57 +0000 (17:55 +0000)]
- merge info
Pierre Joye [Wed, 3 Feb 2010 17:47:28 +0000 (17:47 +0000)]
- Merge: use png_sig_cmp to support libpng 1.4, old is deprecated already in older vers
Pierre Joye [Wed, 3 Feb 2010 17:41:00 +0000 (17:41 +0000)]
- Merge #49600 (imageTTFText text shifted right)
Johannes Schlüter [Thu, 28 Jan 2010 01:45:47 +0000 (01:45 +0000)]
merge r293144 - Added test case for bug #50632 (iliaa)
Johannes Schlüter [Wed, 27 Jan 2010 17:42:17 +0000 (17:42 +0000)]
merge r293131 - Fixed bug #48590 (SoapClient does not honor max_redirects)
(srinatar)
Johannes Schlüter [Wed, 27 Jan 2010 17:36:46 +0000 (17:36 +0000)]
merge r293126 - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix
#33500) (pajoye)
Johannes Schlüter [Wed, 27 Jan 2010 17:29:38 +0000 (17:29 +0000)]
Merge r293114: add ICU resource bundle support, contributed by Hans-Peter Oeri
(stas)
Johannes Schlüter [Wed, 27 Jan 2010 17:24:34 +0000 (17:24 +0000)]
merge r293075: Update copyright year in the man file (iliaa)
Johannes Schlüter [Wed, 27 Jan 2010 17:22:54 +0000 (17:22 +0000)]
merge r293051: Fixed bug #50632 (filter_input() does not return default value if
the variable does not exist) (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 23:41:18 +0000 (23:41 +0000)]
merge r292823 Fixed bug #44827 (define() allows :: in constant names). (iliaa)
and r293974 Added test case for bug #44827 (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 23:26:15 +0000 (23:26 +0000)]
Merge rfc1867.c changes
r292762 - Fixed bug #48190 (Content-type parameter "boundary" is not case-
insensitive in HTTP uploads). (iliaa)
r292771 - WS + CS + folding tags (jani)
r292777 - Sync with HEAD (jani)
Johannes Schlüter [Mon, 25 Jan 2010 23:12:42 +0000 (23:12 +0000)]
Merge -r292683 Share the php_sockets.h header (mkoppanen)
Johannes Schlüter [Mon, 25 Jan 2010 23:06:09 +0000 (23:06 +0000)]
merge r292677: Along with the valid char set, also add a length check to the
session id here to avoid a lower-level error on the open()
later on in case we exceed MAX_PATH. The lower level open()
error includes the session dir path in it, so this is a very
low-priority security fix. People should not be running
production systems with display_errors turned on. (rasmus)
Johannes Schlüter [Mon, 25 Jan 2010 22:43:29 +0000 (22:43 +0000)]
Merge libmagic update
r292654 - Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues)
(mkoppanen)
r292682 - spprintf the dbname (mkoppanen)
r292693 - Fixed ZTS build (felipe)
Johannes Schlüter [Mon, 25 Jan 2010 17:29:37 +0000 (17:29 +0000)]
Merge tidynode changes: (pierrick)
r292635 - Changed tidyNode class to disallow manual node creation.
r292719 - Set the tidyNode constructor private
r292765 - Add a test for tidyNode::__construct()
Johannes Schlüter [Mon, 25 Jan 2010 17:15:41 +0000 (17:15 +0000)]
merge r292632: remove automatic file unlocking on shutdown and/or stream close
(tony2001)
Johannes Schlüter [Mon, 25 Jan 2010 17:02:37 +0000 (17:02 +0000)]
merge postgresql 8.5 test changes (mbeccati)
-r292630 - Updated pdo_pgsql tests to be 8.5+ friendly
-r292633 - Updated ext/pgsql tests to work w/ PostgreSQL 8.5
-r292634 - Removed spurious high-ascii char from previous commmit
Johannes Schlüter [Mon, 25 Jan 2010 16:46:55 +0000 (16:46 +0000)]
merge -r292624: Fixed bug #50519 (segfault in garbage collection when using
set_error_handler and DomDocument (dmitry)
Johannes Schlüter [Mon, 25 Jan 2010 16:14:28 +0000 (16:14 +0000)]
merge r292611: Added missing host validation for HTTP urls inside
FILTER_VALIDATE_URL. (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 15:57:24 +0000 (15:57 +0000)]
merge r292595: Changed stream_resolve_include_path to use zend_resolve_path
(mkoppanen)
Johannes Schlüter [Mon, 25 Jan 2010 14:11:32 +0000 (14:11 +0000)]
merge r292594: fix the fix for #47409 (tony2001)
Johannes Schlüter [Mon, 25 Jan 2010 14:07:05 +0000 (14:07 +0000)]
merge -r292574: - Update tests to reflect current behavior after fix for bug
#50185 (srinatar)
Johannes Schlüter [Mon, 25 Jan 2010 14:02:09 +0000 (14:02 +0000)]
merge r292571 fix flags handling in zend_parse_method_parameters_ex (stas)
Johannes Schlüter [Mon, 25 Jan 2010 13:59:35 +0000 (13:59 +0000)]
merge r292566: cleanup some code, improve error handling (stas)
Johannes Schlüter [Mon, 25 Jan 2010 13:55:41 +0000 (13:55 +0000)]
merge r292562: -ws (jani)
Johannes Schlüter [Wed, 20 Jan 2010 17:09:28 +0000 (17:09 +0000)]
Merge mysql changes
292528 Unify. The typedef-ed structs in mysqlnd are always capitalized. (andrey)
293076 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
293080 Tweaking test. Andrey, you once requested such a test, please have a look if it (uw)
293084 Fixing test(uw)
293085 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
292986 Updating test to new libmysql feature set (first introduced in MySQL 6.0 but now (uw)
293229 Change of way the packet objects are created/initialised (andrey)
293273 add restart_psession and end_psession hooks (andrey)
293286 improve the stats subsystem. Reduce the number of macro definitions (andrey)
293287 export some calls to init/deinit code outside of the module (andrey)
293402 missed to commit to the branch (andrey)
293407 Rework the statistics macros to be reusable by external entities. (andrey)
293418 missed to commit in 5_3, here it comes, reusability of stats (andrey)
293424 remove extern defintion of a variable that is no more (andrey)
293428 cosmetics. typedef-ed types should be in capital case (andrey)
293429 removed stale export (andrey)
293430 more typedef cosmetics (andrey)
293504 make mysqlnd's tracing API more reusable (andrey)
293512 more PHPAPI for phpize-d builds (andrey)
293535 Fix build of mysqli when libmysql is used, mysqlnd_portability.h (andrey)
293537 removed redefinition of bit_uint8korr (andrey)
293539 Fix compiler warning (andrey)
293542 Fix compiler warning, copy&paste error (andrey)
293723 fix windows (andrey)
293725 Make it GCC only feature (tracing). VC7 and up do the work (andrey)
Johannes Schlüter [Wed, 20 Jan 2010 16:07:10 +0000 (16:07 +0000)]
Merge 292549: Fixed bug #47409 (extract() problem with array containing word
"this"). (iliaa)
Johannes Schlüter [Wed, 20 Jan 2010 16:02:28 +0000 (16:02 +0000)]
merge 292519: fix minor leak in CGI sapi (happened once per child) (tony2001)
Johannes Schlüter [Wed, 20 Jan 2010 15:59:56 +0000 (15:59 +0000)]
Merge 292504: Where using svn now, use svn paths (johannes)
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
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
Johannes Schlüter [Tue, 22 Dec 2009 22:06:47 +0000 (22:06 +0000)]
back to -dev
Johannes Schlüter [Tue, 22 Dec 2009 22:02:50 +0000 (22:02 +0000)]
PHP 5.3.2RC1
Johannes Schlüter [Tue, 22 Dec 2009 21:43:59 +0000 (21:43 +0000)]
release branch 5.3.2
Johannes Schlüter [Tue, 22 Dec 2009 21:17:58 +0000 (21:17 +0000)]
Wrap at 80 chars
Johannes Schlüter [Tue, 22 Dec 2009 19:30:09 +0000 (19:30 +0000)]
install mysqlnd headers to allow shared build of extensions
Andrey Hristov [Tue, 22 Dec 2009 17:44:42 +0000 (17:44 +0000)]
Fix double calls to free_contents if the connection cannot be
opened. mysqlnd have no probs, external code should not have too.
In any case, double call is not needed.
Andrey Hristov [Tue, 22 Dec 2009 17:31:31 +0000 (17:31 +0000)]
move state setting to the right place, in mysqlnd_init, no more
in mysqlnd::connect
Pierre Joye [Tue, 22 Dec 2009 14:57:57 +0000 (14:57 +0000)]
- fix build and warning (introduced by my last commit)
Jani Taskinen [Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)]
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
# Until someone shows me use case for LDFLAGS, this is gone.
# This was wrong place to import it anyway.
Moriyoshi Koizumi [Tue, 22 Dec 2009 05:50:34 +0000 (05:50 +0000)]
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
Ilia Alshanetsky [Tue, 22 Dec 2009 02:04:12 +0000 (02:04 +0000)]
Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).
Derick Rethans [Mon, 21 Dec 2009 20:46:12 +0000 (20:46 +0000)]
- Updated to version 2009.20 (2009t)
Sriram Natarajan [Mon, 21 Dec 2009 20:39:48 +0000 (20:39 +0000)]
Fixed bug #50540 (Crash within ldap_first_reference function)
Stanislav Malyshev [Mon, 21 Dec 2009 20:12:46 +0000 (20:12 +0000)]
clean up normalizer code
Andrey Hristov [Mon, 21 Dec 2009 16:52:10 +0000 (16:52 +0000)]
Move this function to MYSQLND_NET as it works on the
php stream
Andrey Hristov [Mon, 21 Dec 2009 16:17:31 +0000 (16:17 +0000)]
magic numbers to macros
Andrey Hristov [Mon, 21 Dec 2009 16:09:13 +0000 (16:09 +0000)]
Move compression and decompression code to separate functions
which can be overloaded on purpose.
Jani Taskinen [Mon, 21 Dec 2009 15:44:58 +0000 (15:44 +0000)]
- Sync (and KEEP it synced!)
Jani Taskinen [Mon, 21 Dec 2009 15:22:40 +0000 (15:22 +0000)]
- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.
Felipe Pena [Sun, 20 Dec 2009 22:04:55 +0000 (22:04 +0000)]
- New tests
Stanislav Malyshev [Sat, 19 Dec 2009 01:15:30 +0000 (01:15 +0000)]
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not file
Stanislav Malyshev [Sat, 19 Dec 2009 01:13:33 +0000 (01:13 +0000)]
fix bug #50196
Stanislav Malyshev [Fri, 18 Dec 2009 19:20:33 +0000 (19:20 +0000)]
Fixed bug #50394 (Reference argument converted to value in __call)
Stanislav Malyshev [Fri, 18 Dec 2009 19:12:11 +0000 (19:12 +0000)]
fix regression bug #50394: Reference argument converted to value in __call
Jani Taskinen [Fri, 18 Dec 2009 12:48:59 +0000 (12:48 +0000)]
touch
Jani Taskinen [Fri, 18 Dec 2009 11:02:07 +0000 (11:02 +0000)]
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
Pierre Joye [Thu, 17 Dec 2009 17:28:26 +0000 (17:28 +0000)]
- [DOC] add INTERNALDATE to imap_append (will merge to trunk later)
Jani Taskinen [Thu, 17 Dec 2009 16:10:53 +0000 (16:10 +0000)]
- These are 2 separate sections..
Ulf Wendel [Thu, 17 Dec 2009 14:15:28 +0000 (14:15 +0000)]
Test for what Andrey has found with 16M packets
Andrey Hristov [Thu, 17 Dec 2009 13:29:46 +0000 (13:29 +0000)]
refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read and network_write)
Andrey Hristov [Thu, 17 Dec 2009 12:30:58 +0000 (12:30 +0000)]
During refactoring of the function mysqlnd_stream_write_w_header() it was
found that there is a bug in the way the data is sent, although a very rare
one which will only affect very large queries which have length
16777214 . The
communication will hang. A way to test it is to execute the following:
./php -r '$c=mysqli_connect("127.0.0.1","root","root","test");
$q="insert into test.tblob values(\"".str_repeat("a",256*256*256-1-34)."\")";
$c->query($q);'
Sriram Natarajan [Wed, 16 Dec 2009 21:33:20 +0000 (21:33 +0000)]
- Fix NEWS for bug #50496
# Update NEWS to keep resolved bugs in decreasing order (Christopher Jones)
Sriram Natarajan [Wed, 16 Dec 2009 20:49:08 +0000 (20:49 +0000)]
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.)