ID:               34368
 User updated by:  wlgivens at southkc dot net
 Reported By:      wlgivens at southkc dot net
-Status:           Bogus
+Status:           Open
 Bug Type:         *General Issues
 Operating System: RedHat [Alpha Linux]
 PHP Version:      4.4.0
 New Comment:

Now you're 'trying' to tell me this is an OPTION! Well thats pretty
nice but if you notice, strace points out that its looking for the
config file in either:

open("php/php.ini", O_RDONLY)           = -1 ENOENT (No such file or
directory)
open("/usr/lib/php.ini", O_RDONLY)      = -1 ENOENT (No such file or
directory)

Not at '--sysconfdir=/etc' as stated at build time. Even when you do
copy the file over to where it is searching, it simply acknowledges the
fact that the file is present and continues on without even parsing the
contents.

As for 'all those flags'? Well Compaq C is built using a strict
interpretation of ANSI C, something the people at php.net/mysql.com
appear to be just getting the nack of. Without 'all those' flags, your
poorly written code would choke. By enabling -std, -std ansi, and
-D__USE_STD_IOSTREAM, Compaq C isn't so anal about all the errors and
the like and goes ahead and compiles this mess.

As for the 'libtool hacks', well I hate to break it to ya, but your
disto of libtool is about 3½ OLD and doesn't take into account that
Compaq C IGNORES, much like PHP/PHP.INI, the -wl="" ldflag. So I have
to set it to -wl=-Wl so that directories aren't misinterpreted as
FILES!

*update: while checking the README [not configure --help], it states
that you can set the PHPRC environ and that 'appears' to work if you
'export PHPRC="/etc"'. Now let me ask you a question, since you appear
to be infinitely intelligent, if you set the compile flag
--sysconfdir=/etc shouldn't that work instead of having to set the
PHPRC enviroment flag instead of it simply ignoring --sysconfdir=/etc?
Most ppl would consider that a BUG! At the VERY least edit to configure
script to state that --sysconfdir is NON-FUNCTIONAL and that php.ini has
to be set via PHPRC would make a LOT more sense!


Previous Comments:
------------------------------------------------------------------------

[2005-09-04 23:40:17] [EMAIL PROTECTED]

Never tried reading ./configure --help ? It really has lot of
information, also has the information what option really controls where
PHP looks for php.ini..(no, I'm not gonna tell, look for yourself!)

And all those compile flags you use are unnecessary, along with the
hacking of libtool you do. (Try the latest CVS snapshot of PHP 5.1 and
it will work fine without all that crap)

Do not bother reopening this report or adding any comments, they will
all be deleted.


------------------------------------------------------------------------

[2005-09-04 22:07:03] wlgivens at southkc dot net

Description:
------------
For some reason, PHP cannot find the php.ini config file. Its supposed
to look for it under "/etc/php.ini" but thats not the case. In fact, in
some 'home rolled' releases, I had to literally link it to the php dir
[ln -sf /etc/php.ini /usr/lib/php] but in this situation, that doesn't
even work.

Compiled on the following system:
Redhat 7.2 [Alpha]
Kernel-2.6.11.6
GLIBC-2.3.2
Compaq C-6.5.9
Binutils-2.19.0.x
Make-3.80

#!/bin/sh
CC="ccache ccc" CXX="ccache cxx" \
        CFLAGS="-O3 -arch ev56 -w -std -pipe -D_BSD_SOURCE" \
        CXXFLAGS="-O3 -arch ev56 -w -pipe -std ansi
-D__USE_STD_IOSTREAM" \
        ./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --build=alphapca56-alpha-linux-gnu \
        --enable-shared \
        --with-apxs2=/usr/apache2/bin/apxs \
        --with-apache2=shared,/usr/apache2 \
        --with-mysql \
        --with-gettext \
        --with-openssl-dir=/usr \
        --with-jpeg-dir=/usr \
        --with-png-dir=/usr \
        --with-freetype-dir=/usr \
        --enable-exif \
        --with-openssl=shared,/usr \
        --with-pgsql=shared,/usr \
        --with-mnogosearch=shared,/usr \
        --without-snmp
 
sed -e 's/wl=""/wl="-Wl,"/g' libtool > TMP
mv TMP libtool
chmod 755 libtool

make -s


Reproduce code:
---------------
I wish I knew

Expected result:
----------------
Everything would compile fine and I wouldn't get this error from
osCommerce-2.2:

FATAL ERROR: register_globals is disabled in php.ini, please enable
it!

Even though its ENABLED in the php.ini file. Even if I copy the php.ini
file over to /usr/lib/php.ini [one of the places it is actually looking
for it [see strace output], it just simply 'acknoledges' the config
file and continue on without apparently reading it.

Actual result:
--------------
[EMAIL PROTECTED] root]# strace php --version > LOG 2>&1
execve("/usr/bin/php", ["php", "--version"], [/* 28 vars */]) = 0
uname({sys="Linux", node="jericho.southkc.net", ...}) = 0
brk(0)                                  = 0x1201d6000
open("/usr/lib/libots.so", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\320\30"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=127004, ...}) = 0
mmap(NULL, 1100624, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2000002a000
mprotect(0x20000036000, 1051472, PROT_NONE) = 0
mmap(0x2000012a000, 57344, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2000012a000
close(3)                                = 0
open("/etc/ld.so.preload", O_RDONLY)    = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3)                                = 0
open("/usr/X11R6/lib/tls/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat("/usr/X11R6/lib/tls/ev56", 0x11fffeac0) = -1 ENOENT (No such file
or directory)
open("/usr/X11R6/lib/tls/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/X11R6/lib/tls", 0x11fffeac0) = -1 ENOENT (No such file or
directory)
open("/usr/X11R6/lib/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/X11R6/lib/ev56", 0x11fffeac0) = -1 ENOENT (No such file or
directory)
open("/usr/X11R6/lib/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/X11R6/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/lib/tls/ev56", 0x11fffeac0)  = -1 ENOENT (No such file or
directory)
open("/usr/lib/tls/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/lib/tls", 0x11fffeac0)       = -1 ENOENT (No such file or
directory)
open("/usr/lib/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/lib/ev56", 0x11fffeac0)      = -1 ENOENT (No such file or
directory)
open("/usr/lib/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
open("/usr/local/lib/tls/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat("/usr/local/lib/tls/ev56", 0x11fffeac0) = -1 ENOENT (No such file
or directory)
open("/usr/local/lib/tls/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib/tls", 0x11fffeac0) = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/ev56/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib/ev56", 0x11fffeac0) = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libcrypt.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=73727, ...}) = 0
mmap(NULL, 73727, PROT_READ, MAP_PRIVATE, 3, 0) = 0x20000138000
close(3)                                = 0
open("/lib/libcrypt.so.1.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&[EMAIL PROTECTED]"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=32208, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x20000018000
mmap(NULL, 277880, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2000014a000
mprotect(0x20000150000, 253304, PROT_NONE) = 0
mmap(0x2000015a000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2000015a000
mmap(0x20000160000, 187768, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000160000
close(3)                                = 0
open("/usr/X11R6/lib/libresolv.so.2.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/libresolv.so.2.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/local/lib/libresolv.so.2.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/lib/libresolv.so.2.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\340C\0"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=102136, ...}) = 0
mmap(NULL, 162744, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2000018e000
mprotect(0x200001a2000, 80824, PROT_NONE) = 0
mmap(0x200001ae000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0x200001ae000
mmap(0x200001b4000, 7096, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x200001b4000
close(3)                                = 0
open("/usr/X11R6/lib/libcpml.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/libcpml.so", O_RDONLY)   = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\360\325"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=563912, ...}) = 0
mmap(NULL, 572392, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x200001b6000
mprotect(0x20000230000, 72680, PROT_NONE) = 0
mmap(0x20000236000, 49152, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0x70000) = 0x20000236000
close(3)                                = 0
open("/usr/X11R6/lib/libm.so.6.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/libm.so.6.1", O_RDONLY)  = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libm.so.6.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lib/libm.so.6.1", O_RDONLY)      = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0`o\0\0"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=560560, ...}) = 0
mmap(NULL, 548752, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x20000242000
mprotect(0x200002b4000, 81808, PROT_NONE) = 0
mmap(0x200002c2000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0x70000) = 0x200002c2000
close(3)                                = 0
open("/usr/X11R6/lib/libdl.so.2.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/libdl.so.2.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libdl.so.2.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lib/libdl.so.2.1", O_RDONLY)     = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0P\37\0"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=20904, ...}) = 0
mmap(NULL, 78160, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x200002c8000
mprotect(0x200002cc000, 61776, PROT_NONE) = 0
mmap(0x200002d8000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x200002d8000
close(3)                                = 0
open("/usr/X11R6/lib/libnsl.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/libnsl.so.1.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libnsl.so.1.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/lib/libnsl.so.1.1", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0PX\0\0"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=123432, ...}) = 0
mmap(NULL, 177632, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x200002dc000
mprotect(0x200002f4000, 79328, PROT_NONE) = 0
mmap(0x200002fc000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0x200002fc000
mmap(0x20000306000, 5600, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000306000
close(3)                                = 0
open("/usr/X11R6/lib/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/libc.so.6.1", O_RDONLY)  = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lib/libc.so.6.1", O_RDONLY)      = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\360\212"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=1934192, ...}) = 0
mmap(0x20010000000, 1597320, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x20010000000
mprotect(0x2001016c000, 106376, PROT_NONE) = 0
mmap(0x20010170000, 81920, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0x160000) = 0x20010170000
mmap(0x20010184000, 8072, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20010184000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2000001a000
munmap(0x20000138000, 73727)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8, 0xffffffffffffffff) = 0
brk(0)                                  = 0x1201d6000
brk(0x1201d8000)                        = 0x1201d8000
brk(0)                                  = 0x1201d8000
brk(0)                                  = 0x1201d8000
brk(0x1201da000)                        = 0x1201da000
brk(0)                                  = 0x1201da000
brk(0x1201dc000)                        = 0x1201dc000
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30298336, ...}) = 0
mmap(NULL, 30298336, PROT_READ, MAP_PRIVATE, 3, 0) = 0x20000308000
close(3)                                = 0
open("/etc/localtime", O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2000001c000
read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0"...,
8192) = 1289
brk(0)                                  = 0x1201dc000
brk(0x1201de000)                        = 0x1201de000
close(3)                                = 0
munmap(0x2000001c000, 8192)             = 0
brk(0)                                  = 0x1201de000
brk(0x1201e0000)                        = 0x1201e0000
open("php/php-cli.ini", O_RDONLY)       = -1 ENOENT (No such file or
directory)
open("/usr/lib/php-cli.ini", O_RDONLY)  = -1 ENOENT (No such file or
directory)
open("php/php.ini", O_RDONLY)           = -1 ENOENT (No such file or
directory)
open("/usr/lib/php.ini", O_RDONLY)      = -1 ENOENT (No such file or
directory)
brk(0)                                  = 0x1201e0000
brk(0x1201e2000)                        = 0x1201e2000
brk(0)                                  = 0x1201e2000
brk(0x1201e4000)                        = 0x1201e4000
brk(0)                                  = 0x1201e4000
brk(0x1201e6000)                        = 0x1201e6000
brk(0)                                  = 0x1201e6000
brk(0x1201e8000)                        = 0x1201e8000
brk(0)                                  = 0x1201e8000
brk(0x1201ea000)                        = 0x1201ea000
brk(0)                                  = 0x1201ea000
brk(0x1201ec000)                        = 0x1201ec000
brk(0)                                  = 0x1201ec000
brk(0x1201ee000)                        = 0x1201ee000
brk(0)                                  = 0x1201ee000
brk(0x1201f0000)                        = 0x1201f0000
brk(0)                                  = 0x1201f0000
brk(0x1201f2000)                        = 0x1201f2000
brk(0)                                  = 0x1201f2000
brk(0x1201f4000)                        = 0x1201f4000
brk(0)                                  = 0x1201f4000
brk(0x1201f6000)                        = 0x1201f6000
brk(0)                                  = 0x1201f6000
brk(0x1201f8000)                        = 0x1201f8000
brk(0)                                  = 0x1201f8000
brk(0x1201fa000)                        = 0x1201fa000
brk(0)                                  = 0x1201fa000
brk(0x1201fc000)                        = 0x1201fc000
brk(0)                                  = 0x1201fc000
brk(0x1201fe000)                        = 0x1201fe000
brk(0)                                  = 0x1201fe000
brk(0x120200000)                        = 0x120200000
brk(0)                                  = 0x120200000
brk(0x120202000)                        = 0x120202000
brk(0)                                  = 0x120202000
brk(0x120204000)                        = 0x120204000
brk(0)                                  = 0x120204000
brk(0x120206000)                        = 0x120206000
brk(0)                                  = 0x120206000
brk(0x120208000)                        = 0x120208000
brk(0)                                  = 0x120208000
brk(0x12020a000)                        = 0x12020a000
brk(0)                                  = 0x12020a000
brk(0x12020c000)                        = 0x12020c000
brk(0)                                  = 0x12020c000
brk(0x12020e000)                        = 0x12020e000
brk(0)                                  = 0x12020e000
brk(0x120210000)                        = 0x120210000
brk(0)                                  = 0x120210000
brk(0x120212000)                        = 0x120212000
brk(0)                                  = 0x120212000
brk(0x120214000)                        = 0x120214000
brk(0)                                  = 0x120214000
brk(0x120216000)                        = 0x120216000
brk(0)                                  = 0x120216000
brk(0x120218000)                        = 0x120218000
brk(0)                                  = 0x120218000
brk(0x12021a000)                        = 0x12021a000
brk(0)                                  = 0x12021a000
brk(0x12021c000)                        = 0x12021c000
open("/etc/nsswitch.conf", O_RDONLY)    = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1750, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2000001c000
read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 8192) = 1750
brk(0)                                  = 0x12021c000
brk(0x12021e000)                        = 0x12021e000
read(3, "", 8192)                       = 0
close(3)                                = 0
munmap(0x2000001c000, 8192)             = 0
open("/usr/X11R6/lib/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/local/lib/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=73727, ...}) = 0
mmap(NULL, 73727, PROT_READ, MAP_PRIVATE, 3, 0) = 0x20000138000
close(3)                                = 0
open("/lib/libnss_files.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\320(\0"...,
1024) = 1024
fstat(3, {st_mode=S_IFREG|0755, st_size=71656, ...}) = 0
mmap(NULL, 125320, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x20001fee000
mprotect(0x20001ffe000, 59784, PROT_NONE) = 0
mmap(0x20001ffe000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x20001ffe000
close(3)                                = 0
munmap(0x20000138000, 73727)            = 0
open("/etc/services", O_RDONLY)         = 3
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=18168, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2000001c000
read(3, "# /etc/services:\n# $Id: services"..., 8192) = 8192
read(3, "995/tcp\t\t\t\t# POP-3 over SSL\npop3"..., 8192) = 8192
close(3)                                = 0
munmap(0x2000001c000, 8192)             = 0
brk(0)                                  = 0x12021e000
brk(0x120220000)                        = 0x120220000
brk(0)                                  = 0x120220000
brk(0x120222000)                        = 0x120222000
brk(0)                                  = 0x120222000
brk(0x120224000)                        = 0x120224000
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
rt_sigaction(SIGPROF, {0x12013ebc0, [], SA_RESTART}, {SIG_DFL}, 8,
0xffffffffffffffff) = 0
osf_sigprocmask(0x2, 0x4000000, 0)      = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
brk(0)                                  = 0x120224000
brk(0x120226000)                        = 0x120226000
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
rt_sigaction(SIGPROF, {0x12013ebc0, [], SA_RESTART}, {0x12013ebc0,
[KILL SEGV TSTP USR1 RT_1], SA_RESTART}, 8, 0xffffffffffffffff) = 0
osf_sigprocmask(0x2, 0x4000000, 0)      = 0
brk(0)                                  = 0x120226000
brk(0x120228000)                        = 0x120228000
brk(0)                                  = 0x120228000
brk(0x12022a000)                        = 0x12022a000
brk(0)                                  = 0x12022a000
brk(0x12022c000)                        = 0x12022c000
gettimeofday({1125863647, 554094}, NULL) = 0
getxpid()                               = 21620
fstat(1, {st_mode=S_IFREG|0644, st_size=16530, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2000001c000
write(1, "PHP 4.3.5 (cli) (built: Sep  4 2"..., 146PHP 4.3.5 (cli)
(built: Sep  4 2005 14:19:39)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
) = 146
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) =
0
rt_sigaction(SIGPROF, {0x12013ebc0, [], SA_RESTART}, {0x12013ebc0, [ILL
EMT SEGV PIPE ALRM TERM URG STOP TSTP CONT TTIN INFO RT_10],
SA_RESTART}, 8, 0xffffffffffffffff) = 0
osf_sigprocmask(0x2, 0x4000000, 0)      = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
osf_sigprocmask(0x1, 0, 0x1201d58e0)    = 0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
munmap(0x2000001c000, 8192)             = 0
exit(1)                                 = ?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34368&edit=1

Reply via email to