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 0
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-src
sniper Wed Jul 16 04:45:32 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main output.c
Log:
MFH: Fixed bug #22690 (ob_start() broken with create_function() callbacks). (Marcus)
Index: php-src/main/output.c
diff -u php-src/main/output.c:1.142.2.12 php
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 J
sniper Wed Jul 16 05:28:48 2003 EDT
Modified files:
/php-src/ext/snmp php_snmp.h snmp.c
Log:
- Added snmp_read_mib() which reads a MIB file into the active MIB tree.
Index: php-src/ext/snmp/php_snmp.h
diff -u php-src/ext/snmp/php_snmp.h:1.20 php-src/ext/s
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 +3,
> +
> + /* 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 unsubscri
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/)
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 remo
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 spl/spl_arra
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'
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
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
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
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
--
"Interpreting what the GPL actually means is a job best left to those
that read the future by examining animal en
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
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-src/ext/gd/gd
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 spl/con
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
*
* Simply specify the path to tree with parameter .
*
* (c) Marcus Boerger
*/
class sub_dir im
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
+++ spl/examp
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
rewind();
}
$this->it = $it;
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
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-src/ext/dba
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
--- spl/examples/dba_dump.php:1
helly Wed Jul 16 17:52:04 2003 EDT
Added files:
/spl/examples dba_reader.inc ini_groups.php key_filter.inc
Log:
Update examples
Index: spl/examples/dba_reader.inc
+++ spl/examples/dba_reader.inc
db = dba_open($file, 'r', $handler);
}
helly Wed Jul 16 18:55:02 2003 EDT
Modified files:
/php-src/ext/dbadba.c
Log:
Remove bogus comment (noticed by Zak)
Index: php-src/ext/dba/dba.c
diff -u php-src/ext/dba/dba.c:1.96 php-src/ext/dba/dba.c:1.97
--- php-src/ext/dba/dba.c:1.96 Sat Jun 21 14:43:
26 matches
Mail list logo