* Update logos

* Move from PreAlpha 1 to Beta 1.
This commit is contained in:
Zeev Suraski 1999-07-14 23:33:00 +00:00
parent 75f62dc415
commit e883283590
5 changed files with 935 additions and 800 deletions

View File

@ -42,7 +42,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up.
divert(1)
dnl ## This is where the version number is changed from now on!
AM_INIT_AUTOMAKE(php, 4.0pa1)
AM_INIT_AUTOMAKE(php, 4.0B1)

View File

@ -94,7 +94,7 @@ PHPAPI void _php3_info(int flag)
if (SG(request_info).request_uri) {
PUTS(SG(request_info).request_uri);
}
PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" width=\"100\" height=\"56\" align=\"right\"></a>\n");
PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" align=\"right\"></a>\n");
php3_printf("System: %s<br>Build Date: %s\n<br>", php3_uname, __DATE__);
php3_printf("php3.ini path: %s<br>\n", CONFIGURATION_FILE_PATH);
@ -109,7 +109,7 @@ PHPAPI void _php3_info(int flag)
if (SG(request_info).request_uri) {
PUTS(SG(request_info).request_uri);
}
PUTS("?=PHPE9568F35-D428-11d2-A769-00AA001ACF42\" border=\"0\" width=\"100\" height=\"89\" align=\"right\"></a>\n");
PUTS("?=PHPE9568F35-D428-11d2-A769-00AA001ACF42\" border=\"0\" align=\"right\"></a>\n");
php3_printf("This program makes use of the Zend scripting language engine:<br><pre>%s</pre>", get_zend_version());
PUTS("<hr>");
}

File diff suppressed because it is too large Load Diff

View File

@ -1094,7 +1094,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_
char *header_line = estrndup(CONTEXT_TYPE_IMAGE_GIF, sizeof(CONTEXT_TYPE_IMAGE_GIF));
php4i_add_header_information(header_line, sizeof(CONTEXT_TYPE_IMAGE_GIF)-1);
PHPWRITE(zendtech_logo, sizeof(zendtech_logo));
PHPWRITE(zend_logo, sizeof(zend_logo));
return;
}
}

View File

@ -1 +1 @@
#define PHP_VERSION "4.0pa1"
#define PHP_VERSION "4.0B1"