[PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Tomas V.V.Cox
Please, could some kind developer MFH the lastest PEAR files so they could ship in the next 4.2.3 release? I'm able to test and attend fixes it may need fast. Thanks, Tomas V.V.Cox -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Suggestion about native DB support.

2002-06-22 Thread Tomas V.V.Cox
ly and I haven't > use gettext for long time. Need some research. I was recently i18n'ing a site and discovered that with RH 6.x (PHP 4.1.1) putenv("LANGUAGE=$lang"); is enough while with RH 7.3 (PHP 4.2.1) only setlocale(LC_ALL, $lang); works. Plus note the fact that single ISO codes

Re: [PHP-DEV] PECL != Siberia

2002-06-11 Thread Tomas V.V.Cox
a go-pear? > What about: php -r "include 'http://pear.php.net/go-pear';" Tomas V.V.Cox -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Tomas V.V.Cox
Markus Fischer wrote: > > On Sun, Jun 09, 2002 at 06:35:44PM +0200, Tomas V.V.Cox wrote : > > Jani Taskinen wrote: > > > > > > # make install > > > > > > /usr/src/web/php/php4/sapi/cli/php /usr/src/web/php/php4/pear/install-pear.php >/usr/src

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Tomas V.V.Cox
stalled? :) You always have: lynx -source http://pear.php.net/go-pear|sh :-) Tomas V.V.Cox -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: dbase extension - Contributing Code

2002-05-21 Thread Tomas V.V.Cox
Perhaps you might want to take a look at the xbase lib (http://linux.techass.com/projects/xdb/). They seem to support a wide range of dbase formats. Tomas V.V.Cox Geoff wrote: > > I've enhanced Jim Winstead's dbase extension about a year ago by adding > [some] memo supp

[PHP-DEV] Re: [PEAR-DEV] Interbase DB, again =)

2002-02-18 Thread Tomas V.V.Cox
elopers that: 1) Implement native ASSOC fetch for the ibase extension 2) Change cast|get_object_vars behavior to set also properties with empty values. bugs.php.net -> Feature|Change request category Tomas V.V.Cox -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] handling uploads (was: Re: [PEAR-CVS] cvs: php4 /pear/HTML Form.php)

2002-01-30 Thread Tomas V.V.Cox
/* Only partiallly uploaded */ #define UPLOAD_ERROR_D 4 /* No file uploaded */ #define UPLOAD_ERROR_E 5 /* Uploaded file size 0 bytes */ As you can see in the next release we will able to get a detailed error without more tricky work. Cool stuff Jani. > Hidden fields are low in term of sec

[PHP-DEV] magic_quotes_gpc Off (was Re: [PEAR-DEV] Pear website and magic quotes)

2002-01-15 Thread Tomas V.V.Cox
. That is not always posible as many times you are unable to know if a var comes from "GPC" untouched or not. It's even worse, because people are not able to disable magic_quotes_gpc with ini_set() (for people who doesn't have access to php.ini or .htaccess). Just my wishes to

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-24 Thread Tomas V.V.Cox
ve to come up with something. Either a separate download area, > or naming these packages PECL_? > Why not both? A PECL top level category in the web and naming the packages with the PECL prefix. Anyway, a discussion about how to manage C extensions with the PEAR installer would be grea

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
Yasuo Ohgaki wrote: > > Anyway, I'll just use "session_pgsql" for now. Module name differ > from actual module name, but names like "mod_pgsql" may conflict > other other modules. e.g. pgsql sub module for auth module, etc. imho "session_pgsql&qu

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
his: http://pear.php.net and go to the package browser. There the people will be able to download the packages or directly remote install with the "pear" script. Tomas V.V.Cox -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
Yasuo Ohgaki wrote: > > Hi all, > > I understand /pear has separate repository for pear development. > What is the current rule for commiting /pear/PECL/some_module > to /php4/pear/PECL/some_module? > pear/PECL/some_module, no more rules :-) php4/pear has nothing to

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Tomas V.V.Cox
Just for curious, do you have some speed comparations over the other handlers and perhaps also with a postgres handler in php? Tomas V.V.Cox El jue, 20-12-2001 a las 12:38, Yasuo Ohgaki escribió: > Yasuo Ohgaki wrote: > > > Martin Jansen wrote: > > > >> On Thu,

[PHP-DEV] Strange crash

2001-11-02 Thread Tomas V.V.Cox
This script crashes for me, but it work if comment out the line 17 (the var_dump). Tomas V.V.Cox fp = $fp; } function prepare_connection($nntpserver, $port = 119, $newsgroup) { $err = $this->connect($nntpserver, $port); //var_dump($err); $this->c

[PHP-DEV] odbc_fetch_into and odbc_error problem

2001-08-13 Thread Tomas V.V.Cox
Hi, I'm having some problems with the Pear DB odbc extension, here is the talk about them with an Easysoft developer, if it can help on resolving the bug. Thanks, Tomas V.V.Cox PS.- Please request me any extra info you need. > "Martin J. Evans" wrote: > > > >

[PHP-DEV] Re: [PEAR-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
; >> >print_r($a); > >> >$a = array_pop($a); > >> >print_r($a); > >> >?> > > > so, you're questioning the order of the retval assignment, and the > popped array? > > >> >$a = array_pop($a); > >> >print_r($a

[PHP-DEV] Re: [PEAR-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
Cynic wrote: > > I don't see any error in the output. What did you expect? > > At 14:30 7/27/2001, Tomas V.V.Cox wrote the following: > -- > >During my test with the pushErrorHandling and popErrorHandling I

[PHP-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
[1] => bar2 ) ) Array ( [0] => Array ( [0] => foo [1] => bar ) ) Array ( [0] => Array ( [0] => foo [1] => bar ) [2] => Array ( [0] => foo3 [1