hyanantha Fri Jul 1 02:49:30 2005 EDT
Modified files:
/php-src/ext/standard proc_open.c
Log:
As fork implementation of NetWare LibC still in experimental stages making
the procve based solution ahead of HAVE_FORK. Later When fork becomes stable
will
hyanantha Fri Jul 1 01:53:06 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard proc_open.c
Log:
As fork implementation of NetWare LibC still in experimental stages making
the procve based solution ahead of HAVE_FORK. Later When fork beco
iliaa Thu Jun 30 19:33:39 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
Fixed memory leak.
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.17&r2=1.18&ty=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.1
It looks like in most cases where %s is used it can be replaced with
mempcy(). I'll look into it tomorrow unless Derick get's to it first :-)
Ilia
Marcus Boerger wrote:
Hello Derick, Ilia,
why is this usign snprintf when the value is a string?
(e.g.: snprintf(buffer, 32, "%s...) why not us
Hello Derick, Ilia,
why is this usign snprintf when the value is a string?
(e.g.: snprintf(buffer, 32, "%s...) why not use stropy or similar?
best regards
marcus
Friday, July 1, 2005, 12:47:39 AM, you wrote:
> iliaa Thu Jun 30 18:47:39 2005 EDT
> Modified files:
>
fmk Thu Jun 30 19:03:38 2005 EDT
Modified files:
/php-src/ext/date/lib parse_date.c timelib.h
Log:
Fix Win32 build
http://cvs.php.net/diff.php/php-src/ext/date/lib/parse_date.c?r1=1.17&r2=1.18&ty=u
Index: php-src/ext/date/lib/parse_date.c
diff -u php-s
fmk Thu Jun 30 18:49:48 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
Fix ZTS build
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.16&r2=1.17&ty=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.16 php-sr
iliaa Thu Jun 30 18:47:39 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
Fixed compiler warnings.
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.15&r2=1.16&ty=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date
iliaa Thu Jun 30 18:44:29 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
Fixed memory leak on error inside php_date().
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.14&r2=1.15&ty=u
Index: php-src/ext/date/php_date.c
diff -u php-
iliaa Thu Jun 30 18:29:38 2005 EDT
Modified files:
/php-src/ext/xmlrpc xmlrpc-epi-php.c
/php-srcNEWS
Log:
Fixed bug #33523 (Memory leak in xmlrpc_encode_request()).
http://cvs.php.net/diff.php/php-src/ext/xmlrpc/xmlrpc-epi-php.c?r1=1.37&r2=1.38&ty=
derick Thu Jun 30 17:38:07 2005 EDT
Added files:
/php-src/ext/date/tests bug33452.phpt date.phpt
Removed files:
/php-src/ext/standard/tests/timedate.phpt
Modified files:
/php-srcNEWS
/php-src/ext/date p
iliaa Thu Jun 30 17:00:37 2005 EDT
Modified files:
/php-srcNEWS
Log:
SQLite lib upgrade news.
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1967&r2=1.1968&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1967 php-src/NEWS:1.1968
--- php-src/NEWS:1.1967 T
iliaa Thu Jun 30 16:59:22 2005 EDT
Modified files:
/php-src/ext/pdo_sqlite/sqlite/src parse.c
Log:
touch generated file.
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/pdo_sqlite/sqlite/src/parse
Nope, 32 bit value not a 64 bit one.
ilia
Wez Furlong wrote:
Is this what you're really looking for?
PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC)
--Wez.
On 6/29/05, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:
iliaa Wed Jun 29 20:07:44 2005 EDT
Modified files:
Is this what you're really looking for?
PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC)
--Wez.
On 6/29/05, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:
> iliaa Wed Jun 29 20:07:44 2005 EDT
>
> Modified files:
> /php-src/ext/pdo_pgsql pgsql_driver.c
> Log:
>
wez Thu Jun 30 10:25:41 2005 EDT
Modified files:
/php-src/ext/opensslopenssl.c
Log:
Add optional parameter to openssl_pkcs7_verify() which specifies the name
of a file that will be filled with the verified data, but with the signature
information st
sniper Thu Jun 30 09:39:43 2005 EDT
Modified files:
/php-src/ext/posix config.m4
Log:
typo
http://cvs.php.net/diff.php/php-src/ext/posix/config.m4?r1=1.11&r2=1.12&ty=u
Index: php-src/ext/posix/config.m4
diff -u php-src/ext/posix/config.m4:1.11 php-src/ext/posi
dmitry Thu Jun 30 09:43:00 2005 EDT
Modified files:
/php-src/ext/standard dl.c
Log:
Restored old behavior of zend_statup_module()
http://cvs.php.net/diff.php/php-src/ext/standard/dl.c?r1=1.101&r2=1.102&ty=u
Index: php-src/ext/standard/dl.c
diff -u php-
sniper Thu Jun 30 10:11:13 2005 EDT
Modified files:
/php-src/ext/bcmath/libbcmath/src config.h
/php-src/ext/mcve mcve.c
/php-src/ext/pcre/pcrelib internal.h
/php-src/ext/standard html.c
/php-src/ext/xmlexpat_compat.h
/php-src/ma
sniper Thu Jun 30 10:15:53 2005 EDT
Modified files:
/php-src/ext/mysql config.m4
Log:
consistent naming: prefix always with MYSQL_
http://cvs.php.net/diff.php/php-src/ext/mysql/config.m4?r1=1.66&r2=1.67&ty=u
Index: php-src/ext/mysql/config.m4
diff -u php-src/e
Hey, CVS allows you to commit multiple files at one time.
Please consider using that feature, as our mailboxes are now filled
up with a tonne netware commits, making it hard to spot what
others have been doing.
--Wez.
On 6/29/05, Anantha Kesari H Y <[EMAIL PROTECTED]> wrote:
> hyanantha
sniper Thu Jun 30 07:15:00 2005 EDT
Modified files:
/php-src/ext/simplexml php_simplexml.h simplexml.c
/php-src/ext/standard array.c
Log:
- Unify (+ spl can't be build shared so COMPILE_DL_SPL
http://cvs.php.net/diff.php/php-src/ext/simplexml
derick Thu Jun 30 06:03:38 2005 EDT
Modified files:
/php-src/ext/posix config.m4 posix.c
Log:
- Added check for makedev systemcall, which Netware doesn't support.
http://cvs.php.net/diff.php/php-src/ext/posix/config.m4?r1=1.10&r2=1.11&ty=u
Index: php-src/ex
23 matches
Mail list logo