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 ?
-
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
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) == FAIL
&s_len, ¶m) == 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 thoug
> On Tue, Dec 04, 2001 at 03:00:13PM +0100, Mathieu Kooiman wrote :
> > On Tue, 2001-12-04 at 15:02, Markus Fischer wrote:
> > > You're trying to fit a double into an int .. doesn't seem
> > > right to me. int is 4 bytes, do
There's a problem with PHP cgi binaries:
(was a CVS, so..)
which reminds me
remember my ranting about php.ini derick?
(it opens ./php.ini, config_file_path/php.ini, checks PHPRC
environment)
in that order
I got some 'friends' who work at hosters
and they don't like that
cos, ./php.ini wil
.
>
> At 12:23 11/12/2001, Mathieu Kooiman wrote:
> >There's a problem with PHP cgi binaries:
> >
> > (was a CVS, so..)
> > which reminds me
> > remember my ranting about php.ini derick?
> > (it opens ./php.ini, config_file_path/php.ini, checks PH
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?
>
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 th
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,
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
11 matches
Mail list logo