Skip to content

Commit

Permalink
replace hard coded path separator with constant
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/pear-core/pear/pear-core/trunk@236360 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
arnaud committed May 26, 2007
1 parent 3c4cd5a commit d2c85ff
Show file tree
Hide file tree
Showing 1,014 changed files with 900 additions and 900 deletions.
2 changes: 1 addition & 1 deletion tests/PEAR_Channelfile/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
include "PEAR/ChannelFile.php";
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir
require_once dirname(dirname(__FILE__)) . '/phpt_test.php.inc';
function postprocess($string)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command/fakecommands/Foo.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ function doLogout($command, $options, $params)
// }}}
}

?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command/fakecommands/Foo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Logs out from the remote server. This command does not actually
connect to the remote server, it only deletes the stored username and
password from your user configuration.</doc>
</yertl>
</commands>
</commands>
2 changes: 1 addition & 1 deletion tests/PEAR_Command/fakecommands/Grunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ function doLogout($command, $options, $params)
// }}}
}

?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command/fakecommands/Grunk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Logs out from the remote server. This command does not actually
connect to the remote server, it only deletes the stored username and
password from your user configuration.</doc>
</logout>
</commands>
</commands>
2 changes: 1 addition & 1 deletion tests/PEAR_Command/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command/test_registerCommands.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ echo 'tests done';
require_once dirname(__FILE__) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Auth/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Auth/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Channels/channel-info/test_fail.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Channels/channel-info/test_file.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ http://pear.php.net/dtd/channel-1.0.xsd">
</xmlrpc>
</primary>
</servers>
</channel>
</channel>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ http://pear.php.net/dtd/channel-1.0.xsd">
</xmlrpc>
</primary>
</servers>
</channel>
</channel>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Channels/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Channels/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ http://pear.php.net/dtd/channel-1.0.xsd">
</xmlrpc>
</primary>
</servers>
</channel>
</channel>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ http://pear.php.net/dtd/channel-1.0.xsd">
</xmlrpc>
</primary>
</servers>
</channel>
</channel>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ http://pear.php.net/dtd/channel-1.0.xsd">
</xmlrpc>
</primary>
</servers>
</channel>
</channel>
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Config/config-show/test.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Config/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Config/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
Binary file modified tests/PEAR_Command_Install/install/packages/Archive_Tar-1.2.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/install/packages/Bar-1.5.2.tgz
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/install/packages/Foobar-1.5.0a1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/install/packages/PEAR-1.4.0a1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/install/packages/agavi-current.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/install/packages/bug3671_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
</group>
</dependencies>
<phprelease/>
</package>
</package>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
<srcpackage>extpkg_src</srcpackage>
<extbinrelease>
</extbinrelease>
</package>
</package>
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/install/packages/extpkg_src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
<extsrcrelease>
<binarypackage>extpkg_bin_win</binarypackage>
</extsrcrelease>
</package>
</package>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/install/packages/foo.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/install/packages/package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
</required>
</dependencies>
<phprelease/>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
</dependencies>
<providesextension>extpkg</providesextension>
<extsrcrelease/>
</package>
</package>
Binary file modified tests/PEAR_Command_Install/install/packages/peclpkg-1.3.0.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/install/packages/phing-current.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/uninstall/packages/Net_DIME-0.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/uninstall/packages/SOAP-0.8.1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1609,4 +1609,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade-all/bug5683/PEAR-1.4.0.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade-all/bug5683/PEAR-1.4.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade-all/packages/PEAR-1.3.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/upgrade-all/test.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3482,4 +3482,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Install/upgrade-all/test_bug5683.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,4 @@ echo 'tests done';
require_once dirname(dirname(__FILE__)) . '/teardown.php.inc';
?>
--EXPECT--
tests done
tests done
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/Auth-1.3.0r3.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/Auth_HTTP-2.1.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/PEAR-1.4.0a12.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/PEAR-1.4.3.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/PEAR-1.4.4.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/PEAR-1.4.8.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/XML_RPC-1.4.3.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Install/upgrade/packages/XML_RPC-1.4.4.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Mirror/download-all/packages/APC-1.3.0.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Mirror/download-all/packages/APC-1.4.0a1.tgz
Binary file not shown.
Binary file modified tests/PEAR_Command_Mirror/download-all/packages/APC-1.5.0a1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
</required>
</dependencies>
<phprelease/>
</package>
</package>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ http://pear.php.net/dtd/package-2.0.xsd">
</required>
</dependencies>
<phprelease/>
</package>
</package>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Mirror/download-all/packages/foo.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
?>
?>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Mirror/setup.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path().':'.getcwd()); // allows chdir
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir

$server = 'pear.Chiara';
//$server = 'test.pear.php.net';
Expand Down
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Mirror/teardown.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function cleanall($dir = null)
}
}
cleanall($temp_path);
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
2 changes: 1 addition & 1 deletion tests/PEAR_Command_Package/convert/packagefiles/v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
class gronk {}
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
class gronk {}
?>
?>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
class gronk {}
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Other:
</notes>
</release>
</changelog>
</package>
</package>
Loading

0 comments on commit d2c85ff

Please sign in to comment.