Re: [PHP-DEV] Question for Zeev, Zak or Georg - mysql_query and possible integer overflow?

2003-03-25 Thread Zak Greant
D'oh - read too little, too fast. :) On Tue, Mar 25, 2003 at 05:55:42PM -0800, Zeev Suraski wrote: > I believe he meant the query id's that the engine uses, and not the auto > increment id's. Wez's response was accurate, we'll overflow at some > point. This is basically because PHP was designe

Re: [PHP-DEV] Question for Zeev, Zak or Georg - mysql_query and possible integer overflow?

2003-03-25 Thread Zak Greant
is to create a temporary table that has a TINYINT as its auto_incrementing primary key, fill the table up and then watch to see what breaks. Cheers! --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proto void and return values...

2002-11-12 Thread Zak Greant
on? Bingo! :) (or at least, that is my belief - I might be wrong :) --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PUT method support

2002-11-12 Thread Zak Greant
On Tue, 2002-11-12 at 14:14, Hartmut Holzgraefe wrote: > > looks like this was a PHP3 only feature? > > http://www.php.net/manual/sv/printwn/features.file-upload.put-method.php Yes - this never made it out of PHP 3. --zak -- PHP Development Mailing List <http://w

Re: [PHP-DEV] #20374 [NEW]: Performance enhancment forphp_mysql_do_connect. (fwd)

2002-11-11 Thread Zak Greant
On Tue, 2002-11-12 at 00:47, Rasmus Lerdorf wrote: > Seems like a good idea to me. Any volunteers? Zak? Working on it right now. :) Cheers! --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Embedded libmysql update

2002-06-14 Thread Zak Greant
Hello All, Upgrading the embedded libmysql is taking me far too long. I have asked for the core MySQL devs to take care of it. A rather tired and frustrated, --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Zak Greant
On Mon, 2002-06-03 at 09:39, Sebastian Bergmann wrote: > Jani Taskinen wrote: > > Currently, the bundled mysql is not been updated. (it's 3.23.39) > > Latest stable release is 3.23.49, AFAIK. > > I am told that Monty will see to it that Zak gets it updated b

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

2002-04-24 Thread Zak Greant
On Wed, 2002-04-24 at 08:29, Derick Rethans wrote: > Hey Zak, > > I think this is a nice thing for 4.2.1. I can reproduce it. I hope > somebody can investigate this before friday (RC1 of 4.2.1 is scheduled > then). Thanks for the heads up! I return from San Jose on the 25t

Re: [PHP-DEV] Resume of my problem

2002-03-24 Thread Zak Greant
t; addvalue ( 1, 2, c ); > print ( "Value c = $c "); > > ?> > > what the procedure to make this ? Dear Alexandre, A better forum for your question is the php-general mailing list. This list is for discussing the development *of* PHP. --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mysql_tablename

2002-03-24 Thread Zak Greant
, your suggestion would make things more consistent - it will be added to the CVS version of PHP in a few minutes. --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Better fix for PHP Safe Mode FilesystemCircumvention Problem

2002-02-28 Thread Zak Greant
On Thu, 2002-02-28 at 07:22, Andi Gutmans wrote: > At 05:03 AM 2/28/2002 -0700, Zak Greant wrote: > >Hi Jason, > > > >Did this actually work? I wrote almost the same code on my own and > >tested it, only to find that nothing changed. I walked through the code, > &

Re: [PHP-DEV] [PATCH] Better fix for PHP Safe Mode FilesystemCircumvention Problem

2002-02-28 Thread Zak Greant
. We (errr.. the PHP we that is) may wish to consider updating the embedded libmysql. --zak On Wed, 2002-02-27 at 09:59, Jason Greene wrote: > This simple patch resolves this issue in a clean way, without > introducing complex sql pre-processing code that introduces mutex > problems. >

[PHP-DEV] Re: [PHP-QA] Re: 4.2.0 & CLI

2002-02-27 Thread Zak Greant
gi instead so that some wacky sysadmin does not think that it is a cgi script and drop it into a cgi-bin directory? :) Also, is using the cli build of PHP going to break any old scripts? --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-QA] PHP 4.2.0 release process

2002-02-27 Thread Zak Greant
before the 4.2.0 release. After this > is evaluated it's time for the first RC, after which we can work at > getting all those nasty little bugs out before we release. > > In a few minutes I'll write another mail to QA with things that should be > tested a lot, I bel

Re: [PHP-DEV] PHP Safe Mode Filesystem Circumvention Problem -tested

2002-02-27 Thread Zak Greant
a bad idea, and from what > I've heard Zak is talking with MySQL about this. +1 This is not a PHP problem. We (the PHP we, that is :) can't go around patching PHP for every client lib that we support. That would be hell to deal with for the developers. We (the MySQL we, that is :) w

[PHP-DEV] zak@php.net address mail forward change

2002-02-05 Thread Zak Greant
Hello All, Could someone with the needed karma please point my [EMAIL PROTECTED] address to my [EMAIL PROTECTED] address? Thanks! -- __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ My

[PHP-DEV] Bug #15375 Updated: safe_mode wrappers fail for MySQL (other exts?)

2002-02-05 Thread zak
ID: 15375 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: All PHP Version: 4.1.1 Assigned To: zak New Comment: Verified that the exploit allows any file readable by

[PHP-DEV] Bug #15375 Updated: safe_mode wrappers fail for MySQL (other exts?)

2002-02-05 Thread zak
ID: 15375 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: MySQL related Operating System: All PHP Version: 4.1.1 Assigned To: zak New Comment: Verified that the exploit

[PHP-DEV] Bug #15375 Updated: safe_mode wrappers fail for MySQL (other exts?)

2002-02-05 Thread zak
ID: 15375 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Assigned Bug Type: MySQL related Operating System: All PHP Version: 4.1.1 -Assigned To: +Assigned To: zak New Comment

Re: [PHP-DEV] Re: ZE repositories

2002-02-05 Thread Zak Greant
alk to New Riders, go ahead. I will talk to Stephanie Wall at New Riders about this. -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB /_/

[PHP-DEV] Bug #15375 Updated: safe_mode wrappers fail for MySQL (other exts?)

2002-02-04 Thread zak
ID: 15375 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: All PHP Version: 4.1.1 New Comment: Thank you for your report! The BugTraq advisory is

Re: [PHP-DEV] PHP Safe Mode Filesystem Circumvention Problem (fwd)

2002-02-04 Thread Zak Greant
* block > it seems. IIAR, this is not really a weakness, merely a configuration issues. Wou can deny MySQL users access to the file based functions very easily. REVOKE FILE ON db TO user... Will do a bit more research to ensure that this is truly bogus. --zak -- For technical su

[PHP-DEV] Bug #15336 Updated: New mysql function: mysql_real_connect

2002-02-02 Thread zak
ID: 15336 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: any PHP Version: 4.1.1 New Comment: Hey Georg, I will be back to PHP stuff in a few days and will be working on the MySQL extension. There should be support fo

[PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Zak Greant
d work like the same way as <<- in bash. Of course, I never got around to implementing it... :) -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB /_/ /_/\_,

Re: [PHP-DEV] TML++

2002-01-28 Thread Zak Greant
ny congratulations to you and your partner, Joey!! :) --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Taking a short break.

2002-01-12 Thread Zak Greant
Hey All, I need to take a couple of weeks off to avert financial distaster/get some contracts finished up/get ready for a new job. See you next month. :) (Note: If there is anything that needs my attention, feel free to mail me directly! I will be around... :) -- Zak Greant PHP Quality

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Zak Greant
es or how to go about it? Hi Abi, While Manuel was kind enough to answer you, this question is best suited to the PHP database or general mailing list. The Dev list is (usually) for discussing issues related to building PHP instead of building with PHP. --zak -- PHP Develo

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Zak Greant
n I need to get back to MetaL > developement that will also have its first public release soon, > hopefully some time next month. But don't worry I will make a nice > review of your book anytime until then. No worries on timing. > > Regards, > Manuel Lemos > > Reg

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Zak Greant
On 2002-12-01 05:41, Manuel Lemos wrote: > Zak Greant wrote: > > On 2002-12-01 05:24, Manuel Lemos wrote: > > > Hello, > > > > > > [EMAIL PROTECTED] wrote: > > > > [insert other shameless plugs here] > > > > > > What is the matte

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Zak Greant
You did not like my response? That's to make you think again next > time before you decide to get me started with your repressing arrogance. > > :-( Chill Manuel! If your responses to the smallest slight were less overblown/entertaining, people would taunt you *much* less ofte

[PHP-DEV] Bug #8314 Updated: Setting the error_log = syslog does not work on Win2k

2002-01-12 Thread zak
ID: 8314 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Win2k pro PHP Version: 4.0.3pl1 New Comment: I don't run Win2k (or any m$ product FTM) any more. Could someone else test this? Previous Com

Re: [PHP-DEV] consistent way to handle structs

2002-01-11 Thread Zak Greant
e tightly integrated with PHP proper, then we really would not need to worry about this. If someone wants easy, they use the PEAR DB class. If they want fast (or verbose ;) then they can use the extension. -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the c

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Zak Greant
On 2002-10-01 21:28, Markus Fischer wrote: > On Thu, Jan 10, 2002 at 05:58:28PM -0700, Zak Greant wrote : [cut] > > Also, there have been discussions on Dev about this issue before. > > Might be a bit tough to find though. :) > > Hmm .. well, at least, it should

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Zak Greant
> cheers > > > > - Markus > > I guess it's not. > > There is note explains this behavior. Accoding to the note, > "PHP Developer's Cookbook claims (p. 87 and sort of on p. 108) > that '+' is syntactic sugar for array_merge."

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Zak Greant
On 2002-10-01 07:49, [EMAIL PROTECTED] wrote: > On Thu, 10 Jan 2002, Zak Greant wrote: > > On 2002-10-01 07:38, Derick Rethans wrote: > > > Hello, > > > > > > can somebody clarify why a E_NOTICE prints 'Warning' and > > > E_USER_NOTICE

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Zak Greant
backwards compatibility. Could we set a php.ini flag to control this behavior? ;> /me grins, dodges, runs and hides... --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-09 Thread zak
ID: 14935 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: We should probably take a closer look at this problem. I verified that addcslashes had the currently documented behaviour a while ago. If

[PHP-DEV] Bug #14943 Updated: security issue with apache's ScriptAlias and php.exe

2002-01-08 Thread zak
ID: 14943 Updated by: zak Old Summary: security issue with apache's ScriptAlias and php.exe Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Apache related Operating System: 98 PHP Version: 4.1.1 New Comment: Thank your for your report! However, please review th

Re: [PHP-DEV] Bug #14938 Updated: No htmlescape() function for PHP4

2002-01-08 Thread Zak Greant
t: > > Be sure to discuss this with Zak, see bug #14418 which stemmed from this > htmlescape() doc bug, not sure where he's at on it. I'm sure he > wouldn't mind if you did a commit though :) I need to get off my lazy ass and fix it. :) -- PHP Development Mailing

[PHP-DEV] Bug #14890 Updated: is_uploaded_file does not work correctly

2002-01-07 Thread zak
ID: 14890 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Unix/Linux PHP Version: 4.1.1 Previous Comments: [2002-01-06 09:57:40] [EMAIL

[PHP-DEV] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread zak
ID: 14714 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Strings related Bug Type: Documentation problem Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: strtok splits a string into tokens, each token delimited by any character

[PHP-DEV] Bug #13368 Updated: 2nd call to @mssql_query does not fill $php_errormsg s'd be'permission denied'

2002-01-03 Thread zak
ID: 13368 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MSSQL related Operating System: SuSe Linux 7.1 PHP Version: 4.0.6 New Comment: This may have just been corrected in the development version of PHP. Could you please download and build the

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 15:43, Joao Prado Maia wrote: > So ? I didn't see any C code from Zak either. If all we are doing right > now is speculating on the creation of a PHP based 'prototype' of this > MySQL-only abstraction thing, why is it more interesting than a existing

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
; that we don't create functionality which is only accessible by OO > > > means. > > > > Why? > > Because not everyone wants to use *(#$&ing objects in a simple script! No one will be forced to use the wrapper! :) -- Zak Greant PHP Quality Assurance Team http

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 11:29, Andi Gutmans wrote: > Zak, > > You will probably be better off waiting for the ZE2's new object > overloading facilities. It will hopefully be easier to write and will > allow you to do some things which you can't do today. > If you write it for ZE

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
ough this idea out. I will be more than happy to look at a proceedural interface later on. -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mai

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
rs are discussing similar ideas and would be happy to discuss or collaborate. -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [E

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
ently working on a PHP based implementation that uses Andrei's overload extension. Once I this is somewhat stable and users have had a chance to work with it, I plan to implement it in C. --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
list for PEAR::DB. What makes you think that this could not be a part of PEAR::DB? ;) --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 02:01, Markus Fischer wrote: > On Thu, Jan 03, 2002 at 01:19:03AM -0700, Zak Greant wrote : > > The major benefits of the wrapper would be: > > - Small and simple API. The number of functions would drop from 41 to > > around 12. > > But you kno

[PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
es property triggers a SHOW TABLES query var_dump ($mysql->tables); Notes: The wrapper would not retrieve the information until the corresponding property was requested. This will keep the size of the object down. As always, feedback is welcome! :) Thanks! --zak -- PHP Development Ma

Re: [PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2002-01-02 Thread Zak Greant
Well said. :) Well enough that the developer who made the change has asked to have an alias added. Attached is the required patch. The alias should appear in the next maintenence release of PHP. --zak On 2002-2-01 09:10, [EMAIL PROTECTED] wrote: > ID: 14782 > User updated by: [EMAIL PRO

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-31 Thread zak
ID: 14295 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Bogus Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: zak Assigned To: New Comment: Hi Volker, Thanks for setting up the web server for me. It made testing a lot

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-31 Thread zak
ID: 14295 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 Assigned To: zak New Comment: I should really get around to examining this. :) Previous Comments

[PHP-DEV] Bug #13933 Updated: error_log and HTTP redirect using header conflict

2001-12-31 Thread zak
ID: 13933 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Output Control Operating System: Windows NT4 SP6 PHP Version: 4.0.6 Old Assigned To: zak Assigned To: yasuo New Comment: Assigning this to Yasuo :) Previous Comments

[PHP-DEV] Bug #13589 Updated: Persistent connections stay open and accumulate

2001-12-31 Thread zak
ID: 13589 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.0.6 Assigned To: zak New Comment: doh. Previous Comments

[PHP-DEV] Bug #11993 Updated: mysql_close closes incorrect db handler

2001-12-31 Thread zak
ID: 11993 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: Debian 2.19 PHP Version: 4.1.0 Assigned To: zak New Comment: doh. Previous Comments

[PHP-DEV] Bug #11652 Updated: mysql_data_seek() and mysql_unbuffered_query() warning text

2001-12-31 Thread zak
ID: 11652 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: All PHP Version: 4.0.6 Assigned To: zak New Comment: doh. Previous Comments: [2001-06

[PHP-DEV] Bug #14498 Updated: undefined symbol: my_message_no_curses

2001-12-31 Thread zak
ID: 14498 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: Cobalt Linux 5.0 PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: By not specifying a path to the MySQL libraries, you are using PHP's bui

[PHP-DEV] Bug #14419 Updated: Please use Character-enable mysql_escape

2001-12-31 Thread zak
ID: 14419 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: All PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: Thanks for the suggestion! I will investigate this. Previous Comments

[PHP-DEV] Bug #13589 Updated: Persistent connections stay open and accumulate

2001-12-31 Thread zak
ID: 13589 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.0.6 Old Assigned To: Assigned To: zak New Comment: Assigning to myself Previous Comments

[PHP-DEV] Bug #13456 Updated: mysql_query() returns incorrect result whith do not perform real MySQL state

2001-12-31 Thread zak
ID: 13456 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: MySQL related Operating System: Linix PHP Version: 4.0.6 Old Assigned To: Zeev Assigned To: New Comment: Zeev fixed this. The fix should appear in the release that follows PHP 4.1.1

[PHP-DEV] Bug #11993 Updated: mysql_close closes incorrect db handler

2001-12-31 Thread zak
ID: 11993 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Debian 2.19 PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: I will take a look at this. Previous Comments

[PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2001-12-31 Thread zak
ID: 14782 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.1.1 Assigned To: zak New Comment: As "Someone Who Shall Not Be Named Because They Are Also On Vacation" has pointed out

[PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2001-12-31 Thread zak
ID: 14782 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Feature/Change Request Operating System: all PHP Version: 4.1.1 Old Assigned To: Assigned To: zak New Comment: Assigning to myself Previous Comments

[PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2001-12-31 Thread zak
ID: 14782 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: all PHP Version: 4.1.1 New Comment: Hi Mike, Unless one of the developers objects, I will add the alias - however, if the change is made, it would

Re: [PHP-DEV] Moving extensions to PECL

2001-12-31 Thread Zak Greant
gt; can't imagine a lot of people using these modules, so they seem > like good candidates for removal from the base PHP distribution. > > Are there any well-founded objections to this (either in practice > or principle)? We should probably add cybermut to the list as well. -- Zak G

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] [IMPORTANT] wishes for php ...

2001-12-30 Thread Zak Greant
ay find it handy. Also, if you ask questions on the Wiki about particular aspects of the source, I will do my best to answer them (or find someone who can). --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14291 Updated: NULLs not returned in named indices by mysql_fetch_xxx with MYSQL_BOTH

2001-12-30 Thread zak
ID: 14291 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: MySQL related Operating System: Linux x86 PHP Version: 4.0.6 Assigned To: Zak New Comment: Thanks for the report! The fix has been made and is currently available in the CVS version of PHP

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-12-27 Thread Zak Greant
we should have ;) > > We may be better to use Apache, since web server is complex > enough to develop from scratch. > Since Apache is configurable as user want, how about include > configure line for test suite and httpd.conf? What about something like thttpd instead? Small (120k)

[PHP-DEV] NULLs & the PHP testing framework

2001-12-22 Thread Zak Greant
redirect the output to a file? I think that would let us handle the NULs successfully??? Just a thought before I head off to sleep. :) G'night! --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: [PHP-DEV] Re: Bug #14613: Implement Function/Feature Conformity Tests

2001-12-20 Thread Zak Greant
On December 20, 2001 02:09 am, Yasuo Ohgaki wrote: > Great, Zak!! > > I was hoping someone start this. > > I really hope there is a BNF. Simplied one is preferred, > it helps to understand what zend expects. (Well I can read > lex(flex)/yacc(bison) source, but I'm just l

[PHP-DEV] Bug #14613 Updated: Implement Function/Feature Conformity Tests

2001-12-19 Thread zak
ID: 14613 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: Assigning it to myself so that I don't forget. Now I just have to get to the other bug reports tha

[PHP-DEV] Bug #14613: Implement Function/Feature Conformity Tests

2001-12-19 Thread zak
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Implement Function/Feature Conformity Tests I strongly believe that PHP needs to continue evolving and improving. However, I also recognise the importance of

[PHP-DEV] New Dev Weekly Summary

2001-12-18 Thread Zak Greant
example. Additionally Stig Sather Bakken has used the extension to implement an autoloader - see the Autoloader.php file in the PEAR directory to check it out. -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi

[PHP-DEV] Bug #14562 Updated: dBase: Unable to obtain dBase file structure

2001-12-17 Thread zak
ID: 14562 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Feature/Change Request Operating System: Solaris PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: I wrote a bit of sample code that may do what you want. Visit http://www.php

[PHP-DEV] Bug #14513 Updated: Fetch multiple elements from an array

2001-12-16 Thread zak
ID: 14513 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.0 New Comment: Hey Daniel, Check out the archived discussions in the zend engine 2 mailing list regarding this topic. :) Previous

[PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-15 Thread zak
ID: 14541 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: While we could try to force developers to write tests before they commit code (heck, MySQL does it), but we

[PHP-DEV] Bug #14527 Updated: FAQ problems

2001-12-14 Thread zak
ID: 14527 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Documentation problem Operating System: PHP Version: 4.1.0 New Comment: Hi Colin, I am on it - there is already a bug in the database about this to remind me to fix it. However, given that

[PHP-DEV] Upcoming Weekly Dev Summary

2001-12-14 Thread Zak Greant
don't think the content is appropriate, it will not go in. * Yes, Andre. I will include a short writeup on the overload extension. :) -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi -- PHP Development Mai

[PHP-DEV] Karma Request

2001-12-13 Thread Zak Greant
for review. Feedback and guidance are welcome! :) --zak Index: array.c === RCS file: /repository/php4/ext/standard/array.c,v retrieving revision 1.148 diff -u -r1.148 array.c --- array.c 11 Dec 2001 15:30:27 - 1.148 +++ array.c 13

Re: [PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-12 Thread Zak Greant
.738s user0m4.700s sys 0m0.030s real0m4.726s user0m4.700s sys 0m0.020s Without zend_parse_parameters(): real0m3.704s user0m3.620s sys 0m0.040s real0m3.833s user0m3.660s sys 0m0.020s real0m3.764s user0m3.650s sys 0m0.010s -- Zak Greant PHP Qu

[PHP-DEV] Bug #14478 Updated: mutliple calls to mysql_[p]connect() with same arguments return same resourceID

2001-12-12 Thread zak
ID: 14478 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: MySQL related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: Thank you for your report. However, please review the documentation before submitting a bug report - this is the

[PHP-DEV] Bug #745 Updated: and array variables

2001-12-12 Thread zak
ID: 745 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Operating System: any? PHP Version: 4.0.6RC3 New Comment: Personally, I would rather avoid adding configuration directives for something as small as this! :) Previous Comments

[PHP-DEV] Bug #745 Updated: and array variables

2001-12-12 Thread zak
ID: 745 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Operating System: any? PHP Version: 4.0.6RC3 New Comment: Maybe we should just make $foo_x[123] and $foo_y[123] available in addition to $foo[123]? That should keep BC and still do

[PHP-DEV] Bug #13968 Updated: $this reference is bad during __wakeup

2001-12-12 Thread zak
ID: 13968 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: Thies has made changes to how serialize handles references. The changes are incorporated in PHP 4.1.0 Upgrading may fix

[PHP-DEV] Bug #2220 Updated: dynamic module memory leaks cause SIGSEGV under DEBUG mode

2001-12-12 Thread zak
ID: 2220 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Dynamic loading Operating System: Linux PHP Version: 4.0 Latest CVS (02/09/1999) Assigned To: zeev New Comment: Ping! Anything going on here? Previous Comments

[PHP-DEV] Bug #745 Updated: and array variables

2001-12-12 Thread zak
ID: 745 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Operating System: any? PHP Version: 4.0.6RC3 New Comment: Confirmed in PHP 4.1.0 Do we want to change this behavior? IMO, this is wrong, but it has been like this for a long time. Do we

Re: [PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-12 Thread Zak Greant
I will start doing this (taking into account Andrei's constraints) Also, is there a good source of documentation on zend_parse_parameters(), or should I run throught the dev messages and create some. --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

Re: [PHP-DEV] Bug #13933 Updated: error_log and HTTP redirect using header conflict

2001-12-12 Thread Zak Greant
On December 12, 2001 02:51 am, [EMAIL PROTECTED] wrote: > ID: 13933 > Updated by: yohgaki > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: Output Control > Operating System: Windows NT4 SP6 > PHP Version: 4.0.6 > Assigned To: zak > New Comment: > >

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2001-12-11 Thread zak
ID: 14304 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: I cannot reproduce the problem under PHP 4.1.0. Can you upgrade to this version? Previous

[PHP-DEV] Bug #14446 Updated: is_file returns error

2001-12-11 Thread zak
ID: 14446 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Filesystem function related Operating System: debian PHP Version: 4.1.0 New Comment: Thanks for your report. However, please do check the bug database for existing bug entries before

Re: [PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-11 Thread Zak Greant
aking corrections where needed. [...] --zak -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-DEV] Bug #14445 Updated: undefined function not trapped by user defined error handler

2001-12-11 Thread zak
ID: 14445 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: *General Issues Operating System: Win2000 PHP Version: 4.0.6 New Comment: Thank you for the report, however, please do check for existing bug reports before opening a new bug report. This is

[PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-11 Thread Zak Greant
more familiar with the source. :) -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Ghandi Index: ext/standard/array.c === RCS file: /repository/php4/ext/sta

Re: [PHP-DEV] Re: Bugs in ext/standard/array.c

2001-12-11 Thread Zak Greant
o wants to do this? > > Here the URL: > http://dickmann.dynip.de/phpbugs.php > and > http://dickmann.dynip.de/phpbugs.php?verbose=1 > (which displays the source of the found functions) Hi Christian, Thanks for the script! I will take a look at the output :) --zak -- PHP Dev

[PHP-DEV] Bug #14437 Updated: FCGI phpinfo()

2001-12-11 Thread zak
ID: 14437 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: FreeBSD 4.3 PHP Version: 4.1.0 New Comment: Please read the PHP 4.1.0 release notes on PHP.net Previous Comments

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2001-12-11 Thread zak
ID: 14304 Updated by: zak Reported By: [EMAIL PROTECTED] Old Summary: str_replace unable to match search string Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: Thanks for the additional information

[PHP-DEV] Bug #13437 Updated: PHP cores on exit; memory deallocation problem?

2001-12-11 Thread zak
ID: 13437 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux & Solaris PHP Version: 4.1RC5 New Comment: Could you try calling apache_child_terminate() at the end of your script? Previous Comm

[PHP-DEV] Bug #14291 Updated: NULLs not returned in named indices by mysql_fetch_xxx with MYSQL_BOTH

2001-12-11 Thread zak
ID: 14291 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: Linux x86 PHP Version: 4.0.6 Old Assigned To: Assigned To: Zak New Comment: Will check out later tonight. Previous Comments

  1   2   3   4   >