andrei Fri Mar 11 22:00:33 2005 EDT
Modified files:
/CVSROOTavail
Log:
Give Jeremy Johnstone php-gtk-doc karma.
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.952&r2=1.953&ty=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.952 CVSROOT/avail:1.953
--- CVSR
helly Fri Mar 11 20:52:48 2005 EDT
Modified files:
/php-src/ext/wddx/tests wddx.xml
Log:
- Fix test
http://cvs.php.net/diff.php/php-src/ext/wddx/tests/wddx.xml?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/wddx/tests/wddx.xml
diff -u php-src/ext/wddx/tests/wddx.xm
helly Fri Mar 11 20:46:48 2005 EDT
Modified files:
/php-src/ext/wddx wddx.c
Log:
- Fix another memleak
http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.113&r2=1.114&ty=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.113 php-src/ext
helly Fri Mar 11 20:44:04 2005 EDT
Modified files:
/php-src/ext/wddx wddx.c
Log:
- Fix memleak
http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.112&r2=1.113&ty=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.112 php-src/ext/wddx/wd
wez Fri Mar 11 20:16:59 2005 EDT
Modified files:
/php-src/ext/pdopdo.c pdo_stmt.c
Log:
show list of PDO drivers in phpinfo.
Highlight a possible problem area; iterator leaks when used in foreach(),
at least with sqlite2 driver.
http://cvs.php.net/
wez Fri Mar 11 20:15:37 2005 EDT
Modified files:
/php-src/ext/pdoconfig.w32
Log:
build pdo statically on win32, so sqlite2 driver will build.
Alternatively, we could build sqlite as a shared ext, but that has more
of an impact to people upgrading.
wez Fri Mar 11 20:14:22 2005 EDT
Modified files:
/php-src/ext/sqlite config.w32
Log:
build sqlite2 pdo driver on win32
http://cvs.php.net/diff.php/php-src/ext/sqlite/config.w32?r1=1.7&r2=1.8&ty=u
Index: php-src/ext/sqlite/config.w32
diff -u php-src/ext/sq
Saturday, March 12, 2005, 1:50:21 AM, you wrote:
> helly Fri Mar 11 19:50:21 2005 EDT
> Modified files:
> /php-src/ext/sqlite pdo_sqlite2.c
> Log:
> - Errcode might be empty
Errmsg i meant of course
> http://cvs.php.net/diff.php/php-src/ext/sqlite/pdo_sqlite
helly Fri Mar 11 19:51:40 2005 EDT
Added files:
/php-src/ext/sqlite/tests/pdo .cvsignore connection.inc
pdo_001.phpt pdo_002.phpt
pdo_003.phpt pdo_004.phpt
helly Fri Mar 11 19:50:21 2005 EDT
Modified files:
/php-src/ext/sqlite pdo_sqlite2.c
Log:
- Errcode might be empty
http://cvs.php.net/diff.php/php-src/ext/sqlite/pdo_sqlite2.c?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/sqlite/pdo_sqlite2.c
diff -u php-src/ext/sqlit
wez Fri Mar 11 19:07:44 2005 EDT
Modified files:
/php-src/ext/sqlite pdo_sqlite2.c
Log:
Fix crappy whitespace
http://cvs.php.net/diff.php/php-src/ext/sqlite/pdo_sqlite2.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/sqlite/pdo_sqlite2.c
diff -u php-src/ext/sqlite
wez Fri Mar 11 18:57:04 2005 EDT
Added files:
/php-src/ext/sqlite pdo_sqlite2.c
Modified files:
/php-src/ext/sqlite config.m4 config.w32 sqlite.c
Log:
Implement a PDO driver for sqlite 2
http://cvs.php.net/diff.php/php-src/ext/sqli
Hello Andrei,
for the return_value this *might* result in the same behavior. The
REPLACE_ZVAL_VALUE() macro checks refount and is_ref first which is
what i wanted to avoid. The changes i did ensure the both are neither
read nor changed.
regards
marcus
Friday, March 11, 2005, 9:40:16 PM, you wr
Why not use REPLACE_ZVAL_VALUE() macro?
On Thu, 10 Mar 2005, Marcus Boerger wrote:
> helly Thu Mar 10 18:42:16 2005 EDT
>
> Modified files:
> /php-src/ext/standard string.c
> Log:
> - Do not touch return_valu's refcount or is_ref
>
> http://cvs.php.net/diff
Shouldn't you also be comparing device? Inode is not necessarily unique.
At 03:29 AM 3/3/2005 +, Ilia Alshanetsky wrote:
iliaa Wed Mar 2 22:29:24 2005 EDT
Modified files:
/php-src/ext/standard file.c
Log:
Fixed bug #32160 (file truncation in copy() when source & desti
hyanantha Fri Mar 11 06:04:04 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/sapi/cli php_getopt.h
Log:
As NetWare LibC has optind and optarg macros defined in unistd.h our local
variables were getting mistakenly preprocessed so undeffing optind and op
hyanantha Fri Mar 11 05:57:09 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcconfigure.in
Log:
NetWare don't have sendmail binary so need this sendmail.c smarthost
implementation
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.36&r2=
hyanantha Fri Mar 11 05:49:25 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/netwaresendmail_nw.h
Log:
changing the windows style directory seperator in netinet\in.h to
netinet/in.h
http://cvs.php.net/diff.php/php-src/netware/sendmail_nw.h?r1
hyanantha Fri Mar 11 04:07:36 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard datetime.c
Log:
removed redundant NEW_LIBC checks for NetWare
http://cvs.php.net/diff.php/php-src/ext/standard/datetime.c?r1=1.121.2.3&r2=1.121.2.4&ty=u
hyanantha Fri Mar 11 05:48:09 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/win32 sendmail.c
Log:
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including
netware\sendmail_nw.h
http://cvs.php.net/diff
hyanantha Fri Mar 11 04:01:55 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard proc_open.c
Log:
In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG
http://cvs.php.net/diff.php/php-src/ext/standard/proc_open.c?r1=1.28.2.2&r2=1.28.2.
hyanantha Fri Mar 11 03:51:12 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard link.c
Log:
NetWare LibC has pwd.h
http://cvs.php.net/diff.php/php-src/ext/standard/link.c?r1=1.48.2.1&r2=1.48.2.2&ty=u
Index: php-src/ext/standard/link.
hyanantha Fri Mar 11 06:42:11 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main/streams userspace.c
Log:
removing redundant CLIB_STAT_PATCH
http://cvs.php.net/diff.php/php-src/main/streams/userspace.c?r1=1.26.2.1&r2=1.26.2.2&ty=u
Index: php-
hyanantha Fri Mar 11 06:20:25 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard filestat.c
Log:
removing redundant NEW_LIBC checks
In NetWare statfs f_bavail member is known as f_bfree
NetWare LibC has pwd.h
http://cvs.php.net/d
hyanantha Fri Mar 11 06:16:23 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard file.c
Log:
NetWare LibC has pwd.h and removing redundant CLIB_STAT_PATCH
http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.382.2.5&r2=1.382.2
hyanantha Fri Mar 11 03:18:15 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main php_open_temporary_file.c
Log:
Netware LibC has mkstemp
http://cvs.php.net/diff.php/php-src/main/php_open_temporary_file.c?r1=1.30&r2=1.30.2.1&ty=u
Index: php-sr
hyanantha Fri Mar 11 03:11:29 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main network.c
Log:
removed NetWare specific NEW_LIBC checks
http://cvs.php.net/diff.php/php-src/main/network.c?r1=1.109.2.2&r2=1.109.2.3&ty=u
Index: php-src/main/net
27 matches
Mail list logo