[PHP-DEV] PHP 4.0 Bug #9975 Updated: perse error causes core dump

2001-03-26 Thread sniper

ID: 9975
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Reproduceable crash
Assigned To: 
Comments:

I can't reproduce this with the latest CVS.
Please try the latest CVS snapshot from http://snaps.php.net/
Reopen this bug report if problem still persist when using the snapshot.

--Jani


Previous Comments:
---

[2001-03-25 03:35:15] [EMAIL PROTECTED]
the following code will cause "php -l" to core dump:

strtoupper(;

yes, there should be a closing parenthesis.  but i would think that the parser should 
see that and complain approriately.  in fact, i thought that i've seen it do it 
before.  i'm guessing that any function can cause this.  strtoupper() was just a 
random test.

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9975&edit=2


-- 
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] PHP 4.0 Bug #9531 Updated: make fails at "make ." -> /usr/bin/ld: cannot open -lxmltok

2001-03-26 Thread sniper

ID: 9531
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

You need to install the zlib-devel rpm. 
Check the ftp.redhat.com for it.

--Jani


Previous Comments:
---

[2001-03-24 10:17:08] [EMAIL PROTECTED]
I could not find zlib.h

also, it seems that rpm -i libz-1_1_3-4_src.rpm did not do anything (no install 
confirmation)

Can you send me the file and whatever will be necessary to [EMAIL PROTECTED]?

Thanks in advance.

---

[2001-03-18 18:17:15] [EMAIL PROTECTED]
Where is zlib.h file located in your system?

--Jani


---

[2001-03-18 06:11:57] [EMAIL PROTECTED]
sorry to disturb you again, but I've tried different zlib and lizb rpms, they all seem 
to put some libz.so.1 into /usr/lib. However, configure tells me

configure: error: Cannot find libz

whether I try --with-zlib=/usr or --with-zlib=/usr/lib

Where am I wrong here?

(Well, I think I'm gonna write an FAQ for this kind of PHP/4 installation when I'm 
finally through this ... ;-) )

---

[2001-03-17 13:27:58] [EMAIL PROTECTED]
You pressed ctrl+c to interrupt the make process.
Please ask further install questions on [EMAIL PROTECTED] mailing list.

--Jani


---

[2001-03-17 07:46:17] [EMAIL PROTECTED]
Joy! We're getting further! :-)
But what's that:

gcc  -I. -I/home/family/php-4.0.4pl1/ext/standard -I/home/family/php-4.0.4pl1/ma
in -I/home/family/php-4.0.4pl1 -I/home/family/php-4.0.4pl1/Zend -I/home/family/l
ibxml2-2.3.3/include -I/usr/local/mysql/include -I/home/family/php-4.0.4pl1/ext/
xml/expat/xmltok -I/home/family/php-4.0.4pl1/ext/xml/expat/xmlparse -I/home/fami
ly/php-4.0.4pl1/TSRM  -DXML_BYTE_ORDER=12 -g -O2  -c crypt.c && touch crypt.lo
make[3]: *** [crypt.lo] Interrupt
make[2]: *** [all-recursive] Interrupt
make[1]: *** [all-recursive] Interrupt
make: *** [all-recursive] Interrupt

---

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 to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9531&edit=2


-- 
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] PHP 4.0 Bug #9944 Updated: Sablot and zlib

2001-03-26 Thread sniper

ID: 9944
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To: 
Comments:

You should be using --with-expat-dir instead of 
--with-expat (which doesn't even exist).

If you still have trouble, check the config.log for
more info what's going wrong.

And remember to delete config.cache between
configure attempts. And do 'make clean' after
configure.

--Jani


Previous Comments:
---

[2001-03-23 18:45:48] [EMAIL PROTECTED]
Nothing helps. It's no mater what path i use. Every time the same error. It helps only 
if I disable sablot. But i need both.

On some machine i was able to install with sablot 0.44 but i have problems compiling 
v0.44, because there is no binary for FreeBSD.

---

[2001-03-23 18:40:01] [EMAIL PROTECTED]
Nothing helps. It's no mater what path i use. Every time the same error. It helps only 
if I disable sablot. But i need both.

On some machine i was able to install with sablot 0.44 but i have problems compiling 
v0.44, because there is no binary for FreeBSD.

---

[2001-03-23 17:12:17] [EMAIL PROTECTED]
Remove the '/lib' parts. ie. don't use /usr/local/lib
in configure options but /usr/local

--Jani


---

[2001-03-22 20:10:21] [EMAIL PROTECTED]
Hi!

I tried to install php with a lot of modules including Sablot

This is my output 

checking whether to include zlib support... yes, shared
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.


any this is my configure

./configure --with-zlib=shared 
--with-apxs=/usr/local/sbin/apxs 
--with-config-file-path=/usr/local/etc 
--enable-versioning 
--with-system-regex 
--disable-debug 
--enable-track-vars 
--with-expat=/usr/local/lib 
--with-sablot=/usr/local/lib 
--with-gd=/usr/local 
--with-ttf=/usr/local 
--with-mcrypt=/usr/local 
--with-imap=/usr/local 
--with-mysql=/usr/local 
--enable-ftp 
--enable-sockets 
--with-pgsql 
--prefix=/usr/local i386--freebsd4.3

i also tried --with-zlib=/usr/local/include 

I can't make this work. I use Sablot 0.51 and Zlib 1.1.3
If i remove line --with-sablot everything works fine, but not always.


I there some bug or what

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9944&edit=2


-- 
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] PHP 4.0 Bug #9988: Documentation has incorrect example for date()

2001-03-26 Thread jcarnahan

From: [EMAIL PROTECTED]
Operating system: N/A
PHP version:  4.0.4pl1
PHP Bug Type: Documentation problem
Bug description:  Documentation has incorrect example for date()

The documentation for the date() function at:

http://www.php.net/manual/en/function.date.php

Has one example:

$today = date("D M j g:i:s T Y"); // Sat Mar 10 15:16:08 MST 2001

Note that it appears "g" has yeilded "15" ... This is incorrect:

g - hour, 12-hour format without leading zeros; i.e. "1" to "12" 

G - hour, 24-hour format without leading zeros; i.e. "0" to "23" 

That should either be a capital "G" in the date() function, or the example output 
should be changed to indicate that the hour is in 12-hour format.

--
Jeff Carnahan - [EMAIL PROTECTED]


-- 
Edit Bug report at: http://bugs.php.net/?id=9988&edit=1



-- 
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] PHP 4.0 Bug #9983 Updated: String concatination

2001-03-26 Thread sniper

ID: 9983
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Please read this manual page:

http://www.php.net/manual/en/language.operators.precedence.php

--Jani


Previous Comments:
---

[2001-03-26 00:17:05] [EMAIL PROTECTED]
Following code, needs "()" to get expected value. 

$bar = true; 
$str = "TEST". ($bar ? 'true' : 'false') ."TEST"; 

Without "(" and ")", only "true" will be in $str. 
(PHP4.0.4pl1/Apache DSO/Linux, PHP4.0.5RC1/Apache DSO/W2K Server) 
If this is expected behavior in PHP, it would better to be described in the Manual.


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9983&edit=2


-- 
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] PHP 4.0 Bug #9980 Updated: small textual error on php.net

2001-03-26 Thread sniper

ID: 9980
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Documentation problem
Assigned To: 
Comments:

[EMAIL PROTECTED] is to be used for this kind of reports.

--Jani


Previous Comments:
---

[2001-03-25 14:24:35] [EMAIL PROTECTED]
second block of text below "new site design" contains
two times the word "and":

  a list of all the PHP functions, and and option to

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9980&edit=2


-- 
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] PHP 4.0 Bug #9966 Updated: date(today) and date(tomorrow) return twice the same date

2001-03-26 Thread leonardo

ID: 9966
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: Date/time related
Description: date(today) and date(tomorrow) return twice the same date

yeah, right... but what is the cure for this situation ? i mean i don't want to screw 
up my scripts because a common daylight saving time. i don't know if you know what i 
mean... it's just... silly

Previous Comments:
---

[2001-03-25 10:21:32] [EMAIL PROTECTED]
You have just discovered daylight savings time...

---

[2001-03-24 04:44:12] [EMAIL PROTECTED]
I made a script that loops through a week ahead (starting from 19 of March 2001 and 
includind the week of 19-25 of March 2001) and reads the data from a database 
according to the date. I've noticed the '2001-03-24' is returned twice using the 
following script:

for($i = 0; $i < 6; $i++)
{
   $next_date = date("Y-m-d", mktime(0,0,0,date("m"),date("d")+$i,date("Y")));
   print $next_date;
}

The script returns the same date with PHP 4.0.4 on IIS and Apache for Windows.


---


Full Bug description available at: http://bugs.php.net/?id=9966


-- 
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] PHP 4.0 Bug #9989: Unable to load dynamic library

2001-03-26 Thread molyo

From: [EMAIL PROTECTED]
Operating system: Winnt4.0 WS Hu
PHP version:  4.0.4pl1
PHP Bug Type: PWS related
Bug description:  Unable to load dynamic library

Unable to load dynamic library 'd:\php\extensions\php_ifx.dll' -> Can' find

My php.ini file in Winnt directory:

;
; Paths and Directories ;
;
include_path=  ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
doc_root= d:\Inetpub\wwwroot; the 
root of the php pages, used only if nonempty
user_dir=   ; the directory under 
which php opens the script using /~username, used only if nonempty
extension_dir   =d:\php\extensions\ ; directory in which the loadable extensions 
(modules) reside
enable_dl   = On; Whether or not to enable the 
dl() function.
; The dl() 
function does NOT properly work in multithreaded
; servers, 
such as IIS or Zeus, and is automatically disabled
; on them.

I don't understand it ?!?!?.

Please help!!



-- 
Edit Bug report at: http://bugs.php.net/?id=9989&edit=1



-- 
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] PHP 4.0 Bug #9990: php forces the apache to wait for ever

2001-03-26 Thread frank

From: [EMAIL PROTECTED]
Operating system: freebsd 4.2 and 4.1
PHP version:  4.0.4pl1
PHP Bug Type: InterBase related
Bug description:  php forces the apache to wait for ever

workaround: apache 1.3.14 + ssl + interbase (firebird 1.0) + 4.04pl1

\n";
ibase_close($conn);
?>

when exec, this small script in a very fast sequence, php forces the apache for ever.
the apache is still working fine, when u exec a script that doesn't use ib6.
the browser responses: Doc. contains no data (500)

php doesn't seem to disconnect the connection.


-- 
Edit Bug report at: http://bugs.php.net/?id=9990&edit=1



-- 
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] patch for bug #9272

2001-03-26 Thread Marc Boeren


Attached patch solves bug 9272, warning issued on closing persistent odbc
connection

Cheerio, Marc.


 <> 

 php_odbc.c.diff

-- 
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] PHP 4.0 Bug #9918 Updated: cannot compile php4 with pdflib

2001-03-26 Thread sniper

ID: 9918
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

User feedback:
--
ok, i uninstalled libjpeg, recompiled it with --enable-shared, rm config.cache, 
recompiled php
including the --with-jpeg-dir=/usr/local and it worked.  however, this brings up 
another question. 
how do i get php with pdflib without libjpeg? i do not intend to use libjpeg therefore 
i dont want
installed.  additionally if it must be there why isnt it listed as a dependancy of 
sorts?
---

1. Did you notice that little text in the end of the email
sent to you by this bug system? (DO NOT REPLY by email!)

2. The libtiff needs libjpeg. Compile pdflib without tiff
support and you don't need libjpeg.

3. Ask more install related support questions on [EMAIL PROTECTED] as this bug 
system is for reporting BUGS in PHP and NOT for asking support questions.

Thank you,

--Jani



Previous Comments:
---

[2001-03-23 17:23:43] [EMAIL PROTECTED]
User feedback:
--
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
configure: failed program was:

now what i am supposed to do with that, i dont know.
i dont see an option for pdflib or php to specify no libjpeg.
--

It might still need the libjpeg. Try adding e.g. --with-jpeg-dir=/usr/local into your 
configure line.

1. delete config.cache
2. configure (with your options + the --with-jpeg-dir)
3. 'make clean ; make ; make install

--Jani
 

---

[2001-03-22 08:01:03] [EMAIL PROTECTED]
Could you please try with latest CVS snapshot from http://snaps.php.net/ ?

And also, check your config.log as this might not be
PDF extension that causes the configure to fail.

--Jani


---

[2001-03-22 07:54:16] [EMAIL PROTECTED]
i am trying to compile php4 with pdflib support and am recieving the error 'pdflib 
extension requires pdflib 3.'

i have installed pdflib 3.0.3 with:
--enable-shared-pdflib 
--with-perl=no 
--with-tcl=no 
--with-zlib 
--with-pnglib

i added /usr/local to my /etc/ld.so.conf and have rerun ldconfig.

i configure php with:
--with-apxs=/usr/local/apache/bin/apxs 
--with-calendar=shared 
--enable-ftp 
--with-gd 
--with-imap=../imap-2001.BETA.SNAP-0103201637 
--with-ldap 
--with-mm=../mm-1.1.3 
--with-mysql=/usr/local/mysql 
--with-openssl 
--with-pdflib=/usr/local 
--with-pgsql=/usr/local/pgsql 
--with-snmp 
--enable-ucd-snmp-hack 
--with-system-regex 
--enable-debug=yes 
--enable-memory-limit=yes 
--enable-track-vars 
--enable-versioning 
--enable-xml 
--with-zlib

i have seen many posting on this but they all seem to say the same thing, compile 
pdflib as shared, add /usr/local to ld.so.conf, specify --with-pdf=/usr/local for php 
(which seems sorta redundant).

thanks for any help you can give.

Jim Balcomb
[EMAIL PROTECTED]

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9918&edit=2


-- 
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] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Marc Boeren


Hi!

The PostgreSQL module issues a warning when trying to fetch a row with an
invalid rownumber. pg_fetch_row also returns false. 
I would ask if someone could remove the warning that is issued. The docs
says the function returns false, this should be enough, I think.
I would really like to construct a while-loop 
while (pg_fetch_row()) {
  ...
  }

In fact, in the dbx-module I am doing exactly that, and the postgresql
addition generates the warning even though the loop is ended successfully...

To make it easier, I attached a diff that removes said warning. I'm not
really sure if this is how a patch is submitted (do you need a diff for
that?), but if I'm doing something wrong maybe anyone can show me how it's
done.

Cheerio, Marc.




 <> 

 pgsql.c.diff

-- 
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] PHP 4.0 Bug #9962 Updated: php.ini-dist is setup for unix.

2001-03-26 Thread sniper

ID: 9962
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: *Install and Config
Bug Type: Feature/Change Request
Assigned To: 
Comments:

Note: The session.cookie_path is a URL path not a filesystem path.

Reclassified as feature/change request.

--Jani



Previous Comments:
---

[2001-03-23 17:02:48] [EMAIL PROTECTED]
Just noticed that all of the paths in the [session] section of the php.ini-dist file 
are set to unix paths.  I downloaded the Win32 binary distribution and couldn't get 
anything using a session_start() working because of these file paths for the 
session.cookie_domain and session.save_path are set to unix path names.  This might be 
nit picky, but shouldn't a binary Win32 distribution be configured to run with Windows 
path names?

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9962&edit=2


-- 
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]




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 remove pgsql warning on fetch_row - includes diff


>
> Hi!
>
> The PostgreSQL module issues a warning when trying to fetch a row with an
> invalid rownumber. pg_fetch_row also returns false.
> I would ask if someone could remove the warning that is issued. The docs
> says the function returns false, this should be enough, I think.
> I would really like to construct a while-loop
> while (pg_fetch_row()) {
>   ...
>   }
>
> In fact, in the dbx-module I am doing exactly that, and the postgresql
> addition generates the warning even though the loop is ended
successfully...
>
> To make it easier, I attached a diff that removes said warning. I'm not
> really sure if this is how a patch is submitted (do you need a diff for
> that?), but if I'm doing something wrong maybe anyone can show me how it's
> done.
>
> Cheerio, Marc.
>
>
>
>
>  <>
>






> --
> 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 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]




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

2001-03-26 Thread Marc Boeren


>  while (@pg_fetch_row()) {
>   ...
>   }
>
>will suppress the warnings just for the call to pg_fetch_row.

I know, but I'm not calling it from within php-script, but from the
dbx-module (in C-code).
Plus, calling it with @ also suppresses any other warnings pg_fetch_row
should rightly give.

IMO, a wrong row-index should just return false, as stated in the
documentation.

Cheeiro, Marc.


-- 
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] PHP 4.0 Bug #9983 Updated: String concatination

2001-03-26 Thread yohgaki

ID: 9983
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Old-Bug Type: Scripting Engine problem
Bug Type: Documentation problem
Description: String concatination

I read precedence list again. There is "." operator listed and has higher precedence 
than "?:" operator. So PHP is working as expected. I didn't see "." It was hard to see 
on my browser. Thanks.

Anyway, I have suggestion for the manual page, so I changed status to open as 
"Documentation Problem".

I think the manual page better to have relevant language constructs in the precedence 
list even if it is not a actually a operator in PHP. (Such as "()", "{}", "::", "->", 
unary "-","+". It seems these are not a operator in PHP, since they are not listed. 
Not sure though.) Only "()" is described in the section. All of them affects how 
expressions are evaluated in script and I think precedence for these is important as 
operator precedence because programmers want expressions are evaluated as expected. 

How about change the section title from "Operator Precedence" to "Precedence"? Then 
documentation can include anything that can affects expression and still have 
consistency with section title.

It also would be nice to have a little explaination for each operator in the 
precedence list. Since it is ambigous if listed operator is unary or binary. For 
example, unary "-" should have higher precedence than binary "-". It would be obvious 
for most users, but it may be usuful for someone.


Previous Comments:
---

[2001-03-26 03:46:52] [EMAIL PROTECTED]
Please read this manual page:

http://www.php.net/manual/en/language.operators.precedence.php

--Jani


---

[2001-03-26 00:17:05] [EMAIL PROTECTED]
Following code, needs "()" to get expected value. 

$bar = true; 
$str = "TEST". ($bar ? 'true' : 'false') ."TEST"; 

Without "(" and ")", only "true" will be in $str. 
(PHP4.0.4pl1/Apache DSO/Linux, PHP4.0.5RC1/Apache DSO/W2K Server) 
If this is expected behavior in PHP, it would better to be described in the Manual.


---


Full Bug description available at: http://bugs.php.net/?id=9983


-- 
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] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: *Configuration Issues
Description: Unresolved symbol with GD

Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

Previous Comments:
---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

[2000-11-14 18:09:28] [EMAIL PROTECTED]
Helloo, 

I can't load apache with php compiled with GD 1.8.3
(without GD, apache is loadable)

Configure Option

../configure 
--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase=/PKl01hd2/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-gd=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

There's no configuring or compiling error

Here's the error messages when I launch apache : 

/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code)
from /PKl01h01/soft/web/lib/libgd.sl

Thank you for your answer.

JC

---


Full Bug description available at: http://bugs.php.net/?id=7821


-- 
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] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread sniper

ID: 7821
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Configuration Issues
Assigned To: 
Comments:

1. delete config.cache
2. add --with-ttf=/path/to/ttf into the configure line you used.
3. after configure do 'make clean ; make ; make install'

--Jani





Previous Comments:
---

[2001-03-26 05:20:05] [EMAIL PROTECTED]
Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

[2000-11-14 18:09:28] [EMAIL PROTECTED]
Helloo, 

I can't load apache with php compiled with GD 1.8.3
(without GD, apache is loadable)

Configure Option

../configure 
--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase=/PKl01hd2/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-gd=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

There's no configuring or compiling error

Here's the error messages when I launch apache : 

/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code)
from /PKl01h01/soft/web/lib/libgd.sl

Thank you for your answer.

JC

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7821&edit=2


-- 
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] PHP 4.0 Bug #9991: Registry-Access denied?

2001-03-26 Thread b . rotondi

From: [EMAIL PROTECTED]
Operating system: Win2000
PHP version:  4.0.4pl1
PHP Bug Type: Feature/Change Request
Bug description:  Registry-Access denied?

Hello

I use 

$PassThru = "C:\\Inetpub\\Scripts\\mp3encdemo31.exe -br 32000 -qual 0 -if 
C:\\Inetpub\\Scripts\\mann.wav -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

B. Rotondi



-- 
Edit Bug report at: http://bugs.php.net/?id=9991&edit=1



-- 
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] 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:39] [EMAIL PROTECTED]
Hello

Congratulation for you new Site-Layout. I like it! More white, more light :)

I think you already know this bug: passthru() does not execute all commands in a 
*.bat-File (and does not execute all commands included directly like

 $PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
 System($PassThru);
 Exec($PassThru);
 PassThru($PassThru);
).

I used passthru already with success on my Win2000-Platform with php 4.04 and MS 
Information Server (both german, no Service-Packages). But bladeenc.exe and 
mp3enc31.exe cannot be executed 
(mp3enc31 hangs).

Thanks for any help, suggestion, infos.

- Or do you need further Details about the bug?

test.php-


test





$PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
$PassThru = "C:\_\enc.bat";
//  $PassThru = "C:\Mp3.exe -br 32000 -if C:\1253.wav -of C:\1253.mp3";
echo $PassThru;
System($PassThru);
Exec($PassThru);
PassThru($PassThru);
phpinfo();



test.php-

enc.bat-
dir c: > c:_dir1
attrib -a c:_dir1
bladeenc.exe -q -quiet c:_sound.wav c:_sound.mp3
dir c: > c:_dir2
enc.bat-


---


Full Bug description available at: http://bugs.php.net/?id=9892


-- 
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] php-site link to cvsup incorrect.

2001-03-26 Thread Martin Kraemer

On http://www.php.net/cvsup.php>, it says the cvsup server is located
at cvsup.php.net. And nslookup relolves that to...:

  Name:php.chek.com
  Address:  208.247.106.167
  Aliases:  cvsup.php.net

But there is no cvsup server running on thet host. Trying to use the
same cvsup parameter file with cvs.php.net instead works.
I don't know what the "correct" solution should be:

a) let cvsup.php.net point to cvs.php.net instead?
b) change cvsup.php.net to cvs.php.net in the cvsup.php document?
c) start a cvsup daemon on php.chek.com?

   Martin
-- 
<[EMAIL PROTECTED]> | Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-41143 | 81730  Munich,  Germany

-- 
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] PHP 4.0 Bug #9769 Updated: Compile faliure --with-nsapi

2001-03-26 Thread dortega

ID: 9769
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Compile Problem
Description: Compile faliure --with-nsapi

I installed the last version of gcc and I compiled OK.
Now I've got a libphp4.so in /opt/netscape/suitespot/bin. I've modified the obj.conf 
file and the LD_LIBRARY_PATH in the start script, but the server fails on startup.

Error message on startup:

Status:
[https-intermonPHP4]: pclose() failed. (2: unknown early startup error)
[https-intermonPHP4]: server terminated: signal 6 

Error
An error occurred during startup.
The server https-intermonPHP4 was not started


This is my obj.conf:

# Netscape Communications Corporation - obj.conf
# You can edit this file, but comments and formatting changes
# might be lost when the admin server makes changes.

Init fn="flex-init" access="/opt/netscape/suitespot/https-intermonPHP4/logs/access" 
format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] 
\"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
Init fn="load-types" mime-types="mime.types"
Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" 
shlib="/opt/netscape/suitespot/bin/libphp4.so"
Init fn="php4_init" errorString="Failed to initialise PHP"
...




ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service fn="php4_execute" type="magnus-internal/x-httpd-php"
Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service fn="CM_Delete" method="DELETE"







ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
Service fn="php4_execute"




Previous Comments:
---

[2001-03-19 11:43:46] [EMAIL PROTECTED]
Are you sure you're compiling with gcc? 
Check that configure check for it says you're really
using gcc. And remember to delete config.cache before
configure!!

--Jani


---

[2001-03-19 11:37:42] [EMAIL PROTECTED]
Are you sure you're compiling with gcc? 
Check that configure check for it says you're really
using gcc. And remember to delete config.cache before
configure!!

--Jani


---

[2001-03-19 06:18:23] [EMAIL PROTECTED]
I installed GCC 2.7.2.1 and i tried to compile the  15/3/2001 CVS version. 

./configure 
--with-gd=no 
--with-nsapi=/opt/netscape/suitespot 
--with-oracle=/disco2/oracle/product/8.0.5 
--with-config-file-path=/user/gedweb/www/php 
--enable-debug=no 
--without-mysql 
--enable-libgcc


Making all in Zend
make[1]: Entering directory `/user/gedweb/php4-200103152245/Zend'
/bin/sh ../libtool --silent --mode=compile CC -DHAVE_CONFIG_H -I. -I. -I../main   
-D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 
-DXML_BYTE_ORDER=21 -I../TSRM  -g -mt -c zend_language_scanner_cc.cc
"zend_istdiostream.h", line 8: Error: stdiobuf is not defined.
"zend_istdiostream.h", line 11: Error: Type name expected instead of "stdiobuf".
"zend_istdiostream.h", line 11: Error: No storage class or type for this declaration.
"zend_istdiostream.h", line 11: Error: "," expected instead of "*".
"zend_istdiostream.h", line 10: Error: istream is not a direct base class of 
istdiostream.
"zend_istdiostream.h", line 10: Error: Cannot use __FILE* to initialize int.
"zend_istdiostream.h", line 10: Error: Formal argument sb of type 
std::basic_streambuf>* in call to std::basic_ios>::init(std::basic_streambuf>*) is 
being passed int*.
"zend_language_scanner_cc.cc", line 2817: Error: stdiofile is not a member of 
std::basic_streambuf>.
"zend_language_scanner_cc.cc", line 4050: Warning: String literal converted to char* 
in assignment.
"zend_language_scanner_cc.cc", line 4699: Error: Cannot assign 
std::basic_istream>* to istream*.
"zend_language_scanner_cc.cc", line 4803: Warning: String literal converted to char* 
in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 4907: Warning: String literal converted to char* 
in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 4980: Warning: String literal converted to char* 
in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 4994: Warning: String literal converted to char* 
in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 5114: Warning: String literal converted to char* 
in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 5235: Error: Cannot assign istream* to 
std::basic_istream>*.
"zend_language_scanner_cc.cc", line 524

[PHP-DEV] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Description: Unresolved symbol with GD

Okay, with the option "--with-ttf=..." it works better, but I have this when I launch 
apache : 

./apachectl start
/usr/lib/dld.sl: Unresolved symbol: gdCalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdMalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdFree (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdRealloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl

an idea ?

Thank you for your answer,
JC

Previous Comments:
---

[2001-03-26 05:37:38] [EMAIL PROTECTED]
1. delete config.cache
2. add --with-ttf=/path/to/ttf into the configure line you used.
3. after configure do 'make clean ; make ; make install'

--Jani





---

[2001-03-26 05:20:05] [EMAIL PROTECTED]
Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

[2000-11-14 18:09:28] [EMAIL PROTECTED]
Helloo, 

I can't load apache with php compiled with GD 1.8.3
(without GD, apache is loadable)

Configure Option

../configure 
--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase=/PKl01hd2/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-gd=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

There's no configuring or compiling error

Here's the error messages when I launch apache : 

/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code)
from /PKl01h01/soft/web/lib/libgd.sl

Thank you for your answer.

JC

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=7821


-- 
PHP Developme

[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:12:39] [EMAIL PROTECTED]
Hello

Congratulation for you new Site-Layout. I like it! More white, more light :)

I think you already know this bug: passthru() does not execute all commands in a 
*.bat-File (and does not execute all commands included directly like

 $PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
 System($PassThru);
 Exec($PassThru);
 PassThru($PassThru);
).

I used passthru already with success on my Win2000-Platform with php 4.04 and MS 
Information Server (both german, no Service-Packages). But bladeenc.exe and 
mp3enc31.exe cannot be executed 
(mp3enc31 hangs).

Thanks for any help, suggestion, infos.

- Or do you need further Details about the bug?

test.php-


test





$PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
$PassThru = "C:\_\enc.bat";
//  $PassThru = "C:\Mp3.exe -br 32000 -if C:\1253.wav -of C:\1253.mp3";
echo $PassThru;
System($PassThru);
Exec($PassThru);
PassThru($PassThru);
phpinfo();



test.php-

enc.bat-
dir c: > c:_dir1
attrib -a c:_dir1
bladeenc.exe -q -quiet c:_sound.wav c:_sound.mp3
dir c: > c:_dir2
enc.bat-


---


Full Bug description available at: http://bugs.php.net/?id=9892


-- 
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] PHP 4.0 Bug #9992: multipart/form-data upload-problem

2001-03-26 Thread TobiasGutzmann

From: [EMAIL PROTECTED]
Operating system: Redhat Linux 7.0
PHP version:  4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description:  multipart/form-data upload-problem

uploading stuff with s.th. like



...


after submitting this, suddenly $action equals to " action" (with a leading 
blankspace), $subaction equals to " upload" and so on.
Our server is a Redhat-Linux 7.0 with apache 1.3.14
This does not happen in the same script on a different server (I don't know anything 
about it than it's using php 4.0.1)


I hope someone can help me

Tobias


-- 
Edit Bug report at: http://bugs.php.net/?id=9992&edit=1



-- 
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] PHP 4.0 Bug #9993: Wrong File Created Date and Wrong Filesize

2001-03-26 Thread lopes

From: [EMAIL PROTECTED]
Operating system: WINNT
PHP version:  4.0.4
PHP Bug Type: *Directory/Filesystem functions
Bug description:  Wrong File Created Date and Wrong Filesize

I have already send a previus bug report.
ID: 9921.

The Source is :

 


The Output for every file (no matter filesize or file date) is :


 01/01/1970 0


-

I think i has something to do with the Y2K bug.
Perl had the same bug.



-- 
Edit Bug report at: http://bugs.php.net/?id=9993&edit=1



-- 
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] PHP 4.0 Bug #9994: dbmfetch

2001-03-26 Thread dalban

From: [EMAIL PROTECTED]
Operating system: WNT2000
PHP version:  4.0.4pl1
PHP Bug Type: DBM/DBA related
Bug description:  dbmfetch

dbmfetch returns an incorrect value


-- 
Edit Bug report at: http://bugs.php.net/?id=9994&edit=1



-- 
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] PHP 4.0 Bug #9995: read_exif_data fails

2001-03-26 Thread lagoni

From: [EMAIL PROTECTED]
Operating system: Win2K
PHP version:  4.0.4pl1
PHP Bug Type: Unknown/Other Function
Bug description:  read_exif_data fails

Same problem as in #6401

Configuration...
server : Apache/1.3.19 (Win32) PHP/4.0.4pl1
Win32  : Win2K w/SP1

The read_exif_data returns :

"Fatal error: Can't get file statitics"

Have triede several jpg's.

Triede the script and jpg's on a linux (php 4.0.2), no problem.



-- 
Edit Bug report at: http://bugs.php.net/?id=9995&edit=1



-- 
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] PHP 4.0 Bug #9996: Make install fails in pear directory under HFS+ filesystem

2001-03-26 Thread gdavis

From: [EMAIL PROTECTED]
Operating system: Mac OS X 10.0 release
PHP version:  4.0.4pl1
PHP Bug Type: Compile Failure
Bug description:  Make install fails in pear directory under HFS+ filesystem

This appears to be a duplicate of 7832 and 7635 from 4.0.3 
however, although it was reported as fixed in the CVS it is 
now occuring again in 4.04pl1.


This problem only occurs on the HFS+ file system which is 
case insensitive.  It appears to be caused by the existence 
of both a directory and a file called "pear" and thus it 
cannot copy the install files.  This is the error as it 
shows during the make install:

cp: pear is a directory (not copied).
make[1]: *** [install-programs] Error 1
make: *** [install-recursive] Error 1




-- 
Edit Bug report at: http://bugs.php.net/?id=9996&edit=1



-- 
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] PHP 4.0 Bug #9934 Updated: faulty dbmfetch()

2001-03-26 Thread sma_husain

ID: 9934
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: DBM/DBA related
Description: faulty dbmfetch()


Actually, dba is not really a replacement for dbm. dba requires special libraries to 
be installed in a PHP server install. If an ISP has chosen to not install those, then 
dba does not work. Moreover, on Windows platforms there are huge issues with 
installing dba libraries anyway. The PHP install comes up with:

Warning: no such handler: db2 

I have changed db2 to all other kinds of handlers (including gdbm) and have installed 
those also, in addition to uncommenting the php_dba.dll include line in php.ini. 
Doesn't work.

Being deprecated is one thing, but not working is quite another. I would imagine 
deprecating something implies it will no longer be found in a future version. But 
shouldn't it work for now? The problem, as I said earlier, is that dbm is the natural 
fallback when all an ISP/Webhosting platform offers is dbm. dba and other kinds of 
databases require a custom setup. 

Thanks,
Amir

Previous Comments:
---

[2001-03-23 08:35:32] [EMAIL PROTECTED]
Have you tried using the dba extension instead?
ie. change php_db.dll to php_dba.dll and check
the manual pages for dba extension how to use it:

http://www.php.net/dba

FYI: The db extension is deprecated.

--Jani


---

[2001-03-22 12:30:43] [EMAIL PROTECTED]

sample code:

 Value here should be data1: ";
print dbmfetch($db,"key1");

print "n Value here should be data2: ";
print dbmfetch($db,"key2");

print "n Value here should be data3: ";
print dbmfetch($db,"key3");

dbmclose($db);

?>


here is the bug description:

don't even try using this function in php4.x on windows. it is extremely buggy; 
returns bad data. typically, you will find the first character of inserted data 
missing, with some wierd chars at the end. on examining the dbm file, it seems the 
php_dbm.dll methods are incorrectly reading data by skipping the first character, 
reading the rest of the string and then getting completely messed up because all 
following string length entries are "shifted". 

i don't know how this huge bug has survived in all php 4.x implementations on windows. 
it basically renders php 4.x on windows useless for disk based db access. i replaced 
my 4.x install with 3.x and had no problem running my dbm code. 

please somebody! fix this!

thanks,
amir

---


Full Bug description available at: http://bugs.php.net/?id=9934


-- 
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] Bus Error/Coredump on Solaris 2.8 / Apache 1.3.19 / 4.0.4pl1

2001-03-26 Thread Leon Breedt

Hi,

I'm experiencing recurring issues with stability on Solaris platforms. Using
solely the standard
XML functions and standard fsockopen() wrappers, I'm managing to get
Apache/PHP to regularly coredump, and occasionally spew errors about
functions it can't find in the file. Line numbers and function names are
completely wrong, though. If I turn on debugging with --enable-debug, it
works, after a fashion. To the end user it appears working, but in the
Apache error log I keep getting lots of:

[Mon Mar 26 17:39:07 2001] [notice] child pid 4902 exit signal Bus Error
(10)
[Mon Mar 26 17:39:07 2001] [notice] child pid 4901 exit signal Bus Error
(10)
[Mon Mar 26 17:39:08 2001] [notice] child pid 4904 exit signal Bus Error
(10)
[Mon Mar 26 17:39:08 2001] [notice] child pid 4903 exit signal Bus Error
(10)

My configure commandline:
./configure --prefix=/www --with-config-file-path=/www/conf --with-apxs=/www
/bin/apxs --without-mysql --enable-debug

My Apache setup is nothing nonstandard:
./configure --prefix=/www --enable-module=so

I can't see what I'm doing wrong, I'm assuming there's a little platform
idiosyncrasy somewhere, but
have no idea where in the source to look (or how to debug Apache/PHP).

Regards,

Leon.

--
System Administrator, iTouch Labs (Devco)
GSM: +27-82-789-1245
Office: +27-21-415-2168

PGP Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x45EFAAE1



-- 
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] PHP 4.0 Bug #9997: get_browser not work

2001-03-26 Thread bitlz

From: [EMAIL PROTECTED]
Operating system: Linux 2.4.2
PHP version:  4.0.4pl1
PHP Bug Type: Unknown/Other Function
Bug description:  get_browser not work

on php 4.0.3pl1 this function worked perfect.
in 4.0.4 or 4.0.4pl1  it don't work


-- 
Edit Bug report at: http://bugs.php.net/?id=9997&edit=1



-- 
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] PHP 4.0 Bug #9998: mktime() calculation error - 25 hours in a day

2001-03-26 Thread beartales

From: [EMAIL PROTECTED]
Operating system: freebsd 4.2
PHP version:  4.0.4pl1
PHP Bug Type: Date/time related
Bug description:  mktime() calculation error - 25 hours in a day 

using mktime() one day per year has 25 hours in it
if you substract one date from the previous day and divide
by 3600 you should find there are 24 hours in that day.
however, one day per year has 25 hours.
so far i have found one day per year.
and a different day every year.

10/29/200025 hours
10/28/200125 hours
10/27/200225 hours

to reproduce the problem:

(mktime(0,0,0,10,30,2000)-mktime(0,0,0,10,29,2000))/3600

(mktime(0,0,0,10,29,2001)-mktime(0,0,0,10,28,2001))/3600

(mktime(0,0,0,10,28,2002)-mktime(0,0,0,10,27,2002))/3600

i found the problem because i was creating date ranges for
the user and putting them into a database. if i add the
number of days in a month to a date, i should then have the
same numeric date in the new month. for instance convert
08/10/2001:
$new_day = mktime(0,0,0,8,10,2001) + ( 31 * 86400 ) 
 ( 31 number of days in august ) 
 ( 86400 seconds in a day ) 
convert back to date  date("Y-m-d", $new_day )
should and does = 09/10/2001 

i have now tried this on two different servers.
one - PII 350 freebsd 4.2, apache 1.3.17, php 4.0.4pl1 
two - PIII 667 freebsd 4.2, apache 1.3.17, php 4.0.4pl1

both return the same problem

thanks for any insight
James Lose  03/26/2001


-- 
Edit Bug report at: http://bugs.php.net/?id=9998&edit=1



-- 
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] PHP 4.0 Bug #9999: php.exe doesnt start

2001-03-26 Thread wolle

From: [EMAIL PROTECTED]
Operating system: win98
PHP version:  4.0.4pl1
PHP Bug Type: *Install and Config
Bug description:  php.exe doesnt start


php.exe does not start. ERROR: can not find odbc32.dll
where do i get that dll? can someone give me a link?
i have searched the net for that dll, but did not find it.

i'm using win98, standard installation.

It does not work to download dcom, like described in another
bug-report.

thx,
wolle


-- 
Edit Bug report at: http://bugs.php.net/?id=&edit=1



-- 
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] PHP 4.0 Bug #9998 Updated: mktime() calculation error - 25 hours in a day

2001-03-26 Thread eschmid

ID: 9998
Updated by: eschmid
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Date/time related
Assigned To: 
Comments:

Thats not an bug. You can find another day in the year which have 23 hours. It's the 
day light saving.

Previous Comments:
---

[2001-03-26 12:05:13] [EMAIL PROTECTED]
using mktime() one day per year has 25 hours in it
if you substract one date from the previous day and divide
by 3600 you should find there are 24 hours in that day.
however, one day per year has 25 hours.
so far i have found one day per year.
and a different day every year.

10/29/200025 hours
10/28/200125 hours
10/27/200225 hours

to reproduce the problem:

(mktime(0,0,0,10,30,2000)-mktime(0,0,0,10,29,2000))/3600

(mktime(0,0,0,10,29,2001)-mktime(0,0,0,10,28,2001))/3600

(mktime(0,0,0,10,28,2002)-mktime(0,0,0,10,27,2002))/3600

i found the problem because i was creating date ranges for
the user and putting them into a database. if i add the
number of days in a month to a date, i should then have the
same numeric date in the new month. for instance convert
08/10/2001:
$new_day = mktime(0,0,0,8,10,2001) + ( 31 * 86400 ) 
 ( 31 number of days in august ) 
 ( 86400 seconds in a day ) 
convert back to date  date("Y-m-d", $new_day )
should and does = 09/10/2001 

i have now tried this on two different servers.
one - PII 350 freebsd 4.2, apache 1.3.17, php 4.0.4pl1 
two - PIII 667 freebsd 4.2, apache 1.3.17, php 4.0.4pl1

both return the same problem

thanks for any insight
James Lose  03/26/2001

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9998&edit=2


-- 
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]




Re: [PHP-DEV] PHP 4.0 Bug #9999: php.exe doesnt start

2001-03-26 Thread Shane Caraveo

Go to www.microsoft.com/data/ and download/install MDAC.

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 9:12 AM
Subject: [PHP-DEV] PHP 4.0 Bug #: php.exe doesnt start


> From: [EMAIL PROTECTED]
> Operating system: win98
> PHP version:  4.0.4pl1
> PHP Bug Type: *Install and Config
> Bug description:  php.exe doesnt start
> 
> 
> php.exe does not start. ERROR: can not find odbc32.dll
> where do i get that dll? can someone give me a link?
> i have searched the net for that dll, but did not find it.
> 
> i'm using win98, standard installation.
> 
> It does not work to download dcom, like described in another
> bug-report.
> 
> thx,
> wolle
> 
> 
> -- 
> Edit Bug report at: http://bugs.php.net/?id=&edit=1
> 
> 
> 
> -- 
> 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 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] PHP 4.0 Bug #10000: corrupt http_post_vars when using session_start

2001-03-26 Thread john_rief

From: [EMAIL PROTECTED]
Operating system: Linux 2.2.16-22
PHP version:  4.0.4pl1
PHP Bug Type: *Session related
Bug description:  corrupt http_post_vars when using session_start

When posting to a php script using sessions and pdf the HTTP_POST_VARS disappear.  If 
you change the variable $type to 1, which displays the variables from a text file, 
everything works fine.  Writing to a pdf file will show empty variables.  If the 
session_start() is commented out, the HTTP_POST_VARS return.

Script 1***



s1



   
   
   
   







Script 2***



-- 
Edit Bug report at: http://bugs.php.net/?id=1&edit=1



-- 
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]




RE: [PHP-DEV] PHP 4.0 Bug #10000: corrupt http_post_vars when using session_start

2001-03-26 Thread James Moore


> Subject: [PHP-DEV] PHP 4.0 Bug #1: corrupt http_post_vars when using

Whoo 10k bugs.. Hmm is that somthing to be proud of or not?? ;)

James
--  
James Moore
[EMAIL PROTECTED]

-- 
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] PHP 4.0 Bug #10001: Socket reading functions always timeout

2001-03-26 Thread chris

From: [EMAIL PROTECTED]
Operating system: Linux RedHat 7.0 Kernel 2.2.17-8
PHP version:  4.0.4pl1
PHP Bug Type: Sockets related
Bug description:  Socket reading functions always timeout

While performing read functions on a socket, fread,fgets,fgetss, with the timeout 
value set on the socket If a timeout occurs all subsequent calls timeout immediately.

example:

$s = fsockopen("localhost",25);
socket_set_timeout($s,0,10);

$rply = fgets($s,129); # "220 server.domain SMTP server xyz v1.0"
fputs($s,"HELO my.domain\r\n");
$rply = fgets($s,129); # "250 Welcom my.domain"
$rply = fgets($s,129); # no data so it times out
fputs($s,"NOOP\r\n");
$rply = fgets($s,129); # times out; data is available
fputs($s,"QUIT\r\n");
$rply = fgets($s,129); # times out; data is available
fclose($s);

Removing the fgets that doesn't get any data will cause the program to run as 
expected. Also, moving the fgets to any line will cause all lines below it to timeout 
even when there is data.

I tracked the the problem down in ext/standard/fclose.c to being while loops that use 
the sock->timeout_event variable as a condition without first reseting the variable to 
an appropiate value. Below is a context diff that fixes the problem.



*** /usr/local/src/php-4.0.4pl1/ext/standard/fsock.c.oldMon Mar 26 13:07:40 
2001
--- /usr/local/src/php-4.0.4pl1/ext/standard/fsock.cMon Mar 26 13:12:03 2001
***
*** 559,564 
--- 559,565 

  static void php_sockread_total(php_sockbuf *sock, size_t maxread)
  {
+ sock->timeout_event = 0;
while(!sock->eof && TOREAD(sock) < maxread && !sock->timeout_event) {
php_sockread_internal(sock);
}
***
*** 619,624 
--- 620,627 
}

SEARCHCR();
+
+ sock->timeout_event = 0;

if(!p) {
if(sock->is_blocked) {


-- 
Edit Bug report at: http://bugs.php.net/?id=10001&edit=1



-- 
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] PHP 4.0 Bug #10003 Updated: fdfghdfhgfh

2001-03-26 Thread sbergmann

ID: 10003
Updated by: sbergmann
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Reproduceable crash
Assigned To: 
Comments:

Don't spam our bug reporting system, thanks.

Previous Comments:
---

[2001-03-26 14:20:11] [EMAIL PROTECTED]
fhfghhfhfh

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10003&edit=2


-- 
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] PHP 4.0 Bug #10003 Updated: fdfghdfhgfh

2001-03-26 Thread kalowsky

ID: 10003
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Reproduceable crash
Assigned To: 
Comments:

no actual report.

Previous Comments:
---

[2001-03-26 14:29:46] [EMAIL PROTECTED]
Don't spam our bug reporting system, thanks.

---

[2001-03-26 14:20:11] [EMAIL PROTECTED]
fhfghhfhfh

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10003&edit=2


-- 
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] PHP 4.0 Bug #10003 Updated: fdfghdfhgfh

2001-03-26 Thread eschmid

ID: 10003
Updated by: eschmid
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Reproduceable crash
Assigned To: 
Comments:

Please read the Dos and Don'ts.

Previous Comments:
---

[2001-03-26 14:30:03] [EMAIL PROTECTED]
no actual report.

---

[2001-03-26 14:29:46] [EMAIL PROTECTED]
Don't spam our bug reporting system, thanks.

---

[2001-03-26 14:20:11] [EMAIL PROTECTED]
fhfghhfhfh

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10003&edit=2


-- 
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] PHP 4.0 Bug #9985 Updated: Enable logging documentation

2001-03-26 Thread webmaster

ID: 9985
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: Documentation problem
Description: Enable logging documentation

The log lines in the php.ini file all relate to error logging. I am looking for a line 
to enable access logging.

Previous Comments:
---

[2001-03-26 03:15:15] [EMAIL PROTECTED]
You can do it by editing php.ini file:

http://www.php.net/manual/en/configuration.php

--Jani


---

[2001-03-26 02:38:36] [EMAIL PROTECTED]
I am looking for documentation that shows the correct configure line to tell php to 
enable
logging to the access.log file. But I have not found it any where. Can you tell me 
what the
correct configure option is to enable logging? Is it just enable-loggin?

Eric


---

[2001-03-26 02:36:41] [EMAIL PROTECTED]
I am looking for documentation that show the corect configure line to tell php to 
enable logging to the access.log file. But I not found it any where. Can you tell me 
what the correct configure option is to enable logging? Is it just enable-loggin?

Eric

---


Full Bug description available at: http://bugs.php.net/?id=9985


-- 
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]




Re: [PHP-DEV] PHP 4.0 Bug #10000

2001-03-26 Thread Derick Rethans

snif,

finally 1 bugs :(

Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-


-- 
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]




Re: [PHP-DEV] PHP 4.0 Bug #10000

2001-03-26 Thread Dan Kalowsky

Only took  bugs in the making... 

Derick Rethans wrote:
> 
> snif,
> 
> finally 1 bugs :(


-- 
Dan Kalowsky  "Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home."
Software Engineer - TICS Group  - Temptation

-- 
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] PHP 4.0 Bug #9985 Updated: Enable logging documentation

2001-03-26 Thread sniper

ID: 9985
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Documentation problem
Assigned To: 
Comments:

That's the web server's problem.

--Jani


Previous Comments:
---

[2001-03-26 14:58:33] [EMAIL PROTECTED]
The log lines in the php.ini file all relate to error logging. I am looking for a line 
to enable access logging.

---

[2001-03-26 03:15:15] [EMAIL PROTECTED]
You can do it by editing php.ini file:

http://www.php.net/manual/en/configuration.php

--Jani


---

[2001-03-26 02:38:36] [EMAIL PROTECTED]
I am looking for documentation that shows the correct configure line to tell php to 
enable
logging to the access.log file. But I have not found it any where. Can you tell me 
what the
correct configure option is to enable logging? Is it just enable-loggin?

Eric


---

[2001-03-26 02:36:41] [EMAIL PROTECTED]
I am looking for documentation that show the corect configure line to tell php to 
enable logging to the access.log file. But I not found it any where. Can you tell me 
what the correct configure option is to enable logging? Is it just enable-loggin?

Eric

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9985&edit=2


-- 
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] PHP 4.0 Bug #9999 Updated: php.exe doesnt start

2001-03-26 Thread sniper

ID: 
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To: 
Comments:

>From Shane Caraveo:
---
Go to www.microsoft.com/data/ and download/install MDAC.

--Jani


Previous Comments:
---

[2001-03-26 12:12:33] [EMAIL PROTECTED]

php.exe does not start. ERROR: can not find odbc32.dll
where do i get that dll? can someone give me a link?
i have searched the net for that dll, but did not find it.

i'm using win98, standard installation.

It does not work to download dcom, like described in another
bug-report.

thx,
wolle

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=&edit=2


-- 
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] PHP 4.0 Bug #9997 Updated: get_browser not work

2001-03-26 Thread sniper

ID: 9997
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Unknown/Other Function
Assigned To: 
Comments:

And what about the latest CVS? Try the latest CVS snapshot
from http://snaps.php.net/

--Jani


Previous Comments:
---

[2001-03-26 11:26:25] [EMAIL PROTECTED]
on php 4.0.3pl1 this function worked perfect.
in 4.0.4 or 4.0.4pl1  it don't work

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9997&edit=2


-- 
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] PHP 4.0 Bug #9996 Updated: Make install fails in pear directory under HFS+ filesystem

2001-03-26 Thread sniper

ID: 9996
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Compile Failure
Assigned To: 
Comments:

IIRC this was fixed AFTER 4.0.4pl1 was released. 
Please try the latest CVS snapshot from http://snaps.php.net/ to confirm this.

--Jani


Previous Comments:
---

[2001-03-26 09:50:41] [EMAIL PROTECTED]
This appears to be a duplicate of 7832 and 7635 from 4.0.3 
however, although it was reported as fixed in the CVS it is 
now occuring again in 4.04pl1.


This problem only occurs on the HFS+ file system which is 
case insensitive.  It appears to be caused by the existence 
of both a directory and a file called "pear" and thus it 
cannot copy the install files.  This is the error as it 
shows during the make install:

cp: pear is a directory (not copied).
make[1]: *** [install-programs] Error 1
make: *** [install-recursive] Error 1



---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9996&edit=2


-- 
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] PHP 4.0 Bug #10004: PHP_INI_BEGIN overrides ini value while it probably shouldn't

2001-03-26 Thread shodan

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description:  PHP_INI_BEGIN overrides ini value while it probably shouldn't

Hello.

I'm doing an extension module for PHP. I've tried
to use API functions to access INI file strings and
found a bug (?) when default value overrides the
value present in php.ini.

More specifially, I declared

PHP_INI_ENTRY("test.string", NULL, PHP_INI_ALL, NULL)

and written

PHP_FUNCTION(show_ini_value)
{
char *ini;
int len;
  
ini = INI_STR("test.string");
if (ini) {
RETURN_STRINGL(ini, 1);
} else {
RETURN_STRINGL("(default), 1);
}
}

Everything other is exactly the default code in sample
skeleton. Now, I did

phpize
./configure
make

to build test.so, installed it and restarted Apache.
For the first time,  produced
the string from php.ini. For the second time and the
following tries it replied with "(default)".

Am I doing something wrong or is this a bug in PHP?

Please reply either to my e-mail or to php-dev list.

Thanks.



-- 
Edit Bug report at: http://bugs.php.net/?id=10004&edit=1



-- 
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] PHP 4.0 Bug #9921 Updated: Wrong File Created Date and Wrong Filesize

2001-03-26 Thread sniper

ID: 9921
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Bogus
Bug Type: Filesystem function related
Assigned To: 
Comments:

There's a duplicate for this: #9993 

Please, update the old bug report, do NOT open new ones!
(from now on, update #9993 !)

--Jani


Previous Comments:
---

[2001-03-23 08:13:08] [EMAIL PROTECTED]
Can you please add the output of this?
ie. How are the date and size wrong?

--Jani


---

[2001-03-22 09:31:40] [EMAIL PROTECTED]


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9921&edit=2


-- 
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] PHP 4.0 Bug #9992 Updated: multipart/form-data upload-problem

2001-03-26 Thread sniper

ID: 9992
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

This should be fixed in CVS. Please try the latest CVS snapshot from 
http://snaps.php.net/
Reopen this bug report if problem still exists in the latest CVS.

--Jani


Previous Comments:
---

[2001-03-26 07:27:15] [EMAIL PROTECTED]
uploading stuff with s.th. like



...


after submitting this, suddenly $action equals to " action" (with a leading 
blankspace), $subaction equals to " upload" and so on.
Our server is a Redhat-Linux 7.0 with apache 1.3.14
This does not happen in the same script on a different server (I don't know anything 
about it than it's using php 4.0.1)


I hope someone can help me

Tobias

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9992&edit=2


-- 
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] PHP 4.0 Bug #9892 Updated: passthru() does not execute all commands in a *.bat-File

2001-03-26 Thread sniper

ID: 9892
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Unknown/Other Function
Assigned To: 
Comments:



Previous Comments:
---

[2001-03-21 05:12:39] [EMAIL PROTECTED]
Hello

Congratulation for you new Site-Layout. I like it! More white, more light :)

I think you already know this bug: passthru() does not execute all commands in a 
*.bat-File (and does not execute all commands included directly like

 $PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
 System($PassThru);
 Exec($PassThru);
 PassThru($PassThru);
).

I used passthru already with success on my Win2000-Platform with php 4.04 and MS 
Information Server (both german, no Service-Packages). But bladeenc.exe and 
mp3enc31.exe cannot be executed 
(mp3enc31 hangs).

Thanks for any help, suggestion, infos.

- Or do you need further Details about the bug?

test.php-


test





$PassThru = "C:\_\bladeenc.exe -q -quiet C:\_\sound.wav C:\_\sound.mp3";
$PassThru = "C:\_\enc.bat";
//  $PassThru = "C:\Mp3.exe -br 32000 -if C:\1253.wav -of C:\1253.mp3";
echo $PassThru;
System($PassThru);
Exec($PassThru);
PassThru($PassThru);
phpinfo();



test.php-

enc.bat-
dir c: > c:_dir1
attrib -a c:_dir1
bladeenc.exe -q -quiet c:_sound.wav c:_sound.mp3
dir c: > c:_dir2
enc.bat-


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9892&edit=2


-- 
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] PHP 4.0 Bug #9958 Updated: configure script does not link libldap into PHP

2001-03-26 Thread sniper

ID: 9958
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Compile Problem
Assigned To: 
Comments:

Could you please try the latest CVS snapshot from http://snaps.php.net/ ? 

I made a little modification to the configure and it should 
work now with the Solaris libldap.

--Jani


Previous Comments:
---

[2001-03-23 12:00:20] [EMAIL PROTECTED]
The configure script, run with the '--with-ldap' does not link php with libldap . PHP 
will compile fine, but when you try to run apache (DSO module) you get this:

Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: 
/usr/local/apache/bin/httpd: fatal: relocation error: 
file /usr/local/apache/libexec/libphp4.so:
symbol ldap_unbind_s: referenced symbol not found

manually linking libphp with -lldap corrects the problem.

NOTE: solaris 8 has ldap libraries included. I would think this should be the default 
behavior.

configure was run as follows:
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs 
--with-imap=../imap-2000c --with-ldap

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9958&edit=2


-- 
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] PHP 4.0 Bug #9953 Updated: memory leak

2001-03-26 Thread sniper

ID: 9953
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Could you please add the shortest possible script into this 
bug report, that can be used to reproduce this?

--Jani


Previous Comments:
---

[2001-03-23 08:09:27] [EMAIL PROTECTED]
zend_hash.c(1032) :  Freeing 0x0824400C (17 bytes), 
script=/usr/local/cvsdevel/php/a/htdocs/index.php
Last leak repeated 14 times

How can I investigate further on this please and what does it actually mean.Thanks.

ciao

--teodor



---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9953&edit=2


-- 
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] PHP 4.0 Bug #9936 Updated: Unable to register functions when starting apache

2001-03-26 Thread sniper

ID: 9936
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Apache related
Assigned To: 
Comments:

Was PHP3 (or PHP 4) compiled as static module into Apache?
It might explain this rather odd behaviour.

--Jani


Previous Comments:
---

[2001-03-22 13:01:35] [EMAIL PROTECTED]
compile options:
./configure  
--with-apxs=/usr/sbin/apxs 
--enable-versioning  
--with-mysql 
--enable-track-vars  
--with-imap-ssl=/usr/lib/ssl

It compiles fine with no errors.

I commented all references to php3 out of httpd.conf

when I try to start apache, the error_log reports:

PHP Warning:  Function registration failed - duplicate name - define in Unknown on 
line 0
PHP Warning:  Function registration failed - duplicate name - defined in Unknown on 
line 0
PHP Warning:  Function registration failed - duplicate name - each in Unknown on line 
0
PHP Warning:  Function registration failed - duplicate name - strlen in Unknown on 
line 0
PHP Warning:  Function registration failed - duplicate name - strcmp in Unknown on 
line 0
PHP Warning:  Function registration failed - duplicate name - strcasecmp in Unknown on 
line 0
PHP Warning:  Function registration failed - duplicate name - error_reporting in 
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - leak in Unknown on line 
0
PHP Warning:  Function registration failed - duplicate name - function_exists in 
Unknown on line 0
PHP Warning:  Basic Functions:  Unable to register functions, unable to load in 
Unknown on line 0


I have seen simlear errors to mine in the bug database, but none of the solutions seem 
to apply to my problem.  Something with SuSE 7.1??


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9936&edit=2


-- 
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] PHP 4.0 Bug #5332 Updated: ODBC Connect Fails for Sybase SQLanywhere DB

2001-03-26 Thread wade

ID: 5332
User Update by: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: ODBC related
Description: ODBC Connect Fails for Sybase SQLanywhere DB

Yes, this is still happening.  I have loaded PHP version 4.04 PL1.  I am trying to run 
the following simple script:

-



Neue Seite 2










The output I receive is:

Warning: SQL error: [Sybase][ODBC Driver]Unable to connect to database server: unable 
to start database engine, SQL state 08001 in SQLConnect in 
c:\inetpub\wwwroot\odbctest\default.php on line 11
Odbc connection variable: 
Warning: Supplied argument is not a valid ODBC-Link resource in 
c:\inetpub\wwwroot\odbctest\default.php on line 13

Warning: Supplied argument is not a valid ODBC-Link resource in 
c:\inetpub\wwwroot\odbctest\default.php on line 15

Warning: Supplied argument is not a valid ODBC-Link resource in 
c:\inetpub\wwwroot\odbctest\default.php on line 15
03.26.2001 22:50:23 Westeuropäische Normalzeit 

-
I have enabled the ODBC log.  However, the log shows absolutely nothing for this ODBC 
connection attempt via PHP.  I can connect via Excel and Borland DB explorer for 
example.  Here are excerpts from the odbc logs:

ODBC via Excel:

MSQRY32 5ac-850 ENTER SQLDriverConnectW 
HDBC00811910
HWND00020564
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 
SWORD8 
SWORD * 0x
UWORD1 

MSQRY32 5ac-850 EXIT  SQLDriverConnectW  with return code 0 (SQL_SUCCESS)
HDBC00811910
HWND00020564
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 
SWORD8 
SWORD * 0x
UWORD1 

MSQRY32 5ac-850 ENTER SQLGetInfoW 
HDBC00811910
UWORD2 
PTR 0x00811A40 
SWORD 2048 
SWORD * 0x0006EF96

MSQRY32 5ac-850 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
HDBC00811910
UWORD2 
PTR 0x00811A40 [  30] "wadlserv - wadl"
SWORD 2048 
SWORD * 0x0006EF96 (30)




ODBC from Borland DB Explorer:
dbexplor88c-850 EXIT  SQLDataSourcesW  with return code 0 (SQL_SUCCESS)
HENV02B314F0
UWORD1 
WCHAR * 0x02B31658 [  15] "wadlser"
SWORD   33 
SWORD * 0x0012EFAA (15)
WCHAR * 0x02B322E8 [  23] "Sybase SQL "
SWORD  257 
SWORD * 0x0012EFA8 (23)

dbexplor88c-850 ENTER SQLAllocConnect 
HENV02B314F0
HDBC *  013386EC

dbexplor88c-850 EXIT  SQLAllocConnect  with return code 0 (SQL_SUCCESS)
HENV02B314F0
HDBC *  0x013386EC ( 0x02b316b0)

dbexplor88c-850 ENTER SQLConnectW 
HDBC02B316B0
WCHAR * 0x02B317B8 [  -3] "wadlserv - wadl\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 

dbexplor88c-850 EXIT  SQLConnectW  with return code 0 (SQL_SUCCESS)
HDBC02B316B0
WCHAR * 0x02B317B8 [  -3] "wadlserv - wadl\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 
WCHAR * 0x1F7D8B70 [  -3] "**\ 0"
SWORD   -3 

--
Here is the phpinfo() function output for my setup:

PHP Versio

[PHP-DEV] PHP 4.0 Bug #9930 Updated: only small psubset of rfc1867 accepted

2001-03-26 Thread sniper

ID: 9930
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *General Issues
Assigned To: 
Comments:

Could you please create an unified diff?
ie. using 'diff -u' and send it (as an attachment) to [EMAIL PROTECTED] ?

--Jani


Previous Comments:
---

[2001-03-23 05:30:19] [EMAIL PROTECTED]
 One comment to the listing of the diff, above:
The second argument to the function strpbrk starts with a blank and a tabulator. This 
is not (easily) recognized in that listing.

 Andreas

---

[2001-03-22 11:34:24] [EMAIL PROTECTED]
 Hello,
 the documentation tells in chapter 19: "PHP is capable of receiving file uploads from 
any RFC-1867 compliant browser (...).". If the implementation does not, I think it is 
a bug. So I submit a bug-report, not a feature-request.
 The code, which should handle RFC-1867 compliant POST-bodies, is in the file 
main/rfc1867.c. But it do not accept many possiblilities, which are allowed by 
RFC-1867, RFC-2045 and RFC-822, in its version 1.60.
 First, it anly allows one Header-field in every part of the POST-body. (see also 
Bugid 7685)
 Second, it still do not handle atoms as parameter-values correctly. (see also Bugid 
8486)
 Third, it does not accept whitespaces at all allowed places (around the '=' in the 
parameter).
 Fourth, it does not recognize folded headerfields as been folded.
 Fifth, it does not handle comments at all.

 The first two should be handled correctly, if a PHP-script should be usable from 
Lynx. I have changed the file rfc1867.c in a way, that more POST-bodies are accepted, 
but also my version is still not accepting all RFC-1867 compliant POST-bodies. It 
misses all changes to the part of handling the filename-parameter and do not handle 
comments at all.

 Here is a context-diff between the version 1.60 of your CVS and my version:

*** rfc1867.c.v1.60 Thu Mar 22 14:42:35 2001
--- rfc1867.c   Thu Mar 22 17:10:43 2001
***
*** 151,184 
} else {
Done = 1;
}
break;
case 1: /* Check content-disposition */
!   if (strncasecmp(ptr, "Content-Disposition: 
form-data;", 31)) {
if (rem < 31) {
SAFE_RETURN;
}
!   php_error(E_WARNING, "File Upload Mime headers 
garbled ptr: [%c%c%c%c%c]", *ptr, *(ptr + 1), *(ptr + 2), *(ptr + 3), *(ptr + 4));
!   SAFE_RETURN;
}
loc = memchr(ptr, 'n', rem);
name = strstr(ptr, " name=");
if (name && name < loc) {
name += 6;
!   s = memchr(name, '"', loc - name);
!   if ( name == s ) {
name++;
s = memchr(name, '"', loc - name);
if(!s) {
php_error(E_WARNING, "File 
Upload Mime headers garbled name: [%c%c%c%c%c]", *name, *(name + 1), *(name + 2), 
*(name + 3), *(name + 4));
SAFE_RETURN;
}
-   } else if(!s) {
-   s = loc;
} else {
!   php_error(E_WARNING, "File Upload Mime 
headers garbled name: [%c%c%c%c%c]", *name, *(name + 1), *(name + 2), *(name + 3), 
*(name + 4));
!   SAFE_RETURN;
}
if (namebuf) {
efree(namebuf);
}
namebuf = estrndup(name, s-name);
--- 151,193 
} else {
Done = 1;
}
break;
case 1: /* Check content-disposition */
!   while (strncasecmp(ptr, "Content-Disposition: 
form-data;", 31)) {
if (rem < 31) {
SAFE_RETURN;

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-26 Thread lyric

ID: 9971
Updated by: lyric
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Two things.

1) You should use "$i == 10" for a comparison. By using a single equals, you're 
assigning 10 to $i, which is always "true".

2) What do you expect it to do?  If you want to loop to iterate 10 times, you should 
use "$i<10" (the loop continues while the second term is TRUE)


Previous Comments:
---

[2001-03-24 12:39:35] [EMAIL PROTECTED]
I use PHP4.0.5dev on NT4.0
the code is simple 










---

[2001-03-24 12:07:35] [EMAIL PROTECTED]
Can you post the whole source of a script that crashes on the web somewhere? (Or if 
it's small, put it into this bug report). Can you also tell which version of PHP4 you 
are using?

---

[2001-03-24 12:04:20] [EMAIL PROTECTED]
I get a crash, my whole system stops and I have to restart usually.

---

[2001-03-24 11:57:10] [EMAIL PROTECTED]
I get a crash, my whole system stops and I have to restart usually.

---

[2001-03-24 11:31:00] [EMAIL PROTECTED]
Do you get a crash or a parse error?

---

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 to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9971&edit=2


-- 
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] PHP 4.0 Bug #9971 Updated: Crash

2001-03-26 Thread lyric

ID: 9971
Updated by: lyric
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Closing

Previous Comments:
---

[2001-03-26 16:38:21] [EMAIL PROTECTED]
Two things.

1) You should use "$i == 10" for a comparison. By using a single equals, you're 
assigning 10 to $i, which is always "true".

2) What do you expect it to do?  If you want to loop to iterate 10 times, you should 
use "$i<10" (the loop continues while the second term is TRUE)


---

[2001-03-24 12:39:35] [EMAIL PROTECTED]
I use PHP4.0.5dev on NT4.0
the code is simple 










---

[2001-03-24 12:07:35] [EMAIL PROTECTED]
Can you post the whole source of a script that crashes on the web somewhere? (Or if 
it's small, put it into this bug report). Can you also tell which version of PHP4 you 
are using?

---

[2001-03-24 12:04:20] [EMAIL PROTECTED]
I get a crash, my whole system stops and I have to restart usually.

---

[2001-03-24 11:57:10] [EMAIL PROTECTED]
I get a crash, my whole system stops and I have to restart usually.

---

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 to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9971&edit=2


-- 
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]




Re: [PHP-DEV] PHP 4.0 Bug #10000

2001-03-26 Thread eschmid+sic

On Mon, Mar 26, 2001 at 10:27:48PM +0200, Derick Rethans wrote:
> snif,
> 
> finally 1 bugs :(

Thats not so bad :) Most bugs are closed or bogus. Thats the way Open
Source Software works. Imagine how many bugreports could 
bugs.microsoft.com receive if such a site exists?

Anyway, could someone count status changes from any status to bogus also
as closed? Since bogus and closed looks to me to be nearly the same, the 
statistics page at bugs.php.net looks more correct.

-Egon

-- 
LinuxTag, Stuttgart, Germany: July 5-8 2001: http://www.linuxtag.de/
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

-- 
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] PHP 4.0 Bug #9990 Updated: php forces the apache to wait for ever

2001-03-26 Thread frank

ID: 9990
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: InterBase related
Description: php forces the apache to wait for ever

workaround: apache 1.3.14 + ssl + interbase (firebird 1.0) + 4.04pl1

\n";
ibase_close($conn);
?>

when exec, this small script in a very fast sequence, php forces the apache for ever.
the apache is still working fine, when u exec a script that doesn't use ib6.
the browser responses: Doc. contains no data (500)

php doesn't seem to disconnect the connection.

but then the apace tries to free memory, which doesn't seem to make any
differences ...

[Tue Mar 27 01:01:37 2001] [info] [client 10.0.0.1] send timed out
interbase.c(761) :  Freeing 0x0821E824 (71 bytes), 
script=/www/htdocs/test.de/htdocs/test.html
./zend_execute.c(1517) :  Freeing 0x082101A4 (12 bytes), 
script=/www/htdocs/test.de/htdocs/test.html
./zend_execute.c(1653) :  Freeing 0x082102A4 (10 bytes), 
script=/www/htdocs/test.de/htdocs/test.html
zend_variables.c(127) : Actual location (location was relayed)
Last leak repeated 3 times
./zend_execute.c(1650) :  Freeing 0x082C24A4 (12 bytes), 
script=/www/htdocs/test.de/htdocs/test.html
Last leak repeated 4 times


Previous Comments:
---

[2001-03-26 04:29:08] [EMAIL PROTECTED]
workaround: apache 1.3.14 + ssl + interbase (firebird 1.0) + 4.04pl1

n";
ibase_close($conn);
?>

when exec, this small script in a very fast sequence, php forces the apache for ever.
the apache is still working fine, when u exec a script that doesn't use ib6.
the browser responses: Doc. contains no data (500)

php doesn't seem to disconnect the connection.

---


Full Bug description available at: http://bugs.php.net/?id=9990


-- 
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] PHP 4.0 Bug #7563 Updated: cannot find database or driver

2001-03-26 Thread kalowsky

ID: 7563
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: ODBC related
Assigned To: 
Comments:

A) does this still exist in the current releases?

B) have you made sure your DSN is active on the w2k machine?

C) have you tried the MDAC2.6?

D) can you give us more information?  What server, what format of PHP, a sample of the 
connect string you're trying...?

Previous Comments:
---

[2000-11-01 02:09:11] [EMAIL PROTECTED]
i have a duel boot system w98 and w2000.
i'm running this site, www.nflwinnerspool.com with php4.0.2 on w98 and pws. its it 
working better than i expected... but today i installed 4.0.3pl1 on w2000 and tried to 
run the exact same code and setting the exact same datasources and i get:

SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default 
driver specified, SQL state IM002 in SQLConnect 

its been 5 hours now and i can't figure it out. anthony

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7563&edit=2


-- 
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] PHP 4.0 Bug #9869 Updated: ODBC - odbc_exec does not seem to work with an Access db

2001-03-26 Thread kalowsky

ID: 9869
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: ODBC related
Assigned To: 
Comments:

working on something similar already for some of the other bug reports... guess i can 
tack this onto the pile as well..

Previous Comments:
---

[2001-03-20 08:51:49] [EMAIL PROTECTED]
I am unable to use PHP/Openlink ODBC to get specific rows based on my SELECT statement 
form a MS Access 97 db.  I can use PHP/Openlink just fine while accessing an Informix 
db hosted on a SCO box.  I can also use Perl/DBI:DBD:ODBC to get the rows I need from 
this Access db, so I'm guessing this is a PHP bug.  Here is a snipet of the code I 
use:

putenv( "ODBCINI=/usr/local/openlink/bin/odbc.ini" );
putenv( "ODBCHOME=/usr/local/openlink" );
putenv( "ODBCINST=/usr/local/openlink/bin/odbcinst.ini");

$conn = odbc_connect("DSN=ink","","", SQL_CUR_USE_ODBC);
$sql = "SELECT DISTINCT * FROM ComponentUse WHERE Code = 'CX145' ";
$cur = odbc_exec($conn, $sql);

// This section of code displayes the tables in the db fine.
$tablelist = odbc_tables($conn);
while (odbc_fetch_row($tablelist)) {
echo odbc_result_all($tablelist);
}

// This section of code does not work - dies with "Driver not capable"
while (odbc_fetch_row($cur)){
$code = odbc_result($cur, "code");
printf ("Code: $coden");
}
odbc_close($conn);

The code will display the table list just fine, but I get the following error from the 
odbc_exec statement:

Warning: SQL error: [OpenLink][ODBC][Driver]Driver not capable, SQL state S1C00 in 
SQLExecDirect in
/home/httpd/html/ink/dispenser/comp_use.php on line 23

Like I said, I can use Perl/DBD just fine to get the rows I want with that select 
statement, so this must be a PHP bug?

Thanks for any help.  I really would like to write this application in PHP, since I'm 
not too proficient in Perl. 

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9869&edit=2


-- 
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] PHP 4.0 Bug #6861 Updated: Intermittent Error Message appearing (possible memory leak?)

2001-03-26 Thread kalowsky

ID: 6861
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: ODBC related
Assigned To: 
Comments:

is this still valid in the current releases?

Previous Comments:
---

[2000-09-23 08:41:55] [EMAIL PROTECTED]
I get the following ODBC Error:
"Warning: SQL error: [Microsoft][ODBC SQL Server Driver]Connection is busy with 
results for another hstmt, SQL state S1000 in SQLExecDirect in 
Sample Source" 

but only if the print statement
before the odbc_exec() calling the stored procedure sp_textcopy is there or if I 
assign its result to a variable
i.e. $qryid=odbc_exec("sp_textcopy") (See source below)

The message also appears erratically in another script of mine where i call a 
preg_replace() and ONLY if I assign the result of the preg_replace to a variable (it 
can be a dummy variable and have nothing to do with the rest of the script). Moreover, 
it only happens with preg_replace() and not with preg_match().  The error also 
disappears(!) if i do an ODD number of strlen($submission) before the odbc_exec() or 
if i remove the $submission variable from the odbc_exec() string. Also, the stored 
procedure seems to need to have an EXEC statement before the error will show up and 
should have a lot of variables passed to it.

In the script below, removing the first  tag will also cause the error to 
disappear. 

All in all nothing seems to make sense, this sort of bug looks suspiciously like a 
memory leak to me.

My ODBC driver is SQL Server 3.70.08.20






  
  
  
  




Transact-SQL Stored Procedure
--- BEGIN ---
CREATE PROCEDURE sp_textcopy (
  @dummy varchar (30)
) 
AS
EXEC master..xp_cmdshell "dir H:\winnt\system32"
 END 




---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=6861&edit=2


-- 
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] PHP 4.0 Bug #6762 Updated: Incorrect ARGC in function odbc_columns - php_odbc.c

2001-03-26 Thread kalowsky

ID: 6762
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: ODBC related
Assigned To: kalowsky
Comments:

yeah, i'll check this one out tooo.

Previous Comments:
---

[2000-09-14 12:40:15] [EMAIL PROTECTED]
Hi,

I just tried to use the php_odbc module under Win32 (WinNT 4.0 sp5, although that 
isn't an issue here) and noticed that the documentation for odbc_columns dissagrees 
with the actuall source code for the php function. The doco specifies:

int odbc_columns (int connection_id [, string qualifier [, string owner [, string 
table_name [, string column_name)

However, looking at the code the odbc_columns function will only work if the argument 
count has 1 or 5 arguments. This doesn't help with the last column not being known (as 
would probably be the case most of the time when people want to retreive a list of 
column name that are currently unknown at run-time).

I noticed the doco does allow the user to specify a "%" wildcard character, so there 
IS a work around.

Could you please look into this for me?

Cheers,

Mike Berry-Porter
[EMAIL PROTECTED]


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=6762&edit=2


-- 
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] PHP 4.0 Bug #10002 Updated: sprintf() and floating point

2001-03-26 Thread derick

ID: 10002
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Assigned To: 
Comments:

This bug is in 4.0.5RC2 too, just confirmed it

Previous Comments:
---

[2001-03-26 14:13:27] [EMAIL PROTECTED]

produces '0.0:' instead of '0.10'

I'm really curious as to why PHP just doesn't use libc's sprintf().

./configure --with-oracle=/usr/local/oracle/product/8.1.7 
  --with-oci8=/usr/local/oracle/product/8.1.7 --enable-force-cgi-redirect 
  --enable-track-vars --with-posix --enable-sockets --enable-sigchild 
  --with-gd=/usr/local

gcc version 2.95.2 19991024 (release)


This is not exactly a fix...
--- ext/standard/formatted_print.c  Mon Mar 26 14:01:31 2001
+++ ext/standard/formatted_print.c-fixedMon Mar 26 14:02:26 2001
@@ -92,7 +92,7 @@
while (p1 < &cvt_buf[NDIG])
*p++ = *p1++;
} else if (arg > 0) {
-   while ((fj = arg * 10) < 1) {
+   while ((fj = arg * 10.0) < 0.999) {
arg = fj;
r2--;
}



---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10002&edit=2


-- 
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] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread sniper

ID: 7821
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Configuration Issues
Assigned To: 
Comments:

Which version of GD library are you using?
As I can't find such symbols in my gd libs at all.

(well, in GD 2.0.0BETA there are those gdMalloc, gdCalloc, etc. but not in 1.8.3)

--Jani


Previous Comments:
---

[2001-03-26 06:40:38] [EMAIL PROTECTED]
Okay, with the option "--with-ttf=..." it works better, but I have this when I launch 
apache : 

./apachectl start
/usr/lib/dld.sl: Unresolved symbol: gdCalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdMalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdFree (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdRealloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl

an idea ?

Thank you for your answer,
JC

---

[2001-03-26 05:37:38] [EMAIL PROTECTED]
1. delete config.cache
2. add --with-ttf=/path/to/ttf into the configure line you used.
3. after configure do 'make clean ; make ; make install'

--Jani





---

[2001-03-26 05:20:05] [EMAIL PROTECTED]
Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

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 to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7821&edit=2


-- 
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] PHP 4.0 Bug #10005: Support for 128 bit integers.

2001-03-26 Thread mukund

From: [EMAIL PROTECTED]
Operating system: linux
PHP version:  4.0.4
PHP Bug Type: OCI8 related
Bug description:  Support for 128 bit integers.

I have a plsql function which accepts a number as an input. I tried to call this 
function in a loop using ora_parse and ora_bind statements. When Itry to use ora_bind 
since the functions takes an input as an integer I am forced to use intval function. 
If I use intval it truncates my 128 bit integer after the first 32 bits. It would be 
nice to have an upscaling for integers so that i could pass large integers 
seemelessly. 
 


-- 
Edit Bug report at: http://bugs.php.net/?id=10005&edit=1



-- 
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] PHP 4.0 Bug #9857 Updated: define("named_constant")

2001-03-26 Thread shmengie_2000

ID: 9857
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: IIS related
Description: define("named_constant")

A define on php4isapi has a tendency to bleed over to the next page load.  refresh and 
a completely different page have retain a defined constant.

eg:
test1.php


test2.php
echo (defined("anything")?"anything defined":"anything not defined");

after pointing browser at test1.php
test 2.php contains "anything defined", instead of "not"

Previous Comments:
---

[2001-03-20 01:15:49] [EMAIL PROTECTED]
With this code at the top of an include file, the results are unpretictable.

if(!defined("METABASE_MYSQL_INCLUDED"))
{
 define("METABASE_MYSQL_INCLUDED",1);
 ...rest of include file...
}

require_once(); seems to work though.


---


Full Bug description available at: http://bugs.php.net/?id=9857


-- 
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] PHP 4.0 Bug #9935 Updated: seg fault - apache - repost

2001-03-26 Thread sniper

ID: 9935
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Apache related
Assigned To: 
Comments:

What is the version of glibc in your system?

--Jani


Previous Comments:
---

[2001-03-22 12:48:46] [EMAIL PROTECTED]
A backtrace was requested from Jani.

I recompiled everything as instructed but the result looks the same on the backtrace.  
I could not get a core file, so I continued as the instructions said and this is what 
I got again:

#0  0x0 in ?? ()
#1  0x422f19e8 in ?? ()
#2  0x422eb50a in ?? ()
#3  0x422d546b in ?? ()
#4  0x422d5620 in ?? ()
#5  0x422d5866 in ?? ()
#6  0x401735bc in getprotobyname_r () from /lib/libc.so.6
#7  0x40173438 in getprotobyname () from /lib/libc.so.6
#8  0x81f6679 in tcp_socket_open (sin=0xbfffa050, tmp=0xbfff9850 "¨

-- 
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]




[Fwd: [PHP-DEV] PHP 4.0 Bug #10000]

2001-03-26 Thread André Langhorst

bug pack time ;)

andré


-- 
· André Langhorstt: +49 331 5811560 ·
· [EMAIL PROTECTED]  m: +49 173 9558736 ·
* PHP Quality Assurance  http://qa.php.net  *



snif,

finally 1 bugs :(

Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-


-- 
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 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] PHP 4.0 Bug #9845 Updated: win2k CRASH when PHP run on a localhost from IE

2001-03-26 Thread emailleonid

ID: 9845
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Reproduceable crash
Description: win2k CRASH when PHP run on a localhost from IE

the followind dump occurs "randomly" but often and only when i use PHP:
datedump  nisdrv.sys
DRIVER_IRQL_NOT_LES_OR_EQUAL

Can someone tell me what is goign on?
thanks

Previous Comments:
---

[2001-03-19 18:33:28] [EMAIL PROTECTED]
Not enough info.

--Jani


---

[2001-03-19 16:21:49] [EMAIL PROTECTED]
i think it hapends when you do include .. but because of the complete system crash 
(ONLY under IE .. with netscape it works fine) it is hard to trace the bug.

---


Full Bug description available at: http://bugs.php.net/?id=9845


-- 
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] PHP 4.0 Bug #10006: Netscape Navigator 4.7 returns blank pages.

2001-03-26 Thread dthompson

From: [EMAIL PROTECTED]
Operating system: NT 4.0 SP 4
PHP version:  4.0.4
PHP Bug Type: IIS related
Bug description:  Netscape Navigator 4.7 returns blank pages.

I have installed PHP 4.0.4 on an NT 4.0 server with SP4 applied.  IE4.0 - IE5.5 can 
access my php pages just fine but when I try to access those same pages with Netscape 
Navigator 4.7 I get an empty page.

PHPINFO follows:


PHP Version 4.0.4 

System Windows NT 4.0 build 1381 
Build Date Dec 20 2000 
Server API ISAPI 
Virtual Directory Support enabled 
Configuration File (php.ini) Path php.ini 
ZEND_DEBUG disabled 
Thread Safety enabled 

 This program makes use of the Zend scripting language engine:
Zend Engine v1.0.3, Copyright (c) 1998-2000 Zend Technologies

 




PHP 4.0 Credits



Configuration
PHP Core 
Directive Local Value Master Value 
allow_call_time_pass_reference
 On On 
allow_url_fopen
 1 1 
arg_separator
 & & 
asp_tags
 On On 
auto_append_file
 no value no value 
auto_prepend_file
 no value no value 
browscap
 no value no value 
default_charset
 no value no value 
default_mimetype
 text/html text/html 
define_syslog_variables
 Off Off 
disable_functions
 no value no value 
display_errors
 On On 
display_startup_errors
 Off Off 
doc_root
 no value no value 
enable_dl
 On On 
error_append_string
 Off Off 
error_log
 no value no value 
error_prepend_string
 Off Off 
error_reporting
 2039 2039 
expose_php
 On On 
extension_dir
 C:\InetPub\scripts\Php\extensions C:\InetPub\scripts\Php\extensions 
file_uploads
 1 1 
gpc_order
 GPC GPC 
highlight.bg
 #FF #FF 
highlight.comment
 #FF8000 #FF8000 
highlight.default
 #BB #BB 
highlight.html
 #00 #00 
highlight.keyword
 #007700 #007700 
highlight.string
 #DD #DD 
html_errors
 On On 
ignore_user_abort
 Off Off 
implicit_flush
 Off Off 
include_path
 no value no value 
log_errors
 Off Off 
magic_quotes_gpc
 On On 
magic_quotes_runtime
 Off Off 
magic_quotes_sybase
 Off Off 
max_execution_time
 30 30 
open_basedir
 no value no value 
output_buffering
 Off Off 
output_handler
 no value no value 
post_max_size
 8M 8M 
precision
 14 14 
register_argc_argv
 On On 
register_globals
 On On 
safe_mode
 Off Off 
safe_mode_exec_dir
 no value no value 
sendmail_from
 [EMAIL PROTECTED] [EMAIL PROTECTED] 
sendmail_path
 no value no value 
short_open_tag
 On On 
SMTP
 localhost localhost 
sql.safe_mode
 Off Off 
track_errors
 On On 
upload_max_filesize
 2M 2M 
upload_tmp_dir
 no value no value 
user_dir
 no value no value 
variables_order
 EGPCS EGPCS 
y2k_compliance
 Off Off 


pgsql
PostgreSQL Support enabled 
Active Persistent Links 0 
Active Links 0 

Directive Local Value Master Value 
pgsql.allow_persistent
 On On 
pgsql.max_links
 Unlimited Unlimited 
pgsql.max_persistent
 Unlimited Unlimited 


db
flat file support enabled 


curl
CURL support enabled 
CURL Information libcurl 7.5.1 (SSL 0.9.6) 


sablot
Sablotron XSLT support enabled 


zlib
ZLib Support enabled 
Compiled Version 1.1.3 
Linked Version 1.1.3 


mssql
MSSQL Support enabled 
Active Persistent Links 0 
Active Links 0 
Library version 7.0 

Directive Local Value Master Value 
mssql.allow_persistent
 On On 
mssql.batchsize
 0 0 
mssql.compatability_mode
 Off Off 
mssql.connect_timeout
 5 5 
mssql.max_links
 Unlimited Unlimited 
mssql.max_persistent
 Unlimited Unlimited 
mssql.min_error_severity
 10 10 
mssql.min_message_severity
 10 10 
mssql.textlimit
 Server default Server default 
mssql.textsize
 Server default Server default 


interbase
Interbase Support enabled 
Revision $Revision: 1.48 $ 
Dynamic Module yes 
Allow Persistent Links Yes 
Persistent Links 0/unlimited 
Total Links 0/unlimited 
Timestamp Format %m/%d/%Y %H:%M:%S 
Date Format %m/%d/%Y 
Time Format %H:%M:%S 


imap
IMAP Support enabled 
IMAP c-Client Version 4.1 


domxml
DOM/XML, XPath, XPointer Support enabled 
libmxl Version 2.2.8 


cybercash
Cybercash Support enabled 


standard
Regex Library Bundled library enabled 
Dynamic Library Support enabled 
Internal Sendmail Support for Windows 4 enabled 

Directive Local Value Master Value 
assert.active
 1 1 
assert.bail
 0 0 
assert.callback
 no value no value 
assert.quiet_eval
 0 0 
assert.warning
 1 1 
safe_mode_allowed_env_vars
 PHP_ PHP_ 
safe_mode_protected_env_vars
 LD_LIBRARY_PATH LD_LIBRARY_PATH 
session.use_trans_sid
 1 1 
url_rewriter.tags
 a=href,area=href,frame=src,form=fakeentry a=href,area=href,frame=src,form=fakeentry 


bcmath
BCMath support enabled 


Calendar
Calendar support enabled 


com
Directive Local Value Master Value 
allow_dcom
 Off Off 
typelib_file
 no value no value 


ftp
FTP support enabled 


mysql
MySQL Support enabled 
Active Persistent Links 1 
Active Links 1 
Client API version 3.23.22-beta 

Directive Local Value Master Value 
mysql.allow_persistent
 On On 
mysql.default_h

Re: [PHP-DEV] PHP 4.0 Bug #10006: Netscape Navigator 4.7 returns blank pages.

2001-03-26 Thread Joe Brown

Is it possible there are nulls in the output?

Read in one of the news.php.com groups that earlier versions of netscape
stop when a null is recieved in the stream.

Suggestions were to save the source and view with an editor that can
identify and display codes for null characters (chr(0)).

(Probably need to save source w/IE, or use cgi php and pipe to a file. ;-)

-Joe

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> From: [EMAIL PROTECTED]
> Operating system: NT 4.0 SP 4
> PHP version:  4.0.4
> PHP Bug Type: IIS related
> Bug description:  Netscape Navigator 4.7 returns blank pages.
>
> I have installed PHP 4.0.4 on an NT 4.0 server with SP4 applied.  IE4.0 -
IE5.5 can access my php pages just fine but when I try to access those same
pages with Netscape Navigator 4.7 I get an empty page.
>
> PHPINFO follows:
>
>
> PHP Version 4.0.4
>
> System Windows NT 4.0 build 1381
> Build Date Dec 20 2000
> Server API ISAPI
> Virtual Directory Support enabled
> Configuration File (php.ini) Path php.ini
> ZEND_DEBUG disabled
> Thread Safety enabled
>
>  This program makes use of the Zend scripting language engine:
> Zend Engine v1.0.3, Copyright (c) 1998-2000 Zend Technologies
>
>
>
>
> --
--
>
> PHP 4.0 Credits
>
> --
--
>
> Configuration
> PHP Core
> Directive Local Value Master Value
> allow_call_time_pass_reference
>  On On
> allow_url_fopen
>  1 1
> arg_separator
>  & &
> asp_tags
>  On On
> auto_append_file
>  no value no value
> auto_prepend_file
>  no value no value
> browscap
>  no value no value
> default_charset
>  no value no value
> default_mimetype
>  text/html text/html
> define_syslog_variables
>  Off Off
> disable_functions
>  no value no value
> display_errors
>  On On
> display_startup_errors
>  Off Off
> doc_root
>  no value no value
> enable_dl
>  On On
> error_append_string
>  Off Off
> error_log
>  no value no value
> error_prepend_string
>  Off Off
> error_reporting
>  2039 2039
> expose_php
>  On On
> extension_dir
>  C:\InetPub\scripts\Php\extensions C:\InetPub\scripts\Php\extensions
> file_uploads
>  1 1
> gpc_order
>  GPC GPC
> highlight.bg
>  #FF #FF
> highlight.comment
>  #FF8000 #FF8000
> highlight.default
>  #BB #BB
> highlight.html
>  #00 #00
> highlight.keyword
>  #007700 #007700
> highlight.string
>  #DD #DD
> html_errors
>  On On
> ignore_user_abort
>  Off Off
> implicit_flush
>  Off Off
> include_path
>  no value no value
> log_errors
>  Off Off
> magic_quotes_gpc
>  On On
> magic_quotes_runtime
>  Off Off
> magic_quotes_sybase
>  Off Off
> max_execution_time
>  30 30
> open_basedir
>  no value no value
> output_buffering
>  Off Off
> output_handler
>  no value no value
> post_max_size
>  8M 8M
> precision
>  14 14
> register_argc_argv
>  On On
> register_globals
>  On On
> safe_mode
>  Off Off
> safe_mode_exec_dir
>  no value no value
> sendmail_from
>  [EMAIL PROTECTED] [EMAIL PROTECTED]
> sendmail_path
>  no value no value
> short_open_tag
>  On On
> SMTP
>  localhost localhost
> sql.safe_mode
>  Off Off
> track_errors
>  On On
> upload_max_filesize
>  2M 2M
> upload_tmp_dir
>  no value no value
> user_dir
>  no value no value
> variables_order
>  EGPCS EGPCS
> y2k_compliance
>  Off Off
>
>
> pgsql
> PostgreSQL Support enabled
> Active Persistent Links 0
> Active Links 0
>
> Directive Local Value Master Value
> pgsql.allow_persistent
>  On On
> pgsql.max_links
>  Unlimited Unlimited
> pgsql.max_persistent
>  Unlimited Unlimited
>
>
> db
> flat file support enabled
>
>
> curl
> CURL support enabled
> CURL Information libcurl 7.5.1 (SSL 0.9.6)
>
>
> sablot
> Sablotron XSLT support enabled
>
>
> zlib
> ZLib Support enabled
> Compiled Version 1.1.3
> Linked Version 1.1.3
>
>
> mssql
> MSSQL Support enabled
> Active Persistent Links 0
> Active Links 0
> Library version 7.0
>
> Directive Local Value Master Value
> mssql.allow_persistent
>  On On
> mssql.batchsize
>  0 0
> mssql.compatability_mode
>  Off Off
> mssql.connect_timeout
>  5 5
> mssql.max_links
>  Unlimited Unlimited
> mssql.max_persistent
>  Unlimited Unlimited
> mssql.min_error_severity
>  10 10
> mssql.min_message_severity
>  10 10
> mssql.textlimit
>  Server default Server default
> mssql.textsize
>  Server default Server default
>
>
> interbase
> Interbase Support enabled
> Revision $Revision: 1.48 $
> Dynamic Module yes
> Allow Persistent Links Yes
> Persistent Links 0/unlimited
> Total Links 0/unlimited
> Timestamp Format %m/%d/%Y %H:%M:%S
> Date Format %m/%d/%Y
> Time Format %H:%M:%S
>
>
> imap
> IMAP Support enabled
> IMAP c-Client Version 4.1
>
>
> domxml
> DOM/XML, XPath, XPointer Support enabled
> libmxl Version 2.2.8
>
>
> cybercash
> Cybercash Support enabled
>
>
> standard
> Regex Library Bundled library enabled
> Dynamic Library Support enabled
> Internal Sendmail Support

[PHP-DEV] PHP 4.0 Bug #9828 Updated: LDAP: Object class violation

2001-03-26 Thread kcchung

ID: 9828
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: LDAP related
Description: LDAP: Object class violation

The ldap server I am using is openldap 1.2.11 which is the
current stable version. ldapadd works in command line.

The most strange thing is php 4.0.3pl1 works for me but
php 4.0.4pl1 doesn't. So I suspect the change from 4.0.3pl1
to 4.o.4pl1 has something wrong with ldap functions.

--George Chung

Previous Comments:
---

[2001-03-26 17:56:13] [EMAIL PROTECTED]
Did you update your ldap libraries also?
And does the same add work using the command line tools?

--Jani


---

[2001-03-18 21:46:12] [EMAIL PROTECTED]
when using php-4.0.3, ldap_add function works very well.
After upgrading to php-4.0.4pl1, ldap_add function
didn't work again. A error occured and logged in apache
error log, "LDAP: Object class violation".

php config
'./configure' '--with-config-file-path=/usr/slocal/etc' 
'--with-apxs=/usr/slocal/apache-1.3.19/bin/apxs' '--with-ldap=/usr/local' 
'--with-mysql=/usr/slocal/mysql' '--without-gd' '--with-mcrypt'

---


Full Bug description available at: http://bugs.php.net/?id=9828


-- 
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] PHP 4.0 Bug #10007: Apache2 Modul makes compiling failure

2001-03-26 Thread waja

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.4pl1
PHP Bug Type: Compile Failure
Bug description:  Apache2 Modul makes compiling failure

My configure line: ./configure --with-mysql --with-apache=../httpd-2.0 
--enable-track-vars
--enable-shmop --with-mod_charset

The failure:

sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:80: `NOT_FOUND' undeclared (first use in this function)
sapi_apache.c:80: (Each undeclared identifier is reported only once
sapi_apache.c:80: for each function it appears in.)

Testet with apache 2.0.14 and actual cvs of apache2.

With actual cvs of php4 it seems to be the same, but i'm not sure  wasn't getting 
it correct from cvs... :)

Regards, Jan.


-- 
Edit Bug report at: http://bugs.php.net/?id=10007&edit=1



-- 
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]




[Fwd: [PHP-DEV] patch for bug #9272]

2001-03-26 Thread André Langhorst

FYI


-- 
· André Langhorstt: +49 331 5811560 ·
· [EMAIL PROTECTED]  m: +49 173 9558736 ·
* PHP Quality Assurance  http://qa.php.net  *




Attached patch solves bug 9272, warning issued on closing persistent odbc
connection

Cheerio, Marc.


 <> 

 php_odbc.c.diff

-- 
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 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] PHP 4.0 Bug #10008: Can not create shared libraries

2001-03-26 Thread shannon

From: [EMAIL PROTECTED]
Operating system: Linux - arm - netwinder (redhat variant)
PHP version:  4.0.4pl1
PHP Bug Type: Compile Problem
Bug description:  Can not create shared libraries

When attempting to compile php4.0p11 for our netwinder (which is an arm based server 
running a variant of RedHat see www.netwinder.com for more info) I am running into 
consistant difficulties in compiling and linking. If I attempt to build using:

./configure --without-mysql --with-apxs 

the make appears to work - but the subsequent make install does NOT create any shared 
objects.

Using a wide array of other options does NOT seem to solve these problems -though some 
options to the configure will move the error to the: make .

Your help is much appreciated!

Here are the contents of my config.log file.

- config.log --

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1299: checking for a BSD compatible install
configure:1352: checking whether build environment is sane
configure:1409: checking whether make sets ${MAKE}
configure:1448: checking for working aclocal
configure:1461: checking for working autoconf
configure:1474: checking for working automake
configure:1487: checking for working autoheader
configure:1500: checking for working makeinfo
configure:1530: checking whether to enable maintainer-specific portions of Makefiles
configure:1559: checking host system type
configure:1587: checking for gawk
configure:1621: checking for bison
configure:1655: checking bison version
configure:1668: checking for gcc
configure:1781: checking whether the C compiler (gcc  ) works
configure:1797: gcc -o conftestconftest.c  1>&5
configure:1823: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1828: checking whether we are using GNU C
configure:1856: checking whether gcc accepts -g
configure:1888: checking how to run the C preprocessor
configure:1968: checking for AIX
configure:2013: checking for gcc option to accept ANSI C
configure:2093: checking for ranlib
configure:2122: checking whether gcc and cc understand -c and -o together
configure:2173: checking whether ln -s works
configure:2200: checking for flex
configure:2233: checking for flex
configure:2267: checking for yywrap in -lfl
configure:2309: checking lex output file root
configure:2330: checking whether yytext is a pointer
configure:2372: checking for working const
configure:2543: gcc -o conftest -g -O2 -pthread   conftest.c  1>&5
configure:2563: checking for pthreads_cflags
configure:2625: checking for pthreads_lib
configure:2722: checking for AOLserver support
configure:2796: checking for Apache module support via DSO through APXS
configure:3127: checking for mod_charset compatibility option
configure:3197: checking for Apache 2.0 module support via DSO through APXS
configure:3324: checking for Caudium support
configure:3600: checking for fhttpd module support
configure:3645: checking for Zeus ISAPI support
configure:3707: checking for NSAPI support
configure:3786: checking for PHTTPD support
configure:3847: checking for Pi3Web Support
configure:4025: checking for Roxen/Pike support
configure:4127: checking for Servlet support
configure:4254: checking for thttpd
configure:4260: checking for chosen SAPI module
configure:4309: checking for missing declarations of reentrant functions
configure:4318: gcc -c -g -O2  -DLINUX=2 -DUSE_EXPAT conftest.c 1>&5
configure:4343: gcc -c -g -O2  -DLINUX=2 -DUSE_EXPAT conftest.c 1>&5
configure:4368: gcc -c -g -O2  -DLINUX=2 -DUSE_EXPAT conftest.c 1>&5
configure:4393: gcc -c -g -O2  -DLINUX=2 -DUSE_EXPAT conftest.c 1>&5
configure:4418: gcc -c -g -O2  -DLINUX=2 -DUSE_EXPAT conftest.c 1>&5
configure:4439: checking whether compiler supports -R
configure:4472: checking whether compiler supports -Wl,-rpath,
configure:4512: checking for sendmail
configure:4555: checking whether system uses EBCDIC
configure:4610: checking for socket in -lsocket
configure:4665: checking for htonl in -lsocket
configure:4723: checking for yp_get_default_domain
configure:4751: gcc -o conftest -g -O2  -DLINUX=2 -DUSE_EXPAT  conftest.c  1>&5
/tmp/ccZS3s3d.o: In function `main':
/home/shannon/Apachetoolbox-1.5.18/src/php-4.0.4pl1/configure(.text+0xc): undefined 
reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4728 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yp_get_default_domain(); below.  */
#include 
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char yp_get_default_domain();

int main() {

/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS.  Some functions are actually named
so

[PHP-DEV] PHP 4.0 Bug #9997 Updated: get_browser not work

2001-03-26 Thread bitlz

ID: 9997
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Unknown/Other Function
Description: get_browser not work

all ok.


Previous Comments:
---

[2001-03-26 15:43:47] [EMAIL PROTECTED]
And what about the latest CVS? Try the latest CVS snapshot
from http://snaps.php.net/

--Jani


---

[2001-03-26 11:26:25] [EMAIL PROTECTED]
on php 4.0.3pl1 this function worked perfect.
in 4.0.4 or 4.0.4pl1  it don't work

---


Full Bug description available at: http://bugs.php.net/?id=9997


-- 
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] PHP 4.0 Bug #10009: www-search do not work

2001-03-26 Thread leischenr

From: [EMAIL PROTECTED]
Operating system: all
PHP version:  4.0.4pl1
PHP Bug Type: *General Issues
Bug description:  www-search do not work

the www-serach do not work: if i enter some keyword, i get every time the messag 
"Error: No search words specified."






-- 
Edit Bug report at: http://bugs.php.net/?id=10009&edit=1



-- 
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] PHP 4.0 Bug #10010: odbc_exec()

2001-03-26 Thread karol_cejka

From: [EMAIL PROTECTED]
Operating system: win98 - apache
PHP version:  4.0.4pl1
PHP Bug Type: *Database Functions
Bug description:  odbc_exec()

php crash if i want execute function   odbc_exec($me_con,$txtSQL). 
:0129dff2.
Registry:
EAX=00d70094 CS=0167 EIP=0129dff2 EFLGS=00010202
EBX=00d70338 SS=016f ESP=0063fc58 EBP=0063fc78
ECX=00d70420 DS=016f ESI=00d70420 FS=56ef
EDX=2000 ES=016f EDI=0001 GS=
Bajty v CS:EIP:

can you help me???


-- 
Edit Bug report at: http://bugs.php.net/?id=10010&edit=1



-- 
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] PHP 4.0 Bug #10011: Get results from a store procedure

2001-03-26 Thread antohi_cornel

From: [EMAIL PROTECTED]
Operating system: Win 2000
PHP version:  4.0.4
PHP Bug Type: MSSQL related
Bug description:  Get results from a store procedure

Hi,
I can't get the results from a store procedure that returs something ... this is a bur 
or what ?
Thanks.


-- 
Edit Bug report at: http://bugs.php.net/?id=10011&edit=1



-- 
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]