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 |
|
Johannes Schlüter
|
bcde6a023c
|
This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out
|
2009-09-03 21:35:17 +00:00 |
|
Pierre Joye
|
8f8220917e
|
- Fix sanity check for the color index in imagecolortransparent
|
2009-09-03 09:45:56 +00:00 |
|
Ilia Alshanetsky
|
bfd9f29773
|
Fixed typo
|
2009-09-02 00:14:46 +00:00 |
|
Pierre Joye
|
ddab8be51e
|
- #27051, create process as impersonated user
|
2009-09-01 22:51:31 +00:00 |
|
Pierre Joye
|
39178112fc
|
- readdir/scandir entry
|
2009-09-01 17:53:00 +00:00 |
|
Jani Taskinen
|
b3a23c7d88
|
fix typo
|
2009-08-31 21:19:29 +00:00 |
|
Jani Taskinen
|
6bb0603c4f
|
- Fixed zlib.deflate compress filter to actually accpet level parameter.
|
2009-08-31 21:18:55 +00:00 |
|
Ilia Alshanetsky
|
6a73387877
|
Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).
|
2009-08-31 12:28:46 +00:00 |
|
Pierre Joye
|
ceb607af13
|
- Fixed leak on error in popen/exec (and related functions)
|
2009-08-30 17:13:45 +00:00 |
|
Ilia Alshanetsky
|
30b7102746
|
Bug #49391 ldap.c utilizing deprecated ldap_modify_s
|
2009-08-30 15:33:59 +00:00 |
|
Jani Taskinen
|
99d3fe5a0c
|
- Fix news
|
2009-08-29 01:16:30 +00:00 |
|
Andrey Hristov
|
9bf747605d
|
Fix for bug#48745
mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields
|
2009-08-28 09:30:16 +00:00 |
|
Andrey Hristov
|
955a611211
|
Forgot to save the file. Here comes the entry
|
2009-08-27 13:26:46 +00:00 |
|
Andrey Hristov
|
43d33e8a99
|
Fix for bug#46614 Extended MySQLi class gives incorrect empty() result
|
2009-08-27 12:41:14 +00:00 |
|
Pierre Joye
|
137b9210f2
|
- fix #49372, segfault in php_curl_option_url
|
2009-08-26 22:24:10 +00:00 |
|
Pierre Joye
|
43b4d73dc2
|
- update
|
2009-08-26 20:58:06 +00:00 |
|
Pierre Joye
|
46ba563fe1
|
- update
|
2009-08-26 20:03:49 +00:00 |
|
Dmitry Stogov
|
60ef4a1ef6
|
Fixed bug #47273 (Encoding bug in SoapServer->fault)
|
2009-08-26 14:05:48 +00:00 |
|