Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_var.h var.c

2003-01-18 Thread Andi Gutmans
This should follow our naming conventions and be called memory_get_usage(). Andi At 06:26 PM 1/14/2003 +, Andrey Hristov wrote: andrey Tue Jan 14 13:26:47 2003 EDT Modified files: /php4/ext/standard basic_functions.c php_var.h var.c Log: added function

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.h

2003-01-18 Thread Andi Gutmans
At 06:42 PM 1/15/2003 +0100, Derick Rethans wrote: On Wed, 15 Jan 2003, Shane Caraveo wrote: Edin Kadribasic wrote: I think that we should relax this contraint a bit on PHP_4_3 due to the fact that head is not likely going to see realeased version for some time to come due to the move to

[PHP-CVS] cvs: php4 /ext/standard/tests/general_functions proc_open.phpt

2003-01-18 Thread Derick Rethans
derick Sat Jan 18 08:53:26 2003 EDT Modified files: /php4/ext/standard/tests/general_functions proc_open.phpt Log: - Skip test if the function to test is not available #- Perhaps we need some infrastructure for this... Index:

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

2003-01-18 Thread Derick Rethans
derick Sat Jan 18 08:55:58 2003 EDT Modified files: /php4/ext/standard file.c Log: - Fixed memleak in fscanf(). Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.292 php4/ext/standard/file.c:1.293 --- php4/ext/standard/file.c:1.292

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

2003-01-18 Thread Wez Furlong
wez Sat Jan 18 09:10:22 2003 EDT Modified files: /php4/ext/standard file.c Log: Fix potential problem for 64-bit architectures. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.293 php4/ext/standard/file.c:1.294 ---

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_var.h var.c

2003-01-18 Thread Andrey Hristov
andrey Sat Jan 18 10:03:02 2003 EDT Modified files: /php4/ext/standard basic_functions.c php_var.h var.c Log: Renamed get_memory_usage() to memory_get_usage() (per Andi's advice) This doesn't break any BC. Index: php4/ext/standard/basic_functions.c diff

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt

2003-01-18 Thread Marcus Börger
At 00:57 18.01.2003, Ilia Alshanetsky wrote: iliaa Fri Jan 17 18:57:43 2003 EDT Modified files: /php4/ext/standard/tests/image getimagesize.phpt Log: Added missing test result. Thanks - i forgot to commit that one to marcus -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.h

2003-01-18 Thread Marcus Börger
At 11:28 18.01.2003, Andi Gutmans wrote: At 06:42 PM 1/15/2003 +0100, Derick Rethans wrote: On Wed, 15 Jan 2003, Shane Caraveo wrote: Edin Kadribasic wrote: I think that we should relax this contraint a bit on PHP_4_3 due to the fact that head is not likely going to see realeased version

[PHP-CVS] cvs: CVSROOT / cvswrappers

2003-01-18 Thread Gabor Hojtsy
gobaSat Jan 18 11:54:16 2003 EDT Modified files: /CVSROOTcvswrappers Log: Uh, tif and eps should not be diffed / merged Index: CVSROOT/cvswrappers diff -u CVSROOT/cvswrappers:1.7 CVSROOT/cvswrappers:1.8 --- CVSROOT/cvswrappers:1.7 Mon Jan 13

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

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 13:31:14 2003 EDT Modified files: /php4/ext/standard scanf.c Log: Fixed bug #21726 and #21730 Index: php4/ext/standard/scanf.c diff -u php4/ext/standard/scanf.c:1.19 php4/ext/standard/scanf.c:1.20 ---

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 13:32:21 2003 EDT Modified files: /php4/ext/exif exif.c Log: Removed the no longer needed memory allocation checks. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.137 php4/ext/exif/exif.c:1.138 ---

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

2003-01-18 Thread Marcus Börger
At 19:32 18.01.2003, Ilia Alshanetsky wrote: iliaa Sat Jan 18 13:32:21 2003 EDT Modified files: /php4/ext/exif exif.c Log: Removed the no longer needed memory allocation checks. After my reworked patch - what made you sure EXIF_ERRLOG_FSREALLOC is not needed? marcus

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

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 13:49:47 2003 EDT Modified files: /php4/ext/standard scanf.c Log: Tons of WS fixes Index: php4/ext/standard/scanf.c diff -u php4/ext/standard/scanf.c:1.20 php4/ext/standard/scanf.c:1.21 --- php4/ext/standard/scanf.c:1.20 Sat

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 13:51:13 2003 EDT Modified files: /php4/ext/exif exif.c Log: Additional memory allocation fixes by Marcus Börger. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.138 php4/ext/exif/exif.c:1.139 --- php4/ext/exif/exif.c:1.138

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug21730.phpt

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 13:59:27 2003 EDT Added files: /php4/ext/standard/tests/stringsbug21730.phpt Log: Added test case for bug #21730 Index: php4/ext/standard/tests/strings/bug21730.phpt +++ php4/ext/standard/tests/strings/bug21730.phpt

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug21730.phpt

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 14:02:23 2003 EDT Modified files: /php4/ext/standard/tests/stringsbug21730.phpt Log: Fixed typo Index: php4/ext/standard/tests/strings/bug21730.phpt diff -u php4/ext/standard/tests/strings/bug21730.phpt:1.1

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 14:20:03 2003 EDT Modified files: /php4/ext/ypyp.c /php4/ext/zip zip.c Log: Changed php_error to php_error_docref. Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.32 php4/ext/yp/yp.c:1.33 --- php4/ext/yp/yp.c:1.32

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

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 14:26:02 2003 EDT Modified files: /php4/ext/standard scanf.c Log: WS Index: php4/ext/standard/scanf.c diff -u php4/ext/standard/scanf.c:1.21 php4/ext/standard/scanf.c:1.22 --- php4/ext/standard/scanf.c:1.21 Sat Jan 18

[PHP-CVS] cvs: php4 /ext/ovrimos ovrimos.c /ext/pdf pdf.c /ext/pgsql pgsql.c /ext/posix posix.c /ext/pspell pspell.c /ext/qtdom qtdom.c /ext/session session.c /ext/sockets sockets.c /ext/xml php_xml.h xml.c /ext/zlib zlib.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 14:28:10 2003 EDT Modified files: /php4/ext/zlib zlib.c /php4/ext/xml php_xml.h xml.c /php4/ext/sockets sockets.c /php4/ext/session session.c /php4/ext/qtdom qtdom.c /php4/ext/pspellpspell.c

[PHP-CVS] cvs: php4 /ext/wddx wddx.c /ext/yaz php_yaz.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 14:53:34 2003 EDT Modified files: /php4/ext/wddx wddx.c /php4/ext/yaz php_yaz.c Log: Removed pointless memory allocation checks. Changed php_error to php_error_docref. Index: php4/ext/wddx/wddx.c diff -u

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 14:57:25 2003 EDT Modified files: /php4/ext/swf swf.c Log: Changed php_error to php_error_docref. Index: php4/ext/swf/swf.c diff -u php4/ext/swf/swf.c:1.48 php4/ext/swf/swf.c:1.49 --- php4/ext/swf/swf.c:1.48 Fri Jan 17 11:33:01

[PHP-CVS] cvs: php4 /ext/standard exec.c file.c image.c info.c metaphone.c string.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 15:01:48 2003 EDT Modified files: /php4/ext/standard exec.c file.c image.c info.c metaphone.c string.c Log: Removed pointless memory allocation checks. Index: php4/ext/standard/exec.c diff -u

[PHP-CVS] cvs: CVSROOT / cvswrappers

2003-01-18 Thread Gabor Hojtsy
gobaSat Jan 18 15:06:21 2003 EDT Modified files: /CVSROOTcvswrappers Log: tgz files are also binaries... Index: CVSROOT/cvswrappers diff -u CVSROOT/cvswrappers:1.8 CVSROOT/cvswrappers:1.9 --- CVSROOT/cvswrappers:1.8 Sat Jan 18 11:54:15 2003 +++

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 15:09:32 2003 EDT Modified files: /php4/ext/mbstring php_mbregex.c mbstring.c Log: Removed pointless memory allocation checks. Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.26

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 15:10:24 2003 EDT Modified files: /php4/ext/ldap ldap.c Log: Removed pointless memory allocation checks. Index: php4/ext/ldap/ldap.c diff -u php4/ext/ldap/ldap.c:1.131 php4/ext/ldap/ldap.c:1.132 --- php4/ext/ldap/ldap.c:1.131 Tue Dec

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

2003-01-18 Thread Ilia A.
On January 18, 2003 03:20 pm, Marcus Börger wrote: At 20:57 18.01.2003, you wrote: iliaa Sat Jan 18 14:57:25 2003 EDT Modified files: /php4/ext/swf swf.c Log: Changed php_error to php_error_docref. Thanks for all this work and one question: did you use my

[PHP-CVS] cvs: php4 /sapi/aolserver aolserver.c /sapi/apache php_apache.c /sapi/apache2filter php_functions.c /sapi/apache_hooks php_apache.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 15:27:05 2003 EDT Modified files: /php4/sapi/aolserveraolserver.c /php4/sapi/apache php_apache.c /php4/sapi/apache2filterphp_functions.c /php4/sapi/apache_hooks php_apache.c Log: Removed pointless memory

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

2003-01-18 Thread Marcus Börger
At 21:35 18.01.2003, Ilia A. wrote: My next goal is to remove some 690 php_error() form ext/ and about 100 or so zend_error(). So, if you have any automated tools, they'd be of great help. Ilia I meant the php_error thing and for that i have a script:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pcre php_pcre.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 15:49:02 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pcre php_pcre.c Log: MFH Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.132.2.2 php4/ext/pcre/php_pcre.c:1.132.2.3 --- php4/ext/pcre/php_pcre.c:1.132.2.2

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

2003-01-18 Thread Marcus Börger
At 21:35 18.01.2003, Marcus Börger wrote: At 21:35 18.01.2003, Ilia A. wrote: My next goal is to remove some 690 php_error() form ext/ and about 100 or so zend_error(). So, if you have any automated tools, they'd be of great help. Ilia I meant the php_error thing and for that i have a script:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard scanf.c

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 16:20:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard scanf.c Log: MFH: fixed bug #21726 and #21730 Index: php4/ext/standard/scanf.c diff -u php4/ext/standard/scanf.c:1.16.4.3 php4/ext/standard/scanf.c:1.16.4.4 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard/tests/strings bug21730.phpt

2003-01-18 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 18 16:21:33 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringsbug21730.phpt Log: MFH: added test case for bug #21730 Index: php4/ext/standard/tests/strings/bug21730.phpt +++

[PHP-CVS] cvs: php4 /ext/bz2 bz2.c /ext/curl interface.c /ext/cyrus cyrus.c /ext/ircg ircg.c /ext/ldap ldap.c /ext/mnogosearch php_mnogo.c /ext/msession msession.c /ext/msql php_msql.c /ext/mssql php_mssql.c /ext/odbc birdstep.c php_odbc.c /ext/sysvmsg sysvmsg.c /ext/xslt sablot.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 16:31:09 2003 EDT Modified files: /php4/ext/bz2 bz2.c /php4/ext/curl interface.c /php4/ext/cyrus cyrus.c /php4/ext/ircg ircg.c /php4/ext/ldap ldap.c /php4/ext/mnogosearch php_mnogo.c

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

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 19:47:02 2003 EDT Modified files: /php4/ext/mcal php_mcal.c Log: Changed php_error to php_error_docref. Make mcal compile with ZE2. Index: php4/ext/mcal/php_mcal.c diff -u php4/ext/mcal/php_mcal.c:1.54 php4/ext/mcal/php_mcal.c:1.55

[PHP-CVS] cvs: php4 /ext/rpc/com com.c conversion.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 23:09:32 2003 EDT Modified files: /php4/ext/rpc/com com.c conversion.c Log: ZTS fixes. Index: php4/ext/rpc/com/com.c diff -u php4/ext/rpc/com/com.c:1.14 php4/ext/rpc/com/com.c:1.15 --- php4/ext/rpc/com/com.c:1.14 Sat Jan 18 19:45:47 2003