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
On Tue, Mar 25, 2003 at 01:50:17PM +, Matt Flaherty wrote: > Hi, > > I have a question for the authors of the mysql extension. I'm sure you > gentlemen are very busy, but I'd appreciate your insight if you can > spare a moment. I'm developing a stand-alone php application running in > an infin

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

2002-11-12 Thread Zak Greant
On Tue, 2002-11-12 at 20:25, David Brown wrote: > On Tue, Nov 12, 2002 at 02:16:41PM -0500, David Brown wrote: > | Hi everyone: > | > | For functions prototyped as returning void, return values seem to be applied > | at random. Some functions, such as trigger_error/user_error, srand, ob_start, > |

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 To unsubscri

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 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 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 before the > next release :-) Yep

[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 25th - I will look

Re: [PHP-DEV] Resume of my problem

2002-03-24 Thread Zak Greant
On March 25, 2002 01:50, Alexandre Soares wrote: > HI, > > I have a functino write in c, like as: > > void addvalue ( int a, int b, int *c ) > { > *c = a + b; > } > >in php > > > phpinclude ("alexlib"); > addvalue ( 1, 2, c ); > print ( "Value c = $c "); > > ?> > > wh

Re: [PHP-DEV] mysql_tablename

2002-03-24 Thread Zak Greant
On March 25, 2002 00:04, Manuzhai wrote: > It might be nice to make an alias called mysql_table_name for this, then > deprecate mysql_tablename, for the sake of consistency. What about that? Good point! Interestingly, mysql_tablename() is an alias for mysql_result(). However, your suggestion

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
> > #ifdef __WIN__ > #define CONNECT_TIMEOUT 20 > > ---- > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php -- __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Advocate /_/ /_/\_, /___/\___\_\___/ Calgary, Canada <___/ www.mysql.com 403.244.7213 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-02-27 Thread Zak Greant
On Wed, 2002-02-27 at 20:23, Yasuo Ohgaki wrote: > Jim Winstead wrote: > > In php.dev Edin Kadribasic <[EMAIL PROTECTED]> wrote: > > > >>1. If you compile CGI binary and then issue 'make install' it will be > >>installed in $PREFIX/bin, then CLI will be put in the same place overwriting > >>it. A

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

2002-02-27 Thread Zak Greant
ieve Zak has some notes about that too. Yup. Anyone want to volunteer to give me a hand on detailing all of the various issues - I am setting this upcoming weekend to work on it. -- __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL

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

2002-02-27 Thread Zak Greant
ill have a patch shortly. Additionally, an upcoming release of MySQL will feature an additional permission to control this case. -- __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Advocate /_

[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

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 /_/

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

2002-02-04 Thread Zak Greant
pport contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB /_/ /_/\_, /___/\___\_\___/ Calgary, Canada <___/ www.mysql.com -- PHP Development Mailing List

[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
On Sun, 2002-01-27 at 22:16, Joey Smith wrote: > On Saturday, Jan. 26th, at 11:36am MST my son, Joseph Clark Smith, > Jr. was born. He is 19.5" in length and 7 lbs. 5 oz. > > More pictures later, but here's on to start with: > http://www.joeysmith.com/~joey/jj.jpg Many congratulations to you an

[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
On 2002-12-01 05:14, Abhimanyu_Bhola wrote: > Thanks a lot. > > # but I dont think I need to do this if I dont switch my DB server !!! > > and, > > # what to do regarding the php.ini file? Do I have to manually transfer > all the settings by examining the old and new ones or how to go about it?

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
On 2002-12-01 05:24, Manuel Lemos wrote: > Hello, > > [EMAIL PROTECTED] wrote: > > [insert other shameless plugs here] > > What is the matter with you? Why this hostility again? Does the truth > bothers you? > > Are you going to start yet another "repress Manuel because we don't want > him to help

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
On 2002-10-01 07:38, Derick Rethans wrote: > Hello, > > can somebody clarify why a E_NOTICE prints 'Warning' and E_USER_NOTICE > prints 'Notice'. IMO it is more clear to print 'Notice' in both cases. It probably has something to do with maintaining backwards compatibility. Could we set a php.

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

2002-01-08 Thread Zak Greant
On 2002-8-01 17:36, [EMAIL PROTECTED] wrote: > ID: 14938 > Updated by: philip > Reported By: [EMAIL PROTECTED] > Old Status: Closed > Status: Duplicate > Bug Type: Documentation problem > Operating System: Linux > PHP Version: 4.1.1 > Assigned To: imajes > New Comment: > > Be sure to discuss this

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

2002-01-03 Thread Zak Greant
team has done. Please don't make an issue of something that we do not need to worry about yet. I will keep writing my code. When I have something useable, I will present it to whoever is interested. It can be integrated into PEAR or PHP or nothing -- whatever works best for th

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
extension away from PEAR/PHP it can be updated to ZE2 when the time comes without breaking BC. :) -- 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 unsubsc

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
On 2002-3-01 03:39, Lukas Smith wrote: > Well PHP and MySQL are a very popular combo .. but I do not see a point > in "separating" the API's even further ... DB API's are a major concern > for myself right now too > > It would be really nice to work more in the direction of unifying all of > the A

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

2002-01-03 Thread Zak Greant
On 2002-3-01 02:43, Alexander Merz wrote: > > Create an OO-based wrapper for the MySQL extension. The wrapper would > > provide the user with access to all of a database's information without > > Yeah, lets re-invent PEAR:DB :) > > Such things are already on the ToDo list for PEAR::DB. What m

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
Hello All, Monty has a series of proposed changes and updates to the MySQL extension (along with a few ideas of mine that we have discussed) that I would like to present to the dev list for feedback and review. Synopsis of Proposed Changes Update the PHP built-in MyS

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

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
On 2001-30-12 05:53, Gabor Hojtsy wrote: > > Ah, and btw, that's what we've the documentation team for, no? > > Well, no php-dev people is engaged to know DocBook XML, the > doc building process, or translation related things. No phpdoc people > engaged to know C, some know very few C, or have

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
It looks like the current testing framework can not properly handle NUL. I have not tracked down the problem yet, but suspect that it occurs around line 549 when data is being read from a popen stream and written to the temp output file. For Un*x systems, could we use use a system call and re

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 lazy enough to > understand

[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] 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
Hello Karma Granters, Could I get karma to be able to commit to the PHP source? I have a bunch of minor maintenance tasks, like correcting prototypes, correcting outdated return values, adding additional regression tests, etc., that I would like to perform. I have attached the first patch for

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

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

2001-12-12 Thread Zak Greant
On December 12, 2001 03:54 am, Sterling Hughes wrote: [...] > Sure, commit it... But please don't send a patch for every proto > change, we'll yell out you fine if you commit something bad... ;) C'mon - the list needs the extra traffic to appear active. :) To commit to the source code

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: > > Zak, is this bug analyzed? > I'm tryi

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] [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
On December 10, 2001 03:09 pm, Christian Dickmann wrote: > I programmed a small PHP Script, which > searches for these "negligible inconsistency". > It is very simple, but it shows some positions > in the source, which should be changed ... > > Someone out there, who wants to do this? > > Here the

[PHP-DEV] Orphan Bugs

2001-12-11 Thread Zak Greant
php.net/bug.php?id=14370&edit=1 http://bugs.php.net/bug.php?id=14358&edit=1 http://bugs.php.net/bug.php?id=14354&edit=1 -- 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:

Re: [PHP-DEV] xmlrpc extension in 4.1.0

2001-12-10 Thread Zak Greant
On December 10, 2001 03:42 pm, Colin Viebrock wrote: > Any docs on using this extension? Hey Colin, There is an article on Zend - http://www.zend.com/zend/tut/tut-xml-rpc-client.php HTH, --zak -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP-DEV] Problem with complex data structure and sessions

2001-12-10 Thread Zak Greant
Probably the best thing to do is visit http://bugs.php.net and review the guidelines for submitting a bug. If you get through the process and feel that you have found a bug, please submit a bug report. --zak On December 10, 2001 02:51 pm, Frank wrote: > I am new to online PHP communities so i

Re: [PHP-DEV] Re: HOW2 on making C++ extensions in 4.1.0 (and 4.0.6?)

2001-12-06 Thread Zak Greant
dsen > > Developer (well... having 2nd thoughts now ;-) ) Drop by http://www.twisd.de/technologie/apl.php The APL is a PHP extension that is written in C++ -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M. K. Gh

Re: [PHP-DEV] Function Request: csv_explode()

2001-12-06 Thread Zak Greant
On December 5, 2001 01:29 am, Stig S. Bakken wrote: > Splitting a CSV string into an array could be done like this too: > > $fields = explode('","', trim($string, '"')); Hey Stig, I don't think that it is quite that simple. :) The sample code will break for unquoted values and weird

[PHP-DEV] CVS Account Maintenance Request

2001-12-05 Thread Zak Greant
Hello - could someone with the needed karma point my [EMAIL PROTECTED] email address to [EMAIL PROTECTED] My ISP is having serious troubles with their mail server... -- --zak -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP-DEV] Bug #14282 Updated: wrong strtotime calculation with timezones -0100 and +0100

2001-12-02 Thread Zak Greant
On December 2, 2001 04:35 am, you wrote: > ID: 14282 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug Type: Date/time related > Operating System: any > PHP Version: 4.1.0 > New Comment: > > This was not fixed yet in CVS. It is now however. Thanks for the catch

Re: [PHP-DEV] Bug #14298: PUT absent $PHP_PUT_FILENAME $PHP_UPLOADED_FILE_NAME

2001-12-01 Thread Zak Greant
hen I capture the content of $GLOBALS from the PUT handler script. Anyone have any clue here - it looks like PUT support never got implemented for PHP 4 (or it was removed - however, I did not see a NEWS or CVS log entry that mentioned it...) -- Zak Greant PHP Quality Assurance Team http://qa.php.n

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Zak Greant
On December 1, 2001 10:23 am, Stig Venaas wrote: > On Sat, Dec 01, 2001 at 09:55:19AM -0700, Zak Greant wrote: > > On December 1, 2001 01:36 am, Stig Venaas wrote: > > > Isn't there anyone on the QA team doing LDAP tests? I hope you agree > > > that ldap_first/nex

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Zak Greant
On December 1, 2001 01:36 am, Stig Venaas wrote: > On Fri, Nov 30, 2001 at 10:25:14PM -0700, Zak Greant wrote: > > On November 30, 2001 09:12 pm, Zeev Suraski wrote: > > > http://www.php.net/~zeev/php-4.1.0RC4.tar.gz > > > > > > The plan is to release Monday,

[PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-11-30 Thread Zak Greant
On November 30, 2001 09:12 pm, Zeev Suraski wrote: > http://www.php.net/~zeev/php-4.1.0RC4.tar.gz > > The plan is to release Monday, unless a real earth quaker is found... Builds and runs on SuSE 7.1 as CGI See http://fooassociates.com/phpqa/index.php?ZakGreantBuilds4.1.0RC4 --

Re: [PHP-DEV] CVS Account Request: aidanpeiser

2001-11-29 Thread Zak Greant
/cvs-php.php -- 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 commands, e-mail: [EMAIL PROTECTED] To con

Re: [PHP-DEV] Re: [PHP-QA] Re: File Uploads in the PHP 4.2.0

2001-11-22 Thread Zak Greant
> :)) Another good point. : ) Anyone know of any free debuggers? -- 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

[PHP-DEV] Re: [PHP-QA] Re: File Uploads in the PHP 4.2.0

2001-11-22 Thread Zak Greant
On November 22, 2001 04:04 am, Jan Lehnardt wrote: > Hi, > On Thu, 22 Nov 2001 02:06:54 -0700 > > Zak Greant <[EMAIL PROTECTED]> wrote: > > Users running Linux-like operating systems should download the > > snapshot > > from snaps.php.net that is dat

[PHP-DEV] Re: [PHP-QA] Re: File Uploads in the PHP 4.2.0

2001-11-22 Thread Zak Greant
> good backtrace is created (on Unix like operating systems). Therefore > it would be prefered if the tester/you knows how to do this. (Check > this for spelling :) ... -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wish to see." - M

[PHP-DEV] Re: File Uploads in the PHP 4.2.0

2001-11-22 Thread Zak Greant
On November 22, 2001 01:07 am, Derick Rethans wrote: > On Wed, 21 Nov 2001, Zak Greant wrote: > > I was trying to forget that anything had been changed with > > file uploads. ; ) > > > > I am all in favor of attempting to recruit additional help for > &g

[PHP-DEV] Re: [PHP-QA] PHP 4.1.0 Final RC QA Status

2001-11-21 Thread Zak Greant
ry should also build each of the RCs and distribute them to the QA team for testing. -- 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 unsubs

[PHP-DEV] PHP 4.1.0 Final RC QA Status

2001-11-21 Thread Zak Greant
and OSs. However, I feel that we should try to get a bit more testing on the various Win platforms. Any comments? --- Finally --- Thanks to everyone who has taken the time to build the RC and submit a report via the mailing lists and/or the PHP QA Wiki! -- Zak Greant PHP Quality Assurance

Re: [PHP-DEV] 4.1.0 Final RC

2001-11-20 Thread Zak Greant
** Successfull CGI Build ** SuSE 7.1 Linux linux 2.2.18 #1 Wed Jan 24 12:28:55 GMT 2001 i686 unknown ./configure \ --enable-force-cgi-redirect \ --enable-discard-path \ --disable-short-tags \ --enable-calendar \ --enable-ftp \ --with-postgres -- Zak Greant PHP Quality Assurance Team http

[PHP-DEV] Re: [PHP-QA] 4.1.0 Final RC

2001-11-20 Thread Zak Greant
** Successfull Build ** SuSE 7.1 Linux linux 2.2.18 #1 Wed Jan 24 12:28:55 GMT 2001 i686 unknown ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --disable-short-tags \ --enable-calendar \ --enable-ftp \ --with-pgsql All applications on server seem to work as expected. -- Zak Greant

Re: [PHP-DEV] php module calling php code

2001-11-19 Thread Zak Greant
n this be done?) IIAGR, you should be able to find an example in call_user_func() > OR > > How would I define a PHP Object in C that could be used in the php > script as if it was defined in the php script. IIAGR, check out the dir functions -- Zak Greant PHP Quality

Re: [PHP-DEV] Bug #14112 Updated: sprintf_array()

2001-11-19 Thread Zak Greant
On November 19, 2001 05:04 am, Sterling Hughes wrote: > > ID: 14112 > > Updated by: zak > > Reported By: [EMAIL PROTECTED] > > Status: Open > > Bug Type: Feature/Change Request > > Operating System: Linux > > PHP Version: 4.1.0RC1 > > New Comment: > > > > I would guess that implementing it as a na

Re: [PHP-DEV] Additional ENV Vars with Apache 2.0.28 and PHP 4.1.0 RC2

2001-11-17 Thread Zak Greant
On November 17, 2001 12:13 am, Sebastian Bergmann wrote: > Zak Greant wrote: > > This is not the right forum for support questions - please use > > PHP-General instead. > > I think this is the right forum for this, since the Apache2Filter > is still under development.

Re: [PHP-DEV] Additional ENV Vars with Apache 2.0.28 and PHP 4.1.0 RC2

2001-11-16 Thread Zak Greant
iables, get variables, etc. are presented to the user. Review the manual section on configuration for more information. You can see where things are located using the phpinfo() function. :) -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be

Re: [PHP-DEV] CVS Account Request: deepak

2001-11-16 Thread Zak Greant
On November 16, 2001 10:33 pm, Deepak Kumar Vasudevan wrote: > Learning PHP You won't need a cvs account to do this. A CVS account allows you work on the PHP documentation, PHP source code or PHP web site. Please read the introductory page on CVS accounts again. :) -- Zak Greant PHP

Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Zak Greant
p.exe is located. How are you running PHP under Win - CGI, ISAPI, Apache Mod?? What does getcwd() output? -- 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://w

Re: [PHP-DEV] Bug #14062 Updated: Wrong filetype displayed

2001-11-15 Thread Zak Greant
Ack. I missed the second, modified code... definitely bogus. --zak On November 15, 2001 12:15 am, [EMAIL PROTECTED] wrote: ... > Then it's not a bug. Filetype works from the current directory, not > from the directory you used with opendir(). ... -- PHP Development Mailing List

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Zak Greant
On November 14, 2001 05:07 am, Andrey Hristov wrote: > There is a book from the people who make www.phpwizard.net. The price > is from $30 to $40 depending on the bookstore you use(Amazon has > lowest price). The other way is to get it in PDF. on #bookwarez > channel on irc.nullus.net, you can fin

Re: [PHP-DEV] pow() showing odd long/float boundary case characteristics

2001-11-13 Thread Zak Greant
On November 13, 2001 06:13 am, Rasmus Lerdorf wrote: > The pow() regression test is failing due to this strange > characteristic: [...] I just grabbed the new test and ran it against the latest RC. The pow test still fail, but the simple math tests work. : ) -- Zak Greant PHP Q

Re: [PHP-DEV] read "include" part of a file, I have a script problem??

2001-11-12 Thread Zak Greant
ontent) ); > > What is wrong with my script? It looks like you are missing a newline at the end of the $BeginIt and $EndIt strings. Also, the dev list is generally for discussing issues regarding the development of PHP -- for general PHP questions, please post to the PHP General maili

Re: [PHP-DEV] Re: Minor addition to http://php.net/anoncvs.php?

2001-10-02 Thread Zak Greant
On October 1, 2001 02:16 pm, Jeroen van Wolffelaar wrote: > > Does anyone object to me modifying the anoncvs.php webpage to > > include the following note? Does anyone have anything to add - > > Jeroen? :) > > There's a typo in it, but that's not what you meant :-) > > I wouldn't name that SuSE th

Re: [PHP-DEV] Patch for define() / zend_builtin_functions.c

2001-10-02 Thread Zak Greant
On October 2, 2001 02:40 am, Andi Gutmans wrote: > It might be the fact that I just woke up but why can't constants have > the same name as function names or class names? err... ummm... good point. I can't think of any situations where they could collide. Oh well, I still had fu

Re: [PHP-DEV] Patch for define() / zend_builtin_functions.c

2001-10-02 Thread Zak Greant
On October 2, 2001 01:55 am, Derick Rethans wrote: > On Tue, 2 Oct 2001, Zak Greant wrote: > > Bug report 13505 got me thinking about the behavior of define() - > > if you try to define a constant name that is a reserved word, or an > > existing function or class name, no

Re: [PHP-DEV] Patch for define() / zend_builtin_functions.c

2001-10-02 Thread Zak Greant
On October 2, 2001 01:22 am, Zak Greant wrote: > Bug report 13505 got me thinking about the behavior of define() - if > you try to define a constant name that is a reserved word, or an > existing function or class name, no warning is generated. > > This could have been a conscio

[PHP-DEV] Patch for define() / zend_builtin_functions.c

2001-10-01 Thread Zak Greant
this. AFAICT the other methods for handling reserved word conflicts are handled at the parser level. i.e. Trying to define 'function and (){}' generates a parser error. Anyhoo, perhaps someone could take a look at the patch? :) -- Zak Greant PHP Quality Assurance Team http://qa.php.ne

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] namespaces ambiguity

2001-10-01 Thread Zak Greant
#x27;s probably not > such a big deal. In light of :: also having ambiguities why not go > with :? > > Andi This may be a ~very~ daft question, but what effect would having classes behave as read-only namespaces have? Would that alleviate any problems? Just my one cent (not willing to put a

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] namespaces ambiguity

2001-10-01 Thread Zak Greant
On October 1, 2001 04:46 am, Stig Sæther Bakken wrote: > [Zak Greant <[EMAIL PROTECTED]>] > > > On September 30, 2001 06:15 pm, Wez Furlong wrote: > > > What about "." then (Java/Delphi)? > > > > > > --Wez. > > > > Wouldn&#

[PHP-DEV] Minor addition to http://php.net/anoncvs.php?

2001-09-30 Thread Zak Greant
version 2.13, automake version 1.4 (ok) and libtool version 1.4.2 are suspected not to work. libtool 1.4.2 may not work with any current (as of 2001/09/30) versions of autoconf and automake. -- Zak Greant PHP Quality Assurance Team http://qa.php.net/ "We must be the change we wi

Re: [PHP-DEV] Bug in autoconf report

2001-09-30 Thread Zak Greant
On September 30, 2001 07:03 pm, you wrote: > I installed brand new autoconf, automake and libtool into my $HOME. > That solved the problem. > > However, I still don't know what the problem was, probably there were > some library files not well installed. Anyway, I'm not the > administrator of that

Re: [PHP-DEV] Bug in autoconf report

2001-09-30 Thread Zak Greant
Hi Jeroen, Did you ever get the problem sorted out? Has anyone encountered the same difficulty? I just encountered the same issue in almost the same circumstances. In my case, automake and libtool both live in /usr/bin. % cd php4 % ./buildconf buildconf: checking installation... buildconf: a

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] namespaces ambiguity

2001-09-30 Thread Zak Greant
On September 30, 2001 06:15 pm, Wez Furlong wrote: > What about "." then (Java/Delphi)? > > --Wez. Wouldn't that conflict with the concatenation operator? Unless I am mistaken, it looks like only the following single symbols are available: % * | \ (outside of quotes a

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Zak Greant
Jim wrote: > Zak Greant <[EMAIL PROTECTED]> wrote: > > :) I should have chosen the symbols more carefully. > > They seem to have generated more comments than the original proposal... > > > > Does anyone have any comments pertaining to the *concept*? :) >

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Zak Greant
:) I should have chosen the symbols more carefully. They seem to have generated more comments than the original proposal... Does anyone have any comments pertaining to the *concept*? :) --zak - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Zak Greant
Joey wrote: > > Are you doing a new O'Reilly book, PHP-DEV in a nutshell? Subtitled: A Rogues Gallery ;) > > -Sterling > > I especially enjoy the idea of "positive zero" and "negative > zero". :) I think that +/-0 would accurately portray the sometimes odd nature of support

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Zak Greant
would do bar and baz. Details --- ... Other developers would respond to the proposal. All interested developers could discuss the issue on a mailing list or threaded forum - however all interested developer would have to simply and explicitly state their current position on their

  1   2   >