Commit Graph

44635 Commits

Author SHA1 Message Date
Arnaud Le Blanc
1de42cc3cb gen 2009-04-25 21:09:23 +00:00
Arnaud Le Blanc
06d6eecd83 Fix version 2009-04-25 21:08:54 +00:00
Arnaud Le Blanc
a35363db1c Handle HEAD output handler flags
(fixes ext/standard/tests/general_functions/bug44394.phpt)
2009-04-25 21:07:07 +00:00
Arnaud Le Blanc
14e482909e Fix memleak in set_include_path()
(ext/standard/tests/file/file_put_contents_variation5.phpt)
2009-04-25 21:06:01 +00:00
Arnaud Le Blanc
793c221a7d MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for
"class not found"))
2009-04-25 21:05:00 +00:00
Sebastian Schürmann
5e7fe4e86c Initial import 2009-04-25 19:06:26 +00:00
Sebastian Schürmann
9f8bf877ec Initial commit 2009-04-25 19:00:42 +00:00
Sebastian Schürmann
ce8b1130a3 Initial commit 2009-04-25 18:50:52 +00:00
Sebastian Schürmann
ce35cb375a Initial commit 2009-04-25 18:42:13 +00:00
Sebastian Schürmann
da32e6e2d9 - Initial commit 2009-04-25 18:33:50 +00:00
Sebastian Schürmann
ad8ab8ae5c Initial commit 2009-04-25 18:28:02 +00:00
Jani Taskinen
e2fe8ebf6d MFB 2009-04-25 18:02:56 +00:00
Jani Taskinen
5e6bff5c43 - fix test cleanup (== consistent now :) 2009-04-25 17:57:27 +00:00
Jani Taskinen
43670e41bb MFB52: sync 2009-04-25 17:12:56 +00:00
Nuno Lopes
f430db2814 MFB: fix strict aliasing issues 2009-04-25 16:42:24 +00:00
Pierre Joye
d0a7664c92 - ws 2009-04-25 16:35:36 +00:00
Pierre Joye
9b9af89020 - #elif 2009-04-25 15:13:00 +00:00
Pierre Joye
7c350613c8 - ws 2009-04-25 15:08:25 +00:00
Pierre Joye
f012ff613e - sync 5.3
- add 2007d and 2007e
2009-04-25 15:06:03 +00:00
Pierre Joye
8405f08d5f - SEARCHPGM struct has to be freed 2009-04-25 15:02:03 +00:00
Pierre Joye
cdeee70a88 - silent warning, NULL is not 0 2009-04-25 14:53:50 +00:00
Pierre Joye
95b781c992 - bad idea to free body 2009-04-25 11:21:41 +00:00
Kalle Sommer Nielsen
22a73c6197 Use correct data types here, and gdImageSaveAlpha for the alpha flag 2009-04-25 06:20:26 +00:00
3322913c74 ChangeLog update 2009-04-25 01:32:46 +00:00
Arnaud Le Blanc
ed413db14d Fix handling of escaped double quotes 2009-04-24 21:50:51 +00:00
Arnaud Le Blanc
e10005e3fe Fix test 2009-04-24 21:50:15 +00:00
Arnaud Le Blanc
4c400890ed strip_tags() fixes:
- MFH5.3 (Fix bug when < is used within attribute.)
- Fix handling of case when searching for allowed tags in unicode variant
- tests for both unicode and binary variants
2009-04-24 21:23:47 +00:00
Arnaud Le Blanc
3bc34ef8c1 Fix tests (MFB, etc) 2009-04-24 19:47:43 +00:00
Arnaud Le Blanc
e6b238275f Fix tests (mostly MFB) 2009-04-24 17:13:49 +00:00
Arnaud Le Blanc
778baeb1b2 Fix tests 2009-04-24 15:52:38 +00:00
Arnaud Le Blanc
10a5707781 zend_vm_gen 2009-04-24 15:48:22 +00:00
Arnaud Le Blanc
acb8489d26 Fix handling of unicode string offsets (tests/strings/bug22592.phpt) 2009-04-24 15:47:20 +00:00
Arnaud Le Blanc
7b4dc185bf Fix memleak on empty GET var (tests/basic/011.phpt) 2009-04-24 15:44:35 +00:00
Pierre Joye
e1086084cb - make MP survive --disable-all (=disable to disable it) 2009-04-24 15:19:10 +00:00
Pierre Joye
e06b62d259 - fix logic 2009-04-24 11:34:27 +00:00
Pierre Joye
129c98c983 - simplify and use PHP_CURL 2009-04-24 09:25:14 +00:00
286459c998 ChangeLog update 2009-04-24 01:32:39 +00:00
Pierre Joye
287499b99a - #47940, leaks in imap_body() 2009-04-23 22:24:54 +00:00
Pierre Joye
48eaea822a - define HAVE_NEW_MIME2TEXT and HAVE_RFC822_OUTPUT_ADDRESS_LIST 2009-04-23 22:22:26 +00:00
Pierre Joye
02d471d689 - MFB: allow to set or disable the multithreaded build (n, auto or disable) 2009-04-23 20:19:31 +00:00
Pierre Joye
2ed2b6f638 - MFB 2009-04-23 18:03:42 +00:00
Takeshi Abe
b6b8240fb3 check non-null before any use. 2009-04-23 16:25:17 +00:00
Matteo Beccati
7db1207d47 - 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:22:12 +00:00
Pierre Joye
763248af68 - c/p error 2009-04-23 08:46:15 +00:00
1d4facf3a9 ChangeLog update 2009-04-23 01:33:48 +00:00
Brian Shire
82cabe1ca4 fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 2009-04-22 21:27:17 +00:00
Pierre Joye
5466a9caee - MFB: make it loud when libxml is missing or the dep is not present 2009-04-22 19:07:11 +00:00
andy wharmby
05f4a87a0a PHP 6 version of a new date test missed from earlier drop 2009-04-22 10:42:23 +00:00
f65591de90 ChangeLog update 2009-04-22 01:32:44 +00:00
Hannes Magnusson
72543e6d1b Adjust reflection info 2009-04-21 18:07:42 +00:00