[PHP-CVS] cvs: php4 /main php_ini.c

2003-03-29 Thread Marcus Boerger
helly Sat Mar 29 16:25:03 2003 EDT Modified files: /php4/main php_ini.c Log: fix phpinfo() & php -i Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.119 php4/main/php_ini.c:1.120 --- php4/main/php_ini.c:1.119 Sat Mar 22 13:54:35 2003 +++ php4/main/p

[PHP-CVS] cvs: php4 /main php_ini.c

2003-03-22 Thread Shane Caraveo
shane Sat Mar 22 13:54:35 2003 EDT Modified files: /php4/main php_ini.c Log: Fix PHPRC overriding other ini files. This is how PHPRC worked prior to 4.3.x, and is usefull for applications that execute PHP and want to emulate CGI and define alternate INI fi

[PHP-CVS] cvs: php4 /main php_ini.c

2003-02-28 Thread Rasmus Lerdorf
rasmus Fri Feb 28 15:48:38 2003 EDT Modified files: /php4/main php_ini.c Log: MFB config-file-scan-dir crash fix Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.116 php4/main/php_ini.c:1.117 --- php4/main/php_ini.c:1.116 Wed Feb 19 04:38:11 2003

[PHP-CVS] cvs: php4 /main php_ini.c

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 04:38:11 2003 EDT Modified files: /php4/main php_ini.c Log: ws/style fixes Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.115 php4/main/php_ini.c:1.116 --- php4/main/php_ini.c:1.115 Wed Feb 19 04:25:16 2003 +++ php4/main/php_ini.c

[PHP-CVS] cvs: php4 /main php_ini.c php_scandir.c php_scandir.h

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 04:25:16 2003 EDT Modified files: /php4/main php_ini.c php_scandir.c php_scandir.h Log: Fix the possible conflicts with other libs (like libc-client) Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.114 php4/main/php_ini.c:1.115 --- p

[PHP-CVS] cvs: php4 /main php_ini.c

2003-02-03 Thread Jani Taskinen
sniper Mon Feb 3 07:25:28 2003 EDT Modified files: /php4/main php_ini.c Log: Fixed bug: #22011 (-n must ignore all ini files) Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.112 php4/main/php_ini.c:1.113 --- php4/main/php_ini.c:1.112 Mon Jan 27 15:

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-26 Thread Ilia A.
The scandir should probably be moved into a file of it's own and included when the OS does not have the function. Recent bug report #21889 appears to indicate that this functionality is not avaliable on solaris either. Ilia On January 25, 2003 08:39 pm, Shane Caraveo wrote: > shane Sat

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Shane Caraveo
Sterling Hughes wrote: On Sat, 2003-01-25 at 20:39, Shane Caraveo wrote: shane Sat Jan 25 20:39:18 2003 EDT Modified files: /php4/main php_ini.c /php4/win32 readdir.c readdir.h Log: Fix broken build by adding scandir and alphasort for win32 make alphasort a static?

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Sterling Hughes
On Sat, 2003-01-25 at 20:39, Shane Caraveo wrote: > shane Sat Jan 25 20:39:18 2003 EDT > > Modified files: > /php4/mainphp_ini.c > /php4/win32 readdir.c readdir.h > Log: > Fix broken build by adding scandir and alphasort for win32 > make alph

[PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 20:39:18 2003 EDT Modified files: /php4/main php_ini.c /php4/win32 readdir.c readdir.h Log: Fix broken build by adding scandir and alphasort for win32 Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.110 php4/main/php_ini.c:1.

Re: [PHP-CVS] cvs: php4 /main php_ini.c

2003-01-25 Thread Shane Caraveo
scandir does not exist on win32, so this has broken the windows build, unless you have a win32 dirent.h and scandir.c. Anyway, struct dirent is in readdir.h in the win32 directory. Shane Ilia Alshanetsky wrote: iliaa Sat Jan 25 16:13:01 2003 EDT Modified files: /php4/main

[PHP-CVS] cvs: php4 /main php_ini.c

2003-01-25 Thread Ilia Alshanetsky
iliaa Sat Jan 25 16:13:01 2003 EDT Modified files: /php4/main php_ini.c Log: Fixed bug #21625 (When scanning a directory for ini files, do so in alphabetical order. This gives a user a way to control the order in which the ini files are loaded). Fixed a b

[PHP-CVS] cvs: php4 /main php_ini.c

2003-01-19 Thread Harald Radi
phanto Sun Jan 19 07:17:38 2003 EDT Modified files: /php4/main php_ini.c Log: ini patch to allow 'entry[] = value' entries Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.108 php4/main/php_ini.c:1.109 --- php4/main/php_ini.c:1.108 Tue Dec 31 10:58:5

[PHP-CVS] cvs: php4 /main php_ini.c

2002-09-23 Thread Zeev Suraski
zeevMon Sep 23 08:10:07 2002 EDT Modified files: /php4/main php_ini.c Log: Compat fix Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.101 php4/main/php_ini.c:1.102 --- php4/main/php_ini.c:1.101 Thu Sep 19 17:57:24 2002 +++ php4/main/php_ini.c

Re: [PHP-CVS] cvs: php4 /main php_ini.c

2002-09-09 Thread Thies C. Arntzen
On Mon, Sep 09, 2002 at 11:43:51AM -, Anantha Kesari H Y wrote: > hyanantha Mon Sep 9 07:43:51 2002 EDT > > Modified files: > /php4/mainphp_ini.c > Log: > NetWare related changes/modifications > > > Index: php4/main/php_ini.c > diff -u php4/

[PHP-CVS] cvs: php4 /main php_ini.c

2002-09-09 Thread Anantha Kesari H Y
hyanantha Mon Sep 9 07:43:51 2002 EDT Modified files: /php4/main php_ini.c Log: NetWare related changes/modifications Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.99 php4/main/php_ini.c:1.100 --- php4/main/php_ini.c:1.99Thu Aug 29 06: