[PHP-DEV] Ncurses Patch

2001-08-25 Thread Mathieu Kooiman
I added some functions to the ncurses function to make it a bit more usable.. Mathieu Kooiman ncurses_diff.gz -- 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

Re: [PHP-DEV] python dictionary-like % (percent) substitution inphp (was: Good idea in % (percent) substitutions in string)

2001-08-28 Thread Mathieu Kooiman
On Tue, 28 Aug 2001, it was written: I have seen that in php there isn't nothing similar to dictionary substitution in python. (a dictionary is an array with string keys, like hash in perl) This change consist in adding two functions (a stay for array): aprintf(string format, array

Re: [PHP-DEV] python dictionary-like % (percent) substitution inphp (was: Good idea in % (percent) substitutions in string)

2001-08-28 Thread Mathieu Kooiman
Crap! Hit send for some reason.. When I just decided to *not* send anything :P Sorry. Met vriendelijke groet, Mathieu Kooiman [EMAIL PROTECTED], [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Mathieu Kooiman
Hiya, I'm almost done writing a PHP module for my library, pdb-lib, which enables you to read and write .PDB files on the PC. This library is not YET available. I have some question pending somewhere and after that I'll release it (GPL). Is there any interest in adding this to the PHP dist ?

Re: [PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Mathieu Kooiman
On Mon, 2001-12-03 at 10:03, Sterling Hughes wrote: Hiya, I'm almost done writing a PHP module for my library, pdb-lib, which enables you to read and write .PDB files on the PC. This library is not YET available. I have some question pending somewhere and after that I'll release

[PHP-DEV] zend_parse_parameters()

2001-12-04 Thread Mathieu Kooiman
Hiya, For my module I've been playing with zend_parse_parameters(). I ran into something weird though: -- zval *rsrc_pdb; char *data; int s_len = 0, index = 0, mode = PDB_ADD_APPEND; if ( zend_parse_parameters ( ZEND_NUM_ARGS() TSRMLS_CC, rsdd, rsrc_pdb, data, s_len, index, mode) == FAILURE) {

Re: [PHP-DEV] zend_parse_parameters()

2001-12-04 Thread Mathieu Kooiman
code should work.. On Tue, Dec 04, 2001 at 02:47:05PM +0100, Mathieu Kooiman wrote : For my module I've been playing with zend_parse_parameters(). I ran into something weird though: -- zval *rsrc_pdb; char *data; int s_len = 0, index = 0, mode = PDB_ADD_APPEND

Re: [PHP-DEV] zend_parse_parameters()

2001-12-04 Thread Mathieu Kooiman
) == FAILURE) { return; } So IMO, my code should work.. On Tue, Dec 04, 2001 at 02:47:05PM +0100, Mathieu Kooiman wrote : For my module I've been playing with zend_parse_parameters(). I ran into something weird though: -- zval *rsrc_pdb

[PHP-DEV] uhm.. *swallows*.. security thingy?

2001-12-11 Thread Mathieu Kooiman
There's a problem with PHP cgi binaries: CaPS_ (was a CVS, so..) CaPS_ which reminds me CaPS_ remember my ranting about php.ini derick? CaPS_ (it opens ./php.ini, config_file_path/php.ini, checks PHPRC environment) CaPS_ in that order CaPS_ I got some 'friends' who work at hosters CaPS_ and they

Re: [PHP-DEV] uhm.. *swallows*.. security thingy?

2001-12-11 Thread Mathieu Kooiman
On Tue, 2001-12-11 at 14:04, Zeev Suraski wrote: At 12:36 11/12/2001, Mathieu Kooiman wrote: On Tue, 2001-12-11 at 11:29, Zeev Suraski wrote: Would the cwd of the PHP CGI be inside the user's dir? Did you test it in a real CGI environment? Zeev Err, PHP CGI would be in /usr