Commit Graph

45093 Commits

Author SHA1 Message Date
Pierre Joye
5fa7af759a - WS 2009-05-18 11:48:56 +00:00
Pierre Joye
5dca728cec - MFB: - disable file:// when open_basedir are enabled 2009-05-18 11:40:25 +00:00
b3123cb35e ChangeLog update 2009-05-18 01:32:44 +00:00
Pierre Joye
20ab93a3e3 - MFB: #44859, fixed support for windows ACL, drop win9x code 2009-05-17 19:51:13 +00:00
Felipe Pena
702a21374d - New tests (testfest BerlinUG) 2009-05-17 18:07:36 +00:00
Arnaud Le Blanc
587137b2d3 un-duplicated code (merged unicode/string variants of stream_copy_to_stream
and let the compiler optimize specializations)
2009-05-17 16:52:35 +00:00
Felipe Pena
23ee8e9013 - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
Felipe Pena
24c8b4fb78 - Changed %s to %v on createAggregate() error message 2009-05-17 16:39:30 +00:00
Felipe Pena
05b9feb85f - New tests (testfest LondonUG) 2009-05-17 15:21:45 +00:00
Arnaud Le Blanc
0e4de79b40 Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
update stream position of plain files)
2009-05-17 14:57:05 +00:00
7c976e15d6 ChangeLog update 2009-05-17 01:33:09 +00:00
Felipe Pena
32f3dbc12c - New tests (testfest Quebec) 2009-05-17 01:16:02 +00:00
Felipe Pena
ce90adc2c8 - New tests (testfest DutchUG) 2009-05-16 21:13:10 +00:00
Arnaud Le Blanc
b6b2d5d10f Test for #38802 2009-05-16 20:44:56 +00:00
Arnaud Le Blanc
d9f42826aa Minimal HTTP server to test HTTP stream wrapper 2009-05-16 20:43:54 +00:00
Arnaud Le Blanc
88aac9b1b1 Fixed bug #38802 (max_redirects and ignore_errors)
(patch by datibbaw@php.net)
2009-05-16 20:34:08 +00:00
Arnaud Le Blanc
3c6bd3eb67 Fix warning when inner stream of a temp:// stream is closed before
the stream ifself
2009-05-16 20:27:11 +00:00
Arnaud Le Blanc
804ed57ad3 Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
is a socket)
2009-05-16 20:22:29 +00:00
Felipe Pena
dd8ba68ca7 - New tests (testfest Quebec) 2009-05-16 18:26:21 +00:00
Felipe Pena
cc2c1c3360 - Added changes from testfest ParisUG && Changed line endings 2009-05-16 17:02:02 +00:00
Felipe Pena
79b099b638 - New tests (testfest ParisUG) 2009-05-16 16:36:58 +00:00
Felipe Pena
7ff4b251f3 - New tests (testfest DutchUG) 2009-05-16 15:11:21 +00:00
Felipe Pena
5bb1948117 - New tests (testfest CataloniaUG) 2009-05-16 14:41:03 +00:00
26d03e6200 ChangeLog update 2009-05-16 01:32:45 +00:00
Kalle Sommer Nielsen
29487b7d0a Fix compiler warnings (only in HEAD), same style of silence as in 5.3 2009-05-15 18:01:05 +00:00
Kalle Sommer Nielsen
5b70bb7740 Fix compiler warnings 2009-05-15 17:27:56 +00:00
Felipe Pena
5c09594daa - Missing zend_exceptions.h (Kalle) 2009-05-15 17:04:30 +00:00
Moriyoshi Koizumi
4306389206 * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well
and I think allowing user-supplied comparator should make more sense when it
  comes to objects.
2009-05-15 17:02:34 +00:00
Christopher Jones
79be235483 New array_multisort() test and code comment fix (Simon Westcott) 2009-05-15 16:44:51 +00:00
Kalle Sommer Nielsen
cffc777534 Fix arginfo 2009-05-15 09:10:01 +00:00
e1d91d2ceb ChangeLog update 2009-05-15 01:32:53 +00:00
Felipe Pena
44f111cc26 - Fix test 2009-05-14 22:59:02 +00:00
Scott MacVicar
58247606a0 Throw an error rather than silently changing to the default. 2009-05-14 22:00:38 +00:00
Jani Taskinen
7dc5f80497 - Fix the harmless patch that caused harm :) 2009-05-14 21:23:44 +00:00
Jani Taskinen
8c604d3c31 - Fix harmless extra for() loop iteration 2009-05-14 21:00:07 +00:00
Felipe Pena
133e8c5ccb - Improved fix for #42414 2009-05-14 17:23:51 +00:00
Jani Taskinen
936c39dea8 - Fixed bug #48256 (Crash due to double-linking of history.o) 2009-05-14 13:40:37 +00:00
Greg Beaver
16cc6e6b64 fix potential free of NULL 2009-05-14 13:36:44 +00:00
Ilia Alshanetsky
dfe390f97a MFB: Fixed compiler warnings 2009-05-14 12:30:06 +00:00
Dmitry Stogov
8217de479a Fixed wrong return value 2009-05-14 08:22:09 +00:00
9c47a653b2 ChangeLog update 2009-05-14 01:32:51 +00:00
Felipe Pena
757e87c66e - New tests 2009-05-14 01:28:23 +00:00
Felipe Pena
c71b5e616f - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) 2009-05-14 01:25:17 +00:00
Scott MacVicar
1c1ba8cc06 Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth. 2009-05-14 00:13:57 +00:00
Greg Beaver
5af0cbef65 MFB: fix Bug #48257: PharData throws exception with non-phar tar 2009-05-13 20:26:18 +00:00
Kalle Sommer Nielsen
1ee612bb2d Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns 2009-05-13 16:29:03 +00:00
Kalle Sommer Nielsen
a2ad701357 Nuke compiler warning 2009-05-13 15:54:48 +00:00
Ilia Alshanetsky
4decbd9fb7 MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
iso8601.datetime)
2009-05-13 14:23:29 +00:00
Felipe Pena
efc82a96da - Fixed bug #48240 (DBA Segmentation fault dba_nextkey) 2009-05-13 02:14:18 +00:00
d63136c20f ChangeLog update 2009-05-13 01:32:51 +00:00