Commit Graph

45091 Commits

Author SHA1 Message Date
Ulf Wendel
ff1535fe73 Fixing test (its OK in 5_3 and needs to be fixed in HEAD) 2009-05-28 13:55:46 +00:00
Pierre Joye
c85b4de5fb #48378, exif_read_data() segfaults on certain corrupted .jpeg files 2009-05-28 13:44:43 +00:00
Arnaud Le Blanc
df4d44d78c New test 2009-05-28 13:22:15 +00:00
Pierre Joye
37eb8162a1 - MFB: fix build 2009-05-28 11:50:15 +00:00
Andrey Hristov
c90b10a290 Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised
function was called, which however, doesn't respect that during store the
raw data is not unpacked, to be lazy. The data is unpacked to zvals later,
during every row fetch. However, this way max_length won't be calculated
correctly. So, if a mysqlnd_fetch_field(_direct) call comes we need to
unpack everything and then calculate max_length...and that is expensive,
defies our lazy unpacking optimisation.
2009-05-28 11:47:15 +00:00
Andrey Hristov
7d2383061c Fix a test, UNSIGNED is expected 2009-05-28 10:16:18 +00:00
Arnaud Le Blanc
5a19216596 New test 2009-05-28 10:15:32 +00:00
Andrey Hristov
2caa76ae62 Fix failures when the server is running with ANSI_QUOTES 2009-05-28 09:57:54 +00:00
Antony Dovgal
006646df9c fix build 2009-05-28 09:45:20 +00:00
Jani Taskinen
91a262adbd - Fix build for winblows 2009-05-28 09:09:02 +00:00
Scott MacVicar
b7728c2622 sync SQLite 3.6.14.2 2009-05-28 03:18:55 +00:00
ffa6025d9a ChangeLog update 2009-05-28 01:32:58 +00:00
Robert Nicholson
3cb550d1cd Language Tests: returnByReference 2009-05-27 22:33:25 +00:00
Andrey Hristov
0168fc5dda Less warnings by usage of proper modifier 2009-05-27 20:04:49 +00:00
Andrey Hristov
0ebb041393 because we use int64_t we need corresponding printf modifiers. the type
can be different on 32 and 64 bit, thus we can't use ld and lld but
C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %)
2009-05-27 19:56:47 +00:00
Andrey Hristov
e3456c0460 Fix tests when the server is running with ANSI_QUOTES 2009-05-27 18:13:56 +00:00
Andrey Hristov
8124e94d22 Additional revert 2009-05-27 15:04:55 +00:00
Antony Dovgal
248dc58005 use request encoding when parsing cookies
fixes 14 segfaults in HEAD
2009-05-27 14:53:05 +00:00
Andrey Hristov
77373e8694 Revert previous patch to something that make sense and works in error cases 2009-05-27 14:16:00 +00:00
Pierre Joye
af3ec48bb6 - fix build on unix with bundled gd 2009-05-27 13:56:08 +00:00
Antony Dovgal
4a0523c105 fix compile warnings 2009-05-27 13:42:00 +00:00
David Soria Parra
d482bb692a Remove duplicated code of zend_hash_func and alias it to zend_get_hash_value 2009-05-27 11:58:44 +00:00
Pierre Joye
e6a7960d30 - [DOC] always enable imagecolormatch 2009-05-27 08:12:07 +00:00
Pierre Joye
fd8095a2eb - [DOC] always enable imagerotate (using bundled or system gd) 2009-05-27 07:16:55 +00:00
Kalle Sommer Nielsen
e4e7b6c3ef Lets pass the built php binary to run-tests.php's -p parameter 2009-05-27 01:46:27 +00:00
Kalle Sommer Nielsen
9365e593d1 Added configure.bat to cvsignore 2009-05-27 01:44:48 +00:00
Kalle Sommer Nielsen
cbc025725e Silent dl() if it fails 2009-05-27 01:37:51 +00:00
Kalle Sommer Nielsen
b1d948c97a Nuke warnings 2009-05-27 01:36:46 +00:00
4e4aa7a73a ChangeLog update 2009-05-27 01:32:41 +00:00
Pierre Joye
66c3885647 - silent warnings 2009-05-26 19:56:17 +00:00
Pierre Joye
01a4bbda88 - remove filters function in the main file (see gd_filter.c) 2009-05-26 19:45:38 +00:00
Pierre Joye
eb5dc8f1aa - gd_filter.c 2009-05-26 19:43:11 +00:00
Pierre Joye
c2577075ad - add gd_arc to w32 script 2009-05-26 19:42:19 +00:00
Pierre Joye
eeebbb8ae0 - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...) 2009-05-26 19:34:18 +00:00
Jani Taskinen
9dd2cd6262 - Test for bug #48203 2009-05-26 17:19:09 +00:00
Jani Taskinen
017529f11a - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) 2009-05-26 15:48:28 +00:00
Pierre Joye
1dd3916370 - missed this part 2009-05-26 14:48:18 +00:00
Derick Rethans
27b8ba5bfe - Updated to version 2009.8 (2009h) 2009-05-26 14:26:49 +00:00
Pierre Joye
c62cb674f1 - MFB: [DOC] always enable imagefilter and imageconvolution, even when built against system's gd 2009-05-26 14:26:39 +00:00
Andrey Hristov
f12565ce2f WS 2009-05-26 14:03:07 +00:00
Arnaud Le Blanc
8620c10b3e Fix return value of pcntl_wextistatus() (fixes #47566,
patch by james at jamesreno dot com)
2009-05-26 14:00:42 +00:00
Andrey Hristov
8b43f4fddc ws 2009-05-26 13:42:43 +00:00
Andrey Hristov
6d9d60b902 Fix a typo, utf8 is 3 byte max, for us, for now
Add a another cset
2009-05-26 13:42:06 +00:00
Felipe Pena
ddff1c485d - Fixed param type (%l -> %ld) 2009-05-26 12:35:38 +00:00
Felipe Pena
b1cc4234ab - Fix compile warning && nuke unused variables 2009-05-26 12:26:49 +00:00
Jani Taskinen
84bf8253b1 - Nuke duplicate tests 2009-05-26 10:27:55 +00:00
Jani Taskinen
2e1b73d221 fix test 2009-05-26 10:12:41 +00:00
Pierre Joye
8c4852a459 - always add libgd/ 2009-05-26 08:53:03 +00:00
Pierre Joye
6ea0fea2e0 - add a note about the actual problen so we don't forget it 2009-05-26 08:10:03 +00:00
Jani Taskinen
9ae81ff0c0 - Add note about missing break 2009-05-26 08:02:31 +00:00