2007-09-02 10:57:31 +00:00
|
|
|
Index: php-5.2.4/ext/posix/posix.c
|
2007-07-30 19:08:20 +00:00
|
|
|
===================================================================
|
2007-09-02 10:57:31 +00:00
|
|
|
--- php-5.2.4.orig/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200
|
|
|
|
+++ php-5.2.4/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200
|
2007-07-30 19:08:20 +00:00
|
|
|
@@ -468,7 +468,7 @@
|
2007-03-03 12:26:06 +00:00
|
|
|
add_assoc_string(return_value, "version", u.version, 1);
|
|
|
|
add_assoc_string(return_value, "machine", u.machine, 1);
|
|
|
|
#ifdef _GNU_SOURCE
|
|
|
|
- add_assoc_string(return_value, "domainname", u.domainname, 1);
|
|
|
|
+ add_assoc_string(return_value, "domainname", u.__domainname, 1);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
/* }}} */
|