[PHP-DEV] PHP 5: segfault during startup

2003-06-16 Thread Jani Taskinen
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

[PHP-DEV] Newbie question about associative arrays in C

2003-06-16 Thread Oriol
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

[PHP-DEV] Patch: No input file specified

2003-06-16 Thread Zak Johnson
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

[PHP-DEV] pear build (was Re: [PEAR-DEV] Re: http://devel.akbkhome.com/testTransform.php)

2003-06-16 Thread Tomas V.V.Cox
- 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

Re: [PHP-DEV] HEADS UP! PHP 4.3.3RC1 to be rolled this week..

2003-06-16 Thread Melvyn Sopacua
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

Re: [PHP-DEV] HEADS UP! PHP 4.3.3RC1 to be rolled this week..

2003-06-16 Thread Wez Furlong
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

Re: [PHP-DEV] HEADS UP! PHP 4.3.3RC1 to be rolled this week..

2003-06-16 Thread ohp
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