[PHP-CVS] cvs: php-src /ext/snmp snmp.c

2003-07-16 Thread Jani Taskinen
sniper Wed Jul 16 02:03:46 2003 EDT Modified files: /php-src/ext/snmp snmp.c Log: - Fixes some problems (debug mode only). (bug #23051 and bug #23685) Index: php-src/ext/snmp/snmp.c diff -u php-src/ext/snmp/snmp.c:1.82 php-src/ext/snmp/snmp.c:1.83 ---

[PHP-CVS] cvs: php-src /ext/gd gd.dsp

2003-07-16 Thread Sebastian Bergmann
sebastian Wed Jul 16 04:13:14 2003 EDT Modified files: /php-src/ext/gd gd.dsp Log: Add /libpath directives for zlib. Index: php-src/ext/gd/gd.dsp diff -u php-src/ext/gd/gd.dsp:1.12 php-src/ext/gd/gd.dsp:1.13 --- php-src/ext/gd/gd.dsp:1.12 Sun Jun 29

[PHP-CVS] cvs: php-src /main output.c

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 04:36:04 2003 EDT Modified files: /php-src/main output.c Log: Bugfix #22690 Index: php-src/main/output.c diff -u php-src/main/output.c:1.159 php-src/main/output.c:1.160 --- php-src/main/output.c:1.159 Tue Jun 10 16:03:41 2003 +++

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2003-07-16 Thread Jani Taskinen
sniper Wed Jul 16 04:47:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: bfn Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.282 php-src/NEWS:1.1247.2.283 --- php-src/NEWS:1.1247.2.282 Mon Jul 14 19:25:24 2003 +++ php-src/NEWSWed

[PHP-CVS] cvs: php-src / NEWS

2003-07-16 Thread Jani Taskinen
sniper Wed Jul 16 05:30:56 2003 EDT Modified files: /php-srcNEWS Log: heat wave Index: php-src/NEWS diff -u php-src/NEWS:1.1438 php-src/NEWS:1.1439 --- php-src/NEWS:1.1438 Mon Jun 30 09:37:18 2003 +++ php-src/NEWSWed Jul 16 05:30:56 2003 @@ -3,6

Re: [PHP-CVS] cvs: php-src /ext/snmp php_snmp.h snmp.c

2003-07-16 Thread Sterling Hughes
+ + /* Prevent read_mib() from printing any errors. */ + snmp_disable_stderrlog(); + How does one get the error that occurred then? -Sterling -- Premature optimization is the root of all evil - Donald E. Knuth -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-CVS] cvs: php-src /ext/snmp php_snmp.h snmp.c

2003-07-16 Thread Jani Taskinen
On 16 Jul 2003, Sterling Hughes wrote: + +/* Prevent read_mib() from printing any errors. */ +snmp_disable_stderrlog(); + How does one get the error that occurred then? See the rest of the code. --Jani -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: spl / php_spl.c php_spl.h spl.php spl_array.c spl_array.h spl_engine.c spl_engine.h spl_foreach.c /tests array_access_ex.phpt

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 05:48:36 2003 EDT Removed files: /spl/tests array_access_ex.phpt Modified files: /splphp_spl.c php_spl.h spl.php spl_array.c spl_array.h spl_engine.c spl_engine.h spl_foreach.c Log: Update and

[PHP-CVS] cvs: spl / spl_array.c /tests array_access_001.phpt array_access_002.phpt

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 06:41:44 2003 EDT Modified files: /splspl_array.c /spl/tests array_access_001.phpt array_access_002.phpt Log: Make array write stuff work again correct and fix tests Index: spl/spl_array.c diff -u spl/spl_array.c:1.7

[PHP-CVS] cvs: php-src /ext/dbase dbase.c

2003-07-16 Thread Zak Greant
zak Wed Jul 16 07:08:03 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: Created shorter/sensible key names for dbase_get_header_info * 'decimal places' becomes 'precision' * 'printf format' becomes 'format' * 'record offset' becomes 'offset'

Re: [PHP-CVS] cvs: php-src /ext/dbase dbase.c

2003-07-16 Thread Sterling Hughes
Why create such names? Where is the advantage? If you are going to change it, please just make them aliases, so you can use either. -Sterling On Wed, 2003-07-16 at 07:08, Zak Greant wrote: zak Wed Jul 16 07:08:03 2003 EDT Modified files: /php-src/ext/dbase

Re: [PHP-CVS] cvs: php-src /ext/dbase dbase.c

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Sterling Hughes wrote: Why create such names? Where is the advantage? If you are going to change it, please just make them aliases, so you can use either. uhm? Those were just names for the keys of the elements in an associative array... Derick -- Interpreting what

Re: [PHP-CVS] cvs: php-src /ext/dbase dbase.c

2003-07-16 Thread Sterling Hughes
Right, and if they change, then old code doesn't work. Function names are just elements within an associative array after all ;-) -Sterling On Wed, 2003-07-16 at 09:54, Derick Rethans wrote: On Wed, 16 Jul 2003, Sterling Hughes wrote: Why create such names? Where is the advantage? If you

Re: [PHP-CVS] cvs: php-src /ext/dbase dbase.c

2003-07-16 Thread Sterling Hughes
woops :) -Sterling On Wed, 2003-07-16 at 10:06, Derick Rethans wrote: On Wed, 16 Jul 2003, Sterling Hughes wrote: Right, and if they change, then old code doesn't work. There is NO old code... this was added yesterday. Derick -- There is no safe investment. To love at all is to be

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.dsp

2003-07-16 Thread Sebastian Bergmann
sebastian Wed Jul 16 10:50:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd gd.dsp Log: MFH: /libpath directives for zlib Index: php-src/ext/gd/gd.dsp diff -u php-src/ext/gd/gd.dsp:1.9.2.3 php-src/ext/gd/gd.dsp:1.9.2.4 ---

[PHP-CVS] cvs: spl / config.m4 php_spl.c php_spl.h spl_directory.c spl_functions.c spl_functions.h

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 11:13:23 2003 EDT Added files: /splspl_directory.c Modified files: /splconfig.m4 php_spl.c php_spl.h spl_functions.c spl_functions.h Log: Add directory iterator class Index: spl/config.m4 diff -u

[PHP-CVS] cvs: spl /examples tree.php

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 14:47:26 2003 EDT Added files: /spl/examples tree.php Log: Add tree example Index: spl/examples/tree.php +++ spl/examples/tree.php ?php /* tree view example * * Usage: php tree.php path * * Simply specify the path to tree with

[PHP-CVS] cvs: spl /examples tree.php

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 16:17:34 2003 EDT Modified files: /spl/examples tree.php Log: Update examples Index: spl/examples/tree.php diff -u spl/examples/tree.php:1.1 spl/examples/tree.php:1.2 --- spl/examples/tree.php:1.1 Wed Jul 16 14:47:26 2003 +++

[PHP-CVS] cvs: spl /examples filter.inc filter_tree.php sub_dir.inc

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 16:18:33 2003 EDT Added files: /spl/examples filter.inc filter_tree.php sub_dir.inc Log: More examples Index: spl/examples/filter.inc +++ spl/examples/filter.inc ?php /** * @brief Regular expression filter for string iterators *

[PHP-CVS] cvs: php-src /ext/dba/libinifile inifile.c

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 16:53:18 2003 EDT Modified files: /php-src/ext/dba/libinifile inifile.c Log: Fix handling of empty settings Index: php-src/ext/dba/libinifile/inifile.c diff -u php-src/ext/dba/libinifile/inifile.c:1.7 php-src/ext/dba/libinifile/inifile.c:1.8

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba/libinifile inifile.c

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 16:56:06 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dba/libinifile inifile.c Log: MFH: Fix handling of empty settings Index: php-src/ext/dba/libinifile/inifile.c diff -u php-src/ext/dba/libinifile/inifile.c:1.6.2.1

[PHP-CVS] cvs: spl /examples dba_dump.php filter.inc sub_dir.inc

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 17:51:09 2003 EDT Modified files: /spl/examples dba_dump.php filter.inc sub_dir.inc Log: Update examples Index: spl/examples/dba_dump.php diff -u spl/examples/dba_dump.php:1.2 spl/examples/dba_dump.php:1.3 ---