Commit Graph

37858 Commits

Author SHA1 Message Date
Nuno Lopes
5e50336e7e MFB: fix race condition on font cache shutdown 2007-04-04 14:26:04 +00:00
Pierre Joye
19ac790b35 - MFH:
- do not try to use the global color map when none was found (Nuno, Pierre)
 - free im on error
2007-04-04 11:42:54 +00:00
Antony Dovgal
6285e0d9d1 fix leak on error 2007-04-04 10:44:49 +00:00
Pierre Joye
a110d07c96 - fix previous commit (missing #ifdef in shutdown declaration)
- MFB:
 - Sync with gd 2.0.35 (bug #52, #60 and #66)
  - Improve TS of gif loading code (Roman Nemecek, Nuno, Pierre)
  - a frame size must be confined to the screen defition (Pierre)
  - be sure to always read the dimensions in the frame and does not use
    the screen size (see #66 for a side effect) (Pierre)
  - Update #37360 test. The frame does not fit the logical screen (specs
    tell that it must fit) (Pierre)
2007-04-04 01:54:34 +00:00
01e1fa0495 ChangeLog update 2007-04-04 01:31:03 +00:00
Pierre Joye
1cd4938ef5 - remove double lock (tween colors cache is created in each thread, the
cache mutex is already locked earlier)
- #40858, other TS improvements for gd freetype cache management
  cache initialization and shutdown is now done in MINIT and MSHUTDOWN.
2007-04-04 00:44:38 +00:00
Pierre Joye
02f5db029d - MFB: colors allocated henceforth from the resulting image overwrite
the palette colors (sync with 2.0.34) (Rob Leslie)
2007-04-04 00:41:08 +00:00
Antony Dovgal
28b425fffa fix #39351 (relative include fails on Solaris) 2007-04-03 20:19:47 +00:00
Brian Shire
c1104b0262 MFB: correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
fix pack test, correct space to tabs
2007-04-03 19:50:43 +00:00
Rob Richards
ab5d9f9342 MFB: allow registered classes to be changed 2007-04-03 11:58:24 +00:00
Sebastian Bergmann
753cc94e87 Fugbix typo. 2007-04-03 06:56:39 +00:00
Dmitry Stogov
1989ca7903 Removed undocumnted and incomplete support for strings in list() operator 2007-04-03 06:33:00 +00:00
16f3f5618e ChangeLog update 2007-04-03 01:30:57 +00:00
Stanislav Malyshev
7ef06296b3 fix for #33664 Console window appears when using exec() 2007-04-02 20:48:53 +00:00
foobar
7da784c5f7 MFB- 64bit test 2007-04-02 15:12:55 +00:00
foobar
573028aff2 MFB:- Make this 32bit only test. (will add 64bit version next) 2007-04-02 15:02:22 +00:00
Dmitry Stogov
2b24ec5989 Fixed bug #37013 (server hangs when returning circular object references) 2007-04-02 13:43:29 +00:00
foobar
0ac6bb9f16 MFB52:- Changed phpinfo() to make difference between set php.ini path and what was actually loaded. 2007-04-02 12:42:18 +00:00
55c8d82530 ChangeLog update 2007-04-02 01:31:01 +00:00
e8f0e64b57 ChangeLog update 2007-03-31 01:31:05 +00:00
Dmitry Stogov
9e225a5af9 new test 2007-03-30 10:10:15 +00:00
c7db11b376 ChangeLog update 2007-03-30 01:31:11 +00:00
Antony Dovgal
9d57173cdf fix #10194 (crash in Oracle client when memory limit reached in the callback)
preallocate the required buffer, so that it would fail earlier.
2007-03-29 09:30:25 +00:00
5b26a36c4e ChangeLog update 2007-03-29 01:31:01 +00:00
Antony Dovgal
ee1a525351 Oracle seems to return non zero terminated strings or strings with only 1 zero at the end in Unicode mode
surely u_strlen() doesn't like it, so lets use OCIStringSize() and avoid u_strlen()
2007-03-28 23:05:36 +00:00
Dmitry Stogov
072f7f1c60 Improved FastCGI SAPI to support external pipe and socket servers on win32 2007-03-28 15:39:35 +00:00
foobar
59e48ad26f - Fixed test 2007-03-28 12:26:44 +00:00
Zoe Slattery
dfaf949f2f New tests for ltrim, rtrim, str_pad 2007-03-28 10:31:13 +00:00
Antony Dovgal
b3352b6a04 drop deprecated funcs and change error level to E_WARNING 2007-03-28 10:22:33 +00:00
Antony Dovgal
25c075ec4b add .cvsignore 2007-03-28 10:09:55 +00:00
Antony Dovgal
658743f7b9 fix #40392 (memory leaks in PHP milter SAPI)
we should have dropped this SAPI years ago
2007-03-28 10:06:54 +00:00
Zoe Slattery
61ccbdee7e New ucfirst() test. 2007-03-28 09:54:31 +00:00
Zoe Slattery
f9596816cc new test for printf 2007-03-28 09:41:55 +00:00
Antony Dovgal
39454ffdfa fix compile warning 2007-03-28 09:13:55 +00:00
998744520b ChangeLog update 2007-03-28 01:31:07 +00:00
Marcus Boerger
ab15beebbf - Compatibility with suhosin 2007-03-27 21:28:22 +00:00
Marcus Boerger
cd91af2f7f - Allow to load multipe extensions via -d 2007-03-27 20:27:39 +00:00
Marcus Boerger
a2642ff434 - Update package info 2007-03-27 20:03:56 +00:00
Antony Dovgal
c178da987c fix compile warning 2007-03-27 09:28:49 +00:00
a38f724a08 ChangeLog update 2007-03-27 01:31:12 +00:00
Marcus Boerger
51b116d7e8 - Split TODO 2007-03-26 20:36:10 +00:00
Rob Richards
97771fcc74 MFB: fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElements are addressable using offset 0
use correct node for xpath context node
add test
2007-03-26 20:16:16 +00:00
Marcus Boerger
c84b870472 - Prevent rename on extracted archieves 2007-03-26 19:51:22 +00:00
Marcus Boerger
f1684e4735 - Fix return value of unlink/rename handlers
- Add extract_list support to all wrapper handlers but rename
2007-03-26 19:20:00 +00:00
Greg Beaver
e97b1aefbf fix memleak in external dirs
update package.xml
move API to 1.1.0
update package version to 1.1.0RC1
update API test
2007-03-26 16:42:47 +00:00
Greg Beaver
bb1c1f6690 fix extra extsrcrelease tags 2007-03-26 15:51:17 +00:00
Greg Beaver
2cfb7a7e8f as Marcus said: "don't we need this for bz2?" :) 2007-03-26 15:50:26 +00:00
Antony Dovgal
c9b1ff5080 fix #40915 (addcslashes unexpected behavior with binary input) 2007-03-26 10:23:50 +00:00
Antony Dovgal
93a1275f8a MFB 2007-03-26 08:02:36 +00:00
1126c3509f ChangeLog update 2007-03-26 01:31:00 +00:00