Pierrick Charron
3cc801b9b0
Fixed bug #50558 (Broken object model when extending tidy)
2009-12-25 01:35:57 +00:00
Ilia Alshanetsky
c2296af6a6
Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
2009-12-24 18:47:15 +00:00
Mikko Koppanen
207d9133ca
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
Jani Taskinen
34dd94b483
I really like the extra space.
2009-12-23 21:02:12 +00:00
Ilia Alshanetsky
12f82ee144
Fixed bug #47409 (extract() problem with array containing word "this").
2009-12-23 16:33:58 +00:00
Johannes Schlüter
d046bf5d8e
PHP 5.3.2RC1
2009-12-22 22:02:50 +00:00
Johannes Schlüter
5927cec714
Wrap at 80 chars
2009-12-22 21:17:58 +00:00
Moriyoshi Koizumi
7d9a7dbad6
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
...
entity references)
2009-12-22 05:50:34 +00:00
Ilia Alshanetsky
800519fcbb
Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).
2009-12-22 02:04:12 +00:00
Sriram Natarajan
20cd29d0a2
Fixed bug #50540 (Crash within ldap_first_reference function)
2009-12-21 20:39:48 +00:00
Stanislav Malyshev
ae70213177
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not file
2009-12-19 01:15:30 +00:00
Stanislav Malyshev
e665b0955a
Fixed bug #50394 (Reference argument converted to value in __call)
2009-12-18 19:20:33 +00:00
Jani Taskinen
52f83608d8
- 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
2009-12-18 11:02:07 +00:00
Pierre Joye
dea1d412e1
- [DOC] add INTERNALDATE to imap_append (will merge to trunk later)
2009-12-17 17:28:26 +00:00
Jani Taskinen
215dd9d02c
- These are 2 separate sections..
2009-12-17 16:10:53 +00:00
Andrey Hristov
22528b14a4
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);'
2009-12-17 12:30:58 +00:00
Sriram Natarajan
4e06ca007f
- Fix NEWS for bug #50496
...
# Update NEWS to keep resolved bugs in decreasing order (Christopher Jones)
2009-12-16 21:33:20 +00:00
Sriram Natarajan
cbc6619fe3
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.)
2009-12-16 20:49:08 +00:00
Ilia Alshanetsky
d0f6848e66
Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)
2009-12-15 12:34:12 +00:00
Pierrick Charron
7d4643193d
- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)
2009-12-14 03:44:33 +00:00
Felipe Pena
35ad330849
- Improved the bug#49174 entry summary
2009-12-13 20:51:15 +00:00
Felipe Pena
85f96a8132
- Completing the phrase
2009-12-13 20:04:44 +00:00
Felipe Pena
93a406ac9c
- Fixed bug #49174 (crash on queryString set)
2009-12-13 19:53:44 +00:00
Felipe Pena
4411621217
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
...
(patch by tcallawa at redhat dot com)
2009-12-13 17:06:47 +00:00
Ilia Alshanetsky
d56c1fdf14
Fixed bug #50451 (http wrapper breaks on 2048 char long headers)
...
# Improvement on the fix for bug #49851
2009-12-13 15:44:22 +00:00
Felipe Pena
81ad353ec2
- Fixed bug #50464 (declare encoding doesn't work with)
...
# The bug (BC) only happens in this branch.
2009-12-13 15:18:58 +00:00
Felipe Pena
5eae703705
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
...
(Original patch by davbrown4 at yahoo dot com)
2009-12-11 22:30:46 +00:00
Ilia Alshanetsky
47b3371122
Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
2009-12-10 03:23:05 +00:00
Jani Taskinen
6dff9d7632
FIFO
2009-12-09 10:15:34 +00:00
Pierre Joye
6a9f96f267
- update
2009-12-09 00:35:30 +00:00
Ilia Alshanetsky
752b9fde5a
Upgraded to Sqlite 3.6.21
2009-12-08 13:24:27 +00:00
Jani Taskinen
0e218d3512
FIFO
2009-12-08 06:19:56 +00:00
Stanislav Malyshev
7beb1af8de
add realpath cache inspect functions
2009-12-08 01:35:08 +00:00
Ilia Alshanetsky
2be6de0a50
Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.
2009-12-07 13:43:44 +00:00
Dmitry Stogov
6ab5f53d52
Fixed bug #49866 (Making reference on string offsets crashes PHP)
2009-12-07 08:47:18 +00:00
Dmitry Stogov
7a96fdff4c
Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2. foreach statement should not initiate GC)
2009-12-07 08:14:48 +00:00
Jani Taskinen
4963d99213
- Fix NEWS
2009-12-07 07:30:41 +00:00
Pierrick Charron
99ba48dc60
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
2009-12-06 21:32:58 +00:00
Ilia Alshanetsky
bf550fe8da
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).
2009-12-06 19:34:12 +00:00
Felipe Pena
30188d3c58
- Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database)
...
- Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
2009-12-06 18:53:16 +00:00
Sriram Natarajan
77895623dc
BFN
2009-12-06 16:43:46 +00:00
Jani Taskinen
1f8638b1f1
bfn
2009-12-03 22:24:04 +00:00
Pierrick Charron
e2efe4bc7b
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
2009-12-03 15:24:43 +00:00
Felipe Pena
7914d298b4
- Fixed bug #49472 (Constants defined in Interfaces can be overridden)
2009-12-03 12:34:50 +00:00
Jani Taskinen
28d53f8752
the order
2009-12-03 08:21:28 +00:00
Ilia Alshanetsky
6f3532a266
BFN
2009-12-03 00:11:58 +00:00
Jani Taskinen
572d0e32ef
- Fix order
2009-12-02 12:09:06 +00:00
Andrey Hristov
aead25f5f7
and the news
2009-12-02 11:59:24 +00:00
Jani Taskinen
14c70e0959
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions)
2009-12-02 08:54:50 +00:00
Felipe Pena
9b8f2525aa
- Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
...
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
[DOC]
2009-12-01 02:05:28 +00:00
Jani Taskinen
19d320ea05
- Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)
2009-11-30 22:38:32 +00:00
Arnaud Le Blanc
c9016a4383
news
2009-11-30 15:43:36 +00:00
Jani Taskinen
39f3ede145
bfn
2009-11-30 15:16:50 +00:00
Jani Taskinen
c1aa547b18
- Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when mysqlnd is enabled)
2009-11-30 15:11:29 +00:00
Dmitry Stogov
2ad406e518
Fixed bug #50159 (wrong working directory in symlinked files)
2009-11-30 14:21:23 +00:00
Dmitry Stogov
5c56abb6e3
Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())
2009-11-30 11:39:53 +00:00
Jani Taskinen
2e5546d71e
- Fixed bug #50266 (conflicting types for llabs)
2009-11-28 00:38:05 +00:00
Jani Taskinen
2457e0bbc8
- Restore sanity in the NEWS. (duplicate, wrong order, etc..)
2009-11-27 09:20:43 +00:00
Ilia Alshanetsky
23f4da9113
Fixed bug #50195 (pg_copy_to() fails when table name contains schema).
2009-11-25 14:28:00 +00:00
Jani Taskinen
bf7ed5eff5
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
2009-11-25 12:35:42 +00:00
Jani Taskinen
2dddaac042
*sigh*
2009-11-25 07:48:43 +00:00
Pierre Joye
3d650105dd
- merge NEWS from 5.3.1
2009-11-25 07:40:13 +00:00
Jani Taskinen
711e06d47e
- Do not forget NEWS for 5.2..
2009-11-25 07:21:38 +00:00
Rasmus Lerdorf
c072199d1e
.
2009-11-25 02:42:03 +00:00
Felipe Pena
74d4059fb1
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
2009-11-25 02:03:02 +00:00
Felipe Pena
bb179ad150
- Fixed bug #50255 (isset() and empty() silently casts array to object)
2009-11-24 21:54:12 +00:00
Jani Taskinen
5c77b94e60
- Fix news
2009-11-24 14:14:13 +00:00
Felipe Pena
2e35533fc6
- Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
2009-11-24 11:32:31 +00:00
Jani Taskinen
ebc1b9f13d
Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT)
2009-11-24 00:18:16 +00:00
Ilia Alshanetsky
755318926e
Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is empty).
2009-11-23 15:45:04 +00:00
Jani Taskinen
f395a2e34f
- Fixed error_log() to be binary safe when using message_type 3 (message appended to file).
2009-11-22 18:31:01 +00:00
Pierrick Charron
84ab9cd30e
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
2009-11-21 01:22:32 +00:00
Ilia Alshanetsky
63e4efe784
Fixed bug #50207 (segmentation fault when concatenating very large strings
...
on 64bit linux).
2009-11-19 14:04:34 +00:00
Jani Taskinen
a1269238fe
- Fix news
2009-11-18 17:59:18 +00:00
Jani Taskinen
b741b026a1
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
...
# This is also revert of bad patch to bug #48469 and fixes it properly.
2009-11-18 17:44:58 +00:00
Ilia Alshanetsky
b7bb8aa545
Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).
2009-11-18 13:37:45 +00:00
Uwe Schindler
bdef3ee350
Fix bug #50140 : With default compilation option, php symbols are unresolved for nsapi
2009-11-17 21:17:49 +00:00
Rasmus Lerdorf
0ab68199d4
News entry for post_max_size fix
2009-11-17 20:41:47 +00:00
Felipe Pena
5dd6b9ffa9
- Fixed bug #50145 (crash while running bug35634.phpt)
2009-11-17 11:18:40 +00:00
Felipe Pena
5411bb32a8
- Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
...
(patch by Pierrick)
2009-11-15 20:30:57 +00:00
Felipe Pena
8b456901f5
- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
...
(Patch by Pierrick)
2009-11-15 16:53:40 +00:00
Felipe Pena
4bafbf58f8
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
...
(patch by Pierrick)
2009-11-15 16:20:37 +00:00
Felipe Pena
fa2bb07a47
- Fixed bug #50174 (Incorrectly matched docComment)
2009-11-14 19:17:22 +00:00
Greg Beaver
d7f50ac2c4
fix PHP Bug #49938 : Phar::isBuffering() returns inverted value
2009-11-13 00:58:11 +00:00
Greg Beaver
2c248d1b50
fix completely random ordering of bugs in NEWS (what happened here?)
2009-11-13 00:41:37 +00:00
Uwe Schindler
47189cac7b
Fix bug #50087 : NSAPI performance improvements
2009-11-12 15:19:35 +00:00
Jani Taskinen
a12240f5c7
bfn
2009-11-12 09:07:51 +00:00
Rasmus Lerdorf
4ce641d759
NEWS entries for mysqli crash fix bug
2009-11-12 08:26:43 +00:00
Felipe Pena
48b6597dd3
- Fix typo
2009-11-12 00:44:43 +00:00
Felipe Pena
8f0a451747
- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
2009-11-12 00:10:00 +00:00
Greg Beaver
01d9f2c9ce
fix PHP Bug #49910 : no support for ././@LongLink for long filenames in phar tar support
2009-11-11 21:02:59 +00:00
Felipe Pena
dcf91e6266
- Fixed bug #50146 (property_exists: Closure object cannot have properties)
2009-11-11 18:59:37 +00:00
Felipe Pena
eea23b2794
- Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not property_exists)
...
[5_2 is OK]
2009-11-11 18:52:12 +00:00
Ilia Alshanetsky
34bd384898
typo fix
2009-11-11 13:49:21 +00:00
Ilia Alshanetsky
6585a5af32
Upgraded bundled sqlite to version 3.6.20
2009-11-09 01:54:23 +00:00
Ilia Alshanetsky
9d095a6011
Make sure that max_file_uploads is set to 20 by-default in all places
2009-11-05 13:29:34 +00:00
Jani Taskinen
c4b9737695
- Missing entry
2009-11-05 11:33:32 +00:00
Matteo Beccati
fa67c860e0
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
...
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
2009-11-04 19:32:27 +00:00
Ilia Alshanetsky
41611fd003
Fixed bug #50073 (parse_url() incorrect when ? in fragment).
2009-11-04 13:44:10 +00:00
Scott MacVicar
e048c24d27
BFN
2009-11-03 12:23:54 +00:00
Felipe Pena
574b0882a1
- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)
2009-11-02 17:37:32 +00:00
Felipe Pena
779ce8fd00
- Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined)
2009-11-01 21:26:03 +00:00
Felipe Pena
8e91d46481
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
2009-11-01 15:12:34 +00:00
Stanislav Malyshev
f7420d58da
report collator_get_sort_key
2009-10-30 17:27:55 +00:00
Ilia Alshanetsky
1e50b1892a
Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)
...
# Original patch by six at aegis-corp dot org
2009-10-29 13:33:51 +00:00
Jani Taskinen
1376b76e8c
- You add, remove, fix or implement. Introduce yourself to someone else.
2009-10-27 22:15:19 +00:00
Ilia Alshanetsky
e2211cee86
Introduced a max_file_uploads INI setting, which is set to limit the
...
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
2009-10-27 16:13:48 +00:00
David Soria Parra
e8359d3f90
- Fixed bug #49142 (crash when exception thrown from __tostring())
2009-10-27 13:02:36 +00:00
Ilia Alshanetsky
ff5a2ce931
Fixed bug #49921 (Curl post upload functions changed).
2009-10-26 12:57:01 +00:00
Ilia Alshanetsky
42626ae6fa
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
2009-10-26 02:02:28 +00:00
Jani Taskinen
70e8b40fc7
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
2009-10-25 20:17:04 +00:00
Pierre Joye
26270b4fd7
- fix leak in DL on error (windows)
2009-10-21 06:42:08 +00:00
Johannes Schlüter
4a8de304e2
Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught
...
Reflection (Felipe)
2009-10-19 21:43:34 +00:00
Johannes Schlüter
8dcb351345
Merge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1
2009-10-19 21:16:07 +00:00
Jani Taskinen
21d12bc17e
fn
2009-10-19 12:37:17 +00:00
Scott MacVicar
76d875278c
Part fix for bug #49224
2009-10-16 02:10:52 +00:00
Scott MacVicar
5af006d640
Update libsqlite to 3.6.19
2009-10-16 01:56:36 +00:00
Ilia Alshanetsky
ef1731590a
Fixed bug #49855 (import_request_variables() always returns NULL).
2009-10-15 12:26:54 +00:00
Ilia Alshanetsky
31729738c7
Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes).
2009-10-14 01:32:07 +00:00
Felipe Pena
5d34329dab
- BFN
2009-10-12 19:23:07 +00:00
Garrett Serack
8e5a00e546
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)
2009-10-09 19:43:00 +00:00
Jani Taskinen
b2ff362a5c
- Fixed bug #49809 (time_sleep_until is not available on solaris)
2009-10-08 14:21:53 +00:00
Ilia Alshanetsky
b6b56ba87a
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
...
# original patch by wmeler at wp-sa dot pl
2009-10-07 12:46:29 +00:00
Jani Taskinen
d7b5703eab
pff
2009-10-06 10:00:53 +00:00
Ilia Alshanetsky
a3430a6b24
Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications).
...
# original patch by Florian Anderiasch
2009-10-05 14:45:54 +00:00
Sriram Natarajan
0f57b15e23
- Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).
2009-10-02 00:13:53 +00:00
Jani Taskinen
a71da78442
pff, no idea what is merged where by who and when and wtf..
2009-10-01 15:55:05 +00:00
Christopher Jones
9d48ec4f51
Add PECL bug #16842
2009-10-01 14:56:53 +00:00
Pierre Joye
e0b392f028
- fix #49732 , fix crash when timestamp conversion fails
2009-10-01 13:55:16 +00:00
Ilia Alshanetsky
d35c2b14dd
Fixed bug #48805 (IPv6 socket transport is not working).
2009-09-30 20:48:41 +00:00
Ilia Alshanetsky
809dbcda08
Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose).
2009-09-30 02:34:17 +00:00
Rasmus Lerdorf
80bdbc8f66
Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak.
2009-09-29 14:14:02 +00:00
Kalle Sommer Nielsen
94b320b268
NEWS for Rasmus' bug fix
2009-09-28 15:07:37 +00:00
Jani Taskinen
4a95cb8938
fn
2009-09-24 22:40:15 +00:00
Sriram Natarajan
92c08b1224
- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).
2009-09-24 18:20:49 +00:00
Rob Richards
c3d66dbfed
Fixed bug #49647 (DOMUserData does not exist)
2009-09-24 13:18:22 +00:00
Felipe Pena
788031f093
- Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set ...")
2009-09-23 02:08:19 +00:00
Felipe Pena
5596b05449
- Fixed bug #49630 (imap_listscan function missing)
...
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
2009-09-22 18:18:57 +00:00
Kalle Sommer Nielsen
1dfc3ac4a4
Fix NEWS
2009-09-21 03:20:31 +00:00
Andrey Hristov
967239727e
MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_execute
2009-09-18 14:33:08 +00:00
Andrey Hristov
8aae3baa45
MFH:Fix for bug#48754 mysql_close() crash php when no handle specified
2009-09-18 10:49:31 +00:00
Sriram Natarajan
fbc335e5d1
- Fixed bug #49572 (use of C++ style comments causes build failure)
2009-09-17 02:45:25 +00:00
Sebastian Bergmann
ceaf590530
Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.
2009-09-16 17:24:46 +00:00
Jani Taskinen
fb9c4bd709
- What a mess..
2009-09-16 06:56:37 +00:00
Ilia Alshanetsky
f611b66025
Upgraded bundled sqlite to version 3.6.18.
2009-09-15 16:54:11 +00:00
Pierre Joye
15398c4ed5
- #49253 , add support for libcurl's CERTINFO option
2009-09-15 15:47:06 +00:00
Ilia Alshanetsky
62d78d7ccc
Fixed certificate validation inside php_openssl_apply_verification_policy
2009-09-14 12:50:30 +00:00
Ilia Alshanetsky
6d0b9484d9
Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
2009-09-07 02:35:25 +00:00
Jani Taskinen
f723d368b3
- Fixed bug #49182 (PHP CGI always outputs the shebang line)
2009-09-05 17:07:14 +00:00
Sriram Natarajan
ac2d3990f2
- Fixed bug #49447 (php engine need to correctly check for socket API
...
return status on windows). (Sriram Natarajan)
2009-09-04 07:59:48 +00:00