[PHP-CVS] cvs: pecl /apc apc_pair.c

2003-06-23 Thread Rasmus Lerdorf
rasmus Mon Jun 23 02:05:20 2003 EDT Modified files: /pecl/apc apc_pair.c Log: Needed for malloc/free in this file Index: pecl/apc/apc_pair.c diff -u pecl/apc/apc_pair.c:3.1 pecl/apc/apc_pair.c:3.2 --- pecl/apc/apc_pair.c:3.1 Sun Jun 22 01:26:07 2003

[PHP-CVS] cvs: CVSROOT / loginfo

2003-06-23 Thread James Cox
imajes Mon Jun 23 02:34:27 2003 EDT Modified files: /CVSROOTloginfo Log: restore PECL commits to the right list. Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.93 CVSROOT/loginfo:1.94 --- CVSROOT/loginfo:1.93Sun May 11 18:08:29 2003 +++

[PHP-CVS] cvs: php4 / ChangeLog NEWS

2003-06-23 Thread Andrei Zmievski
andrei Mon Jun 23 09:57:48 2003 EDT Modified files: /php4 ChangeLog NEWS Log: By request Index: php4/ChangeLog diff -u php4/ChangeLog:1.1356 php4/ChangeLog:1.1357 --- php4/ChangeLog:1.1356 Sun Jun 22 21:27:12 2003 +++ php4/ChangeLog Mon Jun 23

[PHP-CVS] cvs: php5 /ext/standard string.c

2003-06-23 Thread Stanislav Malyshev
stasMon Jun 23 10:09:15 2003 EDT Modified files: /php5/ext/standard string.c Log: Fix #24281 - str_replace not updating the count if value is not initialized Index: php5/ext/standard/string.c diff -u php5/ext/standard/string.c:1.391

[PHP-CVS] cvs: php5 /ext/standard/tests/strings bug24281.phpt

2003-06-23 Thread Stanislav Malyshev
stasMon Jun 23 10:18:33 2003 EDT Added files: /php5/ext/standard/tests/stringsbug24281.phpt Log: add test for #24281 Index: php5/ext/standard/tests/strings/bug24281.phpt +++ php5/ext/standard/tests/strings/bug24281.phpt --TEST-- Bug #24281:

[PHP-CVS] cvs: php5 / configure.in

2003-06-23 Thread Wez Furlong
wez Mon Jun 23 12:06:38 2003 EDT Modified files: /php5 configure.in Log: Fix build when builddir != srcdir. Index: php5/configure.in diff -u php5/configure.in:1.447 php5/configure.in:1.448 --- php5/configure.in:1.447 Mon Jun 16 04:32:35 2003

[PHP-CVS] cvs: php4 /ext/snmp php_snmp.h snmp.c

2003-06-23 Thread Harrie Hazewinkel
harrie Mon Jun 23 14:02:03 2003 EDT Modified files: /php4/ext/snmp php_snmp.h snmp.c Log: Applying the contributed patch of Johan Hanne. The patch enables control on the way the values are returned into the PHP script, instaed of always strings. Also the

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

2003-06-23 Thread Harrie Hazewinkel
harrie Mon Jun 23 14:16:37 2003 EDT Modified files: /php4/ext/snmp snmp.c Log: Cleaning up some very old definitions of version 3.3.1 until 3.5.3. Those versions are that old that people better upgrade the SNMP libraries. Index: php4/ext/snmp/snmp.c

[PHP-CVS] cvs: php-src(PHP_4) /ext/standard/tests/file bug21131.phpt /pear pear.m4 /pear/packages Mail-1.0.1.tar Net_SMTP-1.0.tar XML_Parser-1.0.tar /pear/scripts php-config.in phpextdist phpize.in /scripts config-stubs conv_proto conv_z_macros credits /win32 php5ts.dsw

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 17:56:29 2003 EDT Removed files: (Branch: PHP_4) /php-src/ext/standard/tests/filebug21131.phpt /php-src/pear pear.m4 /php-src/pear/packages Mail-1.0.1.tar Net_SMTP-1.0.tar XML_Parser-1.0.tar

[PHP-CVS] cvs: spl / README.PROFILING

2003-06-23 Thread Marcus Boerger
helly Mon Jun 23 17:59:55 2003 EDT Added files: /splREADME.PROFILING Log: Add profiling results Index: spl/README.PROFILING +++ spl/README.PROFILING SQLite is the first extension that makes use of SPL automatically by simply enabling both. SQLite

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 18:06:56 2003 EDT Modified files: /CVSROOTmodules Log: Commit local changes Index: CVSROOT/modules diff -u CVSROOT/modules:1.45 CVSROOT/modules:1.46 --- CVSROOT/modules:1.45Sun Jun 22 20:46:27 2003 +++ CVSROOT/modules Mon

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 18:09:37 2003 EDT Modified files: /CVSROOTmodules Log: php4-only etc. don't serve any purpose. if you want the pure php-src module, just use php-src. Index: CVSROOT/modules diff -u CVSROOT/modules:1.46 CVSROOT/modules:1.47 ---

[PHP-CVS] cvs: spl / README

2003-06-23 Thread Marcus Boerger
helly Mon Jun 23 18:37:13 2003 EDT Modified files: /splREADME Log: Put some brief technically description here Index: spl/README diff -u spl/README:1.2 spl/README:1.3 --- spl/README:1.2 Sat May 24 09:47:49 2003 +++ spl/README Mon Jun 23 18:37:12

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 18:54:10 2003 EDT Modified files: /CVSROOTmodules Log: Refactor entries and add various pecl dirs Index: CVSROOT/modules diff -u CVSROOT/modules:1.47 CVSROOT/modules:1.48 --- CVSROOT/modules:1.47Mon Jun 23 18:09:37 2003 +++

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 19:43:14 2003 EDT Modified files: /CVSROOTmodules Log: Drop module aliases in favor of symlinks inside the repository for the following reasons: - symlinks are much more transparent to the repository users - symlinked directories

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

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 21:03:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Test commit Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.263 php-src/NEWS:1.1247.2.264 --- php-src/NEWS:1.1247.2.263 Sun Jun 22 12:48:16 2003 +++ php-src/NEWS

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread James Cox
imajes Mon Jun 23 21:16:49 2003 EDT Modified files: /CVSROOTmodules Log: Make TSRM appear in checkouts of php-src. Index: CVSROOT/modules diff -u CVSROOT/modules:1.49 CVSROOT/modules:1.50 --- CVSROOT/modules:1.49Mon Jun 23 19:43:14 2003 +++

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

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 22:02:01 2003 EDT Modified files: (Branch: PHP_5) /php-srcNEWS Log: test commit Index: php-src/NEWS diff -u php-src/NEWS:1.1426 php-src/NEWS:1.1426.2.1 --- php-src/NEWS:1.1426 Mon Jun 16 15:58:24 2003 +++ php-src/NEWSMon Jun 23

[PHP-CVS] cvs: CVSROOT / modules

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 23:04:13 2003 EDT Modified files: /CVSROOTmodules Log: sync with locally edited version Index: CVSROOT/modules diff -u CVSROOT/modules:1.50 CVSROOT/modules:1.51 --- CVSROOT/modules:1.50Mon Jun 23 21:16:47 2003 +++ CVSROOT/modules

[PHP-CVS] cvs: CVSROOT / avail

2003-06-23 Thread Sascha Schumann
sas Mon Jun 23 23:40:16 2003 EDT Modified files: /CVSROOTavail Log: replace php4 and php5 with php-src Index: CVSROOT/avail diff -u CVSROOT/avail:1.695 CVSROOT/avail:1.696 --- CVSROOT/avail:1.695 Sun Jun 22 20:33:46 2003 +++ CVSROOT/avail Mon

[PHP-CVS] cvs: php-src(PHP_5) / acinclude.m4 configure.in /ext/openssl config.m4 config0.m4 /ext/snmp config.m4 /scripts phpize.m4

2003-06-23 Thread Jani Taskinen
sniper Mon Jun 23 23:41:37 2003 EDT Added files: (Branch: PHP_5) /php-src/ext/opensslconfig0.m4 Removed files: /php-src/ext/opensslconfig.m4 Modified files: /php-srcacinclude.m4 configure.in

[PHP-CVS] cvs: php-src(PHP_5) / acinclude.m4

2003-06-23 Thread Jani Taskinen
sniper Mon Jun 23 23:44:15 2003 EDT Modified files: (Branch: PHP_5) /php-srcacinclude.m4 Log: Moved PHP_SETUP_OPENSSL around. (closer to the other PHP_SETUP_* macros) Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.246.2.1