[PHP-CVS] cvs: php-src /ext/standard credits.c

2009-03-17 Thread Pierre-Alain Joye
pajoye  Tue Mar 17 15:38:24 2009 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  - MFB: s,win32,windows, and add myself to the list
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.54&r2=1.55&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.54 php-src/ext/standard/credits.c:1.55
--- php-src/ext/standard/credits.c:1.54 Tue Mar 10 23:39:39 2009
+++ php-src/ext/standard/credits.c  Tue Mar 17 15:38:24 2009
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.54 2009/03/10 23:39:39 helly Exp $ */
+/* $Id: credits.c,v 1.55 2009/03/17 15:38:24 pajoye Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -67,7 +67,7 @@
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov");
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev 
Suraski, Andrei Zmievski");
CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, 
Sascha Schumann, Jani Taskinen");
-   CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski, Wez 
Furlong");
+   CREDIT_LINE("Windows Port", "Shane Caraveo, Zeev Suraski, Wez 
Furlong, Pierre-Alain Joye");
CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi 
Gutmans, Shane Caraveo, Zeev Suraski");
CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara 
Golemon");
CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus 
Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky");



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2008-12-30 Thread Marcus Boerger
helly   Tue Dec 30 19:13:25 2008 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  MFB
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.51&r2=1.52&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.51 php-src/ext/standard/credits.c:1.52
--- php-src/ext/standard/credits.c:1.51 Tue Dec  9 10:53:29 2008
+++ php-src/ext/standard/credits.c  Tue Dec 30 19:13:25 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.51 2008/12/09 10:53:29 jani Exp $ */
+/* $Id: credits.c,v 1.52 2008/12/30 19:13:25 helly Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -57,14 +57,14 @@
} else {
php_info_print_table_header(1, "Language Design & 
Concept");
}
-   php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev 
Suraski");
+   php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev 
Suraski, Marcus Boerger");
php_info_print_table_end();
 
/* PHP Language */
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP Authors");
php_info_print_table_header(2, "Contribution", "Authors");
-   CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski");
+   CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov");
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev 
Suraski, Andrei Zmievski");
CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, 
Sascha Schumann, Jani Taskinen");
CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski, Wez 
Furlong");



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2008-12-09 Thread Jani Taskinen
janiTue Dec  9 10:53:29 2008 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  - cat, tail, lift :)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.50&r2=1.51&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.50 php-src/ext/standard/credits.c:1.51
--- php-src/ext/standard/credits.c:1.50 Wed Jun 18 05:17:55 2008
+++ php-src/ext/standard/credits.c  Tue Dec  9 10:53:29 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.50 2008/06/18 05:17:55 philip Exp $ */
+/* $Id: credits.c,v 1.51 2008/12/09 10:53:29 jani Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -66,7 +66,7 @@
php_info_print_table_header(2, "Contribution", "Authors");
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski");
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev 
Suraski, Andrei Zmievski");
-   CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, 
Sascha Schumann");
+   CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, 
Sascha Schumann, Jani Taskinen");
CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski, Wez 
Furlong");
CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi 
Gutmans, Shane Caraveo, Zeev Suraski");
CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara 
Golemon");



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2008-06-17 Thread Philip Olson
philip  Wed Jun 18 05:17:55 2008 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  updated website team info
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.49&r2=1.50&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.49 php-src/ext/standard/credits.c:1.50
--- php-src/ext/standard/credits.c:1.49 Thu Apr 10 05:30:34 2008
+++ php-src/ext/standard/credits.c  Wed Jun 18 05:17:55 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.49 2008/04/10 05:30:34 philip Exp $ */
+/* $Id: credits.c,v 1.50 2008/06/18 05:17:55 philip Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -123,7 +123,7 @@
/* Website Team */
php_info_print_table_start();
php_info_print_table_header(1, "PHP Website Team");
-   php_info_print_table_row(1, "Hannes Magnusson, Colin Viebrock, 
Jim Winstead");
+   php_info_print_table_row(1, "Rasmus Lerdorf, Hannes Magnusson, 
Philip Olson");
php_info_print_table_end();
}
 



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2008-04-09 Thread Philip Olson
philip  Thu Apr 10 05:30:34 2008 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.48&r2=1.49&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.48 php-src/ext/standard/credits.c:1.49
--- php-src/ext/standard/credits.c:1.48 Mon Dec 31 07:12:15 2007
+++ php-src/ext/standard/credits.c  Thu Apr 10 05:30:34 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.48 2007/12/31 07:12:15 sebastian Exp $ */
+/* $Id: credits.c,v 1.49 2008/04/10 05:30:34 philip Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -105,9 +105,9 @@
if (flag & PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP Documentation");
-   CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+   CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub 
Vrana");
CREDIT_LINE("Editor", "Philip Olson");
-   CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
+   CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne 
Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz");
CREDIT_LINE("Other Contributors", "Previously active authors, 
editors and other contributors are listed in the manual.");
php_info_print_table_end();
}



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2007-05-22 Thread Hannes Magnusson
bjori   Tue May 22 15:46:27 2007 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  Philip, the new phpdoc editor \o/
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.45&r2=1.46&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.45 php-src/ext/standard/credits.c:1.46
--- php-src/ext/standard/credits.c:1.45 Mon Jan  1 09:29:30 2007
+++ php-src/ext/standard/credits.c  Tue May 22 15:46:27 2007
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.45 2007/01/01 09:29:30 sebastian Exp $ */
+/* $Id: credits.c,v 1.46 2007/05/22 15:46:27 bjori Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -108,6 +108,7 @@
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP Documentation");
CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+   CREDIT_LINE("Editor", "Philip Olson");
CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
CREDIT_LINE("Other Contributors", "Previously active authors, 
editors and other contributors are listed in the manual.");
php_info_print_table_end();

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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2006-12-25 Thread Antony Dovgal
tony2001Mon Dec 25 11:50:23 2006 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  update credits at request of Gabor
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.43&r2=1.44&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.43 php-src/ext/standard/credits.c:1.44
--- php-src/ext/standard/credits.c:1.43 Tue Dec 12 19:25:47 2006
+++ php-src/ext/standard/credits.c  Mon Dec 25 11:50:23 2006
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.43 2006/12/12 19:25:47 mike Exp $ */
+/* $Id: credits.c,v 1.44 2006/12/25 11:50:23 tony2001 Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -108,7 +108,6 @@
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP Documentation");
CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
-   CREDIT_LINE("Editor", "Gabor Hojtsy");
CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
CREDIT_LINE("Other Contributors", "Previously active authors, 
editors and other contributors are listed in the manual.");
php_info_print_table_end();
@@ -125,7 +124,7 @@
/* Website Team */
php_info_print_table_start();
php_info_print_table_header(1, "PHP Website Team");
-   php_info_print_table_row(1, "Gabor Hojtsy, Colin Viebrock, Jim 
Winstead");
+   php_info_print_table_row(1, "Hannes Magnusson, Colin Viebrock, 
Jim Winstead");
php_info_print_table_end();
}
 

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



Re: [PHP-CVS] cvs: php-src /ext/standard credits.c info.c /main output.c php_output.h

2006-12-11 Thread Andrei Zmievski

So, we'll keep author names in Credits in Latin-1? Why not use UTF-8?

-Andrei

On Dec 10, 2006, at 7:02 AM, Michael Wallner wrote:


mikeSun Dec 10 15:02:51 2006 UTC

  Modified files:
/php-src/main   output.c php_output.h
/php-src/ext/standard   info.c credits.c
  Log:
  - upgrade phpinfo() and phpcredits()

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


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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2005-09-20 Thread Johannes Schl
johannesTue Sep 20 18:17:35 2005 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  - Remove HTML fragments from phpcredits() in CLI mode
  
http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.38&r2=1.39&ty=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.38 php-src/ext/standard/credits.c:1.39
--- php-src/ext/standard/credits.c:1.38 Thu Aug 11 20:17:26 2005
+++ php-src/ext/standard/credits.c  Tue Sep 20 18:17:34 2005
@@ -17,10 +17,11 @@
+--+
 */
 
-/* $Id: credits.c,v 1.38 2005/08/12 00:17:26 sniper Exp $ */
+/* $Id: credits.c,v 1.39 2005/09/20 22:17:34 johannes Exp $ */
 
 #include "php.h"
 #include "info.h"
+#include "SAPI.h"
 
 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, 
authors)
 
@@ -28,11 +29,15 @@
  */
 PHPAPI void php_print_credits(int flag TSRMLS_DC)
 {
-   if (flag & PHP_CREDITS_FULLPAGE) {
+   if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
php_print_info_htmlhead(TSRMLS_C);
}
 
-   PUTS("PHP Credits\n");
+   if (!sapi_module.phpinfo_as_text) {
+   PUTS("PHP Credits\n");
+   } else {
+   PUTS("PHP Credits\n");
+   }
 
if (flag & PHP_CREDITS_GROUP) {
/* Group */
@@ -46,7 +51,11 @@
if (flag & PHP_CREDITS_GENERAL) {
/* Design & Concept */
php_info_print_table_start();
-   php_info_print_table_header(1, "Language Design & Concept");
+   if (!sapi_module.phpinfo_as_text) {
+   php_info_print_table_header(1, "Language Design & 
Concept");
+   } else {
+   php_info_print_table_header(1, "Language Design & 
Concept");
+   }
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev 
Suraski");
php_info_print_table_end();
 
@@ -117,7 +126,7 @@
php_info_print_table_end();
}
 
-   if (flag & PHP_CREDITS_FULLPAGE) {
+   if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
PUTS("\n");
}
 }

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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2005-08-11 Thread Jani Taskinen
sniper  Thu Aug 11 20:17:26 2005 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  No more versions here
  
http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.37&r2=1.38&ty=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.37 php-src/ext/standard/credits.c:1.38
--- php-src/ext/standard/credits.c:1.37 Thu Aug 11 19:35:57 2005
+++ php-src/ext/standard/credits.c  Thu Aug 11 20:17:26 2005
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.37 2005/08/11 23:35:57 andrei Exp $ */
+/* $Id: credits.c,v 1.38 2005/08/12 00:17:26 sniper Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -52,7 +52,7 @@
 
/* PHP Language */
php_info_print_table_start();
-   php_info_print_table_colspan_header(2, "PHP 5 Authors");
+   php_info_print_table_colspan_header(2, "PHP Authors");
php_info_print_table_header(2, "Contribution", "Authors");
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski");
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev 
Suraski, Andrei Zmievski");
@@ -104,7 +104,7 @@
 
if (flag & PHP_CREDITS_QA) {
php_info_print_table_start();
-   php_info_print_table_header(1, "PHP 5.0 Quality Assurance 
Team");
+   php_info_print_table_header(1, "PHP Quality Assurance Team");
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, 
Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, 
Melvyn Sopacua, Jani Taskinen");
php_info_print_table_end();
}

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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2005-02-16 Thread Wez Furlong
wez Wed Feb 16 23:50:49 2005 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  George too
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.34 php-src/ext/standard/credits.c:1.35
--- php-src/ext/standard/credits.c:1.34 Wed Feb 16 23:49:52 2005
+++ php-src/ext/standard/credits.c  Wed Feb 16 23:50:49 2005
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.34 2005/02/17 04:49:52 wez Exp $ */
+/* $Id: credits.c,v 1.35 2005/02/17 04:50:49 wez Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -60,7 +60,7 @@
CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski, Wez 
Furlong");
CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi 
Gutmans, Shane Caraveo, Zeev Suraski");
CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara 
Golemon");
-   CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus 
Boerger, Sterling Hughes");
+   CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus 
Boerger, Sterling Hughes, George Schlossnagle");
php_info_print_table_end();
}
 

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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2004-08-05 Thread Gabor Hojtsy
gobaThu Aug  5 12:26:15 2004 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  update documentation credits, mentioning that more contributors are listed in the 
manual
  
http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.32&r2=1.33&ty=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.32 php-src/ext/standard/credits.c:1.33
--- php-src/ext/standard/credits.c:1.32 Thu Jan  8 03:17:30 2004
+++ php-src/ext/standard/credits.c  Thu Aug  5 12:26:15 2004
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.32 2004/01/08 08:17:30 andi Exp $ */
+/* $Id: credits.c,v 1.33 2004/08/05 16:26:15 goba Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -85,9 +85,11 @@
 
if (flag & PHP_CREDITS_DOCS) {
php_info_print_table_start();
-   php_info_print_table_header(1, "PHP Documentation Team");
-   php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig 
Bakken, Rasmus Lerdorf, Egon Schmid, Lars Torben Wilson, Jim Winstead");
-   php_info_print_table_row(1, "Edited by:  Stig Bakken and Egon Schmid");
+   php_info_print_table_colspan_header(2, "PHP Documentation");
+   CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, 
Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+   CREDIT_LINE("Editor", "Gabor Hojtsy");
+   CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm Betz, 
Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
+   CREDIT_LINE("Other Contributors", "Previously active authors, editors 
and other contributors are listed in the manual.");
php_info_print_table_end();
}
 

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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2003-08-18 Thread Wez Furlong
wez Mon Aug 18 19:26:31 2003 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  5 sir
  
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.30 php-src/ext/standard/credits.c:1.31
--- php-src/ext/standard/credits.c:1.30 Thu Aug  7 11:41:24 2003
+++ php-src/ext/standard/credits.c  Mon Aug 18 19:26:31 2003
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.30 2003/08/07 15:41:24 iliaa Exp $ */
+/* $Id: credits.c,v 1.31 2003/08/18 23:26:31 wez Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -50,9 +50,9 @@
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev 
Suraski");
php_info_print_table_end();
 
-   /* PHP 4 Language */
+   /* PHP Language */
php_info_print_table_start();
-   php_info_print_table_colspan_header(2, "PHP 4 Authors");
+   php_info_print_table_colspan_header(2, "PHP 5 Authors");
php_info_print_table_header(2, "Contribution", "Authors");
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, Zeev 
Suraski");
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev Suraski, 
Andrei Zmievski");



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2003-08-07 Thread Ilia Alshanetsky
iliaa   Thu Aug  7 11:41:24 2003 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  Fixed bug #24839 (& -> & in php credits)
  
  
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.29 php-src/ext/standard/credits.c:1.30
--- php-src/ext/standard/credits.c:1.29 Mon Jul 28 06:44:19 2003
+++ php-src/ext/standard/credits.c  Thu Aug  7 11:41:24 2003
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.29 2003/07/28 10:44:19 sniper Exp $ */
+/* $Id: credits.c,v 1.30 2003/08/07 15:41:24 iliaa Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -46,7 +46,7 @@
if (flag & PHP_CREDITS_GENERAL) {
/* Design & Concept */
php_info_print_table_start();
-   php_info_print_table_header(1, "Language Design & Concept");
+   php_info_print_table_header(1, "Language Design & Concept");
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev 
Suraski");
php_info_print_table_end();
 



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



[PHP-CVS] cvs: php-src /ext/standard credits.c

2003-07-28 Thread Jani Taskinen
sniper  Mon Jul 28 06:44:20 2003 EDT

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  Fixed bug #24839 (missing )
  
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.28 php-src/ext/standard/credits.c:1.29
--- php-src/ext/standard/credits.c:1.28 Tue Jun 10 16:03:37 2003
+++ php-src/ext/standard/credits.c  Mon Jul 28 06:44:19 2003
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.28 2003/06/10 20:03:37 imajes Exp $ */
+/* $Id: credits.c,v 1.29 2003/07/28 10:44:19 sniper Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -107,7 +107,7 @@
}
 
if (flag & PHP_CREDITS_FULLPAGE) {
-   PUTS("\n");
+   PUTS("\n");
}
 }
 /* }}} */



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