@@ -120,6 +120,8 @@ PHP NEWS
120
120
- Fixed bug #40419 (Trailing Slash in CGI request don't work). (Dmitry)
121
121
- Fixed bug #39330 (apache2handler does not call shutdown actions before
122
122
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)
123
125
124
126
31 May 2007, PHP 5.2.3
125
127
- Changed CGI install target to php-cgi and 'make install' to install CLI
@@ -218,14 +220,14 @@ PHP NEWS
218
220
- Improved bundled GD
219
221
. Sync to 2.0.35
220
222
. Added imagegrabwindow and imagegrabscreen, capture a screen or a
221
- window using its handle (Pierre)
223
+ window using its handle (Pierre)
222
224
. colors allocated henceforth from the resulting image overwrite the palette
223
- colors (Rob Leslie)
225
+ colors (Rob Leslie)
224
226
. 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)
227
229
. 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)
229
231
- Improved FastCGI SAPI to support external pipe and socket servers on win32.
230
232
(Dmitry)
231
233
- Improved Zend Memory Manager
@@ -1371,7 +1373,7 @@ PHP NEWS
1371
1373
aborted" FastCGI err). (Dmitry)
1372
1374
- Fixed bug #37192 (cc may complain about non-constant initializers in
1373
1375
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)
1375
1377
- Fixed bug #37167 (PDO segfaults when throwing exception from the
1376
1378
fetch handler). (Tony)
1377
1379
- Fixed bug #37162 (wddx does not build as a shared extension).
0 commit comments