Pierre Joye
f4c90952b0
- fix logic
2009-04-24 11:34:38 +00:00
Pierre Joye
3110003f3e
- simplify and use PHP_CURL
2009-04-24 09:25:25 +00:00
Pierre Joye
c20e1537cf
- MFH: #47940 , leaks in imap_body()
2009-04-23 22:25:13 +00:00
Pierre Joye
b6672146b0
- define HAVE_NEW_MIME2TEXT and detect utf8aux
2009-04-23 22:22:51 +00:00
Pierre Joye
375bbd497d
- allow to set or disable the multithreaded build (n, auto or disable)
2009-04-23 20:19:06 +00:00
Pierre Joye
dbddb21668
- wrong var name
2009-04-23 18:03:05 +00:00
Takeshi Abe
47b6dc50a4
MFHcheck non-null before any use.
2009-04-23 16:26:17 +00:00
Matteo Beccati
0b576f6f11
MFH:
...
- Reverted previous fix for bug #46274 and properly fixed it
- Fixed bug #48060
# Also added tests for pdo_oci as it's the only other driver currently
# using streams: no regression found
2009-04-23 13:26:10 +00:00
Pierre Joye
b7747cf30c
- c/p error
2009-04-23 08:46:37 +00:00
Brian Shire
9e8a9e8bf1
MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701
2009-04-22 21:27:19 +00:00
Pierre Joye
30505d1339
- make it loud when libxml is missing or the dep is not present
2009-04-22 19:06:47 +00:00
Ilia Alshanetsky
c5c9f30d36
Removed unused vars
2009-04-22 12:35:22 +00:00
Hannes Magnusson
ac231aab45
MFH: adjust reflection info
2009-04-21 18:08:34 +00:00
Ilia Alshanetsky
4e856c44d0
Adjusted prototype
2009-04-21 12:26:19 +00:00
Dmitry Stogov
197a950b49
Fixed bug #48004 (Error handler prevents creation of default object)
2009-04-21 09:40:13 +00:00
andy wharmby
04250059a8
Fix test
2009-04-21 08:53:25 +00:00
Dmitry Stogov
fb3c73daef
Fixed bug #48004 (Error handler prevents creation of default object)
2009-04-21 08:12:07 +00:00
Kalle Sommer Nielsen
788766bfa5
Added missing note about gethostname() (Re: #47839 )
2009-04-21 04:35:01 +00:00
Jani Taskinen
33bec1ecb2
- Sync with HEAD (just reorder to match HEAD order)
2009-04-20 16:07:59 +00:00
Jani Taskinen
353b8844bf
ws
2009-04-20 15:39:48 +00:00
Jani Taskinen
8393525511
MFH:- Added path sanity check (autotools + libtool do not cope with whitespace..)
2009-04-20 15:03:21 +00:00
Etienne Kneuss
3b90499884
MFH: Fix #48023 (spl_autoload_register didn't store closures)
2009-04-20 14:20:20 +00:00
Ilia Alshanetsky
aea9dfb353
Fixed typo
2009-04-20 14:08:43 +00:00
Mikko Koppanen
8e0a3c21a3
MFH: Closes #47991 SSL streams fail if error stack contains items
2009-04-20 09:44:29 +00:00
Johannes Schlüter
501ecb10f4
Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes()
2009-04-20 09:16:51 +00:00
Pierre Joye
c7e0d95deb
- silent compiler warning
2009-04-20 08:41:39 +00:00
Pierre Joye
70c96f788d
- nuke unused variable
2009-04-20 08:40:39 +00:00
Pierre Joye
be093af4fa
- silent compiler warning
2009-04-20 08:28:44 +00:00
Arnaud Le Blanc
555208c581
MFH: Fix test
2009-04-19 22:01:46 +00:00
Arnaud Le Blanc
8ea9eb8560
MFH: Better fix for #47997
2009-04-19 17:10:35 +00:00
Ilia Alshanetsky
bd7f4375a3
Fixed bug #47937 (system() calls sapi_flush() regardless of output
...
buffering)
2009-04-19 14:59:52 +00:00
Arnaud Le Blanc
ed791d55ad
BFN moved to 5.2
2009-04-19 14:44:43 +00:00
Arnaud Le Blanc
790d160b6f
new test
2009-04-19 13:56:08 +00:00
Arnaud Le Blanc
14c717f449
Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
2009-04-19 13:46:47 +00:00
Felipe Pena
0c6cf02985
- MFH: Fix build
2009-04-18 18:56:11 +00:00
Ilia Alshanetsky
7fef2270b0
Fixed compiler warning
2009-04-16 22:14:28 +00:00
Hannes Magnusson
0829cb89ee
MFH: Fixed bug#47981 (error handler not called regardless)
2009-04-16 13:48:01 +00:00
Hannes Magnusson
65640d2c1a
MFH: Make it possible to run on 5.2
2009-04-16 13:41:25 +00:00
Zoe Slattery
11d43ac5d2
fixing incorrect --CLEAN-- sections
2009-04-16 12:28:03 +00:00
Zoe Slattery
25ff381418
fixing incorrect --CLEAN-- sections
2009-04-16 12:14:38 +00:00
Zoe Slattery
c80613cce2
fixing incorrect --CLEAN-- sections
2009-04-16 10:54:45 +00:00
Dmitry Stogov
679c6298e3
- Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context
...
- Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked")
2009-04-16 10:16:27 +00:00
Sebastian Bergmann
472e8ca337
Fugbix typo.
2009-04-16 06:47:36 +00:00
Pierre Joye
ebc2912872
- #47978 , typo in ext/sockets/sockets.c
2009-04-16 05:33:13 +00:00
Moriyoshi Koizumi
ff16122cce
- MFH: just a paranoiac test. This works perfectly.
2009-04-16 02:07:20 +00:00
Antony Dovgal
a31e30fafb
fix parse error
2009-04-15 20:56:58 +00:00
Antony Dovgal
af4b7aca6e
fix test
2009-04-15 20:54:52 +00:00
Ilia Alshanetsky
28db7c0207
Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)
2009-04-15 14:24:38 +00:00
Ilia Alshanetsky
dd5189e9bd
Sqlite news
2009-04-14 15:48:37 +00:00
Antony Dovgal
2627e08886
MFH: revert wrong fix for bug #47930
2009-04-14 14:18:35 +00:00