[PHP-DEV] Refreshing pages after HTTP redirects

2003-03-07 Thread Daniel Joyce
is that a.php is not refreshed, it shows the last value. I've tried various http caching headers, and other items, and I can't seem to force a refresh when redirecting back to a.php. Is there a header that says Go to a, but refresh it too.? -Daniel -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Threads in PHP5?

2003-03-06 Thread Daniel Skrach
Hello, php-dev mailing list members, Just one short question: Are threads a planned feature for ZE2 / PHP5? thanks for your answers. Daniel Skrach [EMAIL PROTECTED] 2003-03-07 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Of string constants, bytecode, and concatenation

2003-02-26 Thread Daniel Cowgill
On Wed, 26 Feb 2003, David Brown wrote: Okay. Makes complete sense. I was thinking more along the lines of wouldn't it be nice if...?. I hadn't quite made it to where would that belong?. :) I'll check out the optimizers. I noticed that the new CVS version of APC seems to have a

Re: [PHP-DEV] give me advice

2003-02-23 Thread Daniel Lorch
contributing it to PECL? -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: luisdaniel

2003-02-23 Thread Luis Daniel Ribeiro Louro
Help translate documentation to portuguese (PORTUGAL) and mantain it (if you need). -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH][NEW FEATURE][HELP NEEDED] Forcing -f via mail() (ext/standard/mail.c)

2003-02-22 Thread Daniel Lorch
not fix other applications' bugs. I disagree, but probably there have to be a couple of more people writing such patches until someone understands that this IS a serious problem. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH][NEW FEATURE][HELP NEEDED] Forcing -f via mail() (ext/standard/mail.c)

2003-02-22 Thread Daniel Lorch
hi, - is it a good idea to 'fake' the '-f' parameter? This can also be done with php_admin_value in the VirtualHost. No need to patch PHP if you only want THIS behaviour. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: dcowgill

2003-02-11 Thread Daniel Cowgill
Maintain apc, apd and optimizer in PECL -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Database Abstraction

2003-02-05 Thread Daniel Lorch
/ http://freshmeat.net/projects/metabase/ -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on bug list

2003-01-31 Thread Daniel Lorch
it? -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on bug list

2003-01-30 Thread Daniel Lorch
hi, Wouldn't it be nice if one could attach himself to a bug and receive an email on every new message to that bug? And then how am i informed about new bugs? Is there a mailing list for that? Currently i read the bug-summary-list.. [EMAIL PROTECTED] Empty mail to [EMAIL

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread Daniel Lorch
hi, Well it was attached it looks the mailing list is dening them. The mailinglist will only let you get through text/plain Attachements. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Daniel Lorch
, I get two errors output: And people were laughing at me, when I suggested that, right? @Ari I could give you my patch, If you'd like to have a look at it. Not very nicely written, though, but works fine. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Daniel Lorch
this is quite low-priority, someone of the Dev-Team might want to reconsider adding this (Ari's) patch to the main branch? Appears to be a common problem. I could name you several people on PHP-De and qmail who were asking the same thing. -daniel -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Re: Default Return-Path with mail() and qmail

2002-12-08 Thread Daniel Lorch
. I'm not hardcoding Return-Path. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Default Return-Path with mail() and qmail

2002-12-07 Thread Daniel Lorch
hi, Here's an improved version of this patch, which doesn't SEGFAULT on invalid input. Someone just brought up this topic on php-de and qmail, so I thought there is some interest in this patch .. Everbody else just ignore me :) -daniel -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Default Return-Path with mail() and qmail

2002-12-07 Thread Daniel Lorch
--- php-4.2.3/ext/standard/mail.c Sat Aug 24 13:38:13 2002 +++ php-4.2.3-daniel/ext/standard/mail.cMon Dec 2 01:24:35 2002 @@ -21,6 +21,7 @@ #include stdlib.h #include ctype.h #include stdio.h +#include string.h #include php.h #include ext/standard/info.h #if !defined

[PHP-DEV] Re: Default Return-Path with mail() and qmail

2002-12-07 Thread Daniel Lorch
more explicitly. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Default Return-Path with mail() and qmail

2002-12-07 Thread Daniel Lorch
version of my patch. Andi kindly did some code auditing, so there are many things that can be rewritten much nicer :) -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] SQL Error

2002-12-06 Thread Daniel
Please help. I have a basic scipt: $connection_id=odbc_connect($DSN,$user,$pass); $sql=select * from whatever; $stmt=odbc_prepare($connection_id,$sql); $result=odbc_execute($connection_id,$stmt); this script used to work on RH-7.3 with php-4.1.2 the script will not work anymore when i installed

Re: [PHP-DEV] Zend fast cache

2002-11-30 Thread Daniel Cowgill
On Saturday, November 30, 2002, at 07:17 PM, Sterling Hughes wrote: The problem I see with an array approach from an api perspective is simply when a bucket is free'd, in order to have efficient memory usage, we'd need a second level array scan for every ALLOC_ZVAL(). Perhaps a linked list

Re: [PHP-DEV] Default Return-Path with mail() and qmail

2002-11-29 Thread Daniel Lorch
() is used. VirtualHost www.mydomain.com pph_admin_value sendmail_path /usr/sbin/sendmail -t [EMAIL PROTECTED] That's actually a good proposition. The documentation team might want to catch this up. Unfortunately, this doesn't work with my setup, as I'm (mod_cgi-)wrapping all scripts. -daniel

[PHP-DEV] Default Return-Path with mail() and qmail

2002-11-28 Thread Daniel Lorch
) - This patch probably breaks all rules on coding style and consistency (malloc instead of emalloc etc..) - I know C for only a couple of weeks. Don't blame me if everything crashes and your machine burns down. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] Default Return-Path with mail() and qmail

2002-11-28 Thread Daniel Lorch
--- php-4.2.3/ext/standard/mail.c Thu Nov 28 11:37:12 2002 +++ php-4.2.3-daniel/ext/standard/mail.cFri Nov 29 01:50:09 2002 @@ -21,6 +21,7 @@ #include stdlib.h #include ctype.h #include stdio.h +#include string.h #include php.h #include ext/standard/info.h #if !defined

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Daniel Lorch
. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Daniel Lorch
hi, Some thoughts that were brought up: Oh, another one: - Localization is stupid and we might lose our existing userbase, namely more proficient PHP developers- -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [Zend Engine 2] RFC: Conversion patch

2002-11-26 Thread Daniel Cowgill
So why do the conversion in arithmetic? This seems bizarrely inconsistent to me: ? print (int) 0xA + 0; // prints 0 print (int) (0xA + 0); // prints 10 ? I think it's reasonable to expect those expressions to return the same value. On Tue, 26 Nov 2002, Andi Gutmans wrote:

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Daniel Lorch
) { [..] } } Uah.. terrible. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Daniel Lorch
hi, Daniel, Sterling is arguing in favor of having localized error messages. s/agree/disagree/ :) Do what you think is right. However, I think it just adds another level of unnecessary complexity. We can safely assume a certain level of intelligence when dealing with php developers

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Daniel Lorch
are assigned to a project written in a foreign language? I would prefer to have the developers getting used (yes, meaning educate them) to english being a universal language, for both the language constructs, error messages, documentation. This will be more advantageous in the long run. -daniel

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Daniel Lorch
is localized anyway? The only thing we are endlessly quarrelling^H^H ^H^H^H^H^H discussing about is whether we want to add localized error messages, yes? Ok, simple question: Who would be (theoretically) willing to write AND maintain the appropriate code? -daniel -- PHP Development Mailing List http

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Daniel Lorch
. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: ODBTP, a possible solution for MS-SQL and other databases

2002-11-13 Thread Daniel Swarbrick
of documentation). If you like I can give you the URL to what's available now. -- bob On Wed, 13 Nov 2002, Daniel Swarbrick wrote: Could this provide the functionality of an ODBC to ODBC bridge, if one used the Win32 client library? We have a requirement for an IIS webserver in a DMZ to talk

[PHP-DEV] Re: ODBTP, a possible solution for MS-SQL and other databases

2002-11-12 Thread Daniel Swarbrick
Could this provide the functionality of an ODBC to ODBC bridge, if one used the Win32 client library? We have a requirement for an IIS webserver in a DMZ to talk to an ODBC database on a Windows 2000 server in the trusted network. I know there is already an ODBC-ODBC bridge commercial package,

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Daniel T. Gorski
Ilia A. wrote: Well there are a number of issues. First of all current snapshot listing is a regular apache directory listing, which causes files with names longer then X amount of characters to be cut off. Please learn to configure apache:

[PHP-DEV] CVS Account Request: jaenecke

2002-10-29 Thread Daniel Jaenecke
I am mainly interested in working on the manual; completing the german version (I am german, never mind the email .li), clearing unclear passages etc. But I also could imagine to do a little debugging -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Daniel Lorch
these values by doing a ps -e command. http://www.unixpapa.com/mod_auth_external.html Maybe this is out of context, but according to that documentation, using environment variables for sensitive data is not a good idea -- although I cannot confirm this, as I do not have access to SunOS or IRIX. -daniel

[PHP-DEV] RE: configure patch for Solaris

2002-09-11 Thread Daniel Parks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FWIW, the patch is backwards. patch -R should take care of it. Daniel Parks diff -u configure.php configure.php.orig --- configure.php Tue Aug 6 16:14:20 2002 +++ configure.php.orig Sun Jul 21 05:56:20 2002 -66529,11 +66529,7

Re: [PHP-DEV] Re: cgi and mod_php

2002-08-28 Thread Daniel Lorch
developers life much easier... Use the force, luke. #!/bin/bash for mode in apache cli cgi; do ./configure --with-${mode} make make clean done Maybe this script doesn't work, but you get the idea :) -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] trans-sid warning?

2002-08-14 Thread Daniel Lorch
hi, I absolutely agree with Stefan here. It is *not* PHP's job to secure a connection. SSL does this. -daniel - Original Message - From: Stefan Esser [EMAIL PROTECTED] Sent: Wed, 14 Aug 2002 16:23:16 +0200 To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] trans-sid warning? I do

Re: [PHP-DEV] Session variables

2002-07-31 Thread Daniel Lorch
hi, Hi, with ASP I use session variables to keep a variable alive between one page and another. What is the comparable way to do it with php? Thank you, Diana believe it or not - using session variables: http://php.net/session -daniel -- PHP Development Mailing List http

Re: [PHP-DEV] Re: [PHP-QA] Congratulations.

2002-07-31 Thread Daniel Lorch
(such as having PHP client-sided embedded into redmond's browser etc.). But generally, I think honoring hard working developers is a good idea, as they only seldomly get positive feedback on their work (what they certainly deserve). -daniel -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Re: User-space functionality of apache2filter

2002-06-03 Thread Daniel BODEA
On Sun, Jun 02, 2002 at 11:33:08AM -0700, Aaron Bannert wrote: I really wish people would stop quoting artificial dates for when the apache2filter will magically become stable, and just start using it and identifying problems. A few of us have put some great effort into making it usable,

[PHP-DEV] Re: User-space functionality of apache2filter

2002-06-02 Thread Daniel BODEA
There's a great difference here, apache2filter misses many of the functions provided by the apache sapi. The question is, is someone working on adding them or are they silently dropped? I'm asking for two reasons: consistency and documentation. apache2filter is a long

[PHP-DEV] fopen zend wrapper and relative paths

2002-05-31 Thread Daniel BODEA
The bug #11326 was closed after Zeev added the current executing file's directory to the search path, which solved half of the problem. The original bug #9673 though is still open, and the last comment is pointing to the other half of the problem, dot relative paths. Right now, in

[PHP-DEV] $_FILES, is there ant bug?

2002-05-27 Thread Daniel CAstro
['tabela']; $tabela_nova = $_POST['dd_tipo']; $arquivo = $_FILES['arquivo']['name']; //Conexao com BD... printf(%s,$arquivo); ? Why it is happenig??? _ Daniel Castro ICQ#: 12919017 [EMAIL PROTECTED] [EMAIL PROTECTED

Re[2]: [PHP-DEV] PHP web farms (i.e. why msession or something like it)

2002-05-25 Thread Daniel Lorch
it. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP as an ActiveScript Engine

2002-05-25 Thread Daniel Lorch
window and then displays the PHP application - for example as an application/presentation distributed on CD which requires interactive elements (such as connecting to a remote MySQL server to download an up-to-date price list etc..). Good work, wez. -daniel -- PHP Development Mailing List http

Re[3]: [PHP-DEV] PHP web farms (i.e. why msession or something like it)

2002-05-25 Thread Daniel Lorch
the average PHP developer - why keep it in the same manual, then? What do you think about this? -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] opendir security hole

2002-05-23 Thread daniel
hi i am creating a webbased filemanager for uploading files to the database, to determin which dir i upload to i have the directory in the query string ie ?dir=blah , i have found a security flaw where if you type dir=../../../../ it will show you the root dir of the server , how can i lock into

[PHP-DEV] CVS Account Request: dali

2002-05-22 Thread Daniel BODEA
Generic bug fixing, feature completion, cosmetic and more bug fixing hopefully (as I continue to work on large and complex PHP based projects, and as it seems there's a lack of developers - and dedicated time - in this area) -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] [PATCH] add lchown as a third parameter to chown and chgrp

2002-05-17 Thread Daniel BODEA
No reaction the first time so this is a repost. Diffed against the stable 4.2.0 source tree. Adds an optional third bool to chown and chgrp that makes use of the lchown system call to change the owner and group of the symlink itself, and not the final target. The default behavior is unchanged.

[PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi ... RE

2002-05-13 Thread Daniel BODEA
Would this be a good moment to re post this patch a 2nd time? :) Diff'ed against the stable 4.2.0 source package. Adds the same behavior as the CGI and ISAPI modules with regard to PATH_INFO and PATH_TRANSLATED variables to the Apache 2 filter interface. If the user does not specifically set

Re: [PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi ... RE

2002-05-13 Thread Daniel BODEA
1 - consistency with previous versions 2 - cgi behavior (like in mod_cgi) D - Original Message - From: Aaron Bannert [EMAIL PROTECTED] To: Daniel BODEA [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 13, 2002 9:01 PM Subject: Re: [PHP-DEV] [PATCH] add PATH_INFO

[PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi

2002-05-11 Thread Daniel BODEA
Diff'ed against the stable 4.2.0 source package. Adds the same behavior as the CGI and ISAPI modules with regard to PATH_INFO and PATH_TRANSLATED variables to the Apache 2 filter interface. If the user does not specifically set the AcceptPathInfo configuration variable to off, the patch passes

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Daniel Beulshausen
At 17:44 01.05.2002 +0200, Sebastian Bergmann wrote: Daniel Beulshausen wrote: what's the reason to rename the file? As I pointed out in a previous posting, this way we could put config.w32.h into .cvsignore and let it be created from a config.w32.h.in file if it doesn't exist

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Daniel Beulshausen
At 18:35 01.05.2002 +0200, Sebastian Bergmann wrote: Daniel Beulshausen wrote: do you mean constants like PHP_EXTENSION_DIR? For instance, yes. they should be changed to use the windows registry anyway... Feel free to do it :) this isn't going to be a big task, i'll put it onto my

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Daniel Beulshausen
, and can be done on a per-domain basis. It is kind of a pain to deal with configuration that way though. i'm not talking about the per directory stuff, these are mostly non php.ini settings. things like PEAR_INSTALLDIR, PHP_BINDIR etc should be stored in the registry IMO. daniel /*-- Daniel

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-01 Thread Daniel Beulshausen
At 11:41 01.05.2002 -0700, Shane Caraveo wrote: Daniel Beulshausen wrote: At 11:19 01.05.2002 -0700, Shane Caraveo wrote: they should be changed to use the windows registry anyway... Feel free to do it :) this isn't going to be a big task, i'll put it onto my todo. It's already done

Re[2]: [PHP-DEV] feature request

2002-04-25 Thread Daniel Lorch
some concerns about performance. A function built-in to PHP would be certainly faster, and as it was requested already twice, maybe adding such functions natively to PHP wouldn't be a bad idea. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Daniel Lorch
; ? bar.php === ?php echo Counter is now . (++$_SESSION['bar']['counter']) . br\n; ? Or did I miss something? Multiple session IDs only cause confusion. I'm -1. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re[2]: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Daniel Lorch
session ID). But your patch sounds like a good idea :) -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Recent mysql related connection problems with 4.2.0

2002-04-25 Thread Daniel Swarbrick
I just thought I'd post my results with doing this on a fairly bleeding edge Slackware 8.1beta system, mainly because it has autoconf 2.53 on it.Previously I tried running buildconf with autoconf 2.50, which didn't generate any of the additional warnings. Although the the 'make'ed binary

Re: [PHP-DEV] Recent mysql related connection problems with 4.2.0

2002-04-25 Thread Daniel Swarbrick
Ooops, sorry folks, jumped the gun on that one. Nope, still using TCP. Daniel Swarbrick [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I just thought I'd post my results with doing this on a fairly bleeding edge Slackware 8.1beta system, mainly becaus

Re: [PHP-DEV] Recent mysql related connection problems with 4.2.0

2002-04-25 Thread Daniel Swarbrick
onfigure checks. Edin Daniel Swarbrick [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I just thought I'd post my results with doing this on a fairly bleeding edge Slackware 8.1beta system, mainly because it has autoconf 2.53 on it.Previously I tried r

[PHP-DEV] Re: Bug #16768: mysql_connect(localhost, ...) doesn't connect to localhost! (fwd)

2002-04-24 Thread Daniel Swarbrick
I don't know whether this is related or not, but I've also found that since upgrading to PHP 4.2.0 it is impossible to get mysql_connect() to connect via a UNIX socket. No matter whether I specify a socket manually or not, it always connects via TCP. I have 4.1.2 running on a different server,

Re: [PHP-DEV] Re: Bug #16768: mysql_connect(localhost, ...) doesn't connect to localhost! (fwd)

2002-04-24 Thread Daniel Swarbrick
I'm configuring with 'configure --with-apxs=/usr/sbin/apxs --with-pgsql --with-mysql --with-pdfli b --with-zlib --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-ttf --with-imap --with-gettext --enable-cli' The MySQL stuff from my config.log says configure:39658: checking for MySQL

Re: [PHP-DEV] Re: Bug #16768: mysql_connect(localhost, ...) doesn't connect to localhost! (fwd)

2002-04-24 Thread Daniel Swarbrick
Cheers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, thanks! Do you know if MySQL was started during ./configure ? Derick On Wed, 24 Apr 2002, Daniel Swarbrick wrote: I'm configuring with 'configure --with-apxs=/usr/sbin/apxs --wi

Re: [PHP-DEV] Re: Bug #16768: mysql_connect(localhost, ...) doesn't connect to localhost! (fwd)

2002-04-24 Thread Daniel Swarbrick
/mysql.sock, $user, $pass), it still uses TCP. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, thanks! Do you know if MySQL was started during ./configure ? Derick On Wed, 24 Apr 2002, Daniel Swarbrick wrote: I'm configuring with 'configure --w

Re: [PHP-DEV] Re: Bug #16768: mysql_connect(localhost, ...) doesn't connect to localhost! (fwd)

2002-04-24 Thread Daniel Swarbrick
, the mysql_connect() call failed completely. It just flat out refuses to use unix sockets. Alright, who's broken it? [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 24 Apr 2002, Daniel Swarbrick wrote: Just upgraded the 4.1.2 install, which h

Re: [PHP-DEV] feature request

2002-04-24 Thread Daniel Lorch
(preg_split(/\r?\n/, $string)); } function word_count($string) { return count(preg_split(/\s+/, $string)); } There will be a PEAR-string class, which includes functions similar to this. I assigned it to me some days ago and I will be working on it as soon as I have some time left :) -daniel

Re[2]: [PHP-DEV] feature request

2002-04-24 Thread Daniel Lorch
Hi, $wc = strlen(preg_replace('/\W*\w*/', 'x', file_get_contents($file)); Look, no arrays! :-) - Stig is this faster than the array-based solution? -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] PHP and Threads

2002-04-22 Thread Daniel Lorch
Hi, first of all, thanks for the bugfix. it will go into phpserv 0.02 along with a sf.net account, seperate mailinglists (to not bother php-dev anymore :)) Thanks Daniel for your excellent input. I have managed to create a forking socket handler, although I am now approched by a new issue

Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Daniel Lorch
the rationale behind this silly behaviour? Do you also enforce people to reuse file-handles? -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[3]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Daniel Lorch
hi, this sounds reasonable. But why don't the connection aliases keep the current db they are working on and if needed, switch back - transparently to the user? The current implementation only confuses people. -daniel - Original Message - From : Rasmus Lerdorf [mailto:[EMAIL

Re[4]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Daniel Lorch
? */ The current DB should be part of the mysql handle. Also the mysql result set (I remember my db-classes to use each others result sets). -daniel - Original Message - From : Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent : Montag, 22. April 2002 Subject: [PHP-DEV] Major Bug in multiple

Re: [PHP-DEV] [phpbugs@priorwebsites.com: Bug #16681 Updated: Request new words(), word(), wordindex(), wordlength() functions]

2002-04-19 Thread Daniel Lorch
() word_length() common pitfall - maybe we should provide an alias? :) - Markus word_* functions can be easily solved in userland, but nevertheless, after thinking about it, it might be a good addition. At least it does not hurt anyone, does it? :) -daniel -- PHP Development Mailing List

Re[2]: [PHP-DEV] [phpbugs@priorwebsites.com: Bug #16681 Updated: Request new words(), word(), wordindex(), wordlength() functions]

2002-04-19 Thread Daniel Lorch
Hi, Great idea. I could take care of this - how do I assign it to me? Just start writing code? -daniel - Original Message - From : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent : Freitag, 19. April 2002 Subject: [PHP-DEV] [[EMAIL PROTECTED]: Bug #16681 Updated: Request new

Re[2]: [PHP-DEV] what does is happening to the list

2002-04-18 Thread Daniel Lorch
mailinglist might be the right place for you: http://groups.yahoo.com/group/php-pt Good luck :) Daniel Lorch - -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-EVANGELISM] RE: [PHP-DEV] The PHP Platform

2002-04-16 Thread Daniel Lorch
Hi, Just a note, that we also have a web server written in PHP ;) http://nanoweb.si.kz/ and a protocol-independent server framework (which includes a sample webserver, too): http://daniel.lorch.cc/projects/phpserv/ SCNR :) -daniel -- PHP Development Mailing List http://www.php.net

Re[3]: [PHP-DEV] Let's fork GD!

2002-04-13 Thread Daniel Lorch
: imagemagick can do *ALOT* more than GD. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[3]: [PHP-DEV] Let's fork GD!

2002-04-13 Thread Daniel Lorch
=indexmyfaq=yesid_cat=3categories=3+-+Gallery+Graphics+Toolkitsparent_id=0 -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] Let's fork GD!

2002-04-13 Thread Daniel Lorch
to imagemagick (yet). P.S.: It's about imagemagick's *ITSELF*, not about ext/imagemagick which has bad quality. -daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] C++ Class Wrapping

2002-04-13 Thread Daniel Lorch
Hi, Is there a way to wrap existing c++ classes into a PHP class (via an extension) ? This usually happens by writing an extension for PHP, although C is the common language to do this: http://www.php.net/manual/en/zend.php -daniel -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Copyright question

2002-04-13 Thread Daniel Lorch
?group=php.mirrorsarticle=8332 http://news.php.net/article.php?group=php.mirrorsarticle=8333 This is how it looks: http://daniel.lorch.cc/projects/disk_usage/ Either I'm blind or I still couldn't find out how to subscribe to PHP-mirrors .. Any hints? -daniel -- PHP Development Mailing List

Re[2]: [PHP-DEV] Let's fork GD!

2002-04-12 Thread Daniel Lorch
Hi, Yes, the intention was never to remove the ability to link against the system GD lib. -Rasmus why not replace GD by imagemagick which is better anyway? http://www.imagemagick.org http://pear.php.net/manual/en/pecl.imagick.php -daniel -- PHP Development Mailing List http

Re: [PHP-DEV] Process/Thread question

2002-04-05 Thread Daniel Lorch
anyway have to wait for the PINGs to complete - whether it's in a seperate process or not. daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re-entrant PHP

2002-04-05 Thread Daniel Lorch
/ Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] webserver in PHP

2002-04-02 Thread Daniel Lorch
I'm trying to do - just in a more advanced stage :) nanoweb's just incredible ... daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] webserver in PHP

2002-04-01 Thread Daniel Lorch
off the machine): http://212.254.248.130/ Daniel Lorch -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] codenames

2002-03-31 Thread Daniel Lorch
Hi, What came first woody or potatoe? You can't tell from the name. There is no doubt 4.2.0 is newer than 4.1.6. Why introduce unneeded ambiguity for those who don't follow PHP closely. how about codenames 'chicken' and 'egg' ? nobody will ever know what came first :) daniel -- PHP

[PHP-DEV] DB Abstraction

2002-03-29 Thread Daniel Lorch
the system configuration. The users would just include this file in their projects and never get in touch with these things. What do you think? Am I completely wrong/fantasising/talking too much? Daniel -- PHP Development Mailing List http

Re: [PHP-DEV] DB Abstraction

2002-03-29 Thread Daniel Lorch
Hi silly me, DBA [ http://php.net/dba ] [..] I meant DBX http://php.net/dbx Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php generator

2002-03-20 Thread Daniel Lorch
Hi, AFAIK there is nothing compareable (WYSIWYG-style). But you could try something like the zend studio [ http://www.zend.com/ ] or if syntax highlighting is enough for you, try ConTEXT [ http://fixedsys.com/context/ ]. Daniel Lorch - Original Message - From : W McCloud [mailto

[PHP-DEV] OCIError Patch, revised

2002-03-14 Thread Daniel Ceregatti
makes it past oci8.c with no warnings. Attached are patches against 4.1.2 and the latest cvs. Daniel --- php-4.1.2/ext/oci8/oci8.c.orig Wed Mar 13 14:51:19 2002 +++ php-4.1.2/ext/oci8/oci8.c Thu Mar 14 09:29:44 2002 -4090,15 +4090,34 zval **arg; oci_statement

[PHP-DEV] OCIError patch, revised AGAIN (Only 4.1.2 patch)

2002-03-14 Thread Daniel Ceregatti
Sigh...I suck. Foobared yet another patch. Attached again. Daniel --- php-4.1.2/ext/oci8/oci8.c.orig Wed Mar 13 14:51:19 2002 +++ php-4.1.2/ext/oci8/oci8.c Thu Mar 14 10:02:48 2002 -4090,16 +4090,35 zval **arg; oci_statement *statement; oci_connection

Re: [PHP-DEV] OCIError patch

2002-03-13 Thread Daniel Ceregatti
and add the sql with the bold red HTML/asterisk in it. :) I'll grab the latest CVS and produce a unified diff that only adds the offset. Daniel Marcus Börger wrote: Agree! You could provide afunction for your html output and make it an examle in the documentations - then everyone knows how

[PHP-DEV] alternatives to mod_php

2002-03-13 Thread Daniel Lorch
know CGI is much slower than the module, but I absolutely need the script running as user, as I'm calling imagemagick.org from shell (and yes, I know there is a EXPERIMENTAL php module for imagemagick). Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re[2]: [PHP-DEV] alternatives to mod_php

2002-03-13 Thread Daniel Lorch
convincing to me :) Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] alternatives to mod_php

2002-03-13 Thread Daniel Lorch
for cgiwrap. I was interested whether something more official was available. Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   >