[PHP-DEV] Bug #14757 Updated: Apache 1.3.22 can't load the PHP4Apache module

2001-12-29 Thread cmk

ID: 14757
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Apache related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:

Have you copied your php4ts.dll to the %SystemRoot%\system32 directory?

Previous Comments:


[2001-12-29 14:55:44] [EMAIL PROTECTED]

I installed PHP to the default Path and putted in the httpd.conf file folowed code:
 
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php

When I checked with the test configuration file the code, it issued follow error: 

Syntax error on line 1 of c:/programs/apache group/apache/conf/httpd.conf: Cannot load 
c:/php/sapi/php4apache.dll into server: (127) ([{translated}]) Can't find the given 
procedure.








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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11612 Updated: php_include completely non-functional

2001-12-18 Thread cmk

ID: 11612
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

On my Win2k box it works just fine, include_path has always been '.' only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.

Previous Comments:


[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




[2001-06-23 06:29:42] [EMAIL PROTECTED]

reopened




[2001-06-22 10:34:19] [EMAIL PROTECTED]

I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: \path1;\path2
include_path = .;c:\www\demoxpress.com\html\test






[2001-06-22 09:22:41] [EMAIL PROTECTED]

Try this:

include_path=.;C:\path\to\something;C:\path\to\something\else

Notice the 's around the path.

--Jani




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11612 Updated: php_include completely non-functional

2001-12-18 Thread cmk

ID: 11612
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Did more testing, always works for me.

Previous Comments:


[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.' only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




[2001-06-23 06:29:42] [EMAIL PROTECTED]

reopened




[2001-06-22 10:34:19] [EMAIL PROTECTED]

I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: \path1;\path2
include_path = .;c:\www\demoxpress.com\html\test






The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-16 Thread cmk

ID: 14489
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Apache related
Operating System: Cobalt Raq 3
PHP Version: 4.1.0
New Comment:

I assume site7 has an ssl certificate defined, right?
So what happens when you remove that certificate?

As a note: I can not reproduce this bug on a Cobalt Raq 3 but I do not have hosts 
running ssl.

Previous Comments:


[2001-12-16 10:57:59] [EMAIL PROTECTED]

I'm still wondering about this: when I compile php 4.1.0 as dso without --with-gettext 
and start Apache I can see this:

[root@cobalt apache]# /etc/rc.d/init.d/httpd start
Setting up Web Service: Site home has invalid certificate: 4999 Certificate files do 
not exist.
Site site7 has invalid certificate: 4999 Certificate files do not exist.
/usr/sbin/httpd

and Apache IS working

But when I compile it with optiion --with-gettext I see this (see messages):

[root@cobalt apache]# /etc/rc.d/init.d/httpd start
Setting up Web Service: Site home has invalid certificate: 4999 ssl_cant_files_missing
Site site7 has invalid certificate: 4999 ssl_cant_files_missing
/usr/sbin/httpd

and Apache is NOT running (no errors no records in error log)
Why are these apache messages changed ??



I was wondering about some mess in gettext versions so I  compiled 0.10.40 again and 
install in new dir and after use : --with-gettext=/home/michal/gettext  , but with the 
same reasult.






[2001-12-16 10:10:52] [EMAIL PROTECTED]

It's the same.



[2001-12-15 13:35:51] [EMAIL PROTECTED]

What if you 'stop' and 'start' it instead of 'restart' ?




[2001-12-15 11:31:35] [EMAIL PROTECTED]

These Straces are for command

/httpd restart



[2001-12-15 11:29:36] [EMAIL PROTECTED]

Strace with working libphp4.so

http://michal.no-ip.com/~michal/ok.txt


Strace with NO working libphp4.so

http://michal.no-ip.com/~michal/bad.txt



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14489


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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread cmk

ID: 14518
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Critical
Bug Type: Session related
Operating System: LInux 2.4.16 (RH7.2 based)
PHP Version: 4.1.0
New Comment:

Checked with the code you provided and still can not reproduce this.

Previous Comments:


[2001-12-16 13:00:06] [EMAIL PROTECTED]

Found the reason:

the cvs-version doesn't seem to support or even care about --enable-trans-sid  where 
the 4.1.0 needs/uses the switch. I had a typo ( same as in the summary, dropped the s 
for in --enable-trans-sid ) in my config.nice-file i used to compile  all my 
php-versions with. 

Strange thing though is, that the phpinfo() stills shows the trans-sid to be 
enabled... Reading the note in the php.ini make this a little bit more clear: 

; use transient sid support if enabled by compiling with --enable-trans-sid.

the keyword here is if... I dunno if that is changed in cvs but it defintivly 
should, since is not very consitent ( at least to me..)

Sorry for all the trouble..  Recompiling 4.1.0 with a correct --enable-trans-sid 
seems to have fixed my problems.






[2001-12-16 12:04:10] [EMAIL PROTECTED]

I developed my stuff using the cvs-version and downgraded my workstation to 4.1.0 
Release-Version to verify my code will be working on the live server...
[ glad, i did that though ;-) ]

To simplify and verify that it's not a stupid bug in my code, i did a simple testcode 
that works fine on my 4.2.0-dev system, but doesn't work on any 4.1.0 i tried it with.

You can have a look for yourself:

 http://sugar.freepoint.de/session/

the index.php ( source as index.phps ) will start a session and setup one simple var 
with a value.

The link displayed should have a SESSION-ID as a parameter since php is not configured 
to use cookies ( verify by /session/info.php ) and to use trans-id's.

The logical result is that following the link will not have a session thus no value ( 
page2.php / page2.phps )

Again this code works with cvs on my workstation - my code beeing unchanged. Due to 
the use of $_SESSION it won't work with older versions of course..





[2001-12-15 21:52:47] [EMAIL PROTECTED]

theseer, do you use ob_end_*() in your script?
Could you add more details?

-- Yasuo



[2001-12-15 12:05:11] [EMAIL PROTECTED]

I can not reproduce this with 4.1.0



[2001-12-15 11:46:59] [EMAIL PROTECTED]

Can anybody else reproduce this on *4.1.0*?




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14518


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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread cmk

ID: 14518
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Old Status: Critical
Status: Closed
Bug Type: Session related
Operating System: LInux 2.4.16 (RH7.2 based)
PHP Version: 4.1.0
New Comment:

Great that you could solve the problem.
And never mind about the trouble, user feedback is always appreciated.

Closing.

Previous Comments:


[2001-12-16 13:00:40] [EMAIL PROTECTED]

Checked with the code you provided and still can not reproduce this.



[2001-12-16 13:00:06] [EMAIL PROTECTED]

Found the reason:

the cvs-version doesn't seem to support or even care about --enable-trans-sid  where 
the 4.1.0 needs/uses the switch. I had a typo ( same as in the summary, dropped the s 
for in --enable-trans-sid ) in my config.nice-file i used to compile  all my 
php-versions with. 

Strange thing though is, that the phpinfo() stills shows the trans-sid to be 
enabled... Reading the note in the php.ini make this a little bit more clear: 

; use transient sid support if enabled by compiling with --enable-trans-sid.

the keyword here is if... I dunno if that is changed in cvs but it defintivly 
should, since is not very consitent ( at least to me..)

Sorry for all the trouble..  Recompiling 4.1.0 with a correct --enable-trans-sid 
seems to have fixed my problems.






[2001-12-16 12:04:10] [EMAIL PROTECTED]

I developed my stuff using the cvs-version and downgraded my workstation to 4.1.0 
Release-Version to verify my code will be working on the live server...
[ glad, i did that though ;-) ]

To simplify and verify that it's not a stupid bug in my code, i did a simple testcode 
that works fine on my 4.2.0-dev system, but doesn't work on any 4.1.0 i tried it with.

You can have a look for yourself:

 http://sugar.freepoint.de/session/

the index.php ( source as index.phps ) will start a session and setup one simple var 
with a value.

The link displayed should have a SESSION-ID as a parameter since php is not configured 
to use cookies ( verify by /session/info.php ) and to use trans-id's.

The logical result is that following the link will not have a session thus no value ( 
page2.php / page2.phps )

Again this code works with cvs on my workstation - my code beeing unchanged. Due to 
the use of $_SESSION it won't work with older versions of course..





[2001-12-15 21:52:47] [EMAIL PROTECTED]

theseer, do you use ob_end_*() in your script?
Could you add more details?

-- Yasuo



[2001-12-15 12:05:11] [EMAIL PROTECTED]

I can not reproduce this with 4.1.0



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14518


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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-15 Thread cmk

ID: 14518
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Status: Critical
Bug Type: Session related
Operating System: LInux 2.4.16 (RH7.2 based)
PHP Version: 4.1.0
New Comment:

I can not reproduce this with 4.1.0

Previous Comments:


[2001-12-15 11:46:59] [EMAIL PROTECTED]

Can anybody else reproduce this on *4.1.0*?




[2001-12-14 20:38:46] [EMAIL PROTECTED]

Just note: I can not reproduce this with latest CVS.




[2001-12-14 12:48:23] [EMAIL PROTECTED]

I suppose you've verified problem ;) Type = Critical




[2001-12-14 11:35:41] [EMAIL PROTECTED]

I compiled php4.1.0 with --enable-trans-id, configured to use no cookies for sessions.

Verifiying with phpinfo() shows the correct settings for cookies and enable-trans-id 
but php fails to add the session-id to any tag.

Passing a session-id manually works though.





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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]