Commit Graph

46549 Commits

Author SHA1 Message Date
Ilia Alshanetsky
1aca4221bd Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false). 2010-01-06 12:54:53 +00:00
Sebastian Bergmann
35e83d2afb sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
Sebastian Bergmann
ed61d4c0b7 sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l 2010-01-05 20:40:23 +00:00
Sriram Natarajan
9a1251eae7 - Addressing minor leak noticed while addressing bug #48590 2010-01-05 19:25:23 +00:00
Pierrick Charron
18946d2c91 Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect). 2010-01-05 13:03:40 +00:00
Ilia Alshanetsky
1c2da3ebe9 Added test case for bug #50632 2010-01-05 12:25:00 +00:00
Sriram Natarajan
b5d9f84d94 - Fixed bug #48590 (SoapClient does not honor max_redirects) 2010-01-05 03:07:43 +00:00
Pierre Joye
f8b7f083ce - should not have commited 2010-01-05 01:05:58 +00:00
Pierre Joye
717afb1202 - [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 2010-01-05 01:02:15 +00:00
Pierre Joye
cd236521f4 - [DOC] MF53: add INTERNALDATE to imap_append 2010-01-05 00:50:19 +00:00
Stanislav Malyshev
4e3c82b1c3 add ICU resource bundle support, contributed by Hans-Peter Oeri 2010-01-04 22:16:53 +00:00
Ulf Wendel
cbb3b6d8b1 Updating test to new libmysql feature set (first introduced in MySQL 6.0 but now backported to MySQL 5.5). 2010-01-04 15:29:18 +00:00
Ulf Wendel
7f159bfb9c The internal zval cache has been removed and not been reintroduced... remove corresponding test code 2010-01-04 15:05:34 +00:00
Ulf Wendel
57d3208c0d Fixing test 2010-01-04 14:59:04 +00:00
Ulf Wendel
6d7bfc13bd Tweaking test. Andrey, you once requested such a test, please have a look if it does exactly what you want it to do. 2010-01-04 14:34:44 +00:00
Ulf Wendel
e1b5476e3e The internal zval cache has been removed and not been reintroduced... remove corresponding test code 2010-01-04 13:44:10 +00:00
Ilia Alshanetsky
a553cc7b55 Update copyright year in the man file 2010-01-04 12:38:07 +00:00
Ilia Alshanetsky
cca54a95c1 Fixed bug #50632 (filter_input() does not return default value if the variable does not exist) 2010-01-03 22:58:37 +00:00
Pierrick Charron
c44f57eaff Fixed bug #50636 (MySQLi_Result sets values before calling constructor) 2010-01-03 16:59:33 +00:00
Sebastian Bergmann
22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Sebastian Bergmann
cbbec12ebc sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l 2010-01-03 08:22:14 +00:00
Ilia Alshanetsky
0ffd94cb72 Fixed bug #44827 (define() allows :: in constant names). 2009-12-30 19:15:11 +00:00
Matteo Beccati
170683352d - Added unicode support to ext/pgsql
# Also fixed a few typos and compiler warnings
2009-12-30 17:22:42 +00:00
Jani Taskinen
796990d988 - CS + WS + folding tags 2009-12-29 19:23:41 +00:00
Pierrick Charron
c55741f06f Add a test for tidyNode::__construct() 2009-12-29 16:06:27 +00:00
Ilia Alshanetsky
9a46ab46ae Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads). 2009-12-29 15:57:54 +00:00
Jani Taskinen
d4c3e2a9ae - Last ws pollution, I hope. 2009-12-29 13:00:09 +00:00
Jani Taskinen
d973c13ce2 - Try prevent accidents 2009-12-29 12:57:38 +00:00
Jani Taskinen
d70f0bec3b - WS + CS 2009-12-29 12:46:48 +00:00
Pierrick Charron
f4fd9b7b90 Set the tidyNode constructor private 2009-12-28 17:01:24 +00:00
Derick Rethans
d4ce2329ee - Updated to version 2009.21 (2009u) 2009-12-28 14:30:50 +00:00
Andrey Hristov
d3619df322 move network creation to the init hook 2009-12-28 11:17:10 +00:00
Felipe Pena
3547012470 - Fixed ZTS build 2009-12-27 18:13:37 +00:00
Mikko Koppanen
4000617c8b Share the php_sockets.h header
Share php_sockets_le_socket_name
2009-12-27 01:00:50 +00:00
Mikko Koppanen
1149ed8b32 spprintf the dbname
use VCWD_ACCESS instead of access
2009-12-27 00:43:33 +00:00
Rasmus Lerdorf
c18de79265 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.
2009-12-26 23:38:25 +00:00
Mikko Koppanen
24af48e402 Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues)
Clean up / remove whitespace differences to make next merge easier
Removed unnecessary files from trunk
2009-12-26 15:00:21 +00:00
Mikko Koppanen
1adda4879d No need to duplicate the string here 2009-12-26 14:54:34 +00:00
Pierrick Charron
ae727fea24 Changed tidyNode class to disallow manual node creation. 2009-12-25 21:24:36 +00:00
Matteo Beccati
07d93817c9 - Updated ext/pgsql tests to work w/ PostgreSQL 8.5
# tested w/ 8.5alpha3
2009-12-25 20:56:00 +00:00
Antony Dovgal
64845f3889 remove automatic file unlocking on shutdown and/or stream close
(make it win32-specific for 5_2, as discussed with Ilia)
2009-12-25 20:34:59 +00:00
Matteo Beccati
731466cca3 - Updated pdo_pgsql tests to be 8.5+ friendly 2009-12-25 20:11:07 +00:00
Dmitry Stogov
acd8753c5d Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument) 2009-12-25 13:11:18 +00:00
Pierrick Charron
08974cf41b Fixed bug #50558 (Broken object model when extending tidy) 2009-12-25 01:35:57 +00:00
Ilia Alshanetsky
1e0b711d83 Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL. 2009-12-24 18:47:15 +00:00
Mikko Koppanen
d5c6a9b0fd Fix the proto entry for trunk 2009-12-24 13:57:21 +00:00
Mikko Koppanen
523e609613 Changed stream_resolve_include_path to use zend_resolve_path
backported stream_resolve_include_path to PHP 5.3
backported stream_resolve_include_path test to PHP 5.3
2009-12-24 13:12:03 +00:00
Antony Dovgal
c2fa809deb fix the fix for #47409
use correct comparison and add missing scope checks to trunk
2009-12-24 13:07:33 +00:00
Moriyoshi Koizumi
139c26f795 - MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
  (this should be gone to r292467)
2009-12-24 09:32:52 +00:00
Sriram Natarajan
016ba1f1ed - Update tests to reflect current behavior after fix for bug #50185 2009-12-24 02:08:23 +00:00