[ANNOUNCE] PHP 5.3.0 Released!

Yes, and phpMyAdmin. Note that I did not do much testing beyond that, so I cannot say what state the other areas are in.

John
 
PHP5.3 is basically PHP6
There are no known backward compatibility issues but testing is far from complete.....
 
PHP5.3 is basically PHP6
There are no known backward compatibility issues but testing is far from complete.....
Well while they're no "issues", they deprecated some functions as well as removed some features like safe_mode, register_globals, etc. The safe_mode feature is somewhat common for web hosting servers.
 
Just to note, there are some issues with vBulletin on this version of PHP 5.3.0, vBulletin will be releasing a fix for this within 10 days or so.
 
all servers have php 5.2.10 will be HACKED !

i and most of the hackers can bypass Open BaseDir !! then they can access all of the sites hosted on that server ! so security it's important that the other ! please release a beta version of PHP 5.3.X
 
Can you provide a reason for believing all servers would be hacked? That's a bold statement that needs some backup and explanation, if you wouldn't mind sharing.

Regarding 5.3.0, there is currently nothing stopping you from using it. Just edit your versions.txt, swap the line:
Code:
php5:5.2.10:85753ba2909ac9fae5bca516adbda9e9
to show:
Code:
php5:5.3.0:f4905eca4497da3f0beb5c96863196b4
then type:
Code:
./build update_data
./build php n
You'll have to copy the php-5.3.0/php.ini-production to /usr/local/lib/php.ini. If you run "./build update", it will overwrite your versions.txt and drop you back down to 5.2.10.

John
 
I have followed your steps. But why there is such messages appeared while running the ./build php n?

In file included from /usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/mod_php5.c:26:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:24:19: error: httpd.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:25:25: error: http_config.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:26:23: error: http_core.h: No such file or directory
In file included from /usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/mod_php5.c:26:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AP_MODULE_DECLARE_DATA'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:37: error: expected specifier-qualifier-list before 'request_rec'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:51: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:52: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_dir_cmds'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:56: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/mod_php5.c:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'module'
make: *** [sapi/apache2handler/mod_php5.lo] Error 1
make: *** Waiting for unfinished jobs....
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:40:25: error: apr_strings.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:41:23: error: ap_config.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:42:25: error: util_filter.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:43:19: error: httpd.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:44:25: error: http_config.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:45:26: error: http_request.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:46:23: error: http_core.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:47:27: error: http_protocol.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:48:22: error: http_log.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:49:23: error: http_main.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:50:25: error: util_script.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:52:20: error: ap_mpm.h: No such file or directory
In file included from /usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:54:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AP_MODULE_DECLARE_DATA'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:37: error: expected specifier-qualifier-list before 'request_rec'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:51: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:52: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_dir_cmds'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:56: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_ub_write':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:72: error: 'request_rec' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:72: error: (Each undeclared identifier is reported only once
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:72: error: for each function it appears in.)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:72: error: 'r' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:76: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_header_handler':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:108: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:109: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:111: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:113: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:115: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_send_headers':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:128: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:133: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:133: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:134: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:136: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:142: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:143: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:145: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:145: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:145: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:146: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:147: error: 'php_struct' has no member named 'content_type'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_read_post':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:155: error: 'apr_size_t' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:155: error: expected ';' before 'len'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:157: error: 'request_rec' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:157: error: 'r' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:158: error: 'apr_bucket_brigade' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:158: error: 'brigade' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:160: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:161: error: 'php_struct' has no member named 'brigade'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:162: error: 'len' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:170: error: 'AP_MODE_READBYTES' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:170: error: 'APR_BLOCK_READ' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:170: error: 'APR_SUCCESS' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:173: error: 'tlen' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_get_stat':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:189: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:189: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:190: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:190: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:191: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:191: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:192: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:192: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:198: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:198: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:199: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:199: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:200: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:200: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:203: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:203: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:204: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:204: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:206: error: 'php_struct' has no member named 'finfo'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_read_cookies':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:215: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:215: warning: assignment makes pointer from integer without a cast
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_getenv':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:227: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:227: warning: assignment makes pointer from integer without a cast
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_register_variables':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:236: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:236: error: 'arr' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:236: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:240: error: 'apr_table_entry_t' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:240: error: 'elts' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:240: error: expected expression before ')' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:249: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:249: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:250: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_flush':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:258: error: 'request_rec' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:258: error: 'r' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:269: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_log_message':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:289: error: 'APLOG_MARK' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:289: error: 'APLOG_ERR' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:289: error: 'APLOG_STARTUP' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:291: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: At top level:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:295: error: expected declaration specifiers or '...' before 'request_rec'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_log_message_ex':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:297: error: 'r' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:298: error: 'APLOG_MARK' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:298: error: 'APLOG_ERR' undeclared (first use in this function)
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: In function 'php_apache_sapi_get_request_time':
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:306: error: 'php_struct' has no member named 'r'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c: At top level:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:350: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_apache_server_shutdown'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:360: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_apache_child_shutdown'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:369: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:377: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:395: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:428: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_server_context_cleanup'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:435: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:470: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:475: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:501: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:663: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/sapi_apache2.c:668: error: expected ')' before '*' token
make: *** [sapi/apache2handler/sapi_apache2.lo] Error 1
In file included from /usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:25:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:24:19: error: httpd.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:25:25: error: http_config.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:26:23: error: http_core.h: No such file or directory
In file included from /usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:25:
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AP_MODULE_DECLARE_DATA'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:37: error: expected specifier-qualifier-list before 'request_rec'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:51: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:52: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_dir_cmds'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/php_apache.h:56: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:27:25: error: apr_strings.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:28:23: error: ap_config.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:29:25: error: util_filter.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:32:26: error: http_request.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:34:27: error: http_protocol.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:35:22: error: http_log.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:36:23: error: http_main.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:37:25: error: util_script.h: No such file or directory
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:57: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:77: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:82: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:87: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:101: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:106: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:111: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:138: error: expected ')' before '*' token
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:201: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_dir_cmds'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'destroy_php_config'
/usr/local/directadmin/custombuild/php-5.2.10/sapi/apache2handler/apache_config.c:221: error: expected ')' before '*' token
make: *** [sapi/apache2handler/apache_config.lo] Error 1

Please help... as I am now facing some compatability problem with my current 5.2.9, I need to upgrade to either 5.2.10 or 5.3.0.


Can you provide a reason for believing all servers would be hacked? That's a bold statement that needs some backup and explanation, if you wouldn't mind sharing.

Regarding 5.3.0, there is currently nothing stopping you from using it. Just edit your versions.txt, swap the line:
Code:
php5:5.2.10:85753ba2909ac9fae5bca516adbda9e9
to show:
Code:
php5:5.3.0:f4905eca4497da3f0beb5c96863196b4
then type:
Code:
./build update_data
./build php n
You'll have to copy the php-5.3.0/php.ini-production to /usr/local/lib/php.ini. If you run "./build update", it will overwrite your versions.txt and drop you back down to 5.2.10.

John
 
all servers have php 5.2.10 will be HACKED !

i and most of the hackers can bypass Open BaseDir !! then they can access all of the sites hosted on that server ! so security it's important that the other ! please release a beta version of PHP 5.3.X

As a note, almost after every version, there is a exploit to bypass the safe_mode or the open_basedir, as an example, of the great 5.3.0 release, there is already again a exploit to bypass the open_basedir.

http://www.packetstormsecurity.org/0908-exploits/basedir-bypass.txt

I think this is over after really switching to php6. But that will break many things according to the developers. So, in the meantime, use suPHP or suhosin.
 
Code:
./build update_data
./build php n

Doing this effectively crashed my installation completely, none of the sites worked after the upgrade. Rolling back now...

edit: I got a couple of messages about the wrong checksums but the installation seemed to finish ok. The funny thing was that every single site reported an "open_basedir" error regardless of the PHP code used.

Markku
 
Last edited:
Just to note, there are some issues with vBulletin on this version of PHP 5.3.0, vBulletin will be releasing a fix for this within 10 days or so.
:)

This issue has been resolved in the latest vBulletin update of version 3.8.4
 
When squirrelmail and roundcube will release their products that support PHP 5.3, I think :)
 
few points about 5.3

I think was a cheeky release from the php dev's I wouldnt roll it out on a production server without tests first.

I know already it breaks the following.

zend
ioncube
some security settings
various php accelerators
mssql freetds

the config layout has also changed significantly.
 
Back
Top