php-install Digest 24 Jun 2003 21:22:17 -0000 Issue 1435

Topics (messages 11139 through 11149):

Re: Cant figure out php.ini
        11139 by: Radovan Radic
        11141 by: Stembridge, Michael

PHP4 on IIS for W2K
        11140 by: Gabriel Plata Stapper

Re: Missing OCX Control  message during install
        11142 by: David Kolöchter

OS X, PHP and OCI8
        11143 by: Matt Rohrer
        11144 by: Charlie Smith

php on iplanet
        11145 by: Mackenzie, Luke

installing php-mysql
        11146 by: Michael

vpopmail functions howto ?
        11147 by: David D

php 420 -> 432 undder win32
        11148 by: David D
        11149 by: David D

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Cancel this post. It is working now.
I did this:
./configure --with-config-file-path=/usr/local/php4.3.2
and copied php.ini-recommended to /usr/local/php4.3.2/php.ini, restarted
Apache and everything works like magic.

"Radovan Radic" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I have installed PHP 4.3.2 on RedHat Linux 8.08, as Apache module, Apache
is
> 2.0.45
> Now, i cant change anything in php.ini. I mean, first there was not
php.ini
> file, then i copied php.ini-dist to /usr/local/php4.3.2/lib/php.ini , and
> php was compiled with config-file-path=/usr/local/php4.3.2/lib/ . Now
> whatever i change in php.ini, like register_globals , restart Apache,
reload
> phpinfo page, but register_globals is still 'off' , although i changed it
to
> 'on' in php.ini .
>
> What is the problem here?
>
> Radovan
>
>



--- End Message ---
--- Begin Message ---
Fyi, you can always check to see where Apache is expecting the php.ini file
by creating a .php page with the following code:

<?php

phpinfo();

?>

The path to php.ini will be printed towards the top of the table. 

hth


> -----Original Message-----
> From: Radovan Radic [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 5:07 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Re: Cant figure out php.ini
> 
> 
> Cancel this post. It is working now.
> I did this:
> ./configure --with-config-file-path=/usr/local/php4.3.2
> and copied php.ini-recommended to 
> /usr/local/php4.3.2/php.ini, restarted
> Apache and everything works like magic.
> 
> "Radovan Radic" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hello,
> >
> > I have installed PHP 4.3.2 on RedHat Linux 8.08, as Apache 
> module, Apache
> is
> > 2.0.45
> > Now, i cant change anything in php.ini. I mean, first there was not
> php.ini
> > file, then i copied php.ini-dist to 
> /usr/local/php4.3.2/lib/php.ini , and
> > php was compiled with 
> config-file-path=/usr/local/php4.3.2/lib/ . Now
> > whatever i change in php.ini, like register_globals , 
> restart Apache,
> reload
> > phpinfo page, but register_globals is still 'off' , 
> although i changed it
> to
> > 'on' in php.ini .
> >
> > What is the problem here?
> >
> > Radovan
> >
> >
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message ---
I have a problem accessing PHP4 scripts running on a W2K operating system and IIS 
server. 
I get the following message: 

Security Alert! The PHP CGI cannot be accessed directly. 
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a 
page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an 
Apache Action directive. 

For more information as to why this behaviour exists, see the manual page for CGI 
security. 

For more information about changing this behaviour or re-enabling this webserver, 
consult the installation file that came with this distribution, or visit the manual 
page. 
 
 
I have the php.ini file with the following directive:
 
cgi.force_redirect = 0
 
located on:
 
C:\WINNT\php.ini
 
What can I do please?
 
Any help would be great.
 
Thanks a lot,
 
Gabriel




---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

--- End Message ---
--- Begin Message ---
Hi Todd,

did you solve the issue? I have the same problem and can not solve it.

greetz,
David.
"Todd McLean" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Installing PHP using the downloaded installer.  My system is a win200
> server, service pack 3.  Installlation goes OK until the end when I get a
> messaage stating I'm missing an OCX control and the web server cannot be
> configured and must be configured manually.  I followed the instructions
in
> the install.txt, still not working.  Can anyone help?
>
>



--- End Message ---
--- Begin Message ---
I'm trying to get a PHP apache module with oci8 support running on
OS X.  I'm using Oracle's 'Release 9.2.0.1.0 - Developer's Release'
and php 4.3.2.

Everything builds fine with a simple

  ./configure --with-axps --with=oci8

and I'm able to connect to the db and run queries with the CLI
version of PHP. I've modified apachectl to source the same script
that sets up the environment (ORACLE_HOME, etc) as I use when
successfully running PHP scripts with the CLI interpreter. However,
apache refuses to start if I try to use the new PHP module. It seems
to hang a while after start and die after being unable to fork
copies as the 'www' user.

Here's what I see in the CrashReporter log:

---- LOG ----
Date/Time:  2003-06-14 21:37:09 +0200
OS Version: 10.2.6 (Build 6L60)
Host:       xenos

Command:    httpd
PID:        461

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x001436fe

Thread 0 Crashed:
 #0   0x8fe1f490 in strlen
 #1   0x8fe2bc58 in vsnprintf
 #2   0x8fe0a3bc in vadd_error_string
 #3   0x8fe0a370 in add_error_string
 #4   0x8fe09bcc in check_and_report_undefineds
 #5   0x8fe045fc in unload_bundle_image
 #6   0x8fe12368 in _dyld_unlink_module
 #7   0x900b1ca4 in NSUnLinkModule
 #8   0x00022a7c in ap_os_dso_unload
 #9   0x000029d0 in unload_module
 #10  0x00011b84 in run_cleanups
 #11  0x000106ac in ap_clear_pool
 #12  0x00006e70 in standalone_main
 #13  0x00007828 in main
 #14  0x000026e0 in _start
 #15  0x00002560 in start

PPC Thread State:
  srr0: 0x8fe1f490 srr1: 0x0000f030                vrsave: 0x00000000
   xer: 0x20000000   lr: 0x8fe294dc  ctr: 0x8fe29468   mq: 0x00000000
    r0: 0x8fe29468   r1: 0xbffff3a0   r2: 0x8fe4b400   r3: 0x001436fe
    r4: 0x00000002   r5: 0xbffff88c   r6: 0xbffff88c   r7: 0x66696e65
    r8: 0x64207379   r9: 0x001436fe  r10: 0x00000000  r11: 0x0000014c
   r12: 0x8fe71a50  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0x8fe419fa
   r20: 0x00000000  r21: 0xffffffff  r22: 0xbffff760  r23: 0x00000000
   r24: 0x00000000  r25: 0x00000073  r26: 0xbffff890  r27: 0x00000002
   r28: 0x001436fe  r29: 0xbffff440  r30: 0x00000000  r31: 0x8fe28918
---- /LOG ----

Ideas, anyone?

Matt

--- End Message ---
--- Begin Message ---
I've been successful with php and Apache 1.3.27 with OCI.  I did have to change all 
the Makefiles
to point to Oracle's 32 bit library as I used gcc 2.95.  

>>> "Matt Rohrer" <[EMAIL PROTECTED]> 06/24/03 06:38AM >>>
I'm trying to get a PHP apache module with oci8 support running on
OS X.  I'm using Oracle's 'Release 9.2.0.1.0 - Developer's Release'
and php 4.3.2.

Everything builds fine with a simple

  ./configure --with-axps --with=oci8

and I'm able to connect to the db and run queries with the CLI
version of PHP. I've modified apachectl to source the same script
that sets up the environment (ORACLE_HOME, etc) as I use when
successfully running PHP scripts with the CLI interpreter. However,
apache refuses to start if I try to use the new PHP module. It seems
to hang a while after start and die after being unable to fork
copies as the 'www' user.

Here's what I see in the CrashReporter log:

---- LOG ----
Date/Time:  2003-06-14 21:37:09 +0200
OS Version: 10.2.6 (Build 6L60)
Host:       xenos

Command:    httpd
PID:        461

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x001436fe

Thread 0 Crashed:
 #0   0x8fe1f490 in strlen
 #1   0x8fe2bc58 in vsnprintf
 #2   0x8fe0a3bc in vadd_error_string
 #3   0x8fe0a370 in add_error_string
 #4   0x8fe09bcc in check_and_report_undefineds
 #5   0x8fe045fc in unload_bundle_image
 #6   0x8fe12368 in _dyld_unlink_module
 #7   0x900b1ca4 in NSUnLinkModule
 #8   0x00022a7c in ap_os_dso_unload
 #9   0x000029d0 in unload_module
 #10  0x00011b84 in run_cleanups
 #11  0x000106ac in ap_clear_pool
 #12  0x00006e70 in standalone_main
 #13  0x00007828 in main
 #14  0x000026e0 in _start
 #15  0x00002560 in start

PPC Thread State:
  srr0: 0x8fe1f490 srr1: 0x0000f030                vrsave: 0x00000000
   xer: 0x20000000   lr: 0x8fe294dc  ctr: 0x8fe29468   mq: 0x00000000
    r0: 0x8fe29468   r1: 0xbffff3a0   r2: 0x8fe4b400   r3: 0x001436fe
    r4: 0x00000002   r5: 0xbffff88c   r6: 0xbffff88c   r7: 0x66696e65
    r8: 0x64207379   r9: 0x001436fe  r10: 0x00000000  r11: 0x0000014c
   r12: 0x8fe71a50  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0x8fe419fa
   r20: 0x00000000  r21: 0xffffffff  r22: 0xbffff760  r23: 0x00000000
   r24: 0x00000000  r25: 0x00000073  r26: 0xbffff890  r27: 0x00000002
   r28: 0x001436fe  r29: 0xbffff440  r30: 0x00000000  r31: 0x8fe28918
---- /LOG ----

Ideas, anyone?

Matt

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 




------------------------------------------------------------------------------
This message may contain confidential information, and is intended only for the use of 
the individual(s) to whom it is addressed.


==============================================================================


--- End Message ---
--- Begin Message ---
hi,

i'm having problems installing php on iplanet running on Windows2000. i have
edited the obj.conf file as described on php.net but this has not worked. i
have also copied the relevant dlls to the system32 directory and changed the
php.ini to point to the doc_root and extensions directories.

Is there anyone out there who can help?

Many thanks,

Luke.


This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

--- End Message ---
--- Begin Message ---
I am using RH9 and have successfully installed php-4.2.2-17 via rpm (i386).
I am now trying to install php-mysql-4.2.2-17 and it comes up with a failed
dependency -
libmysqlclient.so.10 is needed. I have libmysqlclient.so.12 which I assume
is installed with php.
Why is it that it doesn't recognize and allow for the use of the newer
version? I'm totally confused.
Do I need to install an older version of php? I don't really want to do
that.

Thanks for any help.
M



--- End Message ---
--- Begin Message ---
http://fr2.php.net/manual/fr/function.vpopmail-add-alias-domain-ex.php

How can i do to use vpopmail functions ?

What doesnt that means ?
vpopmail_add_alias_domain_ex
(4.0.5 - 4.2.3 only) ?


Is there a set of php scritp that allows to manage vpopmail, I have vqadmin
in perl but it has some bug on my machine ...
i d like to manage account via php ...
Is there any extension to do so ?


Thanks.





--- End Message ---
--- Begin Message ---
Hi,

I copy all php432 dlls into my win32.
And then when making a "php -v" see what i get :

PHP Warning:  Unknown(): ctype: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=1
PHP    compiled with module API=20020429, debug=0, thread-safety=1
These options need to match
 in Unknown on line 0
PHP Warning:  Unknown(): gd: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=1
PHP    compiled with module API=20020429, debug=0, thread-safety=1
These options need to match
 in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library
'C:\easyphp\php\extensions\php_zlib.dll' - La procédure spécifiée est
introuvable.
 in Unknown on line 0


ctype n gd seems to be out of date but how can i get them for that version ?
dbg seems to give dll for some version on its site ...
zlib dont know ....

Thanks.



--- End Message ---
--- Begin Message ---
i manage to solve all this pb :)



--- End Message ---

Reply via email to