Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
php 4.2.2 and apache 1.3.26 on FreeBSD configure command: ./configure' '--with-apache=../apache_1.3.26/' '--with-mysql=/usr/local/mysql' '--with-ctype' '--with-zlib' '--with-gmp' '--with-mhash' '--with-ming=../ming-0.2a' '--with-regex=system' '--enable-wddx' '--with-xmlrpc' '--with-iconv=/usr/loca

Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Maxim Maletsky
Is it supported by your configuration? What's your system? -- Maxim Maletsky [EMAIL PROTECTED] "Laurent FOINEL" <[EMAIL PROTECTED]> wrote... : > > I would like to access to variable: > $HTTP_SERVER_VARS["HTTP_IF_NONE_MATCH"] > > but I have this error: > "Notice: Undefined index: HTTP_IF

[PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
I would like to access to variable: $HTTP_SERVER_VARS["HTTP_IF_NONE_MATCH"] but I have this error: "Notice: Undefined index: HTTP_IF_NONE_MATCH in file..." why can't i access do this var ? My configuration is php 4.2.2 and apache 1.3.26 on FreeBSD -- PHP Development Mailing List

[PHP-DEV] undefined symbol: mxdriver (help needed)

2001-12-03 Thread Sachin
Hi guys I m new to the installations on linux. i installed linux7.1 on my machine. now i m trying to install the apache-1.3.20, PHP4.0.6, imap. apache and php without imap was installed successfully but when i try to install it with imap apache start giving problem the error is: Syntax error on

Re: [PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Adam Dickmeiss
On Mon, Aug 06, 2001 at 09:25:19PM +0200, Jani Taskinen wrote: > > I'm getting this with latest CVS. On apache startup. > After Zeev's latest commits. I have tried a clean checkout too..no help. > > --Jani Removing a few lines fixes the Apache build... Index: zend_indent.c

[PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Jani Taskinen
I'm getting this with latest CVS. On apache startup. After Zeev's latest commits. I have tried a clean checkout too..no help. --Jani -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP-DEV] Undefined symbol: smart_str_free

2001-08-03 Thread Jon Parise
On Fri, Aug 03, 2001 at 02:26:09PM -0400, Sterling Hughes wrote: > >./configure \ > > --with-apxs=/usr/local/apache/bin/apxs \ > > --with-config-file-path=/usr/local/apache/conf \ > > --with-freetype-dir=/usr/local \ > > --with-gd=/usr/local \ > > --with-ge

Re: [PHP-DEV] Undefined symbol: smart_str_free

2001-08-03 Thread Jon Parise
On Fri, Aug 03, 2001 at 02:12:20PM -0400, Sterling Hughes wrote: > >Any ideas why I'm getting this after today's build from cvs: > > > >Cannot load /usr/local/apache/libexec/libphp4.so into server: > >/usr/local/apache/libexec/libphp4.so: Undefined symbol "smart_str_free" > > > >I've performed a

[PHP-DEV] Undefined symbols

2001-07-13 Thread Chris Boot
Hi, Sorry if this isn't the right place to ask. If it isn't, could someone please tell me where I can ask such questions... I'm attempting to write a PHP extension to load as an external DSO. I've got the extension to build and load using dl(), but when I call a method from it, the httpd runni

[PHP-DEV] undefined

2001-02-22 Thread hilfe
yeah -- Free WapMail - Via Handy: http://wap3.de/wml/erstell.wml <-> Via PC: http://wap3.de/add.php3 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
From: Mike Robinson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] Undefined Versioned Symbol Go to http://bugs.php.net and read #7711,8774, and 8721. Regards Mike Robinson > -Original Message- > From

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mike Robinson
Go to http://bugs.php.net and read #7711,8774, and 8721. Regards Mike Robinson > -Original Message- > From: Mark Olbert [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 3:24 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Undefined Versioned Symbol > >

[PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
I've been having problems getting php-4.0.4 to compile on my linux system; the make keeps breaking when libphp.so is being linked with an undefined versioned symbol name __ns_name_unpack@@GLIBC_2.1 error. I've rebuilt and reinstalled glibc2.1.3, and every library I know of that php depends on, bu