mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
* Update logos
* Move from PreAlpha 1 to Beta 1.
This commit is contained in:
parent
75f62dc415
commit
e883283590
@ -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)
|
||||
|
||||
|
||||
|
||||
|
@ -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>");
|
||||
}
|
||||
|
1725
main/logos.h
1725
main/logos.h
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define PHP_VERSION "4.0pa1"
|
||||
#define PHP_VERSION "4.0B1"
|
||||
|
Loading…
Reference in New Issue
Block a user