Test results for 5.3.2RC1 [failed]

[email protected]
Newsgroups php.qa.reports
Message-ID <[email protected]>
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Bug #45554 (Inconsistent behavior of the u format char) [ext/date/tests/bug45554.phpt]
Integer overflow [ext/filter/tests/046.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
Phar: phpinfo display 3 [ext/phar/tests/phpinfo_003.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   50
Exts tested     :   28
---------------------------------------------------------------------

Number of tests : 11113              7366
Tests skipped   : 3747 ( 33.7%) --------
Tests warned    :    2 (  0.0%) (  0.0%)
Tests failed    :   11 (  0.1%) (  0.1%)
Expected fail   :    7 (  0.1%) (  0.1%)
Tests passed    : 7346 ( 66.1%) ( 99.7%)
---------------------------------------------------------------------
Time taken      :  620 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Bug #45554 (Inconsistent behavior of the u format char) [ext/date/tests/bug45554.phpt]
Integer overflow [ext/filter/tests/046.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
Phar: phpinfo display 3 [ext/phar/tests/phpinfo_003.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/Zend/tests/bug45877.phpt
================================================================================
array(2) {
  [2147483647]=>
  int(1)
  [-2147483648]=>
  int(1)
}
================================================================================
001+ array(2) {
001- array(3) {
006-   ["%d8"]=>
007-   int(1)
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/date/tests/bug45554.phpt
================================================================================
03-15-2005 12:22:29.000000 PST
03-15-2005 12:22:29.001000 PST
object(DateTime)#1 (3) {
  ["date"]=>
  string(19) "2005-03-15 12:22:29"
  ["timezone_type"]=>
  int(2)
  ["timezone"]=>
  string(3) "PST"
}
================================================================================
003+ object(DateTime)#1 (3) {
003- bool(false)
004+   ["date"]=>
005+   string(19) "2005-03-15 12:22:29"
006+   ["timezone_type"]=>
007+   int(2)
008+   ["timezone"]=>
009+   string(3) "PST"
010+ }
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/filter/tests/046.phpt
================================================================================
bool(true)
int(-2147483648)
bool(true)
================================================================================
002+ int(-2147483648)
002- bool(false)
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 11

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 13

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 16

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 18
string(2) "00"
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 11
002+ 
003+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 13
004+ 
005+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 16
006+ 
007+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/001.php on line 18
008+ string(2) "00"
001- %unicode|string%(2) "11"
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 12
[002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 16

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 18
[003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=

Warning: mysql_close(): no MySQL-Link resource supplied in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 22

Warning: mysql_connect(): Access denied for user 'rootunknown_really'@'localhost' (using password: YES) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 24

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 45
[007] Usage of mysql.default_port failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 53
[008] Usage of mysql.default_password failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 59
[009] Usage of mysql.default_user failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 66
[010] Usage of mysql.default_host failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 72
[011] Usage of mysql.default_host failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 82
[012] Usage of env MYSQL_TCP_PORT failed
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 12
002+ [002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
003+ 
004+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 16
005+ 
006+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 18
007+ [003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
008+ 
009+ Warning: mysql_close(): no MySQL-Link resource supplied in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 22
010+ 
002- done!
012+ 
013+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 45
014+ [007] Usage of mysql.default_port failed
015+ 
016+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 53
017+ [008] Usage of mysql.default_password failed
018+ 
019+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 59
020+ [009] Usage of mysql.default_user failed
021+ 
022+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 66
023+ [010] Usage of mysql.default_host failed
024+ 
025+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 72
026+ [011] Usage of mysql.default_host failed
027+ 
028+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 82
029+ [012] Usage of env MYSQL_TCP_PORT failed
030+ done!
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 33

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
array(3) {
  [0]=>
  bool(false)
  [1]=>
  bool(false)
  [2]=>
  bool(false)
}

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 42

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 43
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
002+ [010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
003+ 
004+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
005+ [020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
006+ 
007+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
008+ [030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
009+ 
010+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 33
011+ 
012+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
013+ [050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
001- Warning: mysql_connect(): Too many open links (2) in %s on line %s
002- [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
004- Warning: mysql_connect(): Too many open links (2) in %s on line %s
005- [060] Cannot connect using host '%s', user '%s', password '****', [0] 0
008-   resource(%d) of type (mysql link)
010-   resource(%d) of type (mysql link)
015+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
016+ [060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
019+   bool(false)
021+   bool(false)
025+ 
026+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 42
027+ 
028+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/bertrand/documents/prg/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 43
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/phar/tests/phpinfo_003.phpt
================================================================================
phpinfo()

Core

PHP Version => 5.3.2RC1

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDOUT => STDOUT
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => .html => .html
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 32767 => 32767
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /home/bertrand/documents/prg/php-5.3.2RC1/modules/ => /home/bertrand/documents/prg/php-5.3.2RC1/modules/
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => no value => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
request_order => no value => no value
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => On => On
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.enable_gc => On => On

ctype

ctype functions => enabled

date

date/time support => enabled
"Olson" Timezone Database Version => 2009.20
Timezone Database => internal

Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /home/bertrand/documents/prg/php-5.3.2RC1/ext/phar/tests/phpinfo_003.php on line 2
Default timezone => Europe/Berlin

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.6
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

ereg

Regex Library => Bundled library enabled

fileinfo

fileinfo support => enabled
version => 1.0.5-dev

filter

Input Validation and Filtering => enabled
Revision => $Revision: 291851 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.10.2

Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1

json

json support => enabled
json version => 1.2.1

libxml

libXML support => active
libXML Compiled Version => 2.7.6
libXML Loaded Version => 20706
libXML streams => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.1.41
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib -lmysqlclient_r 

Directive => Local Value => Master Value
mysql.allow_local_infile => On => On
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.00 2009-10-19

Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite, sqlite2

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.6.21

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.1
Phar API version => 1.1.1
SVN revision => $Revision: 290435 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => disabled (install ext/zlib)
bzip2 compression => disabled (install pecl/bz2)
OpenSSL support => disabled (install ext/openssl)


Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Revision: 288943 $

Reflection

Reflection => enabled
Version => $Revision: 291851 $

session

Session Support => enabled
Registered save handlers => files user sqlite 
Registered serializer handlers => php php_binary 

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => On => On
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 289279 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 289587 2009-10-12 19:04:00Z felipe $
SQLite Library => 2.8.17
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.6.21

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i 

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.6

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

Additional Modules

Module Name
===DONE===
================================================================================
002+ 
003+ Core
004+ 
005+ PHP Version => 5.3.2RC1
002- Phar
004- Phar: PHP Archive support => enabled
005- Phar EXT version => %s
006- Phar API version => 1.1.1
007- CVS revision => %cRevision: %s $
008- Phar-based phar archives => enabled
009- Tar-based phar archives => enabled
010- ZIP-based phar archives => enabled
011- gzip compression => disabled (install ext/zlib)
012- bzip2 compression => disabled (install pecl/bz2)
013- OpenSSL support => disabled (install ext/openssl)
014- 
015- 
016- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
017- Phar fully realized by Gregory Beaver and Marcus Boerger.
018- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
007+ Directive => Local Value => Master Value
008+ allow_call_time_pass_reference => On => On
009+ allow_url_fopen => On => On
010+ allow_url_include => Off => Off
011+ always_populate_raw_post_data => Off => Off
012+ arg_separator.input => & => &
013+ arg_separator.output => & => &
014+ asp_tags => Off => Off
015+ auto_append_file => no value => no value
016+ auto_globals_jit => On => On
017+ auto_prepend_file => no value => no value
018+ browscap => no value => no value
019+ default_charset => no value => no value
020+ default_mimetype => text/html => text/html
021+ define_syslog_variables => Off => Off
022+ disable_classes => no value => no value
023+ disable_functions => no value => no value
024+ display_errors => STDOUT => STDOUT
025+ display_startup_errors => On => On
026+ doc_root => no value => no value
027+ docref_ext => .html => .html
028+ docref_root => no value => no value
029+ enable_dl => On => On
030+ error_append_string => no value => no value
031+ error_log => no value => no value
032+ error_prepend_string => no value => no value
033+ error_reporting => 32767 => 32767
034+ exit_on_timeout => Off => Off
035+ expose_php => On => On
036+ extension_dir => /home/bertrand/documents/prg/php-5.3.2RC1/modules/ => /home/bertrand/documents/prg/php-5.3.2RC1/modules/
037+ file_uploads => On => On
038+ highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
039+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
040+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
041+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
042+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
043+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
044+ html_errors => Off => Off
045+ ignore_repeated_errors => Off => Off
046+ ignore_repeated_source => Off => Off
047+ ignore_user_abort => Off => Off
048+ implicit_flush => On => On
049+ include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
050+ log_errors => Off => Off
051+ log_errors_max_len => 1024 => 1024
052+ magic_quotes_gpc => On => On
053+ magic_quotes_runtime => Off => Off
054+ magic_quotes_sybase => Off => Off
055+ mail.add_x_header => Off => Off
056+ mail.force_extra_parameters => no value => no value
057+ mail.log => no value => no value
058+ max_execution_time => 0 => 0
059+ max_file_uploads => 20 => 20
060+ max_input_nesting_level => 64 => 64
061+ max_input_time => -1 => -1
062+ memory_limit => 128M => 128M
063+ open_basedir => no value => no value
064+ output_buffering => no value => no value
065+ output_handler => no value => no value
066+ post_max_size => 8M => 8M
067+ precision => 14 => 14
068+ realpath_cache_size => 16K => 16K
069+ realpath_cache_ttl => 120 => 120
070+ register_argc_argv => On => On
071+ register_globals => Off => Off
072+ register_long_arrays => On => On
073+ report_memleaks => On => On
074+ report_zend_debug => Off => Off
075+ request_order => no value => no value
076+ safe_mode => Off => Off
077+ safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
078+ safe_mode_gid => Off => Off
079+ safe_mode_include_dir => no value => no value
080+ sendmail_from => no value => no value
081+ sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
082+ serialize_precision => 100 => 100
083+ short_open_tag => On => On
084+ SMTP => localhost => localhost
085+ smtp_port => 25 => 25
086+ sql.safe_mode => Off => Off
087+ track_errors => On => On
088+ unserialize_callback_func => no value => no value
089+ upload_max_filesize => 2M => 2M
090+ upload_tmp_dir => no value => no value
091+ user_dir => no value => no value
092+ user_ini.cache_ttl => 300 => 300
093+ user_ini.filename => .user.ini => .user.ini
094+ variables_order => EGPCS => EGPCS
095+ xmlrpc_error_number => 0 => 0
096+ xmlrpc_errors => Off => Off
097+ y2k_compliance => On => On
098+ zend.enable_gc => On => On
099+ 
100+ ctype
101+ 
102+ ctype functions => enabled
103+ 
104+ date
105+ 
106+ date/time support => enabled
107+ "Olson" Timezone Database Version => 2009.20
108+ Timezone Database => internal
109+ 
110+ Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /home/bertrand/documents/prg/php-5.3.2RC1/ext/phar/tests/phpinfo_003.php on line 2
111+ Default timezone => Europe/Berlin
112+ 
024- ===DONE===
114+ date.default_latitude => 31.7667 => 31.7667
115+ date.default_longitude => 35.2333 => 35.2333
116+ date.sunrise_zenith => 90.583333 => 90.583333
117+ date.sunset_zenith => 90.583333 => 90.583333
118+ date.timezone => no value => no value
119+ 
120+ dom
121+ 
122+ DOM/XML => enabled
123+ DOM/XML API Version => 20031129
124+ libxml Version => 2.7.6
125+ HTML Support => enabled
126+ XPath Support => enabled
127+ XPointer Support => enabled
128+ Schema Support => enabled
129+ RelaxNG Support => enabled
130+ 
131+ ereg
132+ 
133+ Regex Library => Bundled library enabled
134+ 
135+ fileinfo
136+ 
137+ fileinfo support => enabled
138+ version => 1.0.5-dev
139+ 
140+ filter
141+ 
142+ Input Validation and Filtering => enabled
143+ Revision => $Revision: 291851 $
144+ 
145+ Directive => Local Value => Master Value
146+ filter.default => unsafe_raw => unsafe_raw
147+ filter.default_flags => no value => no value
148+ 
149+ hash
150+ 
151+ hash support => enabled
152+ Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 
153+ 
154+ iconv
155+ 
156+ iconv support => enabled
157+ iconv implementation => glibc
158+ iconv library version => 2.10.2
159+ 
160+ Directive => Local Value => Master Value
161+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
162+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
163+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
164+ 
165+ json
166+ 
167+ json support => enabled
168+ json version => 1.2.1
169+ 
170+ libxml
171+ 
172+ libXML support => active
173+ libXML Compiled Version => 2.7.6
174+ libXML Loaded Version => 20706
175+ libXML streams => enabled
176+ 
177+ mysql
178+ 
179+ MySQL Support => enabled
180+ Active Persistent Links => 0
181+ Active Links => 0
182+ Client API version => 5.1.41
183+ MYSQL_MODULE_TYPE => external
184+ MYSQL_SOCKET => /var/run/mysqld/mysqld.sock
185+ MYSQL_INCLUDE => -I/usr/include/mysql
186+ MYSQL_LIBS => -L/usr/lib -lmysqlclient_r 
187+ 
188+ Directive => Local Value => Master Value
189+ mysql.allow_local_infile => On => On
190+ mysql.allow_persistent => On => On
191+ mysql.connect_timeout => 60 => 60
192+ mysql.default_host => no value => no value
193+ mysql.default_password => no value => no value
194+ mysql.default_port => no value => no value
195+ mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
196+ mysql.default_user => no value => no value
197+ mysql.max_links => Unlimited => Unlimited
198+ mysql.max_persistent => Unlimited => Unlimited
199+ mysql.trace_mode => Off => Off
200+ 
201+ pcre
202+ 
203+ PCRE (Perl Compatible Regular Expressions) Support => enabled
204+ PCRE Library Version => 8.00 2009-10-19
205+ 
206+ Directive => Local Value => Master Value
207+ pcre.backtrack_limit => 100000 => 100000
208+ pcre.recursion_limit => 100000 => 100000
209+ 
210+ PDO
211+ 
212+ PDO support => enabled
213+ PDO drivers => sqlite, sqlite2
214+ 
215+ pdo_sqlite
216+ 
217+ PDO Driver for SQLite 3.x => enabled
218+ SQLite Library => 3.6.21
219+ 
220+ Phar
221+ 
222+ Phar: PHP Archive support => enabled
223+ Phar EXT version => 2.0.1
224+ Phar API version => 1.1.1
225+ SVN revision => $Revision: 290435 $
226+ Phar-based phar archives => enabled
227+ Tar-based phar archives => enabled
228+ ZIP-based phar archives => enabled
229+ gzip compression => disabled (install ext/zlib)
230+ bzip2 compression => disabled (install pecl/bz2)
231+ OpenSSL support => disabled (install ext/openssl)
232+ 
233+ 
234+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
235+ Phar fully realized by Gregory Beaver and Marcus Boerger.
236+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
237+ Directive => Local Value => Master Value
241+ 
243+ 
244+ Revision => $Revision: 288943 $
245+ 
246+ Reflection
247+ 
248+ Reflection => enabled
249+ Version => $Revision: 291851 $
250+ 
251+ session
252+ 
253+ Session Support => enabled
254+ Registered save handlers => files user sqlite 
255+ Registered serializer handlers => php php_binary 
256+ 
257+ Directive => Local Value => Master Value
258+ session.auto_start => Off => Off
259+ session.bug_compat_42 => On => On
260+ session.bug_compat_warn => On => On
261+ session.cache_expire => 180 => 180
262+ session.cache_limiter => nocache => nocache
263+ session.cookie_domain => no value => no value
264+ session.cookie_httponly => Off => Off
265+ session.cookie_lifetime => 0 => 0
266+ session.cookie_path => / => /
267+ session.cookie_secure => Off => Off
268+ session.entropy_file => no value => no value
269+ session.entropy_length => 0 => 0
270+ session.gc_divisor => 100 => 100
271+ session.gc_maxlifetime => 1440 => 1440
272+ session.gc_probability => 1 => 1
273+ session.hash_bits_per_character => 4 => 4
274+ session.hash_function => 0 => 0
275+ session.name => PHPSESSID => PHPSESSID
276+ session.referer_check => no value => no value
277+ session.save_handler => files => files
278+ session.save_path => no value => no value
279+ session.serialize_handler => php => php
280+ session.use_cookies => On => On
281+ session.use_only_cookies => On => On
282+ session.use_trans_sid => 0 => 0
283+ 
284+ SimpleXML
285+ 
286+ Simplexml support => enabled
287+ Revision => $Revision: 289279 $
288+ Schema support => enabled
289+ 
290+ SPL
291+ 
292+ SPL support => enabled
293+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
294+ Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
295+ 
296+ SQLite
297+ 
298+ SQLite support => enabled
299+ PECL Module version => 2.0-dev $Id: sqlite.c 289587 2009-10-12 19:04:00Z felipe $
300+ SQLite Library => 2.8.17
301+ SQLite Encoding => iso8859
302+ 
303+ Directive => Local Value => Master Value
304+ sqlite.assoc_case => 0 => 0
305+ 
306+ sqlite3
307+ 
308+ SQLite3 support => enabled
309+ SQLite3 module version => 0.7-dev
310+ SQLite Library => 3.6.21
311+ 
312+ Directive => Local Value => Master Value
313+ sqlite3.extension_dir => no value => no value
314+ 
315+ standard
316+ 
317+ Dynamic Library Support => enabled
318+ Path to sendmail => /usr/sbin/sendmail -t -i 
319+ 
320+ Directive => Local Value => Master Value
321+ assert.active => 1 => 1
322+ assert.bail => 0 => 0
323+ assert.callback => no value => no value
324+ assert.quiet_eval => 0 => 0
325+ assert.warning => 1 => 1
326+ auto_detect_line_endings => 0 => 0
327+ default_socket_timeout => 60 => 60
328+ safe_mode_allowed_env_vars => PHP_ => PHP_
329+ safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
330+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
331+ user_agent => no value => no value
332+ 
333+ tokenizer
334+ 
335+ Tokenizer Support => enabled
336+ 
337+ xml
338+ 
339+ XML Support => active
340+ XML Namespace Support => active
341+ libxml2 Version => 2.7.6
342+ 
343+ xmlreader
344+ 
345+ XMLReader => enabled
346+ 
347+ xmlwriter
348+ 
349+ XMLWriter => enabled
350+ 
351+ Additional Modules
352+ 
353+ Module Name
354+ ===DONE===
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/sqlite3/tests/sqlite3_15_open_error.phpt
================================================================================
Done
================================================================================
001- exception 'Exception' with message 'Unable to open database: unable to open database file' in %s/sqlite3_15_open_error.php:%d
002- Stack trace:
003- #0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
004- #1 {main}
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/standard/tests/general_functions/var_export_basic3.phpt
================================================================================
*** Testing var_export() with valid float values ***

*** Output for float values ***

-- Iteration: 2147483647 --
-2147483649
-2147483649
string(11) "-2147483649"


-- Iteration: -2147483648 --
2147483648
2147483648
string(10) "2147483648"


-- Iteration: -0x80000001 --
-2147483649
-2147483649
string(11) "-2147483649"


-- Iteration: 0x800000001 --
34359738369
34359738369
string(11) "34359738369"


-- Iteration: 020000000001 --
2147483649
2147483649
string(10) "2147483649"


-- Iteration: -020000000001 --
-2147483649
-2147483649
string(11) "-2147483649"


-- Iteration: 0.0 --
0
0
string(1) "0"


-- Iteration: -0.1 --
-0.1
-0.1
string(4) "-0.1"


-- Iteration: 10.0000000000000000005 --
10
10
string(2) "10"


-- Iteration: 10.5e+5 --
1050000
1050000
string(7) "1050000"


-- Iteration: 1e5 --
100000
100000
string(6) "100000"


-- Iteration: 1e-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"


-- Iteration: 1e+5 --
100000
100000
string(6) "100000"


-- Iteration: 1E5 --
100000
100000
string(6) "100000"


-- Iteration: 1E+5 --
100000
100000
string(6) "100000"


-- Iteration: 1E-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"


-- Iteration: .5e+7 --
5000000
5000000
string(7) "5000000"


-- Iteration: .6e-19 --
6.0E-20
6.0E-20
string(7) "6.0E-20"


-- Iteration: .05E+44 --
5.0E+42
5.0E+42
string(7) "5.0E+42"


-- Iteration: .0034E-30 --
3.4E-33
3.4E-33
string(7) "3.4E-33"

===DONE===
================================================================================
005+ -- Iteration: 2147483647 --
005- -- Iteration: -2147483649 --
011+ -- Iteration: -2147483648 --
011- -- Iteration: 2147483648 --
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/standard/tests/strings/htmlentities17.phpt
================================================================================
string(3) "≀"
string(7) "&oplus;"
string(8) "&otimes;"
string(6) "&perp;"
string(6) "&sdot;"
string(7) "&lceil;"
string(7) "&rceil;"
string(8) "&lfloor;"
string(8) "&rfloor;"
string(6) "&lang;"
string(6) "&rang;"
string(6) "267772"
string(6) "e28a95"
string(6) "e28a97"
string(6) "e28aa5"
string(6) "e28b85"
string(6) "e28c88"
string(6) "e28c89"
string(6) "e28c8a"
string(6) "e28c8b"
string(6) "e28ca9"
string(6) "e28caa"
================================================================================
001+ string(3) "≀"
001- string(8) "&wreath;"
012+ string(6) "267772"
012- string(6) "e28980"
================================================================================



================================================================================
/home/bertrand/documents/prg/php-5.3.2RC1/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.6
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not started
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] > required
================================================================================
174+ [Error] Processing Instruction not started
175+ Encoding: UTF-16BE
176+ XML Prologue: present
177+ Chunk size: 1 byte(s)
178+ BOM: prepended
179+ [Error] XML_ERR_NAME_REQUIRED
180+ Encoding: UTF-16BE
181+ XML Prologue: not present
182+ Chunk size: 1 byte(s)
183+ BOM: prepended
184+ [Error] XML_ERR_NAME_REQUIRED
185+ Encoding: UTF-16LE
186+ XML Prologue: present
187+ Chunk size: 1 byte(s)
188+ BOM: not prepended
189+ [Error] Processing Instruction not finished
190+ Encoding: UTF-16LE
174- array(3) {
175-   [0]=>
176-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177-   [1]=>
178-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179-   [2]=>
180-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
181- }
182- Encoding: UTF-16BE
186- array(3) {
187-   [0]=>
188-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189-   [1]=>
190-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191-   [2]=>
194+ [Error] Processing Instruction not finished
195+ Encoding: UTF-16LE
196+ XML Prologue: not present
197+ Chunk size: 1 byte(s)
198+ BOM: prepended
199+ [Error] > required
192-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
193- }
194- Encoding: UTF-16BE
195- XML Prologue: not present
196- Chunk size: 1 byte(s)
197- BOM: prepended
198- array(3) {
199-   [0]=>
200-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201-   [1]=>
202-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203-   [2]=>
204-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
205- }
206- Encoding: UTF-16LE
207- XML Prologue: present
208- Chunk size: 1 byte(s)
209- BOM: not prepended
210- array(3) {
211-   [0]=>
212-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
213-   [1]=>
214-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
215-   [2]=>
216-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
217- }
218- Encoding: UTF-16LE
219- XML Prologue: present
220- Chunk size: 1 byte(s)
221- BOM: prepended
222- array(3) {
223-   [0]=>
224-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
225-   [1]=>
226-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
227-   [2]=>
228-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
229- }
230- Encoding: UTF-16LE
231- XML Prologue: not present
232- Chunk size: 1 byte(s)
233- BOM: prepended
234- array(3) {
235-   [0]=>
236-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
237-   [1]=>
238-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
239-   [2]=>
240-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
241- }
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux salon 2.6.32.3.100107-gdn #1 SMP Thu Jan 7 21:21:26 CET 2010 i686

Autoconf:
autoconf (GNU Autoconf) 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)

Copyright (C) 2008  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

System Libtool:
ltmain.sh (GNU libtool) 2.2.6b
Written by Gordon Matzigkeit <[email protected]>, 1996

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiler:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.2-9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) 

Bison:
bison (GNU Bison) 2.4.1
Écrit par Robert Corbett et Richard Stallman.

Copyright © 2008 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de
reproduction. AUCUNE garantie n'est donnée; tant pour des raisons
COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER.

Libraries:
	linux-gate.so.1 =>  (0xffffe000)
	libfakeroot-sysv.so => /usr/lib/libfakeroot/libfakeroot-sysv.so (0x40020000)
	libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0x4004e000)
	libresolv.so.2 => /lib/i686/cmov/libresolv.so.2 (0x40080000)
	librt.so.1 => /lib/i686/cmov/librt.so.1 (0x40096000)
	libmysqlclient_r.so.16 => /usr/lib/libmysqlclient_r.so.16 (0x4009f000)
	libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0x4029e000)
	libz.so.1 => /usr/lib/libz.so.1 (0x402b7000)
	libm.so.6 => /lib/i686/cmov/libm.so.6 (0x402cb000)
	libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0x402f2000)
	libnsl.so.1 => /lib/i686/cmov/libnsl.so.1 (0x402f6000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4030d000)
	libc.so.6 => /lib/i686/cmov/libc.so.6 (0x40446000)
	/lib/ld-linux.so.2 (0x40000000)


User's E-mail: bertrand dot grondin at aliceadsl dot fr


================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.3.2RC1

System => Linux salon 2.6.32.3.100107-gdn #1 SMP Thu Jan 7 21:21:26 CET 2010 i686
Build Date => Jan 17 2010 17:57:31
Configure Command =>  './configure'  '--with-apxs2=/usr/bin/apxs2' '--with-mysql'
Server API => Command Line Interface
Virtual Directory Support => enabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
Additional .ini files parsed => (none)
PHP API => 20090626
PHP Extension => 20090626
Zend Extension => 220090626
Zend Extension Build => API220090626,TS
PHP Extension Build => API20090626,TS
Debug Build => no
Thread Safety => enabled
Zend Memory Manager => enabled
Zend Multibyte Support => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, glob, data, http, ftp, phar  
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies


 _______________________________________________________________________


Configuration

Core

PHP Version => 5.3.2RC1

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDERR => STDERR
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/local/lib/php/extensions/no-debug-zts-20090626 => /usr/local/lib/php/extensions/no-debug-zts-20090626
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
request_order => no value => no value
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.enable_gc => On => On

ctype

ctype functions => enabled

date

date/time support => enabled
"Olson" Timezone Database Version => 2009.20
Timezone Database => internal
Default timezone => Europe/Berlin

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.6
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

ereg

Regex Library => Bundled library enabled

fileinfo

fileinfo support => enabled
version => 1.0.5-dev

filter

Input Validation and Filtering => enabled
Revision => $Revision: 291851 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.10.2

Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1

json

json support => enabled
json version => 1.2.1

libxml

libXML support => active
libXML Compiled Version => 2.7.6
libXML Loaded Version => 20706
libXML streams => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.1.41
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib -lmysqlclient_r 

Directive => Local Value => Master Value
mysql.allow_local_infile => On => On
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.00 2009-10-19

Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite, sqlite2

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.6.21

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.1
Phar API version => 1.1.1
SVN revision => $Revision: 290435 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => disabled (install ext/zlib)
bzip2 compression => disabled (install pecl/bz2)
OpenSSL support => disabled (install ext/openssl)


Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Revision: 288943 $

Reflection

Reflection => enabled
Version => $Revision: 291851 $

session

Session Support => enabled
Registered save handlers => files user sqlite 
Registered serializer handlers => php php_binary 

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => On => On
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 289279 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 289587 2009-10-12 19:04:00Z felipe $
SQLite Library => 2.8.17
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.6.21

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i 

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.6

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

Additional Modules

Module Name

Environment

Variable => Value
ORBIT_SOCKETDIR => /tmp/orbit-bertrand
LDFLAGS =>  
DH_IGNORE_UNKNOWN_OPTIONS => 1
SSH_AGENT_PID => 3375
TEST_PHP_SRCDIR => /home/bertrand/documents/prg/php-5.3.2RC1
SHELL => /bin/bash
TERM => xterm
XDG_SESSION_COOKIE => 9183528b87bc46cbeab56c0048e0c4cd-1263745357.958320-1645142470
MAKEFLAGS => w
SSH_CLIENT => deleted
DEB_BUILD_ARCH_OS => linux
CPPFLAGS => -D_REENTRANT -DTHREAD=1
DEB_HOST_GNU_SYSTEM => linux-gnu
GTK_RC_FILES => /etc/gtk/gtkrc:/home/bertrand/.gtkrc-1.2-gnome2
LD_PRELOAD => libfakeroot-sysv.so
DH_OPTIONS =>  
WINDOWID => 44040195
OLDPWD => /home/bertrand/documents/prg/php-5.3.2RC1
SSH_TTY => deleted
GTK_MODULES => canberra-gtk-module
DEB_HOST_ARCH_ENDIAN => little
USER => root
LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:!
 *.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
LD_LIBRARY_PATH => /usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
DEB_BUILD_ARCH_ENDIAN => little
GNOME_KEYRING_SOCKET => /tmp/keyring-fIz8VT/socket
SSH_AUTH_SOCK => deleted
USERNAME => bertrand
CXXFLAGS => -g -O2 -pthread -prefer-non-pic
SESSION_MANAGER => local/salon:@/tmp/.ICE-unix/3308,unix/salon:/tmp/.ICE-unix/3308
DEB_BUILD_ARCH_CPU => i386
FAKEROOTKEY => 1112939897
MAKELEVEL => 2
MFLAGS => -w
DESKTOP_SESSION => gnome
PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAIL => /var/mail/root
DEB_BUILD_ARCH => i386
GDM_XSERVER_LOCATION => local
PWD => /home/bertrand/documents/prg/php-5.3.2RC1
GNOME_KEYRING_PID => 3233
LANG => fr_FR.UTF-8
TEST_PHP_EXECUTABLE => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php
GDM_LANG => fr_FR.UTF-8
DEB_HOST_ARCH => i386
DEB_HOST_GNU_TYPE => i486-linux-gnu
GDMSESSION => gnome
DEB_HOST_GNU_CPU => i486
HOME => /root
SHLVL => 5
DEB_HOST_ARCH_OS => linux
CFLAGS => -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS -prefer-non-pic
GNOME_DESKTOP_SESSION_ID => this-is-deprecated
LS_OPTIONS => --color=auto
DEB_BUILD_GNU_CPU => i486
DEB_BUILD_ARCH_BITS => 32
LOGNAME => root
SSH_CONNECTION => deleted
XDG_DATA_DIRS => /usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/gdm/
DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-XadjEhOc52,guid=43c44f709e6a74334c1688564b53378c
DEB_BUILD_GNU_SYSTEM => linux-gnu
DEB_HOST_ARCH_BITS => 32
WINDOWPATH => 7
FAKED_MODE => unknown-is-root
DISPLAY => :0.0
CC => /home/bertrand/documents/prg/php-5.3.2RC1/meta_ccld
DEB_BUILD_GNU_TYPE => i486-linux-gnu
DEB_HOST_ARCH_CPU => i386
XAUTHORITY => /home/bertrand/.Xauthority
FFLAGS => -g -O2
COLORTERM => gnome-terminal
_ => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php

PHP Variables

Variable => Value
_SERVER["ORBIT_SOCKETDIR"] => /tmp/orbit-bertrand
_SERVER["LDFLAGS"] => 
_SERVER["DH_IGNORE_UNKNOWN_OPTIONS"] => 1
_SERVER["SSH_AGENT_PID"] => 3375
_SERVER["TEST_PHP_SRCDIR"] => /home/bertrand/documents/prg/php-5.3.2RC1
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["XDG_SESSION_COOKIE"] => 9183528b87bc46cbeab56c0048e0c4cd-1263745357.958320-1645142470
_SERVER["MAKEFLAGS"] => w
_SERVER["SSH_CLIENT"] => deleted
_SERVER["DEB_BUILD_ARCH_OS"] => linux
_SERVER["CPPFLAGS"] => -D_REENTRANT -DTHREAD=1
_SERVER["DEB_HOST_GNU_SYSTEM"] => linux-gnu
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/bertrand/.gtkrc-1.2-gnome2
_SERVER["LD_PRELOAD"] => libfakeroot-sysv.so
_SERVER["DH_OPTIONS"] => 
_SERVER["WINDOWID"] => 44040195
_SERVER["OLDPWD"] => /home/bertrand/documents/prg/php-5.3.2RC1
_SERVER["SSH_TTY"] => deleted
_SERVER["GTK_MODULES"] => canberra-gtk-module
_SERVER["DEB_HOST_ARCH_ENDIAN"] => little
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*!
 .xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_SERVER["LD_LIBRARY_PATH"] => /usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
_SERVER["DEB_BUILD_ARCH_ENDIAN"] => little
_SERVER["GNOME_KEYRING_SOCKET"] => /tmp/keyring-fIz8VT/socket
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["USERNAME"] => bertrand
_SERVER["CXXFLAGS"] => -g -O2 -pthread -prefer-non-pic
_SERVER["SESSION_MANAGER"] => local/salon:@/tmp/.ICE-unix/3308,unix/salon:/tmp/.ICE-unix/3308
_SERVER["DEB_BUILD_ARCH_CPU"] => i386
_SERVER["FAKEROOTKEY"] => 1112939897
_SERVER["MAKELEVEL"] => 2
_SERVER["MFLAGS"] => -w
_SERVER["DESKTOP_SESSION"] => gnome
_SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_SERVER["MAIL"] => /var/mail/root
_SERVER["DEB_BUILD_ARCH"] => i386
_SERVER["GDM_XSERVER_LOCATION"] => local
_SERVER["PWD"] => /home/bertrand/documents/prg/php-5.3.2RC1
_SERVER["GNOME_KEYRING_PID"] => 3233
_SERVER["LANG"] => fr_FR.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php
_SERVER["GDM_LANG"] => fr_FR.UTF-8
_SERVER["DEB_HOST_ARCH"] => i386
_SERVER["DEB_HOST_GNU_TYPE"] => i486-linux-gnu
_SERVER["GDMSESSION"] => gnome
_SERVER["DEB_HOST_GNU_CPU"] => i486
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 5
_SERVER["DEB_HOST_ARCH_OS"] => linux
_SERVER["CFLAGS"] => -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS -prefer-non-pic
_SERVER["GNOME_DESKTOP_SESSION_ID"] => this-is-deprecated
_SERVER["LS_OPTIONS"] => --color=auto
_SERVER["DEB_BUILD_GNU_CPU"] => i486
_SERVER["DEB_BUILD_ARCH_BITS"] => 32
_SERVER["LOGNAME"] => root
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["XDG_DATA_DIRS"] => /usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/gdm/
_SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-XadjEhOc52,guid=43c44f709e6a74334c1688564b53378c
_SERVER["DEB_BUILD_GNU_SYSTEM"] => linux-gnu
_SERVER["DEB_HOST_ARCH_BITS"] => 32
_SERVER["WINDOWPATH"] => 7
_SERVER["FAKED_MODE"] => unknown-is-root
_SERVER["DISPLAY"] => :0.0
_SERVER["CC"] => /home/bertrand/documents/prg/php-5.3.2RC1/meta_ccld
_SERVER["DEB_BUILD_GNU_TYPE"] => i486-linux-gnu
_SERVER["DEB_HOST_ARCH_CPU"] => i386
_SERVER["XAUTHORITY"] => /home/bertrand/.Xauthority
_SERVER["FFLAGS"] => -g -O2
_SERVER["COLORTERM"] => gnome-terminal
_SERVER["_"] => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["REQUEST_TIME"] => 1263749580
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["ORBIT_SOCKETDIR"] => /tmp/orbit-bertrand
_ENV["LDFLAGS"] => 
_ENV["DH_IGNORE_UNKNOWN_OPTIONS"] => 1
_ENV["SSH_AGENT_PID"] => 3375
_ENV["TEST_PHP_SRCDIR"] => /home/bertrand/documents/prg/php-5.3.2RC1
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["XDG_SESSION_COOKIE"] => 9183528b87bc46cbeab56c0048e0c4cd-1263745357.958320-1645142470
_ENV["MAKEFLAGS"] => w
_ENV["SSH_CLIENT"] => deleted
_ENV["DEB_BUILD_ARCH_OS"] => linux
_ENV["CPPFLAGS"] => -D_REENTRANT -DTHREAD=1
_ENV["DEB_HOST_GNU_SYSTEM"] => linux-gnu
_ENV["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/bertrand/.gtkrc-1.2-gnome2
_ENV["LD_PRELOAD"] => libfakeroot-sysv.so
_ENV["DH_OPTIONS"] => 
_ENV["WINDOWID"] => 44040195
_ENV["OLDPWD"] => /home/bertrand/documents/prg/php-5.3.2RC1
_ENV["SSH_TTY"] => deleted
_ENV["GTK_MODULES"] => canberra-gtk-module
_ENV["DEB_HOST_ARCH_ENDIAN"] => little
_ENV["USER"] => root
_ENV["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xc!
 f=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_ENV["LD_LIBRARY_PATH"] => /usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
_ENV["DEB_BUILD_ARCH_ENDIAN"] => little
_ENV["GNOME_KEYRING_SOCKET"] => /tmp/keyring-fIz8VT/socket
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["USERNAME"] => bertrand
_ENV["CXXFLAGS"] => -g -O2 -pthread -prefer-non-pic
_ENV["SESSION_MANAGER"] => local/salon:@/tmp/.ICE-unix/3308,unix/salon:/tmp/.ICE-unix/3308
_ENV["DEB_BUILD_ARCH_CPU"] => i386
_ENV["FAKEROOTKEY"] => 1112939897
_ENV["MAKELEVEL"] => 2
_ENV["MFLAGS"] => -w
_ENV["DESKTOP_SESSION"] => gnome
_ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_ENV["MAIL"] => /var/mail/root
_ENV["DEB_BUILD_ARCH"] => i386
_ENV["GDM_XSERVER_LOCATION"] => local
_ENV["PWD"] => /home/bertrand/documents/prg/php-5.3.2RC1
_ENV["GNOME_KEYRING_PID"] => 3233
_ENV["LANG"] => fr_FR.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php
_ENV["GDM_LANG"] => fr_FR.UTF-8
_ENV["DEB_HOST_ARCH"] => i386
_ENV["DEB_HOST_GNU_TYPE"] => i486-linux-gnu
_ENV["GDMSESSION"] => gnome
_ENV["DEB_HOST_GNU_CPU"] => i486
_ENV["HOME"] => /root
_ENV["SHLVL"] => 5
_ENV["DEB_HOST_ARCH_OS"] => linux
_ENV["CFLAGS"] => -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS -prefer-non-pic
_ENV["GNOME_DESKTOP_SESSION_ID"] => this-is-deprecated
_ENV["LS_OPTIONS"] => --color=auto
_ENV["DEB_BUILD_GNU_CPU"] => i486
_ENV["DEB_BUILD_ARCH_BITS"] => 32
_ENV["LOGNAME"] => root
_ENV["SSH_CONNECTION"] => deleted
_ENV["XDG_DATA_DIRS"] => /usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/gdm/
_ENV["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-XadjEhOc52,guid=43c44f709e6a74334c1688564b53378c
_ENV["DEB_BUILD_GNU_SYSTEM"] => linux-gnu
_ENV["DEB_HOST_ARCH_BITS"] => 32
_ENV["WINDOWPATH"] => 7
_ENV["FAKED_MODE"] => unknown-is-root
_ENV["DISPLAY"] => :0.0
_ENV["CC"] => /home/bertrand/documents/prg/php-5.3.2RC1/meta_ccld
_ENV["DEB_BUILD_GNU_TYPE"] => i486-linux-gnu
_ENV["DEB_HOST_ARCH_CPU"] => i386
_ENV["XAUTHORITY"] => /home/bertrand/.Xauthority
_ENV["FFLAGS"] => -g -O2
_ENV["COLORTERM"] => gnome-terminal
_ENV["_"] => /home/bertrand/documents/prg/php-5.3.2RC1/sapi/cli/php

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file:  LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.