Skip to content

Commit 2d098d1

Browse files
author
Jani Taskinen
committed
bfn
1 parent cab5c25 commit 2d098d1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

NEWS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ PHP NEWS
120120
- Fixed bug #40419 (Trailing Slash in CGI request don't work). (Dmitry)
121121
- Fixed bug #39330 (apache2handler does not call shutdown actions before
122122
apache child die). (isk at ecommerce dot com, Gopal, Tony)
123+
- Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present).
124+
(Jani)
123125

124126
31 May 2007, PHP 5.2.3
125127
- Changed CGI install target to php-cgi and 'make install' to install CLI
@@ -218,14 +220,14 @@ PHP NEWS
218220
- Improved bundled GD
219221
. Sync to 2.0.35
220222
. Added imagegrabwindow and imagegrabscreen, capture a screen or a
221-
window using its handle (Pierre)
223+
window using its handle (Pierre)
222224
. colors allocated henceforth from the resulting image overwrite the palette
223-
colors (Rob Leslie)
225+
colors (Rob Leslie)
224226
. Improved thread safety of the gif support (Roman Nemecek, Nuno, Pierre)
225-
. Use the dimension of the GIF frame to create the destination image (Pierre)
226-
. Load only once the local color map from a GIF data (Pierre)
227+
. Use the dimension of the GIF frame to create the destination image (Pierre)
228+
. Load only once the local color map from a GIF data (Pierre)
227229
. Improved thread safety of the freetype cache (Scott MacVicar, Nuno, Pierre)
228-
. imagearc huge CPU usage with large angles, libgd bug #74 (Pierre)
230+
. imagearc huge CPU usage with large angles, libgd bug #74 (Pierre)
229231
- Improved FastCGI SAPI to support external pipe and socket servers on win32.
230232
(Dmitry)
231233
- Improved Zend Memory Manager
@@ -1371,7 +1373,7 @@ PHP NEWS
13711373
aborted" FastCGI err). (Dmitry)
13721374
- Fixed bug #37192 (cc may complain about non-constant initializers in
13731375
hash_adler.c). (Mike)
1374-
- Fixed bug #37191 (chmod takes off sticky bit when safe_mode is On). (Tony)
1376+
- Fixed bug #37191 (chmod takes off sticky bit when safe_mode is On). (Tony)
13751377
- Fixed bug #37167 (PDO segfaults when throwing exception from the
13761378
fetch handler). (Tony)
13771379
- Fixed bug #37162 (wddx does not build as a shared extension).

0 commit comments

Comments
 (0)