Re: [PHP-DEV] Changing ip2long() return value to string

2001-03-20 Thread Zeev Suraski
Should be safe... At 02:23 21/3/2001, Sean R. Bright wrote: >IP addrs are unsigned longs and zvals only handle signed longs, so the only >way to avoid <0 values is to convert to a string before returning. Anyone >have issue with this? > >Sean > >-- >==

Re: [PHP-DEV] PHP 4.0 Bug #9887: Files appear to be missing

2001-03-20 Thread Rasmus Lerdorf
> I did as you suggested and read over the INSTALL file again. I noticed > the "with-apxs" option. Due to my tiredness and my impatience it failed > to register in my mind that this was one of the required options for use > w/ Apache, so I hadn't added it. I recompiled again using that option a

[PHP-DEV] PHP 4.0 Bug #9890: Output line too long.

2001-03-20 Thread rdcwayx
From: [EMAIL PROTECTED] Operating system: Solaris2.6+recommand Patch PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Output line too long. I want to install php_4.0.2 on my Soalris 2.6 sparc system, when do configure, it give me the error message: ...

Re: [PHP-DEV] PHP 4.0 Bug #9887: Files appear to be missing

2001-03-20 Thread Shawn Reed
Wow, quick response. The command I used was: ./configure --with-mysql --with-gd --with-ftp --with-imap --enable-track-vars I did as you suggested and read over the INSTALL file again. I noticed the "with-apxs" option. Due to my tiredness and my impatience it failed to register in my mind that

Re: [PHP-DEV] PHP 4.0 Bug #9887: Files appear to be missing

2001-03-20 Thread Rasmus Lerdorf
What are your configure flags? Read the INSTALL file more carefully. On 21 Mar 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux 2.2.14 kernel > PHP version: 4.0.4pl1 > PHP Bug Type: *Install and Config > Bug description: Files appear to be

[PHP-DEV] PHP 4.0 Bug #9888: Error from Apache when work with PostgreSQL

2001-03-20 Thread baf
From: [EMAIL PROTECTED] Operating system: Win NT4.0 WS PHP version: 4.0.4pl1 PHP Bug Type: PostgreSQL related Bug description: Error from Apache when work with PostgreSQL I have Windows NT4.0 workstation with apache-1.3.19 & php-4.0.4pl1-win32. Also i have Postgresql for win

[PHP-DEV] PHP 4.0 Bug #9887: Files appear to be missing

2001-03-20 Thread shawn
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 kernel PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: Files appear to be missing In the "INSTALL" file included with the installation of PHP, it instructs me to reference 2 files in the httpd.c

[PHP-DEV] PHP 4.0 Bug #9883 Updated: octal representation

2001-03-20 Thread derick
ID: 9883 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: This is indeed a feature. You can strip the null from the resulting string later, bu you have to do that by hand. Previous Comments: --

RE: [PHP-DEV] PHP parser behavior.

2001-03-20 Thread Chris Newbill
As far as I know this is expected behavior. Multiple dimensional arrays will cause a parse error no matter how you do them if encapsulated inside a string. You would have to concatenate the values like so. $str = "This is a test, the value is " . $array["field"][0] . ". I repeat this is a test."

[PHP-DEV] PHP parser behavior.

2001-03-20 Thread Yasuo Ohgaki
I didn't get responses for post in php-general, php-lang. I noticed that PHP4.0.4pl1 under Linux/Apache DSO and PHP4.0.5-RC1 under W2K/IIS5 CGI accepts and does not raise error (notice messages) for following code. $arr = array('first' => 'one'); $str = "This is first element of array: $arr[f

[PHP-DEV] A NETWORK MARKETER?

2001-03-20 Thread timmyralley8627
ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT THE FOLLOWING OPPORTUNITY I CAME ACROSS!! IF YOU PLUG INTO THEIR PROVEN SYSTEM, THEY GUARANTEE YOU SUCCESS, AND PROVIDE YOU WITH FREE LEADS TO BUILD YOUR GROUP!! DO NOT LET THIS SLIP AWAY!! CLICK BELOW AND FIND OUT AS I DID, WHY THESE

[PHP-DEV] PHP 4.0 Bug #9886: Installation on w2k

2001-03-20 Thread kenneth
From: [EMAIL PROTECTED] Operating system: w2k SP1 IIS5 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: Installation on w2k I have just installed PHP 4.0.4pl1 on w2k SP1 using CGI. I have setup the extension_dir to the directory where the extension dll

[PHP-DEV] PHP 4.0 Bug #9566 Updated: error with switch() control structure syntax error reporting

2001-03-20 Thread andre
ID: 9566 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Reproduceable crash Assigned To: Comments: Previous Comments: --- [2001-03-16 15:48:06] [EMAIL PROTECTED] for me 4.0.4pl1

[PHP-DEV] PHP 4.0 Bug #9566 Updated: error with switch() control structure syntax error reporting

2001-03-20 Thread craigp
ID: 9566 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: error with switch() control structure syntax error reporting Previous Comments: --- [2001-03-16 15:48:06] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9566 Updated: error with switch() control structure syntax error reporting

2001-03-20 Thread craigp
ID: 9566 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: error with switch() control structure syntax error reporting Previous Comments: --- [2001-03-16 15:48:06] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9566 Updated: error with switch() control structure syntax error reporting

2001-03-20 Thread craigp
ID: 9566 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: error with switch() control structure syntax error reporting I'm using 4.0.3 pl1 I guess this was fixed in 4.0.4 My mistake Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9885: New web site: can't find list of available libraries

2001-03-20 Thread dave . krause
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: New web site: can't find list of available libraries the new website design looks great. but, there used to be a page that listed all the available l

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Zeev Suraski wrote: >his new code. In my opinion, the CVS rules should be changed to reflect >that, just to make Jani happy, or we'd stay outlaws in his mind forever :) :) --Jani -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP-DEV] ImageMagick module for PHP

2001-03-20 Thread Ragnar Kjørstad
On Tue, Mar 20, 2001 at 05:14:23PM -0800, Rasmus Lerdorf wrote: > Because it didn't work, and the ImageMagick library is absolutely > horrible. Unlike what software? :-) > Have a look at the Imlib2 extension. That's even better. Thanks! -- Ragnar Kjørstad Zet.no -- PHP Development Mailing

Re: [PHP-DEV] ImageMagick module for PHP

2001-03-20 Thread Rasmus Lerdorf
Because it didn't work, and the ImageMagick library is absolutely horrible. Have a look at the Imlib2 extension. -Rasmus On Wed, 21 Mar 2001, [iso-8859-1] Ragnar Kjørstad wrote: > Hi > > I see there is a Image Magick module for php3 but not php4. > Why was it removed? > > Is there any work in

[PHP-DEV] PHP 4.0 Bug #9884 Updated: Using a return in an included file causes a major abnormality.

2001-03-20 Thread ceo
ID: 9884 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Using a return in an included file causes a major abnormality. in my stupidity, i spelt weird.inc wrong... but you guys are smart, so i'll assume you can correct it.. =) (sorry) Previous Comm

[PHP-DEV] PHP 4.0 Bug #9884 Updated: Using a return in an included file causes a major abnormality.

2001-03-20 Thread ceo
ID: 9884 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Using a return in an included file causes a major abnormality. Sorry, i forgot to include the output of test.php, here' you go: output Hi From weird.inc... 1 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9884: Using a return in an included file causes a major abnormality.

2001-03-20 Thread ceo
From: [EMAIL PROTECTED] Operating system: NT/Freebsd PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Using a return in an included file causes a major abnormality. According to documentation and common sense, using a return inside an include, sh

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5)/sapi/fastcgi

2001-03-20 Thread Joey Smith
Well, IIUC, this is really all Jani is trying to say...RC2 is could be considered invalid now... On Tue, 20 Mar 2001, Zeev Suraski wrote the following to Sascha Schumann : > In my humble opinion (humility is a virtue), new modules are fine to add > while in the release process, as long as there

[PHP-DEV] Bi-directional popen()

2001-03-20 Thread Anil Madhavapeddy
This has come up a few times, but is there any chance of having a bi-directional popen() that doesn't depend on the underlying system call supporting it? It would hugely speed up and clean up a lot of code that interacts with the system, but right now it only works under FreeBSD/BSDi that I found

[PHP-DEV] ImageMagick module for PHP

2001-03-20 Thread Ragnar Kjørstad
Hi I see there is a Image Magick module for php3 but not php4. Why was it removed? Is there any work in progress for reimplementing it? (we need it badly, and will considder joining the development) -- Ragnar Kjørstad Zet.no -- PHP Development Mailing List To unsubsc

[PHP-DEV] Changing ip2long() return value to string

2001-03-20 Thread Sean R. Bright
IP addrs are unsigned longs and zvals only handle signed longs, so the only way to avoid <0 values is to convert to a string before returning. Anyone have issue with this? Sean -- === Sean Bright [EMAIL PROTECTED] / [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #9883: octal representation

2001-03-20 Thread koen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: octal representation Hi there, I don't know if this is a bug, but while writing a form to enter lap times like: hours,minutes,seconds,milliseconds millisecon

Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Björn Schotte
* Stanislav Malyshev wrote: > personally know at least two, not counting Zend Debugger. I'm sure there There is no Zend Debugger. I only know of "ZendIDE" which has a zend extension that seems to be a debugger. If there would be a "Zend Debugger", I could say "I want to purchase the Zend Debugger

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM I think that you've fixed the problem. Thanks. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9837 Updated: Cannot connect with a remote MTS server

2001-03-20 Thread phanto
ID: 9837 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: are you sure you have granted your webserver to invoke your com-object ? if your servers are not in the same winnt domain you have to set the access permissions for your com-obj

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread phanto
ID: 9718 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: could you try again with the latest cvs version. i've rewritten a lot. harald Previous Comments: --- [

[PHP-DEV] PHP 4.0 Bug #9748 Updated: wrong behavior of is_dir() and is_file() on a dir-link

2001-03-20 Thread ohrn
ID: 9748 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Assigned To: Comments: What do you mean with directory link? A Windows "shortcut" to a directory? Previous Comments: --

[PHP-DEV] RE: PHP 4.0 Bug #9636 Updated: error message

2001-03-20 Thread Smith, Robert W.
Thanks. I was able to configure and install, however I get the message from Netscape browser, "Document contains no data," and from IE, "The page cannot be displayed" when trying test.php. I followed the directions for editing mime.types and obj.conf. Is there any more documentation referencing N

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Sascha Schumann
> The SAPI extension was never used by anyone before so there's no harm in > adding it (this is not changing/patching existing functionality). > It does make two changes to two build files but I took a very close look at > them and it doesn't seem like they can cause us problems. Regardless o

[PHP-DEV] PHP 4.0 Bug #8883 Updated: explode() and empty strings

2001-03-20 Thread ohrn
ID: 8883 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Arrays related Assigned To: Comments: count(explode(",","foo")) == 1 (Short enough?) Previous Comments: --- [2001-01-24 0

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Zeev Suraski
It's an inherent 'feature' of opensource projects, which has its advantages and disadvantages. One of the good things about OSS is the relatively short 'time to market'. The price is that you have to be willing to accept buglets. The trick is to find the right mixture between time to market

[PHP-DEV] news.php.net

2001-03-20 Thread Ulf Wendel
Hi, thanks for news.php.net ! That's more than cool, it saves me lots of emails I only ordered to monitor certain lists, although I never took part in the discussion on mosts of the lists. Is there a change to put de.comp.lang.php on the newsserver and/or to add language specific mailinglists?

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Apache dies I am able to build a php-4.04p1 that works if I leave out imap support. Also imap support doesn't build properly without kerberos and imap-ssl support. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8646 Updated: rand() or getrandmax() is broken

2001-03-20 Thread ohrn
ID: 8646 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: The proposed fix looks ok. Applied to CVS. Previous Comments: --- [2001-01-10 20:52:24]

[PHP-DEV] PHP 4.0 Bug #9882 Updated: Problem with site

2001-03-20 Thread hholzgra
ID: 9882 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: thats what webmaster@... adresses are good for Previous Comments: --- [20

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread hholzgra
ID: 9881 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Assigned To: Comments: because you are using $e in the switch statement although it has never been given a value before if this annoies you turn of E_NOTICE warning level or wrap your sw

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread torben
ID: 9881 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Assigned To: Comments: Well, define $e then. ;) Or put a '@' in front of it to suppress the error. Or turn down the error_reporting(). Check the manual for more information on using the langua

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread derick
ID: 9881 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Variables related Assigned To: Comments: Read www.php.net/error_reporting please, this is not a bug Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9882: Problem with site

2001-03-20 Thread tovo12
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Problem with site I'm not sure if this will reach the right person, but I searched for docs on the while funciotn, and recieved the following warnings at t

[PHP-DEV] PHP 4.0 Bug #9881: Varibles are not defined

2001-03-20 Thread echoz
From: [EMAIL PROTECTED] Operating system: Win95 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: Varibles are not defined everytime i call the script without the varible "e" specified... they will return "Warning: Undefined variable: e in e:somewhere

[PHP-DEV] PHP 4.0 Bug #9880: Apache Core dumps when trying to execute. No compilation errors.

2001-03-20 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Apache Core dumps when trying to execute. No compilation errors. GNU gdb 5.0 Copyright 2000 Free

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Zeev Suraski
At 20:57 20/3/2001, Jani Taskinen wrote: >On Tue, 20 Mar 2001, Andi Gutmans wrote: > > >I couldn't find any indication that this can break any of the other sapi > >builds so I don't think there's a problem with adding it. > >Okay. But still I find it very annoying that we don't follow the >rules w

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 07:57 PM 3/20/2001 +0100, Jani Taskinen wrote: >On Tue, 20 Mar 2001, Andi Gutmans wrote: > > >I couldn't find any indication that this can break any of the other sapi > >builds so I don't think there's a problem with adding it. > >Okay. But still I find it very annoying that we don't follow the

[PHP-DEV] PHP 4.0 Bug #9879: ISAPI Not handleing connections to MySQL correctly

2001-03-20 Thread peter
From: [EMAIL PROTECTED] Operating system: Win NT PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: ISAPI Not handleing connections to MySQL correctly When running php as an isapi filter, php connects and works properly, but does not reuse persistant connect

[PHP-DEV] PHP 4.0 Bug #9878: gmmktime is 1 hour off during standard time

2001-03-20 Thread bfoddy
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: gmmktime is 1 hour off during standard time gmmktime is producing a timestamp 1 hour off when the timezone is standard time. If you compare a time(

Re: [PHP-DEV] Extension help

2001-03-20 Thread Sterling Hughes
On Tue, 20 Mar 2001, Barry Mitchelson wrote: > ok, I have managed to add a member variable, but am having problems when i try to >retreive it using zend_find_hash > > here's the code : > > for the extension : > > PHP_FUNCTION(create_object) > { > > ... other stuff > > add_proper

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Andi Gutmans wrote: >I couldn't find any indication that this can break any of the other sapi >builds so I don't think there's a problem with adding it. Okay. But still I find it very annoying that we don't follow the rules we have created. Just for the record. :) And I hop

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 07:41 PM 3/20/2001 +0100, Jani Taskinen wrote: >On Tue, 20 Mar 2001, Andi Gutmans wrote: > > >At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: > >>On Tue, 20 Mar 2001, Andi Gutmans wrote: > >> > >> > andi Tue Mar 20 10:13:21 2001 EDT > >> > > >> > Added files: (Bran

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Andi Gutmans wrote: >At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: >>On Tue, 20 Mar 2001, Andi Gutmans wrote: >> >> > andi Tue Mar 20 10:13:21 2001 EDT >> > >> > Added files: (Branch: PHP_4_0_5) >> > /php4/sapi/fastcgiCREDITS Makefi

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Apache dies added --imap-ssl to the configure. That got rid of undefined symbol: SSL_CTX_set_tmp_rsa_callback but not the orginal problem. It still dies. New build (after rm config.cache , make clean)

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: >On Tue, 20 Mar 2001, Andi Gutmans wrote: > > > andi Tue Mar 20 10:13:21 2001 EDT > > > > Added files: (Branch: PHP_4_0_5) > > /php4/sapi/fastcgiCREDITS Makefile.in README.FastCGI config.m4 > >

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Derick Rethans
On Tue, 20 Mar 2001, Andi Gutmans wrote: > andi Tue Mar 20 10:13:21 2001 EDT > > Added files: (Branch: PHP_4_0_5) > /php4/sapi/fastcgiCREDITS Makefile.in README.FastCGI config.m4 > fastcgi.c php.sym php_fastcgi.h > Log: > -

Re: [PHP-DEV] PHP 4.0 Bug #9876: OCIPLogon flaky after restart Oracle

2001-03-20 Thread Thies C. Arntzen
On Tue, Mar 20, 2001 at 04:55:31PM -, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Redhat 6.1 Linux > PHP version: 4.0.4pl1 > PHP Bug Type: OCI8 related > Bug description: OCIPLogon flaky after restart Oracle > > ./configure' '--prefix=/var/php'

[PHP-DEV] PHP 4.0 Bug #9400 Updated: Duplicate symbol with GD

2001-03-20 Thread l_faillie
ID: 9400 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Sockets related Description: Duplicate symbol with GD Hi Jani, 1/ Yes I compile my self Apache because I found only HPUX 11 binary (and because, in security point of view, it's safter). 2/ I compile succ

RE: [PHP-DEV] PHP 4.0 Bug #9876: OCIPLogon flaky after restart Oracle

2001-03-20 Thread Andy Sautins
I wouldn't exactly say the OCI interface has a bug. This is pretty common behavior for oracle drivers ( JDBC/ODBC drivers tend to do the same thing ). That's not to say that is an ideal situation ( It's nice to not have to bounce a server-farm when the database goes away ). As I under

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2001-03-20 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > sbergmann Tue Mar 20 09:04:45 2001 EDT > > Modified files: > /php4/ext/domxmlphp_domxml.c > Log: > Nuke another warning. One warning left: php_domxml.c D:\Programme\MS Visual Studio\Projekte\php\php4\ext\domxml\php_domxml.c(655) : warnin

[PHP-DEV] PHP 4.0 Bug #9877: Need SYSV Message Queue Support

2001-03-20 Thread duritz
From: [EMAIL PROTECTED] Operating system: POSIX PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Need SYSV Message Queue Support I applaud everyone for doing a fantastic job on everything. However, I have a small dilemma. I have some exi

[PHP-DEV] PHP 4.0 Bug #9876: OCIPLogon flaky after restart Oracle

2001-03-20 Thread merrill
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 Linux PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCIPLogon flaky after restart Oracle ./configure' '--prefix=/var/php' '--with-config-file-path=/var/php' '--enable-track-vars'

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 06:48:39PM +0200, Stanislav Malyshev wrote: > BM>> is there full documentation of the Zend API - i found the stuff > BM>> on the zend website to be useful, but didn't cover everything. > > Well, that's the most full one that exists. Eventually, it should be > extended to c

[PHP-DEV] PHP 4.0 Bug #9281 Updated: Using a dll

2001-03-20 Thread phanto
ID: 9281 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: no feedback Previous Comments: --- [2001-02-15 13:26:34] [EMAIL PROTECTED] user reply:

[PHP-DEV] PHP 4.0 Bug #9825 Updated: COM with Seagate Crystal Reports

2001-03-20 Thread phanto
ID: 9825 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: can you provide a short code snippet, i can't reproduce this. Previous Comments: --- [2001-03-18 17:45:22

[PHP-DEV] RE: PHP 4.0 Bug #9627 Updated: PHP.INI cannot read new values

2001-03-20 Thread moisey . g . oysgelt
I check it many times. It looks like PHP writes this info into system and then reads from there. I could fix it only by rebuilding system Moisey Oysgelt [EMAIL PROTECTED] -Original Message- From:php-dev [mailto:[EMAIL PROTECTED]] Sent:Tuesday

Re: [PHP-DEV] Extension help && mailing list???

2001-03-20 Thread Stanislav Malyshev
MB>> > If there is, I couldn't find it either. The docs are at http://www.zend.com/apidoc/ -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP-DEV] Extension help

2001-03-20 Thread Stanislav Malyshev
BM>> is there full documentation of the Zend API - i found the stuff BM>> on the zend website to be useful, but didn't cover everything. Well, that's the most full one that exists. Eventually, it should be extended to cover the most, but before it happnes, you have the code and the PHP-DEV... --

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: Apache dies After rebuilding with debugging support as you suggested, I got the following output: This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)..

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 05:15:58PM +0100, Marc Boeren wrote: > > >BTW, (*tmpString)->value.str.val == Z_STRVAL_PP(tmpString) but the > >latter looks much nicer :) > > Granted, but that's what happens if you just examine the code and don't read > the documentation :-) is there full documentation

[PHP-DEV] PHP 4.0 Bug #8476 Updated: Class documentaion request

2001-03-20 Thread bobw123
ID: 8476 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Description: Class documentaion request jmcastagnetto, Possibly you do not have your error reporting set to max Bob Previous Comments: ---

[PHP-DEV] Extension help && mailing list???

2001-03-20 Thread Marc Boeren
> >is there full documentation of the Zend API - i found the stuff on the > zend website to be useful, but didn't cover everything. > > If there is, I couldn't find it either. > So it's that and the source code itself. > > If anyone knows about more documentation, could someone put it up (or

Re: [PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Stanislav Malyshev
WF>> Personally, I found the Zend IDE a little slow and unresponsive WF>> on my windows box (most likely down to Java) and I am loath to Try using JIT-enabled JRE (IBM's?), it could improve things... WF>> I wonder how many other people out there in dev land would like WF>> to see it working in t

[PHP-DEV] PHP 4.0 Bug #9875: bicubic jpg resize

2001-03-20 Thread nymph
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: bicubic jpg resize Someone posted a bicubic jpeg resize in the help list for imagecopyresized function and it would be nice if this was built into the regularly co

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
>BTW, (*tmpString)->value.str.val == Z_STRVAL_PP(tmpString) but the >latter looks much nicer :) Granted, but that's what happens if you just examine the code and don't read the documentation :-) Cheerio, Marc. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAI

Re: [PHP-DEV] Extension help

2001-03-20 Thread Stanislav Malyshev
BM>> > but I may be wrong on the level of indirection. BM>> > The zval cannot automagically be put in a %s and treated as a string, you BM>> > should manually extract the pointer to the actual string. BM>> BM>> even though i did convert_to_string_ex(tmpString) ? The convert_to_string_ex makes tmp

Re: [PHP-DEV] Extension help

2001-03-20 Thread Andrei Zmievski
On Tue, 20 Mar 2001, Stanislav Malyshev wrote: > MB>> zend_printf("foo = %s", (*tmpString)->value.str.val); > > BTW, (*tmpString)->value.str.val == Z_STRVAL_PP(tmpString) but the > latter looks much nicer :) And much like Perl but not quite that bad yet.. :)) -Andrei * Life may be expensive, bu

Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Stanislav Malyshev
WF>> The impression that I have is that the Zend Debugger is a closed WF>> piece of software, but the PHP debugger is still freely WF>> available from http://dd.cron.ru/dbg/ That's not "the PHP debugger", that's "a PHP debugger". You can write as many debuggers with different protocols as you wis

RE: [PHP-DEV] Extension help

2001-03-20 Thread Stanislav Malyshev
MB>> zend_printf("foo = %s", (*tmpString)->value.str.val); BTW, (*tmpString)->value.str.val == Z_STRVAL_PP(tmpString) but the latter looks much nicer :) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing Li

Re: [PHP-DEV] PHP 4.0 Bug #9864: In php.ini file.Enabled the ldaputility by removing the semicolon

2001-03-20 Thread Stanislav Malyshev
JT>> There are a lot of this kind of reports about not finding the JT>> modules. Is there really something wrong (within Windows) with JT>> the extension loading or is this a documentation problem? Or was JT>> this the bug that was fixed by Zeev a few days ago? extension= line does not understand

[PHP-DEV] website bug

2001-03-20 Thread Bela Spahn
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: website search function here is the output after performing a search for the word "global" on the whole site Search Results Warning:

[PHP-DEV] Re: PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread Clay Claiborne
After rebuilding with debugging support as you suggested, I got the following output: This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb) run -X Starting program: /usr/sbin/httpsd -X Cannot access memory at address 0x40701af4 (gdb) And this is the backtrace: (g

Re: [PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Wez Furlong
On 2001-03-20 14:22:54, Joey Smith <[EMAIL PROTECTED]> wrote: > I have been told that the Zend Debugger license explicitly > prohibits such activity. I, for one, do not begrudge Zend trying to make > a little money. Just because some of us manage to live an idealistic > world does not me

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
> Hi! > > >even though i did convert_to_string_ex(tmpString) ? > You should still do that, but the only thing that really does is set the zval type to IS_STRING, and the value union is set accordingly (instead of e.g. a long in value.lval, you get the value as a string in value.str.val (and the

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 03:59:29PM +0100, Marc Boeren wrote: > > >> You're almost correct, sizeof("foo") should be sizeof("foo")+1 > > >hmm... still not working :( > > My fault for not reading on beyond the first typo: > > >zend_printf("foo = %s",tmpString); > > should probably be > > zend_p

Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Wez Furlong
On 2001-03-21 03:03:00, "Varun Shoor" wrote: > working on an Open Source IDE for PHP but from what i heard in the #php the > debugger protocol is no more open in PHP4? And only binaries are distributed > and above all it is illegal to reverse engineer the protocol. Why in the world > is this do

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2001-03-20 Thread Sebastian Bergmann
Uwe Steinmann wrote: > steinm Tue Mar 20 07:01:14 2001 EDT > > Modified files: > /php4/ext/domxmlphp_domxml.c php_domxml.h > Log: > - complete rewrite of domxml module. > It is now mostly conform to DOM Level 2 though some classes and > methods are still missing

[PHP-DEV] PHP 4.0 Bug #9872: Couldn't access all file via gz* functions

2001-03-20 Thread vaab
From: [EMAIL PROTECTED] Operating system: linux 2.4.1 on a LFS (www.LinuxFromScratch.org) PHP version: 4.0.4pl1 PHP Bug Type: Zlib Related Bug description: Couldn't access all file via gz* functions I have php 4.0.4pl1 under Apache. My zlib is version 1.1.2. I've had probl

[PHP-DEV] Fwd: BEST Network Marketer Leads

2001-03-20 Thread jennivaughn_02
ATTENTION! I Found this company on the internet. They came very highly recommended by several of my friends and associates. They have the most qualified leads I have ever worked. Forget those generic phone leads... sign up 5 out of 15 or more every time!! They Are having a 33% off sale thi

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
>> You're almost correct, sizeof("foo") should be sizeof("foo")+1 >hmm... still not working :( My fault for not reading on beyond the first typo: >zend_printf("foo = %s",tmpString); should probably be zend_printf("foo = %s", (*tmpString)->value.str.val); but I may be wrong on the level of i

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 03:24:00PM +0100, Marc Boeren wrote: > > > >zend_hash_find(obj->value.obj.properties,"foo",sizeof("foo"),(void**)&tmpSt > ring); > > You're almost correct, sizeof("foo") should be sizeof("foo")+1 hmm... still not working :( > > Cheerio, Marc. > > -- > PHP Developmen

[PHP-DEV] PHP 4.0 Bug #9871: MySql connection failed

2001-03-20 Thread badlup
From: [EMAIL PROTECTED] Operating system: NT 4 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: MySql connection failed Warning: MySQL Connection Failed: Can't create a new thread (errno 11). If you are not out of available memory, you can consu

[PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Joey Smith
According to the DMCA [ § 1201(f) ], legal precedent [ see http://home.joeysmith.com/~joey/sony-v-connectix.html ], and common practice, there is nothing that prohibts a "clean room implementation". (http://www.boreworms.com/karellen/rev-eng.html). That said: PHP *is* open. The Ze

[PHP-DEV] PHP 4.0 Bug #9870 Updated: PHP dies with segfault when a post request has no content-type

2001-03-20 Thread sniper
ID: 9870 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Assigned To: Comments: This is fixed in CVS. A bit differently though. The check for content_type_dup is put a bit earlier so it doesn't even get into the handler if it's null.

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
>zend_hash_find(obj->value.obj.properties,"foo",sizeof("foo"),(void**)&tmpSt ring); You're almost correct, sizeof("foo") should be sizeof("foo")+1 Cheerio, Marc. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP-DEV] PHP 4.0 Bug #9870: PHP dies with segfault when a post request has no content-type

2001-03-20 Thread teo
From: [EMAIL PROTECTED] Operating system: SuSE7.0 PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: PHP dies with segfault when a post request has no content-type [Tue Mar 20 15:09:20 2001] [error] PHP Warning: No content-type in POST request in Unknown on

Re: [PHP-DEV] feature request

2001-03-20 Thread Phil Driscoll
>That is the only thing that I see of any real use as well. I was just >humoring Andi and his idea that we would soon be requesting that feature of >knowing which one failed the test. I was really voting no for the original feature - just returning true or false - unless it can be shown (and imp

[PHP-DEV] PHP 4.0 Bug #9869: ODBC - odbc_exec does not seem to work with an Access db

2001-03-20 Thread bruceg
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: ODBC - odbc_exec does not seem to work with an Access db I am unable to use PHP/Openlink ODBC to get specific rows based on my SELECT statement form a MS A

  1   2   >