sniper Sun Jan 1 19:00:53 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/scripts/dev credits Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/scripts/dev/credits?r1=1.2&r2=1.2.4.1&diff_format=u Index: php-src/scripts/dev/credits diff -u php-src/scripts/dev/credits:1.2 php-src/scripts/dev/credits:1.2.4.1 --- php-src/scripts/dev/credits:1.2 Sat Jan 17 13:00:20 2004 +++ php-src/scripts/dev/credits Sun Jan 1 19:00:53 2006 @@ -1,6 +1,6 @@ #!/bin/sh awkprog=' -BEGIN { FS = "\n"; RS = "" } +BEGIN { FS = "\n|\r\n|\r"; RS = "" } { print "CREDIT_LINE(\""$1"\", \""$2"\");" }' for what in ext sapi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php