Skip to content

Commit

Permalink
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Jan 17, 2004
1 parent b851f37 commit f4983c0
Show file tree
Hide file tree
Showing 167 changed files with 1,134 additions and 1,147 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1085,9 +1085,9 @@
win32/crypt_win32.h
win32/grp.h
win32/md5crypt.h
win32/php4dllts.rc2
win32/php4ts.rc2
win32/php4ts_cli.rc2
win32/php5dllts.rc2
win32/php5ts.rc2
win32/php5ts_cli.rc2
win32/pwd.h
win32/select.h
win32/syslog.h
Expand Down Expand Up @@ -1502,7 +1502,7 @@

2004-01-08 Frank M. Kromann <[email protected]>

* win32/php4dllts.dsp:
* win32/php5dllts.dsp:
Adding new com_dotnet source files to project

2004-01-07 Jani Taskinen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion README.PHP4-TO-PHP5-THIN-CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- mysqli_fetch_assoc()

5. PATH_TRANSLATED server variable is no longer set implicitly under
Apache2 SAPI in contrast to the situation in PHP4, where it is set to the
Apache2 SAPI in contrast to the situation in PHP 4, where it is set to the
same value as the SCRIPT_FILENAME server variable when it is not populated
by Apache. This change was made to comply with the CGI specification.
Please refer to bug #23610 for further information.
Expand Down
2 changes: 1 addition & 1 deletion README.Zeus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Using PHP4 with the Zeus Web Server
Using PHP5 with the Zeus Web Server
-----------------------------------

Zeus fully supports running PHP in combination with our
Expand Down
4 changes: 2 additions & 2 deletions Zend/tests/bug26802.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $static_method = "foo::bar";

$static_method();

/* The following is a BC break with PHP4 where it would
* call foo::fail. In PHP5 we first evaluate static class
/* The following is a BC break with PHP 4 where it would
* call foo::fail. In PHP 5 we first evaluate static class
* properties and then do the function call.
*/
$method = 'fail';
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ AC_DEFINE([HAVE_BUILD_DEFS_H], 1, [ ])
$php_shtool mkdir -p pear/scripts
$php_shtool mkdir -p scripts

ALL_OUTPUT_FILES="php4.spec main/build-defs.h \
ALL_OUTPUT_FILES="php5.spec main/build-defs.h \
scripts/phpize scripts/php-config \
$PHP_OUTPUT_FILES"

Expand Down
4 changes: 2 additions & 2 deletions ext/bz2/bz2.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ext/com_dotnet/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is the new php5 COM module.

It is not 100% backwards compatible with php4 ext/com, but you should not miss
It is not 100% backwards compatible with PHP 4 ext/com, but you should not miss
the "features" that have not been retained.

This module exposes 3 classes: variant, com and dotnet(*).
Expand All @@ -26,15 +26,15 @@ $obj = new COM("...");
$obj[1]->foo();

The code above will use the type information for the object to determine its
default property and then access it. In php4, it was hard-coded to use the
default property and then access it. In PHP 4, it was hard-coded to use the
"Items" member, which was wrong.

The default property will also be used by the casting support to determine the
value for the object.

Variants:

This implementation of COM takes a simpler approach than the php4 version;
This implementation of COM takes a simpler approach than the PHP 4 version;
we only map a few native types to COM and vice-versa, leaving the more complex
things as variants. This allows greater consistency of data when passing
parameters to and from COM objects (no data will be lost). In addition, a
Expand Down Expand Up @@ -72,7 +72,7 @@ TODO:
actually arrays.
- SafeArray support for variant class.
Currently there is no way to access a safearray from php.
- A few other com_xxx functions need to be ported from the php4 extension.
- A few other com_xxx functions need to be ported from the PHP 4 extension.
- documentation

* dotnet support requires that you have the mscoree.h header from the .net sdk
Expand Down
8 changes: 4 additions & 4 deletions ext/cpdf/cpdf.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext/ctype/ctype.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions ext/curl/curl.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ext/dba/dba.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4983c0

Please sign in to comment.