PHP 5 (latest CVS HEAD) crashes at startup
if "browscap" ini directive is used.
Backtrace:
(gdb) run -v
Starting program: /usr/src/web/php/php5/sapi/cli/php -v
[New Thread 1024 (runnable)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (runnab
Hello! I'm writting my own extension and I have a list of values which
must be indexed by a keyword, so when the user wants to retrieve one of them
by giving me the keyword I can quickly return him/her the associated value.
I implemented a couple of functions which operate two arrays of ch
I run PHP via a simple-minded webserver which sets up some environment
variables and then calls my php scripts (which begin with a
"#!/usr/local/bin/php" line). My scripts must handle all the headers,
including the HTTP status header. My standard included file contains
"header($_SERVER['SERVER_PR
- Original Message -
From: "Jan Schneider" <[EMAIL PROTECTED]>
> Zitat von culley harrelson <[EMAIL PROTECTED]>:
>
> > Alan Knowles wrote:
> > > #pear install xdebug :)
> > >
> > > yeap it's cool :)
> > >
> >
> > If only it were so easy:
> >
> > 577 # pear install xdebug
> > downloading
At 13:11 16-6-2003, [EMAIL PROTECTED] wrote:
Is there an chance that you could put BSD realpath source and compile it
in PHP. This should solve the fopen and safe_mode bug on some systems
(unixware, TRU64UNIXX) whe realpath doesn'tt behave the way PHP expects.
If you decide to make a patch for thi
If you have a patch we can review it.
--Wez.
On Mon, 16 Jun 2003 [EMAIL PROTECTED] wrote:
> Hi, Sorry to jump in...
>
> Is there an chance that you could put BSD realpath source and compile it
> in PHP. This should solve the fopen and safe_mode bug on some systems
> (unixware, TRU64UNIXX) whe re
Hi, Sorry to jump in...
Is there an chance that you could put BSD realpath source and compile it
in PHP. This should solve the fopen and safe_mode bug on some systems
(unixware, TRU64UNIXX) whe realpath doesn'tt behave the way PHP expects.
Regards
On Mon, 16 Jun 2003, Jani Taskinen wrote:
> Date