[PHP-DEV] Linking with pthreads

2003-03-02 Thread Justin Garrett
I have a module that references a library that uses pthreads. What's the preferred method for linking with pthreads? Currently If I don't do LIBS=-lpthread ./configure ... configure will croak when running the test on conftest.c Justin Garrett -- PHP Development Mailing List http

[PHP-DEV] [PATCH] bug #15547

2002-07-01 Thread Justin Garrett
Stops tempnam() from bypassing open_basedir directive. This is my very first patch...thought I'd start small. Will someone with karma please take a look and commit this if it meets your approval? Justin Garrett Index: ext/standard/file.c

[PHP-DEV] [PATCH] clibpdf -- get_buffer_length()

2001-10-27 Thread Justin Garrett
to display the pdf document correctly. -- Justin Garrett --START PATCH /* {{{ proto int cpdf_buffer_length(int pdfdoc) Returns current length of the output buffer */ PHP_FUNCTION(cpdf_buffer_length) { pval *arg1; int id, type, length