[PHP-DEV] PHP 4.0 Bug #9414: date() returns error when included in an object

2001-02-22 Thread eric
php.ini I did a static build with the following config: ./configure --with-apache=../apache --with-mysql=/path/to/mysql --with-openssl=/path/to/ssl --with-zlib --with-xml --enable-bcmath Thanks, eric -- Edit Bug report at: http://bugs.php.net/?id=9414&edit=1 -- PHP Development Mailing Li

[PHP-DEV] POP3 functions

2001-03-27 Thread Eric
Hello. Is it possible to submit functions for addition to php? I have some functions which I've added to my local copy of: ext/imap/php_imap.c and prototypes in ext/imap/php_imap.h Regards, Eric -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAI

[PHP-DEV] phpinfo()

2002-01-09 Thread eric
I'm having a bit of a problem with phpinfo(). Here is a link to the page http://shawn.phpsecure.com/info.php I'm not sure exactly what its doing but the page code is this This worked just fine until I upgraded to 4.1.0 then 4.1.1 Thanks!   ~ Eric

[PHP-DEV] Bug #15356: Warning when running CGI

2002-02-03 Thread eric
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.2 PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: Warning when running CGI I run PHP 4.1.0 as an apache module and as a cgi (for command line and cron activities). I installed the newest ver

[PHP-DEV] PHP 4.0 Bug #10190: \t$var = <<

2001-04-05 Thread eric
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: \t$var = << To unsubscribe,

[PHP-DEV] Bug #14292: Bare LF Issue - This time with DETAIL!

2001-11-29 Thread eric
o send the emails directly to them. It's strange. I hope we can figure this one out. I have researched the net but not any information on this particular configuration. Thanks, Eric Rosebrock http://wolfenstein.3dhavoc.net -- Edit bug report at: http://bugs.php.net/?id=14292&edit=1 --

[PHP-DEV] Bug #14292 Updated: Bare LF Issue - This time with DETAIL!

2001-11-29 Thread eric
if every member signs up that has a unix email account running on Qmail, pukes on me and I have to send the emails directly to them. It's strange. I hope we can figure this one out. I have researched the net but not any information on this particular configuration. Thanks, Eric Rose

[PHP-DEV] How do I access a hash from an extention/module?

2002-06-06 Thread eric
have missed it though). -- #!perl # Life ain't fair, but root passwords help. # Eric Veldhuyzen [EMAIL PROTECTED] $!=$;=$_+(++$_);($:,$~,$/,$^,$*,$@)=$!=~ # P

[PHP-DEV] repost: return_value getting corrupted in extension

2003-02-11 Thread Eric Lambart
have been corrupted. As soon as I try to access $table->serverId, PHP segfaults in erealloc(). I will not include the backtrace here as it seems irrelevant; serverId no longer has a legitimate value, so of course it cannot be accessed. This is a simple example. The member variable "table&quo

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-12 Thread Eric Lambart
source. I've shown you what I can, I don't think you want to see it all :) > The zend api docs http://www.php.net/manual/en/zend.php, although not > complete, should be good enough for what you need to do. Unfortunately, I couldn't have gotten near to what I've been able to do

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-12 Thread Eric Lambart
ce I re-enabled debug in configure, my data is being completely corrupted just as before. Does this offer any clues? I have come across some #IFDEFs etc. in the source, where the debugging code is activated, but before I go and look at every such instance for clues, maybe someone else has an idea? Thanks again for your assistance. Bamboozled, Eric -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-13 Thread Eric Lambart
On Wed, 12 Feb 2003 13:40:09 -0800, Eric Lambart wrote: UPDATE... If you ask me, this is stranger still. If you recall from my original post-- > I am trying to return a "serverId" object member which contains a value > such as "N^VESoDMN(107)". Again, right befo

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-14 Thread Eric Lambart
On Thu, 13 Feb 2003 09:02:44 -0800, Eric Lambart wrote: > Second of all, I have narrowed the problem down a bit. It has nothing > to do with parentheses or single-quotes (surprise!). Seriously... I > just observed it mangling another string, but what seemed stranger yet, > it ch

[PHP-DEV] bug in zend_API.c (with patch)

2003-03-07 Thread Eric Lambart
they all say that!). =) I didn't find any patch submission guidlines in a quick web search; I'm afraid you'll have to change the file/pathnames in the first lines. If you don't want to deal with that, point me to the guidelines and I will resubmit the patch. For now I will

Re: [PHP-DEV] bug in zend_API.c (with patch)

2003-03-07 Thread Eric Lambart
. Let me know if there's anything else I can do to help. If this patch will not be accepted SOLEY due to the fact that it's not done on CVS, please let me know and I will take care of that when I have time, and resubmit it. For now, I have spent enough time on this problem already. Re

Re: [PHP-DEV] bug in zend_API.c (with patch)

2003-03-07 Thread Eric Lambart
hed to my previous post) to this problem. Using a workaround will fix my problem; making a small change to Zend will potentially and probably save other extension developers the trouble of having to discover workaround on their own, if they are even capable of doing so. I would like to save them

Re: [PHP-DEV] show_source()

2002-11-14 Thread Eric Coleman
I would actually love to see that :) "John Coggeshall" <[EMAIL PROTECTED]> wrote in message news:000701c28c5e$ac9cb200$9d10fea9@;coogle... If no one has an objection, I'll look into making some of that happen. John |-Original Message- |From: [EMAIL PROTECTED] [mailto:nicos@;php.net] |

[PHP-DEV] unset isn't a function anymore...

2002-12-04 Thread Eric Coleman
call it without parenthases? -eric -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Warning in wrong parameter

2002-12-24 Thread Eric Coleman
AFAIK, it's supposed to allow for more parameters anyway ;) Eric "Michel 'Ziobudda' Morelli" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, I have installed php 4.2.1 and error_reporting = ALL. > > I

[PHP-DEV] C++ module and Zend C headers

2001-02-05 Thread Eric Callier
_array_init(...) etc. Everything work fine when you add BEGIN_EXTERN_C() / END_EXTERN_C() macros in zend_API.h. If someone can modify this header in the cvs, I think that C++ developpers will be please :-) N.B: I use php4.0.3pl1/linux Eric CALLIER - Information Systems Elf Trading SA World Trade Center

[PHP-DEV] php module and CORBA

2001-02-14 Thread Eric Callier
; I saw in the omniORB archive that some user have same problem with apache module: the ORB_init method hang when it is call from a non-worker process. Is some one known how to call ORB_init from the worker process of apache throw a php module? Eric CALLIER -- PHP Development Mailing List <

[PHP-DEV] Hey? 4 copies?

2001-03-08 Thread Woolhiser, Eric
I just joined the mailist yesterday, any idea why I get 4 copies of each message posted to this list? -- Eric WoolhiserBMC Software Inc NT Build Meister 880 Winter St. Bldg 4 rm. 2.227 781-663-4646 (or x34646 internally) Waltham, Ma

[PHP-DEV] wrong weeknr in strftime?

2002-02-18 Thread Eric Persson
Thanks for your time, Eric -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bugs: mod_php, w3c-libwww, "content-length", "chunked" and RFC 2068

2001-06-28 Thread Eric Kidd
message and the five trailer bytes, but this isn't important.) So this is technically a bug in mod_php *and* w3c-libwww. ;-) Cheers, Eric (If you need any more information from me, please contact me via e-mail. I'm not on the php-dev or w3c-libwww mailing lists.) -- PHP Develop

[PHP-DEV] RE: PHP 4.0 Bug #6734 Updated: SQL Error In using ODBC connection to Oracle

2001-04-09 Thread Eric Ballou
Last time I checked it was still valid. I was still unable to access on the NT 4.0 SP6/Windows 2000 box. Sincerely, Eric Ballou -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 11:08 AM To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #6734

[PHP-DEV] shared extension module and 4.0.5

2001-05-01 Thread Eric Callier
wrong ? Eric. -- 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] PHP segfaults??

2001-11-15 Thread Eric Terstegen
ack_end=0xb96c) at ../sysdeps/generic/libc-start.c:129 I have very basic and stripped down code for both libraries and the module and can zip them up and send them if need be. Thanks, Eric Terstegen -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mai

[PHP-DEV] Segmentation faults still :(

2001-11-27 Thread Eric Terstegen
small bash script) PHP is compiled with the axps thing for apache 1.3.20 and no other special options (on RedHat 7.1) --Thanks Eric Terstegen -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP-DEV] Zend License

2002-03-07 Thread Eric Thelin
PHP until this change takes place. Has a specific license been chosen? Wouldn't it be simplest to just release it under the PHP License. Eric -- Eric Thelin [EMAIL PROTECTED] AZtechBiz.com: Where Arizona Does Tech Business --

[PHP-DEV] php-4.1.2 compile error with gd

2002-03-11 Thread Eric Persson
nyone know a soloution to this? Feel free to contact me if you need more information to solve this. Best regards, Eric -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
I've written another mail function to deal with one of our ISP clients' needs. I don't know if the functionality is found elsewhere - nowhere in the documentation that I have seen, though. The standard mail function is mail( to, subject, message, optional-headers ) The client had two issues. Fi

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
Markus Fischer wrote: > > Current mail() implementation already has fifth optional > argument which does exactly what you want. > > And, for the 'file', it's as easy as writing: > > mail('To', 'Subject', join('',file('filename')), ... > > not that hard ... > > I do

[PHP-DEV] Process/Thread question

2002-04-05 Thread Eric Liedtke
process/thread that will continue working in the background so the exported function can return in the script and go on it's merry way. I'm hoping a more experienced crowd might have some suggestions for an implementation of this type. Any pointers to more info, modules that do

Re: [PHP-DEV] Process/Thread question

2002-04-05 Thread Eric Liedtke
Daniel Lorch wrote: > Hi, > > > Eric Liedtke <[EMAIL PROTECTED]> > > [..] However, I am a little in the dark on what my options > > are for spawning off a new process/thread that will continue working in > > the background so the exported function can ret

[PHP-DEV] Sockets Question

2002-04-05 Thread Eric Liedtke
is fill in the address and the AF_INET into the sockaddr. I'd be happy to provide an implementation, but wanted to see others opinions before I did anything. Eric Liedtke -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Sockets Question

2002-04-06 Thread Eric Liedtke
Eric Liedtke wrote: > I'm new in town here, so to speak, so I'm not sure about > proper protocol here, but I found,what I feel is a problem > in the socket extension code. Specifically in the socket_bind > function. I was working with a friends code and it was >

Re: [PHP-DEV] Sockets Question

2002-04-06 Thread Eric Liedtke
gh it some more.. -e Eric Liedtke wrote: > I'm new in town here, so to speak, so I'm not sure about > proper protocol here, but I found,what I feel is a problem > in the socket extension code. Specifically in the socket_bind > function. I was working with a friends code a

Re: [PHP-DEV] Sockets Question

2002-04-06 Thread Eric Liedtke
Uhhh nevermind. I just grabbed 4.2.0RC2 and found that a slew of fixes have already been commited. -e Eric Liedtke wrote: >Oops forgot the message body on the last one > >Ok so after sleeping on it I don't think my solution was >totally in line with the beauty and sim

[PHP-DEV] CVS Account Request: ekilfoil

2002-05-11 Thread Eric Kilfoil
I plan to develop and maintain PEAR packages, and Stig S. Bakken from the pear-dev mailing list said i need a PHP cvs account. I assume i'll only need access to the /pear directory until pear's CVS is split from php. I already have some modules at http://www.ypass.net/php, and I am planning o

Re: [PHP-DEV] How do I access a hash from an extention/module?

2002-06-06 Thread Eric Veldhuyzen
#!perl # Life ain't fair, but root passwords help. # Eric Veldhuyzen [EMAIL PROTECTED] $!=$;=$_+(++$_);($:,$~,$/,$^,$*,$@)=$!=~ # Perl Monger /.(.)...(.)(.)(.)..(.)..(.)/;`$^$~$/$: $^$*$@$~ $_>&$;` -- PHP Deve

Re: [PHP-DEV] How do I access a hash from an extention/module?

2002-06-06 Thread Eric Veldhuyzen
u first have to know how it works. And I am nowhere near that. I have written some code that seems to work, but since none of tha parameters are described and there is hardly any comment in de PHP source code it is very hard to be able to understand how it all works. -- #!perl #

Re: [PHP-DEV] How do I access a hash from an extention/module?

2002-06-06 Thread Eric Veldhuyzen
nd walk throught it. Should be pretty simple, right? > I get great help from people here on specific issues, but i'd rather read > some documentation before asking stupid questions. Exactly. -- #!perl # Life ain't fair, but root passwords help. # Eric Vel

[PHP-DEV] PHP 4.0 Bug #8655: Inactive Connections on Oracle

2001-01-11 Thread eric . poisse
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.0 2.2.5-15smp PHP version: 4.0.4 PHP Bug Type: OCI8 related Bug description: Inactive Connections on Oracle I use OCI function inside PHP programs. I can see inactive connections running on Oracle (select username, p

[PHP-DEV] PHP 4.0 Bug #8655 Updated: Inactive Connections on Oracle

2001-01-11 Thread eric . poisse
ID: 8655 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related Description: Inactive Connections on Oracle Apache is working with 2 virtual hosts. I remember (but i'm not sure) that I've not the problem when i have no virtual hosts, ie only one server (no virtual). Previous Com

[PHP-DEV] PHP 4.0 Bug #8655 Updated: Inactive Connections on Oracle

2001-01-12 Thread eric . poisse
ID: 8655 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: OCI8 related Description: Inactive Connections on Oracle It's not au BUG... Sorry. It's happend only with OCIPlogon. With OCILogon and OCILogoff (or not), it works very well. I don't know the use of OCIPlogon