[PHP-DEV] Problem w/ upgrade to 4.2.3

2002-11-01 Thread Adam
helpful. Thanks, Adam -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 4.0 Bug #9654: is_type consolidation

2001-03-09 Thread adam
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: is_type consolidation It would be much more clean and quick to consolidate all the "is" functions into like is_type($variable, "int") and have it

[PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-15 Thread adam
From: [EMAIL PROTECTED] Operating system: Redhat 6.0 / GNU Linux 2.2.5 PHP version: 4.0 Latest CVS (15/03/2001) PHP Bug Type: Reproduceable crash Bug description: IRCG trouble Crash in either ircg_set_current or ircg_join when running the IRCG sample scripts as produced by S

[PHP-DEV] Bug #14616: Linking PHP with external static Libtool libraries fails.

2001-12-20 Thread adam
ht.lo zend_llist.lo zend_opcode.lo zend_operators.l o zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo z end_builtin_functions.lo zend_sprintf.lo zend_ini.lo make[1]: Leaving directory `/home/adam/proj/php-4.1.0

[PHP-DEV] Bug #12203: Inconsistent __FILE__ contents when using require/require_once

2001-07-17 Thread adam
From: [EMAIL PROTECTED] Operating system: Red Hat 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: Inconsistent __FILE__ contents when using require/require_once Not sure if this is a bug or a feature, or what the correct result should be,

[PHP-DEV] Bug #13601 Updated: File download with Content-Length specified fails with IE5.5

2001-10-22 Thread adam
ID: 13601 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Linux (Red Hat 7) PHP Version: 4.0.6 New Comment: Yes. In the script, $size=filesize($file); Where $file is the filename and path. T

[PHP-DEV] Bug #13601 Updated: File download with Content-Length specified fails with IE5.5

2001-11-20 Thread adam
ID: 13601 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Operating System: Linux (Red Hat 7) PHP Version: 4.0.6 New Comment: As stated in my original submission, EITHER going through a proxy, OR simply dialling up through an ISP, you get

[PHP-DEV] Bug #13601 Updated: File download with Content-Length specified fails with IE5.5

2001-11-21 Thread adam
ID: 13601 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Operating System: Linux (Red Hat 7) PHP Version: 4.0.6 New Comment: Not tham I am specifically aware of, but it is highly possible that my ISP (BT Internet) has some kind of prox

[PHP-DEV] Bug #14443: Double-free causes segfault in domxml

2001-12-11 Thread adam
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Double-free causes segfault in domxml The domxml extension frees memory twice when an XPath query is used which results in an empty nodelist. I'

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2001-12-11 Thread adam
fixed, in a better way than I did it. We'll have to look into upgrading to 4.1 I guess. Thank you. Adam Previous Comments: [2001-12-11 21:48:45] [EMAIL PROTECTED] The code has changed quite a lot since 4.0

[PHP-DEV] sections in httpd.conf?

2002-04-09 Thread adam
ample, generating VirtualHosts from client records in a MySQL database. I would love to be able to do this in PHP. Apologies if the topic has been covered before, I did a search but only turned up stuff slightly related. Cheers, adam beecher -- PHP Development Mailing List <http://www.php.

RE: [PHP-DEV] sections in httpd.conf?

2002-04-10 Thread adam
re's no clean way to do it, PHP is probably better off without it right now. I hope you'll have at it again some time when you have a moment. Also thanks to Adam for his post on mod_vhost_alias. I'm aware of the module Adam, but it's not as flexible as PerlSections, which can b

[PHP-DEV] Bug #12476: a function that splits a string into equal parts while retaining whole words

2001-07-30 Thread adam
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: a function that splits a string into equal parts while retaining whole words //perhaps a function like this '.$columns[1]; ?> //outputting b

[PHP-DEV] Bug #12572: sort() doesn't reindex 1 element arrays at 0

2001-08-04 Thread adam
The following patch, fixes this minor inconsistancy. Please review it carefully, my C is rusty and I don't normally play with these files. It does build and seem to run correctly for me, with limited testing. -adam Here is an example: $array = array(2 => 'foo', 'b

[PHP-DEV] Re: #21659 [Com]: sprintf

2003-01-15 Thread Adam Wright
Agreed in general. And whilst I'm here can I throw in my 2c about "Bogus"? Although an accurate description, it's hardly likely to be perceived as friendly. If you've taken the time to report a bug, even if you are in error, having it thrown back as "Bogus" seems pretty mean. How about a less antag

Re: [PHP-DEV] Re: #21659 [Com]: sprintf

2003-01-15 Thread Adam Wright
Last ditch effort of "NotAPHPBug"? ;) adamw - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Ilia A." <[EMAIL PROTECTED]> Cc: "Adam Wright" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday,

Re: [PHP-DEV] Re: #21659 [Com]: sprintf

2003-01-15 Thread Adam Wright
ly ;) intended to be. Even something like "Invalid" sounds better. Guess it's just a personal preference. I'll go back to my lurking now :) adamw - Original Message - From: "Ilia A." <[EMAIL PROTECTED]> To: "Adam Wright" <[EMAIL PROTECTED]>

Re: [PHP-DEV] jpeg2000 in php 4.3

2003-01-16 Thread Adam Wright
I've completed a short patch which cleans up the JPEG 2000 raw codestream support ("j2c", though I've renamed it jpeg2000 in the file for clarity) in getimagesize. It also adds JP2 support. I've put a context diff of it against 4.3.x-dev from this morning up at... http://www.j2g.org/patches/jpeg20

Re: [PHP-DEV] [PATCH] jpeg2000 in php 4.3

2003-01-17 Thread Adam Wright
ssage - From: "Marcus Börger" <[EMAIL PROTECTED]> To: "Adam Wright" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 7:40 PM Subject: Re: [PHP-DEV] jpeg2000 in php 4.3 > At 13:50 16.01.2003, Adam Wright wrote: > >I've

[PHP-DEV] Make Windows PHP Fork

2003-02-06 Thread Adam Voigt
e external programs to make it be hidden but they require seperate install's which makes it not an option. Any ideas? Thanks very much, Adam Voigt [EMAIL PROTECTED]

[PHP-DEV] ODBC Prepare

2003-02-10 Thread Adam Voigt
uestion is, is PHP's ODBC programming just not setup to handle this (and is Pear doing this manually with PHP) or am I mis-understanding the way the library works in PHP? Thanks, Adam Voigt [EMAIL PROTECTED]

Re: [PHP-DEV] ODBC Prepare

2003-02-11 Thread Adam Voigt
developers or read the source. On Monday, February 10, 2003, at 11:48 AM, Adam Voigt wrote: > According to a manual I found on the web for call's to "SQLPrepare" > (referenced in ext/odbc/php_odbc.c) you can implant "?" in p

[PHP-DEV] URL Rewriting Possible Bug

2002-09-10 Thread Adam Voigt
e[4] + "')> "+foldersNode[3]+"") And that one throws Javascript errors. We know we can turn off URL Rewrite on that one page or the entire site, or the entire server, are possibly even use cookies, but it would be nice if it would not attempt to parse it, since it doe

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Adam Voigt
Newbie's or people seeking help with bad security standards, could give away the password to there SQL server, etc. Maybe the phps parser or whatever it's called should automatically *** out the password fields of all the db, ftp, etc. calls. Adam Voigt [EMAIL PROTECTED] On Thu, 200

[PHP-DEV] Perl-Like Pre-Destined Array Designation

2002-10-23 Thread Adam Voigt
he explode function without having to set it to a variable. I know PHP doesn't support this, but my question is, are you going to add it? I just ask because I have seen several cases were I would have liked that ability but wasn't able to. Adam Voigt [EMAIL PROTECTED] P.S. Thanks for PHP by th

[PHP-DEV] Console Behavior

2002-10-31 Thread Adam Voigt
hen infact it is supposed to be a prompt for the 5 keys (ie, display before you enter the keys) Is this expected? If yes, any workaround?. Adam Voigt [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Console Behavior

2002-10-31 Thread Adam Voigt
Now I have this, same behavior as before, maybe I'm using the flush function incorrectly but the manual seems to suggest this is the way to use it: #!/usr/local/php_4.2.3/bin/php -q "; flush(); $f = fopen("php://stdin","r"); $data = fread($f,5); fclose($f); echo "\n\n$data\n\n"; ?> On Thu, 2

Re: [PHP-DEV] Console Behavior

2002-10-31 Thread Adam Voigt
m which to test this theory handy but it might have something to do with OpenSSH's buffering of data or something, hmmm. Anyway, thanks for helping me out, I would have been banging my head against the wall all day had I not discovered this discrepancy. Adam Voigt [EMAIL PROTECTED] On Thu,

Re: [PHP-DEV] Console Behavior

2002-10-31 Thread Adam Voigt
4096 (probably designed for website hit performance) to 0 made it work (with or without the call to flush()). Now my only question is, shouldn't flush() force the buffer to be sent out despite the config setting? Adam Voigt [EMAIL PROTECTED] On Thu, 2002-10-31 at 10:30, Rasmus Lerdorf wrote:

[PHP-DEV] Configure Error's

2002-11-01 Thread Adam Voigt
nd it appears to be compiling ok, but when I do "make" after those error's on 4.2.3, I get: Making all in Zend make[1]: Entering directory `/usr/local/php/php-4.2.3/Zend' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/usr/local/php/php-4.2.

[PHP-DEV] Core Component

2002-11-05 Thread Adam Voigt
Just curious, someone asked me why isn't PEAR (specifically the DB abstraction) directly written into the PHP engine (in C or whatever PHP itself is written in) and I couldn't come up with an answer so I thought I'd ask here. Adam Voigt [EMAIL PROTECTED] -- PHP Development Mai

Re: [PHP-DEV] MySQL UDF that runs PHP

2002-11-06 Thread Adam Voigt
I'm very intrigued, this looks pretty cool. I don't suppose there's anyway you could link in the connectivity to the MySQL engine so you didn't have to have the same connection overhead as external mysql connections from standard PHP pages? Cause that would just be sweet

Re: [PHP-DEV] GD 2.0.6 make errors

2002-11-14 Thread Adam Voigt
make: *** [all-recursive] Error 1 > > Any ideas > > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php > -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP-DEV] Weird PHP Problem

2002-11-27 Thread Adam Voigt
base, it has all the information stored correctly. > When I pull it back out of the database, it cuts it off and only displays > the first part of the string. > > Anyone have any ideas why? > > > > -- > PHP Development Mailing List <http://www.php.net/> > To

[PHP-DEV] Bug or Not?

2002-12-03 Thread Adam Voigt
g this, I wouldn't think it should be interpreting the values you pass back and forth at all, just pass them. Thanks. -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Adam Voigt
p://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Adam Voigt
It would be a welcome addition but wouldn't this create legal problems with the U.S. export laws in-reference to high powered encryption technology/software? On Wed, 2002-12-18 at 11:11, Derick Rethans wrote: On 18 Dec 2002, Adam Voigt wrote: > Check

Re: [PHP-DEV] month part

2002-12-19 Thread Adam Voigt
e.g. if they type in "06/07/200" I want to get "06" Thanks, Diana -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
schumann.cx/ircg > > > > -- > 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] -- Adam Dickmeiss mailt

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
b) print *msg $2 = {cmd = {c = 0x4001aa13 "353", len = 3, a = 4}, nickname = { c = 0x4001aa05 "server.my.net 353", len = 10, a = 11}, para = {{ c = 0x4001aa17 "adam-gamma", len = 10, a = 11}, {c = 0x4001aa22 "=", len = 1, a = 2}, {c = 0x4

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-19 Thread Adam Dickmeiss
Hi Sasha, bug is closed. It was a stack overflow which is why it was so difficult to track. Refer to the bug database. Cheers, Adam On Fri, Mar 16, 2001 at 04:56:28PM +0100, Sascha Schumann wrote: > Hi Adam, > > > the good thing is that the binary works! I am, however, stil

Re: [PHP-DEV] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Adam Wright
Heya, Using your example... while (@pg_fetch_row()) { ... } will suppress the warnings just for the call to pg_fetch_row. adamw - Original Message - From: "Marc Boeren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 10:47 AM Subject: [PHP-DEV] please

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-28 Thread Adam Dickmeiss
gt; > I am currently developing an Intermail module, which uses threads as well, and have >had no problems. > (the same applies to the php/java module.) > > I definitely think this is something that is not as well known as it should be. > > -Jason > [snip] Cheers,

[PHP-DEV] Need karma to close bugs 14602, 14616

2001-12-28 Thread Adam Dickmeiss
I need karma to remove @EXTRA_LIBS@ from Zend/Makefile.am in the defintion of libZend_la_LDFLAGS to solve bugs #14602 and #14616. Zend people please respond this. CVS account: dickmeiss Happy new year, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Adam Dickmeiss
ed yaz for Zend API changes, thank you). So what's the procedure? Creating pear/XML/yaz and move stuff to that directory? Moving documentation? How? -- Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 --

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Adam Dickmeiss
wly updated extension. > (and 'unimportant' is a dangerous word. obviously that depends on the > situation.) IMHO, all extensions should be PECL. If it's easier to have some extensions part of core PHP 'cause they're important, then it's a sign of bad PECL desig

Re: [PHP-DEV] Moving extensions to PECL

2002-01-02 Thread Adam Dickmeiss
AR), > documentation > > should be placed in the PEAR manual. Everything else is less > intuitive > > and will irritate people IMO. > > Are you sure that librians find the PEAR documentation? As I can see > PEAR and PHP documentation differs in many things. I think Adam > would

[PHP-DEV] CVS Account Request: rambik

2002-01-05 Thread Adam Rambousek
Translation of PHP-GTK manual to czech -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Closing bugs 14452, 14602, 14616, 14824

2002-02-01 Thread Adam Dickmeiss
bs used by Zend (usually very few). I don't have karma to apply the fix. And if I had, I'd ask people anyway. -- Adam Dickmeiss Index: Makefile.in === RCS file: /repository/php4/Makefile.in,v retrieving revision 1

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession msession.c

2002-02-04 Thread Adam Dickmeiss
s a reasonable expectation that > extensions may differ subtly from extension to extension. I see no need to > fork my source for 4.0.x and 4.1.x compatibility when it is simple enough to > do with macros and maintain one source file. +1 for that statement. -- Adam -- PHP Development Maili

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession msession.c

2002-02-10 Thread Adam Dickmeiss
ting. For example if somebody breaks apache apxs (which did happen), it's good that I can test code with the previous releasee to be able to continue coding on the module. -- Adam > > -- > Sebastian Bergmann > http://sebastian-bergmann.de/ http://phpOpe

[PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
behavior? I compiled and used the latest CVS (that is - about one week ago). Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List <http://www.php.net/> To unsubscr

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
e first thread is still running in my waiting for a search response from the database. I've verified that my wait (yaz_wait that is) really does return. So the request is done - no browser will read it - obviously. Thank you for responding to this. Cheers, Adam > Zeev > > At 10:26 2

[PHP-DEV] Expat XML problem

2001-07-05 Thread Adam Wright
./configure --with-xml=shared used to enable shared module support for the Expat module, but as of 4.0.6 it doesn't seem to work. Expat support does get compiled in, but not as a dynamic module. Is this a new bug, or just me being dense? adamw -- PHP Development Mailing List

Re: [PHP-DEV] php_odbc.c code question

2001-04-02 Thread Adam Trachtenberg
ion does anyone know > why this has been #ifdef'ed around? Quoth the CVS logs: "Added DBMaker support (patch by Pax Tsai...)" from ssb on Nov 28 1999. -adam -- / adam maccabee trachtenberg | visit college life online \ \ [EMAIL PROTECTED] | http://www.stud

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Adam Dickmeiss
27;\0'; -REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, 0); +REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, CONST_PERSISTENT); return SUCCESS; } Cheers, Adam On Mon, Apr 09, 2001 at 03:15:36PM -0400, Jon Parise wrote: > On Mon, Apr 0

Re: [PHP-DEV] timezones and thread safety

2001-04-17 Thread Adam Trachtenberg
ring out what time it is someplace else... -adam -- / adam maccabee trachtenberg | visit college life online \ \ [EMAIL PROTECTED] | http://www.student.com/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-DEV] Bug #10381: array_sum() on an undefined variable kills php

2001-04-18 Thread Adam Wright
Seems to be fixed in the latest CVS. adamw - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 3:58 PM Subject: [PHP-DEV] Bug #10381: array_sum() on an undefined variable kills php > From: [EMAIL PROTECTED] > Operating syst

Re: [PHP-DEV] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Adam Trachtenberg
of which are dups, missing info, or bogus. -adam -- / adam maccabee trachtenberg | visit college life online \ \ [EMAIL PROTECTED] | http://www.student.com/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Adam Wright
Just from my point of view, I've got a lot of legacy code that relies on the fact that multiple inputs/query variables with the same name override one another. Changing this behaviour would break a lot of code methinks, but would probably make more sense in the longterm. adamw - Original Mes

[PHP-DEV] question re: Bug id #5428

2001-10-21 Thread Adam Wisniewski
Sablotron's xslt_process() function. apache-1.3.19 / php-4.0.6 / Sablot-0.70 / expat-1.95.2 Thanks for any help, Adam Wisniewski TouchBase Consulting 1583 Woodgate Trail Oshawa, Ontario l1g 8c8 [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubsc

[PHP-DEV] Re: Bug #13856: bad option in 'configure --help'

2001-10-28 Thread Adam Czysciak
w 100%. This is just a confirmation generated automatically. It means that your mail has been successfully delivered. -- Zycze milego dnia, Have a nice day, Adam vel acc [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROT

[PHP-DEV] Re: Bug #13856 Updated: bad option in 'configure --help'

2001-10-28 Thread Adam Czysciak
il dotarl w 100%. This is just a confirmation generated automatically. It means that your mail has been successfully delivered. -- Zycze milego dnia, Have a nice day, Adam vel acc [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail:

Re: [PHP-DEV] username of a currently logged in user

2001-10-30 Thread Adam Wright
Heya, Just FYI, php-dev is for developing PHP (not developing *with* PHP) - You're better off on [EMAIL PROTECTED] $PHP_AUTH_USER is the right variable - Odds on, if there really is a user logged in, you've in a function and have forgotten to globalise it (it's not implicitly global). adamw --

Re: [PHP-DEV] Patch: Nested comments

2001-11-27 Thread Adam Wright
But in C, you can #if 0 whole blocks out regardless. I'm in favour of a change like this (if not this specific one) in 4.2. adamw - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Anders Johannsen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001

[PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
zend_operators.l o zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo z end_builtin_functions.lo zend_sprintf.lo zend_ini.lo make[1]: Leaving directory `/home/adam/proj/php-4.1.0/Zend' ... /bin/sh /home/adam/proj/php-

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
On Fri, Dec 14, 2001 at 07:44:28PM +0200, Jani Taskinen wrote: > > Does this happen with latest CVS? Yes. > --Jani > > > On Fri, 14 Dec 2001, Adam Dickmeiss wrote: > > >I have the following problem. On UNIX, PHP fails to link with > >a static library generate

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
I also upgraded Libtool of PHP. Result the same :( $ ./libtool --version ltmain.sh (GNU libtool) 1.4.2a (1.922.2.79 2001/11/28 21:50:31) I'm using apxs: $ ./configure --with-yaz --with-apxs=/home/adam/proj/apache/bin/apxs -- Adam On Fri, Dec 14, 2001 at 05:55:02PM +0100, Adam Dickmeiss

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-15 Thread Adam Dickmeiss
2001/12/16 02:15:47 @@ -35,9 +35,9 @@ LIBZEND_ENABLE_DEBUG LIBZEND_OTHER_CHECKS -EXTRA_LIBS="$LIBS" +ZEND_LIBS="$LIBS" LIBS="" -AC_SUBST(EXTRA_LIBS) +AC_SUBST(ZEND_LIBS) AC_OUTPUT(Makefile) # Local Variables: --- -- Adam not On Fri, Dec 14, 2001 at 07:44:28PM +0200, Jani T

[PHP-DEV] Setting of libZend_la_LDFLAGS

2001-12-17 Thread Adam Dickmeiss
earlier on the list and have had no reply. Please prove me wrong on this! Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-m

[PHP-DEV] CVS Account Request: adamf1

2002-03-10 Thread Adam Fedder
primary for translate documentation to Polish language -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Error Handling

2002-04-02 Thread Adam Voigt
log after each error entry (I know there is probably a way to do it with some combination of OR and die(customError()) or something, but it would be nice if the built in error handling could do it.). Thanks, Adam Voigt [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/&

Re: [PHP-DEV] sections in httpd.conf?

2002-04-09 Thread Adam Voigt
s/mod/mod_vhost_alias.html) which allows you to just create a directory of like "whatever.com" under whatever web path you specify, and poof, that domain is setup. It's a lot safer to have Apache do such things then PHP or even Perl, messing with the Apache config file. Adam Voigt [EMAIL P

Re: [PHP-DEV] PATCH - improvements for imap_headerinfo()

2002-04-24 Thread Adam Kauffman
On Tue, 2002-04-23 at 18:23, Jani Taskinen wrote: > > Please make a unified diff against the CVS HEAD (cvs diff -u). > > --Jani Index: php_imap.c === RCS file: /repository/php4/ext/imap/php_imap.c,v retrieving revision

Re: [PHP-DEV] PATCH - improvements for imap_headerinfo()

2002-04-24 Thread Adam Kauffman
eaders and turn them into an envelope object. You can simply just get the envelope object. 3. Simpler for the IMAP server. Instead of making it do a BODY.PEEK, it just has to fetch the envelope (which some IMAP servers cache). Adam On Wed, 2002-04-24 at 14:33, Jani Taskinen wrote: > >

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread Adam Wright
Very interesting! Possibly stupid question - Will it co-exist happily with other Zend extensions (ala the Optimiser/Decoder)? Thanks adamw - Original Message - From: <[EMAIL PROTECTED]> To: "Yasuo Ohgaki" <[EMAIL PROTECTED]> Cc: "PHP Developers Mailing List" <[EMAIL PROTECTED]> Sent: We

Re: [PHP-DEV] possible dos attack

2002-07-16 Thread Adam Voigt
using FreeTDS to connect to a Microsoft SQL Server what version are you running? Adam Voigt [EMAIL PROTECTED] On Mon, 2002-07-15 at 13:17, Dan Stromberg wrote: > We have a bunch of apache servers here with php compiled in. > > They keep dying. I think they're all tending to die at

Re: [PHP-DEV] www.php.net site not responding

2002-07-22 Thread Adam Voigt
Thats why I always use a mirror. Try: http://us2.php.net/ Adam Voigt [EMAIL PROTECTED] On Mon, 2002-07-22 at 11:02, Monte Ohrt wrote: > I see, it also took down smarty.php.net with it :( I suppose there is > only one physical server at our disposal? > > Monte > > > [E

Re: [PHP-DEV] Fw: [ANNOUNCE] PHP Security Advisory: Vulnerabilityin PHP versions 4.2.0 and4.2.1

2002-07-23 Thread Adam Voigt
This isn't a hacking board, if you want to break the law, learn how to do it somewhere else. Adam Voigt [EMAIL PROTECTED] On Tue, 2002-07-23 at 10:49, Anil Garg wrote: > Hi, > > I am not an expert in php but i would like to know how is the vulnerability > exploited. > >

Re: [PHP-DEV] Refreshing a form starting from a combo box change

2001-01-18 Thread Adam Wright
What you're asking to do is generally a client side thing (getting the browser to fill in a form is normally done with javascript). You *could*, I guess, get the combo box to submit the form, which PHP then prints out prepopulated, but its rather a waste of resources. Unless, of course, you need t

[PHP-DEV] Can someone *please* commit the patch attached to bug 6795

2001-01-26 Thread Adam Wright
At the moment, our internal PHP deployment differs from the normal PHP source tree because of this bug. It would be really useful if someone could just commit this patch sometime soon (before 4.05 :), so we can get back to using the normal tree. adamw -- PHP Development Mailing List

Re: [PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Adam Dickmeiss
quot;zend_compile.h" #include "zend_indent.h" -#ifndef ZTS -extern char *zendtext; -extern int zendleng; -#else #define zendtext LANG_SCNG(yy_text) #define zendleng LANG_SCNG(yy_leng) -#endif Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk

Re: [PHP-DEV] Bug #12737: index bug concerning "00" and "08"

2001-08-14 Thread Adam Wright
0n defines octal representation (which is why 00 though 08 go 'wrong'). See http://php.net/manual/en/language.types.integer.php So, this isn't a bug in PHP. adamw - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 11:03 AM Subject: [PHP

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-08-21 Thread Adam Dickmeiss
Checked the latest CVS last week. The resources are now destroyed and RSHUTDOWN is called always. So *something* is fixed.. Cheers, Adam On Tue, Jun 26, 2001 at 05:47:49PM +0200, Adam Dickmeiss wrote: > On Tue, Jun 26, 2001 at 04:57:34PM +0300, Zeev Suraski wrote: > > If it indee

Re: [PHP-DEV] Anybody tested the Apache module recently?

2001-08-26 Thread Adam Dickmeiss
Zeev, how do you test before commit? I mean, what web server do you use for development? -- Adam On Sun, Aug 26, 2001 at 02:48:14AM +0300, Zeev Suraski wrote: > I think that was some breakage I was responsible for (I committed a fix > about 30 minutes later, only apparently I never ac

Re: [PHP-DEV] memory usage

2003-01-31 Thread Adam Maccabee Trachtenberg
memory usage information to a LogFormat with: %{mod_php_memory_usage}n -adam -- [EMAIL PROTECTED] author of o'reilly's php cookbook avoid the holiday rush, buy your copy today! -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] memory usage

2003-01-31 Thread Adam Maccabee Trachtenberg
On Fri, 31 Jan 2003, Adam Maccabee Trachtenberg wrote: > If PHP is built with the --enable-memory-limit configuration option, it > stores the peak memory usage of each request in a note called > mod_php_memory_usage. Add the memory usage information to a LogForm

Re: [PHP-DEV] Re: #18401 [Opn->Ana]: shuffle() broken (fwd)

2002-08-16 Thread Adam Maccabee Trachtenberg
48% 132: 18427: 0.184% 213: 18554: 0.186% 231: 18566: 0.186% 312: 14790: 0.148% 321: 14908: 0.149% -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Sort doesn't reindex all arrays (Bug #12572)

2002-08-16 Thread Adam Maccabee Trachtenberg
one with Zend permission please apply? Thanks. -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Adam Maccabee Trachtenberg
That could be a nice sized carrot, for those looking for vegetables to support a vegan lifestyle. :) -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Adam Maccabee Trachtenberg
That way, even if we can't fix it, we can at least tell you that your library is broken and switching to [insert thread-safe substitute] will solve the problem. If people choose not to switch, that's their problem, but we've at least given them the information to make a decision before

Re: [PHP-DEV] 4.2.3

2002-08-22 Thread Adam Maccabee Trachtenberg
On Thu, 22 Aug 2002, Zeev Suraski wrote: > I'll pack 4.2.3RC1 tomorrow morning, so if anybody has any last minute bug > fixes to put in, now's the time! Shuffle fix didn't make it: http://bugs.php.net/bug.php?id=18401 -adam -- adam maccabee trachtenberg [EMAIL

Re: [PHP-DEV] [PATCH] ereg to pcre conversion

2002-10-31 Thread Adam Maccabee Trachtenberg
t; they have different meanings in egrep(), you'll need to convert this, too.) -adam On Thu, 31 Oct 2002, Ilia A. wrote: > Currently PHP ships with two regular expression libraries that are both > installed by default, PCRE & regex. The regex library that is responsible for >

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2002-12-11 Thread Adam Maccabee Trachtenberg
This patch, or at least this part: -#ifdef HAVE_GD_XPM +#if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED) Needs to be merged into the 4.3.0. Something in the build broke my GD support between RC2 and RC3. This fixes it. -adam On Wed, 11 Dec 2002, Ilia Alshanetsky wrote: > iliaa

Re: [PHP-DEV] CGI and CLI (compromise proposal)

2002-12-19 Thread Adam Maccabee Trachtenberg
I'm 95% that PEAR works with cgi, but we should check with Stig to make sure it doesn't assume that cli will always be installed. Since pear and cli were both going live with 4.3 they may be coupled. -adam On Thu, 19 Dec 2002, Andrei Zmievski wrote: > This gets my complete supp

Re: [PHP-DEV] Bug #12748 Updated: changing allow_url_fopen from"off" to "on" crashes fopen()

2002-02-04 Thread Adam Maccabee Trachtenberg
mmary" diff doesn't appear to be working correctly. -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] configure broken: Iconv detection still not right...

2002-03-19 Thread Adam Maccabee Trachtenberg
It happens with me w/ latest CVS. autoconf 2.13, automake 1.4p5, libtool 1.4. -adam On Wed, 20 Mar 2002, Jani Taskinen wrote: > > And this happens with latest CVS? > Which autoconf/automake/etc versions you have? > > --Jani > > > > On We

Re: [PHP-DEV] PHP, Java integration failed: Red Hat 7.1, JDK 1.4,Apache 1.3x

2002-06-21 Thread Adam Maccabee Trachtenberg
ged in the upgrade, but I don't have time to figure out what. -adam On Thu, 20 Jun 2002, William John Burns wrote: > All: > > None of the many online user posts in setting up Java connectivity from > within PHP have worked. RPM or tarball. > > Do you know of anyone who has

Re: [PHP-DEV] Mac 8.6 Web Server with PHP

2002-07-29 Thread Adam Maccabee Trachtenberg
On Thu, 30 Aug 1956, J Abbott wrote: > anyone know of a mac 8.6 compatible web server with PHP capibility? http://www.tenon.com/products/webten/ It costs $495, however. I don't know of any free versions of PHP for MacOS < X. -adam -- adam maccabee trachtenberg [EMAIL PROTECTED

[PHP-DEV] IPv6 support - status.

2002-08-09 Thread Adam Go³êbiowski
As far as I googled up, PHP currently supports IPv6 in ftp_*() functions, fopen() and gethostbyaddr(). Is that all? I'm curious about socket functions, as I would like to write a small application that uses IPv6. And I would like it to use socket_*() not fsockopen(). As I tested in php4.1.2, i

  1   2   >