[PHP-DEV] W3C html validation issue

2002-07-22 Thread Walter A. Boring IV
Howdy, This may be a tad off topic, but it is related to how php deals with building the $_GET superglobal w/ query string vars. According to the W3C HTML validator, it is illegal to build a query string for a url such as foo.php?bar=1&myvar=2 They say you HAVE to use

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Walter A. Boring IV
> > The patch provides: > > configure option "--enable-app-session", which turns on the new > > functions. > > > > session_get_list() : function which returns an array of > > active > > session ids. > > session_get_data() : function which returns the session data array of a > >

[PHP-DEV] Session Patch

2002-03-19 Thread Walter A. Boring IV
Howdy, I have created a patch against the latest CVS to add a couple new functions to the session extension. They enable some new features that would be useful for folks building Applications with PHP. I currently need the abilities that these functions enable. By default These new functions

[PHP-DEV] make install

2002-03-14 Thread Walter A. Boring IV
Howdy, I'm sure this is a known issue, but I thought I'd throw it out there. It seems that if you do a make install w/o doing a make, it doesn't work. I guess make install doesn't do a dependency check? Walt -- PHP Development Mailing List To unsubscribe, visit: http:

Re: [PHP-DEV] today's current cvs won't build

2002-03-14 Thread Walter A. Boring IV
I got it to work now. I had an up to date php4 and Zend dir. I just hadn't done a cvsclean and buildconf after I updated. Walt On Thu, 2002-03-14 at 12:44, [EMAIL PROTECTED] wrote: > Hello, > > update your Zend directory too, that should fix it. > > Derick > >

[PHP-DEV] today's current cvs won't build

2002-03-14 Thread Walter A. Boring IV
Howdy, I'm trying to build the latest (just did a cvs up -dP) php from cvs and I can't seem to build it. configure seems to work just fine, and most of the make works. Linux Mandrake 8.1 box. ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-mysql=/usr \ --with-oci8=/u01/app/ora

Re: FW: [PHP-DEV] OCIError patch

2002-03-12 Thread Walter A. Boring IV
I like the idea of having the sqltext in the return array, as well as the offset. This is a very usefull tool for debugging oracle sql queries. I believe its something that OCIError has been lacking. Anyone that uses Oracle along with sqlplus, you get the * under the broken portion of the query

Re: [PHP-DEV] OCIError patch

2002-03-12 Thread Walter A. Boring IV
Ahh. very kewl patch Dan. Walt On Tue, 2002-03-12 at 12:48, Daniel Ceregatti wrote: > Hi, > > I wrote a small patch to oci8.c's OCIError function which places the > following tag: > > > > just before an error in a sql statement and adds the modified statement > text into a new elem

[PHP-DEV] segfaulting apache

2002-03-07 Thread Walter A. Boring IV
Howdy, I'm having an issue running the latest (as of 5pm today) version of php from CVS. Apache seems to be bailing on me. Here is my configure ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-mysql=/usr \ --with-oci8=/u01/app/oracle/product/8.1.7 \ --enable-sigchild \ --with-mcr

[PHP-DEV] Variable name?

2002-03-01 Thread Walter A. Boring IV
Howdy, I was thinking about tweaking the var_dump/print_r functions to provide the name of the variable being dumped. Is there a way to look that up? from the active_symbol_table-- ? Thanks Walt -- PHP Development Mailing List To unsubscribe, visit: http://www.php.n