[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd/libgd gd.c

2007-08-27 Thread Pierre-Alain Joye
pajoye  Mon Aug 27 08:27:45 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS 
/php-src/ext/gd/libgd   gd.c 
  Log:
  - revert fix for #106
  - add news entry for pslib fix
NB: Please next time, inform us before a complete freeze is done for 
a given branch. And a week for a RC is defitively too short.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.911r2=1.2027.2.547.2.912diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.911 php-src/NEWS:1.2027.2.547.2.912
--- php-src/NEWS:1.2027.2.547.2.911 Sun Aug 26 20:35:11 2007
+++ php-src/NEWSMon Aug 27 08:27:44 2007
@@ -1,9 +1,10 @@
 PHPNEWS
 |||
-- Fixed regression in imagerectangle for 1x1 rectangle (gd bug #106) (Pierre)
 23 Aug 2007, PHP 5.2.4RC3
 - Fixed version_compare() to support rc as well as RC for release
   candidate version numbers.
+- Fixed possible crash in imagepsloadfont, work around a bug in the pslib on
+  windows (Pierre)
 - Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
   (Ilia)
 - Fixed bug #42365 (glob() crashes and/or accepts way too many flags). (Jani)
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.90.2.1.2.18r2=1.90.2.1.2.19diff_format=u
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.90.2.1.2.18 
php-src/ext/gd/libgd/gd.c:1.90.2.1.2.19
--- php-src/ext/gd/libgd/gd.c:1.90.2.1.2.18 Sun Aug 26 20:35:10 2007
+++ php-src/ext/gd/libgd/gd.c   Mon Aug 27 08:27:45 2007
@@ -2124,12 +2124,6 @@
int half1 = 1;
int t;
 
-
-   if (x1 == x2  y1 == y2  thick == 1) {
-   gdImageSetPixel(im, x1, y1, color);
-   return;
-   }
-
if (y2  y1) {
t=y1;
y1 = y2;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-08-27 Thread Jani Taskinen
janiMon Aug 27 08:35:28 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS 
  Log:
  Fix news
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.912r2=1.2027.2.547.2.913diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.912 php-src/NEWS:1.2027.2.547.2.913
--- php-src/NEWS:1.2027.2.547.2.912 Mon Aug 27 08:27:44 2007
+++ php-src/NEWSMon Aug 27 08:35:27 2007
@@ -1,10 +1,10 @@
 PHPNEWS
 |||
 23 Aug 2007, PHP 5.2.4RC3
-- Fixed version_compare() to support rc as well as RC for release
-  candidate version numbers.
-- Fixed possible crash in imagepsloadfont, work around a bug in the pslib on
-  windows (Pierre)
+- Fixed version_compare() to support rc as well as RC for release candidate
+  version numbers. (Derick)
+- Fixed possible crash in imagepsloadfont(), work around a bug in the pslib on
+  Windows. (Pierre)
 - Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
   (Ilia)
 - Fixed bug #42365 (glob() crashes and/or accepts way too many flags). (Jani)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / NEWS

2007-08-27 Thread Ilia Alshanetsky
iliaa   Mon Aug 27 23:47:40 2007 UTC

  Modified files:  
/php-srcNEWS 
  Log:
  Fixed typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2149r2=1.2150diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2149 php-src/NEWS:1.2150
--- php-src/NEWS:1.2149 Mon Aug  6 08:43:43 2007
+++ php-src/NEWSMon Aug 27 23:47:40 2007
@@ -53,7 +53,7 @@
 - Added jump label operator (limited goto). (Dmitry, Sara)
 - Added E_STRICT to E_ALL. (Dmitry)
 - Added an optional parameter to strstr() and stristr() for retrieval of either
-  the part of haystack before or after first occurence of needle. (Johannes)
+  the part of haystack before or after first occurrence of needle. (Johannes)
 - Added streams features:
   . Context parameter for copy() function. (Sara)
   . Second optional parameter to stream_context_create() to

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php