[PHP-DEV] Re: RC4 + windows

2002-12-21 Thread Paul B. \[pbcomm, aka WPD\]
Hi, I cant seem to load RC4 at all (copied all the dlls, and everything) Paul B. "Marcus Börger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > i can no longer load mhash and domxml dll's under windows RC4. >

Re: [PHP-DEV] PHP Memory Error

2002-11-27 Thread .: B i g D o g :.
in your php.ini file you have allocated only 8mb for use... this is probably not sufficient for your scripts to use... remember that this size is in bytes... you might want something like this... 67108860 bytes = 64 mb "Jonathan Williams" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTE

[PHP-DEV] [ZEND-PHP-DEV] Some technical help

2002-11-11 Thread Sylvain B
Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a "test" function to take an array by parmeter, to re create it, and to return it but it's failed : ZEND_

[PHP-DEV] [php-Zend-dvlp] help me to use an array with zend

2002-11-11 Thread Sylvain B
Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a "test" function to take an array by parmeter, to re create it, and to return it but it's failed : ZEND_

[PHP-DEV] [php-zend-dev] pb of using an array

2002-11-11 Thread Sylvain B
Ps :sorry if it s spam (i have retry several time because i was not enregistred ) Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a "test" function to ta

Re: [PHP-DEV] short_open_tag

2002-10-16 Thread .: B i g D o g :.
> short_open_tag=On > > == > > -- > Yasuo Ohgaki > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php -- S RAY HUNTER email: [EMAIL PROTECTED] email: [EMAIL PROTECTED] www:http://venticon.com -- .: B i g D o g :. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] File Descriptors

2002-07-02 Thread B i g D o g
Does PHP only use file descriptors when opening files or does it use it for other things that are underlining? B i g D o g "Thies C. Arntzen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, Jul 02, 2002 at 01:04:03PM -060

[PHP-DEV] File Descriptors

2002-07-02 Thread B i g D o g
I have searched the archives and all over google and php.net; however, i can not find an answer to this question: When running a php script that opens a file descriptor (implicit and not) does the file descriptor get closed automatically when the script terminates? Thanks, B i g D o g

[PHP-DEV] Bug #15359 Updated: php crashes if temp dir does not exist

2002-02-03 Thread b . terhorst
ID: 15359 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: winxp pro PHP Version: 4.1.1 New Comment: Oh.. The apache error log says: Premature end of script headers.

[PHP-DEV] Bug #15359: php crashes if temp dir does not exist

2002-02-03 Thread b . terhorst
From: [EMAIL PROTECTED] Operating system: winxp pro PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: php crashes if temp dir does not exist When the directory for temporary files (sessions) set in php.ini does not exist, PHP crashes. This is on 4.1.1 W

[PHP-DEV] Bug #15172: The file config has a hard-coded version number for BerkeleyDB (BerkeleyDB3.0)

2002-01-22 Thread tena . sakai . b
From: [EMAIL PROTECTED] Operating system: Solaris8 PHP version: 4.1.1 PHP Bug Type: *Configuration Issues Bug description: The file config has a hard-coded version number for BerkeleyDB (BerkeleyDB3.0) I recently got around to install php on a Sun (Solaris 8). There were m

[PHP-DEV] Bug #15131 Updated: XSLT Causing Core Dumps

2002-01-20 Thread b . labonte
ID: 15131 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat 7.2 PHP Version: 4.1.1 New Comment: Bug Trace, as best as I can get... root@dev:/usr/local/apache/bin# gdb /usr/local/apache/bin/httpd GNU gdb Red Ha

[PHP-DEV] Bug #15131: XSLT Causing Core Dumps

2002-01-20 Thread b . labonte
From: [EMAIL PROTECTED] Operating system: RedHat 7.2 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: XSLT Causing Core Dumps I have repeatedly and on different physical machines compiled the following: Sablotron 0.81 Expat 1.95.2 Apache 1.3.22 PHP 4.

[PHP-DEV] Bug #14904 Updated: configuring apache with php4

2002-01-07 Thread b . benjlil
ID: 14904 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: AIX 4.3.3 PHP Version: 4.1.1 New Comment: ld : 0706-027 the -R /envpat/oracle/patdb/8.1.6/lib flag is ignored ld: 0711-317 ERROR: Undefined symbol: .alloca ld: 07

[PHP-DEV] Bug #14904: configuring apache with php4

2002-01-07 Thread b . benjlil
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: configuring apache with php4 Materiel : IBM RS6000 OS : AIX 4.3.3 Compiler : IBM cc I have apache v 1.3.20 in /usr/apache and i want to install php modu

[PHP-DEV] Bug #14822: Premature end of script headers: C:/php/php.exe

2002-01-03 Thread b . parcalab
From: [EMAIL PROTECTED] Operating system: windows xp professional PHP version: 4.1.0 PHP Bug Type: Apache2 related Bug description: Premature end of script headers: C:/php/php.exe Error description: Many php scripts that works good with apache2 and php 4.0.6 doesn't wor

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
Is the PHP Header() function defined in the file servlet.java that's part of the PHP source code? The routine is listed below. If so, it would appear that PHP is depending on a Java servlet for the actual file redirection. FB public void header(String data) { // try to send the header us

Re: Re[2]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintoshreceives bad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
>From: Daniel Lorch <[EMAIL PROTECTED]> > > This works properly on IE for Mac for redirecting users > > to download a file: > > > >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip";); > >uuuh ist this valid? I've never seen that before. I think it should >read: > >(HTML) >(HEAD) > (META H

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
<[EMAIL PROTECTED]> >To: "'Fred B'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for >Macintosh receives bad HTTP header info from PHP Header() >Date: Sat, 22 Dec 2001 12:54:28 -0700 > >h

RE: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receivesbad HTTP header info from PHP Header()

2001-12-22 Thread Fred B
is to write my own custom version of PHP's Header() function. Any other thoughts? FB >From: "Chris Newbill" <[EMAIL PROTECTED]> >To: "'Fred B'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [PHP-DEV] Re: Bug #14653 Upda

[PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTPheader info from PHP Header()

2001-12-22 Thread Fred B
Can you suggest a workaround since it appears that lots of PHP code uses this PHP Header() redirect to setup files for users to download from sites? FB >From: Bug Database <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Bug #14653 Updated: Internet Explorer for Macintosh receives bad >HTT

[PHP-DEV] Re: ext/helmpe: calling a php function (not user defined function)

2001-11-19 Thread Arne B. Olsen
> I'm trying to write my first php extension. I studied the source and the api > docs, also read the chapter about hacking the core in the phpwizards book. > But I can not find any resources on what I want to do: calling a php > function in a module. Look in the ext/ catalogue of the php source,

[PHP-DEV] HELP ME ASAP

2001-10-30 Thread $BD9C+@n!!63CK(B
connect. Computer 1 shutdown and restart for any reason... When script on computer 2 is executed, it fails complaining a invalid database link when script try to open a new cursor. This error also occures, a) Oracle did not start yet. b) Try to PLogon to oracle(Of course Error!) c) Oracle started

[PHP-DEV] Re: Bug #13415 Updated: Compile Time Error

2001-09-24 Thread Gavin B. Dunne
Linux Slackware not exactly sure what version # it is, probably 7 something... > ID: 13415 > Updated by: hholzgra > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: Compile Failure > Operating System: Linux 2.0.34 > PHP Version: 4.0.6 > New Comment: > > > i gue

[PHP-DEV] Bug #13075: English PHP Windows Help File manual-en.chm crashes hh.exe when opened

2001-08-31 Thread b . parish
From: [EMAIL PROTECTED] Operating system: win 2000 SP2 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: English PHP Windows Help File manual-en.chm crashes hh.exe when opened I downloaded the English version of the Windows Help File manual-en.chm, cli

[PHP-DEV] Bug #12236: session_start() inside a function destroys reference to $HTTP_SESSION_VARS

2001-07-18 Thread b . erdmann
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_start() inside a function destroys reference to $HTTP_SESSION_VARS The following code doesn't work while this one does Obviosly after session_

[PHP-DEV] Writing code to intercept PHP parser.

2001-07-12 Thread b
Helllo, I want to right a add-in for PHP that when enabled will have the ability to log every line of code with times that is executed by PHP. Is this possible? Any pointers into the closer direction? Regards, Bobby -- PHP Development Mailing List To unsubscribe, e-ma

[PHP-DEV] Bug #11702: IRC functions are not listed in the top level Table of Contents

2001-06-26 Thread b
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: IRC functions are not listed in the top level Table of Contents IRC functions are not listed in the top level documentation table of contents http://www.php.ne

[PHP-DEV] Re: Bug #5653 Updated: with setcookie(), only the last cookie is written

2001-05-06 Thread B. Schulte
art of php4 > > > -- > - > > The remainder of the comments for this report are too long. To view > the rest of the comments, please view the bug report online. > > > ATTENTION! Do NOT reply t

[PHP-DEV] Bug #10630: i can't delete on my website (in the header) this words "content-type:"

2001-05-03 Thread b . valeix
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0 Latest CVS (03/05/2001) PHP Bug Type: *Install and Config Bug description: i can't delete on my website (in the header) this words "content-type:" -- Edit Bug report at: http://bugs.php.net/?id=10630&edit=1

[PHP-DEV] PHP 4.0 Bug #9892 Updated: passthru() does not execute all commands in a *.bat-File

2001-03-26 Thread b . rotondi
ID: 9892 User Update by: [EMAIL PROTECTED] Status: Duplicate Bug Type: Unknown/Other Function Description: passthru() does not execute all commands in a *.bat-File -> Solved in 4.0.4pl1 Previous Comments: --- [2001-03-21 05

[PHP-DEV] PHP 4.0 Bug #9892 Updated: passthru() does not execute all commands in a *.bat-File

2001-03-26 Thread b . rotondi
ID: 9892 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Unknown/Other Function Description: passthru() does not execute all commands in a *.bat-File Previous Comments: --- [2001-03-21 05:12:

[PHP-DEV] PHP 4.0 Bug #9991: Registry-Access denied?

2001-03-26 Thread b . rotondi
v -of C:\\Inetpub\\Scripts\\mann.mp3"; Exec($PassThru); System($PassThru); PassThru($PassThru); This works. BUT with mp3enc31 it does not work anymore (the lizense key is set in the Registry HKEY_CURRENT_USE and HKEY_USERS) Is this a bug or what can I do? Thanks for any help

[PHP-DEV] PHP 4.0 Bug #9892: passthru() does not execute all commands in a *.bat-File

2001-03-21 Thread b . rotondi
From: [EMAIL PROTECTED] Operating system: Win2000 german PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: passthru() does not execute all commands in a *.bat-File Hello Congratulation for you new Site-Layout. I like it! More white, more light :)

[PHP-DEV] PHP 4.0 Bug #9720: Location header + session causes an infinite loop

2001-03-12 Thread b-i-l-l
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: Location header + session causes an infinite loop We are running PHP on Apache 1.3.14. Each developer has his own copy of the site running on a

[PHP-DEV] PHP 4.0 Bug #9709: Unable to load php_ldap.dll

2001-03-12 Thread b . vbeek
From: [EMAIL PROTECTED] Operating system: Windows NT 4 SP6 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Unable to load php_ldap.dll When I try to enable the ldap extension I get the following error, other extensions I use work fine. The path to the li