This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: ext/standard/tests/file/bug39863.phpt | |
=================================================================== | |
--- ext/standard/tests/file/bug39863.phpt (revision 311062) | |
+++ ext/standard/tests/file/bug39863.phpt (working copy) | |
@@ -14,11 +14,6 @@ | |
echo "PASS\n"; | |
} | |
?> | |
-===DONE=== | |
<?php exit(0); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps auxfw|egrep -i "apache|httpd"|egrep -iv "root|grep"|head -1|cut -f1 -d | |
# how to apply multiple patches, suhosin patches for example: | |
for patchfile in `find ./php-5.3.4/ -type f -print`;do | |
filename=${patchfile/php-5.3.4/php-5.3.6}; | |
filename=${filename//\.diff}; | |
patch $filename $patchfile; | |
done; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* SplClassLoader implementation that implements the technical interoperability | |
* standards for PHP 5.3 namespaces and class names. | |
* | |
* http://groups.google.com/group/php-standards/web/final-proposal | |
* | |
* // Example which loads classes for the Doctrine Common package in the | |
* // Doctrine\Common namespace. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en"> | |
<head> | |
<title>[windows|wiki].php.net is down for maintenance</title> | |
<style type="text/css"> | |
body { | |
font-family: Verdana, Arial, Helvetica, Sans-Serif; | |
font-size: 85%; | |
margin: 0; | |
padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tyrael@thor:~/checkouts$ nslookup -type=NS php.net | |
Server: 109.74.194.20 | |
Address: 109.74.194.20#53 | |
Non-authoritative answer: | |
php.net nameserver = remote2.easydns.com. | |
php.net nameserver = ns2.easydns.com. | |
php.net nameserver = remote1.easydns.com. | |
php.net nameserver = ns1.easydns.com. |
NewerOlder