Re: [PHP-DEV] SAPI/CGI from HEAD (on Win32)

2002-07-03 Thread derick
On Thu, 4 Jul 2002, Sebastian Bergmann wrote: >phpinfo(); > ?> > > lets Mozilla "download" the file. > >header('Content-Type: text/html; charset=iso-8859-1'); > phpinfo(); > ?> > > lets Mozilla "show" the file. > > The latter is intended behaviour,

[PHP-DEV] SAPI/CGI from HEAD (on Win32)

2002-07-03 Thread Sebastian Bergmann
lets Mozilla "download" the file. lets Mozilla "show" the file. The latter is intended behaviour, I think. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.

Re: [PHP-DEV] linking librarys into php4 extensions

2002-07-03 Thread David Eriksson
On Wed, 3 Jul 2002, Ron Lange wrote: > Hi, > I have set additional headers and AC_ADD_LIBRARY_WITH_PATH in the config.m4 > of my extension to link with external libs. The php 'make --with-extension > --with-apache=[pathtoapache]' builds w/o errors, but at the following > apache 'configure --ac

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Jani Taskinen
On Wed, 3 Jul 2002, Rafa Rodriguez Hernandez wrote: > >#if COMPILE_DL_GD >ZEND_GET_MODULE(gd) >#endif > >I compile with this: >gcc -rdynamic -fpic -DCOMPILE_DL=1 -I/opt/php/include/php/main/ >-I/opt/php/include/php/TSRM/ -I/opt/php/include/php/Zend/ -I/opt/php/include/php/ -c >gd.c You need

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Rafa Rodriguez Hernandez
> > This is exactly the problem. I've not seen any other scenario > where you get this error message yet. Make double sure > COMPILE_DL_module is properly defined (btw, all uppercase > normally, maybe that's the problem). > > - Markus I'm trying with a simple module. For exa

Re: [PHP-DEV] callback in classes?

2002-07-03 Thread Jan Lehnardt
Hi, first, this is not the right list for asking such questions; try [EMAIL PROTECTED] nex time. second, use array('class', 'method'); to call static functions Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net/ -- PHP Development Mailing List To unsubscribe, visi

[PHP-DEV] feature request

2002-07-03 Thread veins
hi, I have a feature request for the exec() family. I was thinking of adding a fourth optionnal argument to be passed as the argv[0] so that the name that appears in a 'ps' can be changed. The reason is simple, as many people do, I usually have php call a shell script or a perl script on the syst

[PHP-DEV] callback in classes?

2002-07-03 Thread Steve Alberty
Hi, how can i use a callback function in preg_replace_callback or set_error_handler; with functions in classes? e.g: What's the right syntax? Regards, Steve -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] simple question :)

2002-07-03 Thread robert janeczek
hi i write an article about changes in php that will come to us with zend 2.0. therefore i`m wondering when can we expect official release of php5 (zend2 alphas are not what i`m looking for :)). can someone clear this up for me? i don`t want exact date of course - just month or even part of the y

Re: [PHP-DEV] Komodo (PHP) Intergrated Development Environment Problems

2002-07-03 Thread Shane Caraveo
Hi Jason, PHP-DEV isn't the proper forum for asking questions about commercial products. Email us on the komodo-discuss email list, email list info at http://aspn.activestate.com/ASPN/Downloads/Komodo Regards, Shane Caraveo Jason McCormack wrote: > Hi All, > > Has anyone out there had any luc

[PHP-DEV] Komodo (PHP) Intergrated Development Environment Problems

2002-07-03 Thread Jason McCormack
Hi All, Has anyone out there had any luck getting Komodo 1.2.6 to debug PHP? I have been banging my head against the wall with no luck. I went through the docs they supply - no luck. I compiled PHP as a module for Apache 1.13.22 on Mandrake 8.1. Any help would be greatly appreciated. Thanks, Jas

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Rafa Rodriguez Hernandez
Recuerdo que era Wed, 3 Jul 2002 17:38:08 +0200 y Markus Fischer <[EMAIL PROTECTED]> tecleo: > On Wed, Jul 03, 2002 at 05:09:28PM +0200, Rafa Rodriguez Hernandez wrote : > > > > > > This is exactly the problem. I've not seen any other scenario > > > where you get this error message yet

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Markus Fischer
On Wed, Jul 03, 2002 at 05:09:28PM +0200, Rafa Rodriguez Hernandez wrote : > > > > This is exactly the problem. I've not seen any other scenario > > where you get this error message yet. Make double sure > > COMPILE_DL_module is properly defined (btw, all uppercase > > normally,

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Markus Fischer
On Wed, Jul 03, 2002 at 04:36:43PM +0200, Rafa Rodriguez Hernandez wrote : > The module compiles fine.. but when php try to load it, I get this response: > PHP Warning: Invalid library (maybe not a PHP library) 'module.so' in Unknown on >line 0 > > I have in the source code this: > > #if COM

[PHP-DEV] Win32 Build broken

2002-07-03 Thread Sebastian Bergmann
rfc1867.obj: error LNK2001: Unresolved external symbol: _mbstr_strrchr -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

[PHP-DEV] extensions problems

2002-07-03 Thread Rafa Rodriguez Hernandez
Hi everybody. I'm having a problem with php extensions. I have a module that I want to load dynamicly with php. In the php.ini file I have the next line extension=module.so The module compiles fine.. but when php try to load it, I get this response: PHP Warning: Invalid library (maybe not a

RE: [PHP-DEV] Bugpack 13

2002-07-03 Thread Joseph Tate
You can convert back to NTFS, just not for free. The better Disk Management utilities (i.e. Partition Magic) offer this functionality. > -Original Message- > From: Tit "Black" Petric [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 6:37 AM > To: Magnus M; Michael Dransfield >

Re: [PHP-DEV] "MYSQL_UNIX_ADDR" redefined

2002-07-03 Thread Jani Taskinen
You can safely ignore that. --Jani -- On Wed, 3 Jul 2002, Sebastian Bergmann wrote: >Jani Taskinen wrote: >> And I'd update to autoconf 2.53.. :) > > After updating to autoconf 2.53 I get the following warnings: > >sb@wopr-mobile:/usr/src/php4> ./buildconf >using de

Re: [PHP-DEV] Bugpack 13

2002-07-03 Thread Tit \"Black\" Petric
(warning) note that you cannot convert a partition back to fat32 in case you might want to. meaning, when youre on nfs you stay on nfs.. unless you reinstall. other than that nfs is for the better imo :) - Original Message - From: "Magnus M" <[EMAIL PROTECTED]> To: "Michael Dransfield" <[

Re: [PHP-DEV] Bugpack 13

2002-07-03 Thread Magnus M
On Tue, 02 Jul 2002 23:26:20 +0100 Michael Dransfield <[EMAIL PROTECTED]> wrote: > i can help, but do you actually need NTFS? for some reason my pc was > loaded with fat32 and win2k :-/ > You can convert to ntfs with convert if you want it to be NTFS.. convert /FS:ntfs c: or something like th

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c filestat.c php_filestat.h

2002-07-03 Thread Sebastian Bergmann
Derick Rethans wrote: > derick Wed Jul 3 02:45:02 2002 EDT > > Modified files: > /php4/ext/standard filestat.c basic_functions.c php_filestat.h > Log: > - Fix windows build > #- I could not test this, please try! Compiles, but with warnings: filestat.c C:\home\php\php4\e

[PHP-DEV] linking librarys into php4 extensions

2002-07-03 Thread Ron Lange
Hi, I have set additional headers and AC_ADD_LIBRARY_WITH_PATH in the config.m4 of my extension to link with external libs. The php 'make --with-extension --with-apache=[pathtoapache]' builds w/o errors, but at the following apache 'configure --activate-module=src/modules/php4/libphp4.a' I get