]> granicus.if.org Git - php/log
php
15 years agoUpgraded bundled PCRE to version 8.01
Ilia Alshanetsky [Thu, 21 Jan 2010 17:49:38 +0000 (17:49 +0000)]
Upgraded bundled PCRE to version 8.01

15 years agoAdded missing INI settings
Ilia Alshanetsky [Wed, 20 Jan 2010 13:06:27 +0000 (13:06 +0000)]
Added missing INI settings

15 years agoBFN
Jani Taskinen [Wed, 20 Jan 2010 09:55:04 +0000 (09:55 +0000)]
BFN

15 years agofix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
Takeshi Abe [Wed, 20 Jan 2010 09:39:06 +0000 (09:39 +0000)]
fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)

15 years ago- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation)
Jani Taskinen [Tue, 19 Jan 2010 13:44:08 +0000 (13:44 +0000)]
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation)

15 years agoFixed test
Ilia Alshanetsky [Tue, 19 Jan 2010 12:42:50 +0000 (12:42 +0000)]
Fixed test

15 years ago- Add missing skipif
Jani Taskinen [Tue, 19 Jan 2010 12:31:29 +0000 (12:31 +0000)]
- Add missing skipif

15 years ago- WS + CS fixes
Jani Taskinen [Tue, 19 Jan 2010 12:03:07 +0000 (12:03 +0000)]
- WS + CS fixes

15 years agoFixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
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).

15 years agoFixed bug #50761 (system.multiCall crashes in xmlrpc extension).
Ilia Alshanetsky [Sun, 17 Jan 2010 17:19:38 +0000 (17:19 +0000)]
Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).

15 years agoKill very old export of the docs.
Hannes Magnusson [Sun, 17 Jan 2010 16:25:20 +0000 (16:25 +0000)]
Kill very old export of the docs.
Fixes bug#50784

15 years agofix bug #49463 (setAttributeNS fails setting default namespace)
Rob Richards [Fri, 15 Jan 2010 21:29:56 +0000 (21:29 +0000)]
fix bug #49463 (setAttributeNS fails setting default namespace)
add test

15 years agoFix gcc version check - bug #50771
Rasmus Lerdorf [Fri, 15 Jan 2010 18:26:53 +0000 (18:26 +0000)]
Fix gcc version check - bug #50771

15 years agofix wrong type and useless assignments
Takeshi Abe [Fri, 15 Jan 2010 17:09:14 +0000 (17:09 +0000)]
fix wrong type and useless assignments

15 years agoAdded test for bug #50680
Ilia Alshanetsky [Thu, 14 Jan 2010 15:45:49 +0000 (15:45 +0000)]
Added test for bug #50680

15 years agoimagepolygon() and imagefilledpolygon() does not allow negative number of points...
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

15 years agoAdded missing \n at the end of the file
Ilia Alshanetsky [Wed, 13 Jan 2010 13:45:26 +0000 (13:45 +0000)]
Added missing \n at the end of the file

15 years agoFixed bug #50732 (exec() adds single byte twice to $output array).
Ilia Alshanetsky [Wed, 13 Jan 2010 13:44:58 +0000 (13:44 +0000)]
Fixed bug #50732 (exec() adds single byte twice to $output array).

15 years agofix NEWS entry
Takeshi Abe [Wed, 13 Jan 2010 07:32:45 +0000 (07:32 +0000)]
fix NEWS entry

15 years agoMFB. Don't free soap_headers just before comparing the length. This causes SoapClient...
Frank M. Kromann [Wed, 13 Jan 2010 07:26:08 +0000 (07:26 +0000)]
MFB. Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL

15 years agoremoved an unused variable
Takeshi Abe [Wed, 13 Jan 2010 06:55:03 +0000 (06:55 +0000)]
removed an unused variable

15 years agoFixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
Ilia Alshanetsky [Tue, 12 Jan 2010 12:46:54 +0000 (12:46 +0000)]
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)

15 years agorevert
Andrey Hristov [Mon, 11 Jan 2010 19:10:37 +0000 (19:10 +0000)]
revert

15 years agomissed to commit in 5_3, here it comes, reusability of stats
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

15 years agoyear++
Ilia Alshanetsky [Mon, 11 Jan 2010 12:34:10 +0000 (12:34 +0000)]
year++

15 years agoInstall ext/json/php_son.h, too.
Johannes Schlüter [Sat, 9 Jan 2010 16:49:46 +0000 (16:49 +0000)]
Install ext/json/php_son.h, too.
# already done in other branches

15 years agoBug #49600 (imageTTFText text shifted right)
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()

15 years agofix news
Jani Taskinen [Fri, 8 Jan 2010 09:56:38 +0000 (09:56 +0000)]
fix news

15 years agoWorked with Samy Kamkar to improve LCG entropy.
Rasmus Lerdorf [Fri, 8 Jan 2010 09:43:14 +0000 (09:43 +0000)]
Worked with Samy Kamkar to improve LCG entropy.

15 years agoFixed bug #50680 (strtotime() does not support eighth ordinal number).
Ilia Alshanetsky [Thu, 7 Jan 2010 12:54:44 +0000 (12:54 +0000)]
Fixed bug #50680 (strtotime() does not support eighth ordinal number).

15 years agofix bug #50661 (DOMDocument::loadXML does not allow UTF-16)
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

15 years agoFixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns...
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).

15 years agosed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Tue, 5 Jan 2010 20:46:53 +0000 (20:46 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php

15 years agosed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l
Sebastian Bergmann [Tue, 5 Jan 2010 20:40:23 +0000 (20:40 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l

15 years ago- Addressing minor leak noticed while addressing bug #48590
Sriram Natarajan [Tue, 5 Jan 2010 19:25:23 +0000 (19:25 +0000)]
- Addressing minor leak noticed while addressing bug #48590

15 years agoFixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).
Pierrick Charron [Tue, 5 Jan 2010 13:03:40 +0000 (13:03 +0000)]
Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).

15 years agoAdded test case for bug #50632
Ilia Alshanetsky [Tue, 5 Jan 2010 12:25:00 +0000 (12:25 +0000)]
Added test case for bug #50632

15 years ago- Fixed bug #48590 (SoapClient does not honor max_redirects)
Sriram Natarajan [Tue, 5 Jan 2010 03:07:43 +0000 (03:07 +0000)]
- Fixed bug #48590 (SoapClient does not honor max_redirects)

15 years agoUpdate copyright year in the man file
Ilia Alshanetsky [Mon, 4 Jan 2010 12:38:07 +0000 (12:38 +0000)]
Update copyright year in the man file

15 years agoFixed bug #50632 (filter_input() does not return default value if the variable does...
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)

15 years agoFixed bug #50636 (MySQLi_Result sets values before calling constructor)
Pierrick Charron [Sun, 3 Jan 2010 16:59:33 +0000 (16:59 +0000)]
Fixed bug #50636 (MySQLi_Result sets values before calling constructor)

15 years agosed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Sun, 3 Jan 2010 09:23:27 +0000 (09:23 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

15 years agosed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l
Sebastian Bergmann [Sun, 3 Jan 2010 08:22:14 +0000 (08:22 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l

15 years agoFixed bug #44827 (define() allows :: in constant names).
Ilia Alshanetsky [Wed, 30 Dec 2009 19:15:11 +0000 (19:15 +0000)]
Fixed bug #44827 (define() allows :: in constant names).

15 years ago- Sync with HEAD
Jani Taskinen [Tue, 29 Dec 2009 19:25:09 +0000 (19:25 +0000)]
- Sync with HEAD

15 years agoMF53: ws + cs + folding tags (99% sync :)
Jani Taskinen [Tue, 29 Dec 2009 19:01:03 +0000 (19:01 +0000)]
MF53: ws + cs + folding tags (99% sync :)

15 years agoMFH: clean some dead code (with static analysis help) (Approved by Ilia)
Jani Taskinen [Tue, 29 Dec 2009 18:54:08 +0000 (18:54 +0000)]
MFH: clean some dead code (with static analysis help) (Approved by Ilia)

15 years agoAdd a test for tidyNode::__construct()
Pierrick Charron [Tue, 29 Dec 2009 16:06:27 +0000 (16:06 +0000)]
Add a test for tidyNode::__construct()

15 years agoFixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP...
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).

15 years agoorder
Jani Taskinen [Tue, 29 Dec 2009 10:27:54 +0000 (10:27 +0000)]
order

15 years agoSet the tidyNode constructor private
Pierrick Charron [Mon, 28 Dec 2009 17:01:24 +0000 (17:01 +0000)]
Set the tidyNode constructor private

15 years ago- Updated to version 2009.21 (2009u)
Derick Rethans [Mon, 28 Dec 2009 14:30:50 +0000 (14:30 +0000)]
- Updated to version 2009.21 (2009u)

15 years agoAlong with the valid char set, also add a length check to the
Rasmus Lerdorf [Sat, 26 Dec 2009 23:38:25 +0000 (23:38 +0000)]
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.

15 years agoChanged tidyNode class to disallow manual node creation.
Pierrick Charron [Fri, 25 Dec 2009 21:24:36 +0000 (21:24 +0000)]
Changed tidyNode class to disallow manual node creation.

15 years agoRemoved spurious high-ascii char from previous commmit
Matteo Beccati [Fri, 25 Dec 2009 21:01:06 +0000 (21:01 +0000)]
Removed spurious high-ascii char from previous commmit

15 years ago- Updated ext/pgsql tests to work w/ PostgreSQL 8.5
Matteo Beccati [Fri, 25 Dec 2009 20:56:00 +0000 (20:56 +0000)]
- Updated ext/pgsql tests to work w/ PostgreSQL 8.5
# tested w/ 8.5alpha3

15 years agoremove automatic file unlocking on shutdown and/or stream close
Antony Dovgal [Fri, 25 Dec 2009 20:34:59 +0000 (20:34 +0000)]
remove automatic file unlocking on shutdown and/or stream close
(make it win32-specific for 5_2, as discussed with Ilia)

15 years agofix minor leak (merge from trunk)
Antony Dovgal [Fri, 25 Dec 2009 20:17:27 +0000 (20:17 +0000)]
fix minor leak (merge from trunk)

15 years ago- Updated pdo_pgsql tests to be 8.5+ friendly
Matteo Beccati [Fri, 25 Dec 2009 20:11:07 +0000 (20:11 +0000)]
- Updated pdo_pgsql tests to be 8.5+ friendly

15 years ago- Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5)
Matteo Beccati [Fri, 25 Dec 2009 20:09:08 +0000 (20:09 +0000)]
- Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5)
# Affects 5.2 only, no need to MFB

15 years agoFixed bug #50558 (Broken object model when extending tidy)
Pierrick Charron [Fri, 25 Dec 2009 01:35:57 +0000 (01:35 +0000)]
Fixed bug #50558 (Broken object model when extending tidy)

15 years agoAdded missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
Ilia Alshanetsky [Thu, 24 Dec 2009 18:47:15 +0000 (18:47 +0000)]
Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.

15 years agofix the fix for #47409
Antony Dovgal [Thu, 24 Dec 2009 13:07:33 +0000 (13:07 +0000)]
fix the fix for #47409
use correct comparison and add missing scope checks to trunk

15 years ago- Update test from 5.3 branch
Sriram Natarajan [Thu, 24 Dec 2009 02:25:08 +0000 (02:25 +0000)]
- Update test from 5.3 branch

15 years ago- Update tests to reflect current behavior after fix for bug #50185
Sriram Natarajan [Thu, 24 Dec 2009 02:08:23 +0000 (02:08 +0000)]
- Update tests to reflect current behavior after fix for bug #50185

15 years agofix interruption problem with array_pad
Stanislav Malyshev [Thu, 24 Dec 2009 00:27:11 +0000 (00:27 +0000)]
fix interruption problem with array_pad

15 years agofix flags handling in zend_parse_method_parameters_ex
Stanislav Malyshev [Thu, 24 Dec 2009 00:15:13 +0000 (00:15 +0000)]
fix flags handling in zend_parse_method_parameters_ex

15 years ago- ws
Jani Taskinen [Wed, 23 Dec 2009 21:06:26 +0000 (21:06 +0000)]
- ws

15 years agoI really like the extra space.
Jani Taskinen [Wed, 23 Dec 2009 21:00:46 +0000 (21:00 +0000)]
I really like the extra space.

15 years agoFixed bug #47409 (extract() problem with array containing word "this").
Ilia Alshanetsky [Wed, 23 Dec 2009 16:33:58 +0000 (16:33 +0000)]
Fixed bug #47409 (extract() problem with array containing word "this").

15 years agoFixed bug #47002 (Field truncation when reading from dbase dbs with more then 1024...
Ilia Alshanetsky [Wed, 23 Dec 2009 04:16:13 +0000 (04:16 +0000)]
Fixed bug #47002 (Field truncation when reading from dbase dbs with more then 1024 fields)

15 years ago- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
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.

15 years agoFixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).
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).

15 years ago- Updated to version 2009.20 (2009t)
Derick Rethans [Mon, 21 Dec 2009 20:46:12 +0000 (20:46 +0000)]
- Updated to version 2009.20 (2009t)

15 years agoFixed bug #50540 (Crash within ldap_first_reference function)
Sriram Natarajan [Mon, 21 Dec 2009 20:39:48 +0000 (20:39 +0000)]
Fixed bug #50540 (Crash within ldap_first_reference function)

15 years ago- Sync (and KEEP it synced!)
Jani Taskinen [Mon, 21 Dec 2009 15:44:58 +0000 (15:44 +0000)]
- Sync (and KEEP it synced!)

15 years ago- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.
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.

15 years agoMFH: Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
Ilia Alshanetsky [Sun, 20 Dec 2009 19:14:30 +0000 (19:14 +0000)]
MFH: Fixed bug #49851 (http wrapper breaks on 1024 char long headers).

15 years agoFixed bug #50394 (Reference argument converted to value in __call)
Stanislav Malyshev [Fri, 18 Dec 2009 19:20:33 +0000 (19:20 +0000)]
Fixed bug #50394 (Reference argument converted to value in __call)

15 years agofix regression 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

15 years ago- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
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

15 years ago- Fixed typo (ncruses)
Felipe Pena [Thu, 17 Dec 2009 22:57:44 +0000 (22:57 +0000)]
- Fixed typo (ncruses)

15 years agoFix build against 5.5.0-m2 . Does not need upmerging because
Andrey Hristov [Thu, 17 Dec 2009 10:14:40 +0000 (10:14 +0000)]
Fix build against 5.5.0-m2 . Does not need upmerging because
this functionality doesn't exist in PHP 5.3+

15 years ago- Fix news again
Jani Taskinen [Wed, 16 Dec 2009 13:05:43 +0000 (13:05 +0000)]
- Fix news again

15 years agoback to dev
Ilia Alshanetsky [Wed, 16 Dec 2009 12:49:06 +0000 (12:49 +0000)]
back to dev

15 years ago5.2.12
Ilia Alshanetsky [Wed, 16 Dec 2009 12:45:18 +0000 (12:45 +0000)]
5.2.12

15 years ago- Make $sbindir be usable in C code as well (like $bindir and co.)
Jani Taskinen [Tue, 15 Dec 2009 11:17:47 +0000 (11:17 +0000)]
- Make $sbindir be usable in C code as well (like $bindir and co.)

15 years ago- Allow using $sbindir as well
Jani Taskinen [Tue, 15 Dec 2009 10:55:27 +0000 (10:55 +0000)]
- Allow using $sbindir as well

15 years ago- Fix test
Jani Taskinen [Mon, 14 Dec 2009 09:42:32 +0000 (09:42 +0000)]
- Fix test

15 years ago- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).
Pierrick Charron [Mon, 14 Dec 2009 04:09:18 +0000 (04:09 +0000)]
- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).

15 years ago- Improved the bug#49174 entry summary
Felipe Pena [Sun, 13 Dec 2009 20:51:15 +0000 (20:51 +0000)]
- Improved the bug#49174 entry summary

15 years ago- Fixed bug #49174 (crash on queryString set)
Felipe Pena [Sun, 13 Dec 2009 19:53:44 +0000 (19:53 +0000)]
- Fixed bug #49174 (crash on queryString set)

15 years ago- Opss, wrong place
Felipe Pena [Sun, 13 Dec 2009 17:13:58 +0000 (17:13 +0000)]
- Opss, wrong place

15 years ago- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
Felipe Pena [Sun, 13 Dec 2009 17:06:47 +0000 (17:06 +0000)]
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
  (patch by tcallawa at redhat dot com)

15 years ago- Fixed tests for when running using libedit
Felipe Pena [Sun, 13 Dec 2009 16:53:24 +0000 (16:53 +0000)]
- Fixed tests for when running using libedit

15 years ago- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg...
Felipe Pena [Fri, 11 Dec 2009 22:30:46 +0000 (22:30 +0000)]
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
  (Original patch by davbrown4 at yahoo dot com)

15 years agofix test
Jani Taskinen [Fri, 11 Dec 2009 15:06:50 +0000 (15:06 +0000)]
fix test

15 years ago- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)
Jani Taskinen [Fri, 11 Dec 2009 07:34:06 +0000 (07:34 +0000)]
- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)

15 years agoBack to dev
Ilia Alshanetsky [Thu, 10 Dec 2009 13:16:23 +0000 (13:16 +0000)]
Back to dev

15 years ago5.2.12RC4
Ilia Alshanetsky [Thu, 10 Dec 2009 13:07:39 +0000 (13:07 +0000)]
5.2.12RC4