Ilia Alshanetsky ha scritto:
> iliaa Tue May 19 19:15:18 2009 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/pdo_sqlite sqlite_statement.c
> Log:
> The \0 removal is only needed prior to 3.4.0
I hate to do this (and as a php-src newbie I'm a bit afraid
Yes, the code indeed is very different. I suggest you look in the mirror to find
out who to blame. And then do a diff -u between file.c on PHP_5_2, PHP_5_3 and
HEAD. Make your life easier and sync the files between branches before you
commit any more fixes..
--Jani
p.s. I found 1 other bug no
I didn't quite understand why you didn't add this in PHP_5_2 and PHP_5_3.
It's just a constant. Would even consider a bug since this should have been
added with the other MSG_* constants. :)
--Jani
Arnaud Le Blanc kirjoitti:
lbarnaudTue May 19 11:57:52 2009 UTC
Modified fi
Wait, what? I can see moving it to the lowest priority, but why get rid
of it completely?
-Rasmus
Derick Rethans wrote:
> derickTue May 19 19:43:44 2009 UTC
>
> Modified files:
> /php-src/ext/date php_date.c
> Log:
> - Getting rid of using the environmen
derick Tue May 19 19:43:44 2009 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
- Getting rid of using the environment to guess timezone information from.
#- [DOC]
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.233&r2=1.234&diff_for
janiTue May 19 19:39:53 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard dns.h
Log:
MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for
introducing this)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.h?r1=1.19
janiTue May 19 19:39:42 2009 UTC
Modified files:
/php-src/ext/standard dns.h
Log:
- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing
this)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.h?r1=1.27&r2=1.28&diff_format=
janiTue May 19 19:38:00 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard dns.h
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.h?r1=1.19.2.1.2.4&r2=1.19.2.1.2.5&diff_format=u
Index: php-src/ext/standard/dns.h
diff -u php-s
bjori Tue May 19 19:23:33 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/date php_date.c
Log:
MFH: Partial fix for bug#48333
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.76&r2=1.43.2.45.2.51.2.77&diff_format=u
Inde
bjori Tue May 19 19:23:12 2009 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
Partial fix for bug#48333 (DateInterval.format() expects a single,
undocumented parameter)
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.232&r2=1.233&d
iliaa Tue May 19 19:20:01 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
MFB: The \0 removal is only needed prior to 3.4.0
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.18.2.4.2.
iliaa Tue May 19 19:16:06 2009 UTC
Modified files:
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
MFB: The \0 removal is only needed prior to 3.4.0
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.33&r2=1.34&diff_format=u
In
iliaa Tue May 19 19:15:18 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
The \0 removal is only needed prior to 3.4.0
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.18.2.4.2.3.2.8&
jmertic Tue May 19 19:02:36 2009 UTC
Modified files:
/win-installer GenExtensionsComponents.wxs.php
Log:
Bug 48302: Have correct name for the icu*.dll files after installation.
http://cvs.php.net/viewvc.cgi/win-installer/GenExtensionsComponents.wxs.php?r1=1
iliaa Tue May 19 18:44:01 2009 UTC
Modified files:
/php-src/ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h
Log:
MFB: libsqlite3 3.6.14.1 upgrade
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.22&r2=1.23&diff_format=u
iliaa Tue May 19 18:42:40 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/sqlite3/libsqlite sqlite3.c
Log:
Warning fix
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.1.2.22&r2=1.1.2.23&diff_format=u
Index: php-src/ext/sql
it looks like in recent version of sqlite3 the behavior had changed
some what. I am going to check which version of sqlite3 had followed
the old behavior and put the code into the appropriate define block.
Ilia Alshanetsky
On 19-May-09, at 1:33 PM, Matteo Beccati wrote:
Ilia Alshanetsk
iliaa Tue May 19 18:33:02 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h
Log:
Upgraded to 3.6.14.1
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.607&r2
The code should be (*len)--; then the result is as desired, I'll adjust.
Ilia Alshanetsky
On 19-May-09, at 1:33 PM, Matteo Beccati wrote:
Ilia Alshanetsky ha scritto:
*len is a pointer to an integer, that is being decremented to
reduce the
overall length of the string to "remove" the NU
kalle Tue May 19 18:08:58 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/curl interface.c streams.c
Log:
MFH: Fixed compiler warnings
# (see previous commit message)
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.
kalle Tue May 19 18:08:13 2009 UTC
Modified files:
/php-src/ext/curl interface.c streams.c
Log:
Fixed compiler warnings
# Is it intended that curl_progress should cast to long rather than keeping
the
# double? Or doesn't it matter?
http://cvs.php.ne
kalle Tue May 19 17:47:06 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mcrypt mcrypt.c
Log:
MFH: Fixed compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.16&r2=1.91.2.3.2.11.2.17&diff_format=u
Index: php-src
kalle Tue May 19 17:46:56 2009 UTC
Modified files:
/php-src/ext/mcrypt mcrypt.c
Log:
Fix compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.121&r2=1.122&diff_format=u
Index: php-src/ext/mcrypt/mcrypt.c
diff -u php-src/ext/mcrypt/mc
kalle Tue May 19 17:38:29 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/com_dotnet com_handlers.c com_iterator.c com_persist.c
com_saproxy.c
Log:
MFH: Fix compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext
kalle Tue May 19 17:38:09 2009 UTC
Modified files:
/php-src/ext/com_dotnet com_handlers.c com_iterator.c com_persist.c
com_saproxy.c com_variant.c com_wrapper.c
Log:
Fix compiler warnings and refcount not being in sync with 5.
Ilia Alshanetsky ha scritto:
> *len is a pointer to an integer, that is being decremented to reduce the
> overall length of the string to "remove" the NUL terminator. If you
> remove the operation you'll end up with 2 NULs at the end of the string.
As I said, I coulndn't find any reference to the
*len is a pointer to an integer, that is being decremented to reduce
the overall length of the string to "remove" the NUL terminator. If
you remove the operation you'll end up with 2 NULs at the end of the
string.
Ilia Alshanetsky
On 19-May-09, at 12:58 PM, Matteo Beccati wrote:
Hi I
Hi Ilia,
> + if (*len) {
> + /* sqlite3.h says "the NUL terminator is
> included in the byte count for TEXT values" */
> + *len--; /* do not remove this, even though it
> generates a warning */
> + }
kalle Tue May 19 16:32:23 2009 UTC
Modified files:
/php-src/ext/wddx wddx.c
/php-src/ext/xmlrpc xmlrpc-epi-php.c
Log:
Fix compiler warnings (only in HEAD)
http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.162&r2=1.163&diff_format=u
Index: php-s
kalle Tue May 19 16:23:36 2009 UTC
Modified files:
/php-src/ext/xmlxml.c
Log:
Fix unicode support in utf8_decode()
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.188&r2=1.189&diff_format=u
Index: php-src/ext/xml/xml.c
diff -u php-src/ext/xml/xml.
iliaa Tue May 19 16:14:46 2009 UTC
Modified files:
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
MFB: Revert faulty warning fix
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.32&r2=1.33&diff_format=u
Index: php-src/ext/pd
iliaa Tue May 19 16:14:37 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
MFB: Revert faulty warning fix
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.18.2.4.2.5&r2=1.18.2.4.2.6&di
iliaa Tue May 19 16:14:13 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
Revert faulty warning fix
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.18.2.4.2.3.2.7&r2=1.18.2.4.2.3.2.8
kalle Tue May 19 16:12:04 2009 UTC
Modified files:
/php-src/ext/zlib zlib_filter.c
Log:
Fix compiler warnings (only in HEAD)
http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.26&r2=1.27&diff_format=u
Index: php-src/ext/zlib/zlib_filter.c
diff
kalle Tue May 19 16:06:17 2009 UTC
Modified files:
/php-src/ext/json JSON_parser.c
Log:
MFB: Cast to unsigned char to prevent compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.26&r2=1.27&diff_format=u
Index: php-src/ext/json/
kalle Tue May 19 16:06:01 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/json JSON_parser.c
Log:
Cast to unsigned char to prevent compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.10&r2=1.1.2.12.2.11&diff_for
kalle Tue May 19 16:03:36 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pgsql pgsql.c
Log:
MFH: Fix compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.27&r2=1.331.2.13.2.24.2.28&diff_format=u
Index: php-src
kalle Tue May 19 16:03:23 2009 UTC
Modified files:
/php-src/ext/pgsql pgsql.c
Log:
Fix compiler warnings, and some unicode stuff
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.400&r2=1.401&diff_format=u
Index: php-src/ext/pgsql/pgsql.c
diff -u p
kalle Tue May 19 16:02:56 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/cgi cgi_main.c
Log:
MFH: Fix compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.37&r2=1.267.2.15.2.50.2.38&diff_format=u
Index: ph
kalle Tue May 19 16:02:38 2009 UTC
Modified files:
/php-src/sapi/cgi cgi_main.c fastcgi.c
Log:
Fix compiler warnings, and some unicode stuff
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.377&r2=1.378&diff_format=u
Index: php-src/sapi/cgi/cgi
janiTue May 19 15:38:22 2009 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
- Revert bad compile warning fix which causes compile failures with older
glibc
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.231&r2=1.232&diff_format=u
In
janiTue May 19 15:38:07 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/date php_date.c
Log:
- Revert bad compile warning fix which causes compile failures with older
glibc
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51
janiTue May 19 15:37:38 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date php_date.c
Log:
- Revert bad compile warning fix which causes compile failures with older
glibc
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.68
janiTue May 19 14:05:49 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/curl/tests curl_basic_016.phpt
Log:
MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the
size is unknown
http://cvs.php.net/viewvc.cgi/php-src/ext/cur
janiTue May 19 14:05:40 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/curl/tests curl_basic_016.phpt
Log:
MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the
size is unknown
http://cvs.php.net/viewvc.cgi/php-src/ext/cur
janiTue May 19 14:05:29 2009 UTC
Modified files:
/php-src/ext/curl/tests curl_basic_016.phpt
Log:
- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size
is unknown
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/curl_basic_01
janiTue May 19 13:50:33 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/curl interface.c
Log:
MFH: Sync with PHP_5_3 the WS/CS and some missing constant fixes
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.47&r2=1.62.2.14.2
On 18.05.2009 22:46, Ilia Alshanetsky wrote:
> iliaa Mon May 18 18:46:07 2009 UTC
>
> Modified files: (Branch: PHP_5_2)
> /php-src/ext/standard file.c
> /php-src NEWS
> Log:
>
> MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)
All
lbarnaudTue May 19 11:57:52 2009 UTC
Modified files:
/php-src/ext/socketssockets.c
Log:
Fixed bug #48326 (constant MSG_DONTWAIT not defined)
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.213&r2=1.214&diff_format=u
Index: php
janiTue May 19 11:12:33 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard basic_functions.c dns.c dns.h
Log:
MFH: Unify macros
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.82&r2=1.725.2.31.2.83&d
janiTue May 19 11:12:20 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard dns.c
Log:
MFH: Unify macros
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.20&r2=1.70.2.7.2.5.2.21&diff_format=u
Index: php-src/ext/
janiTue May 19 11:12:01 2009 UTC
Modified files:
/php-src/ext/standard dns.c
Log:
- Unify the macros
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.106&r2=1.107&diff_format=u
Index: php-src/ext/standard/dns.c
diff -u php-src/ext/stand
kalle Tue May 19 10:25:53 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_odbc odbc_stmt.c
Log:
MFH: Cast to SQLUSMALLINT
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_odbc/odbc_stmt.c?r1=1.26.2.2.2.3.2.4&r2=1.26.2.2.2.3.2.5&diff_format=u
Inde
kalle Tue May 19 10:25:38 2009 UTC
Modified files:
/php-src/ext/pdo_odbc odbc_stmt.c
Log:
Cast to SQLUSMALLINT
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_odbc/odbc_stmt.c?r1=1.28&r2=1.29&diff_format=u
Index: php-src/ext/pdo_odbc/odbc_stmt.c
diff -u ph
kalle Tue May 19 10:23:51 2009 UTC
Modified files:
/php-src/ext/exif exif.c
Log:
Fixed compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.211&r2=1.212&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.211
kalle Tue May 19 10:22:31 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h
Log:
MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not
found
http://cvs.php.net/viewvc.cgi/php-sr
kalle Tue May 19 10:22:25 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h
Log:
MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not
found
http://cvs.php.net/viewvc.cgi/php-sr
kalle Tue May 19 10:22:10 2009 UTC
Modified files:
/php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h
Log:
Fix --with-pdo-mssql build and add some warnings if header/libs are not found
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/config.
Hi
2009/5/19 Arnaud Le Blanc :
>
> Sorry, fixed the error.
> However it does not seems that these warnings are due to this change.
I'll see if I have some time to look into these warnings, I don't
reckon streams.c had this many but its HEAD anyway, and thanks ;)
>
> Regards,
>
> Arnaud
>
>
>
> -
kalle Tue May 19 10:11:46 2009 UTC
Modified files:
/php-src/ext/pdophp_pdo_driver.h
Log:
Fixed compiler warning (HEAD only)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/php_pdo_driver.h?r1=1.93&r2=1.94&diff_format=u
Index: php-src/ext/pdo/php_pdo_driver.h
On Tue, 2009-05-19 at 11:24 +0200, Kalle Sommer Nielsen wrote:
> 2009/5/17 Arnaud Le Blanc :
> > lbarnaudSun May 17 16:52:35 2009 UTC
> >
> > Modified files:
> >/php-src/main php_streams.h
> >/php-src/main/streams streams.c
> > Log:
> > un-duplicated code (mer
lbarnaudTue May 19 10:04:35 2009 UTC
Modified files:
/php-src/main/streams streams.c
Log:
Fix build
http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.186&r2=1.187&diff_format=u
Index: php-src/main/streams/streams.c
diff -u php-sr
janiTue May 19 09:47:06 2009 UTC
Modified files:
/php-srcNEWS
Log:
fix news
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2181&r2=1.2182&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2181 php-src/NEWS:1.2182
--- php-src/NEWS:1.2181 Tue May 1
janiTue May 19 09:41:36 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
fix news
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.606&r2=1.2027.2.547.2.965.2.607&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.
kalle Tue May 19 09:30:17 2009 UTC
Modified files:
/php-srcNEWS
Log:
Keep the style
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2180&r2=1.2181&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2180 php-src/NEWS:1.2181
--- php-src/NEWS:1.2180 Tue
2009/5/17 Arnaud Le Blanc :
> lbarnaud Sun May 17 16:52:35 2009 UTC
>
> Modified files:
> /php-src/main php_streams.h
> /php-src/main/streams streams.c
> Log:
> un-duplicated code (merged unicode/string variants of stream_copy_to_stream
> and let the compiler op
kalle Tue May 19 09:14:29 2009 UTC
Modified files:
/php-srcNEWS
Log:
DBA entry
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2179&r2=1.2180&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2179 php-src/NEWS:1.2180
--- php-src/NEWS:1.2179 Wed Dec
Hi
2009/5/18 Scott MacVicar :
> scottmac Mon May 18 20:21:39 2009 UTC
>
> Added files:
> /php-src/ext/dba dba_tcadb.c php_tcadb.h
>
> Modified files:
> /php-src/ext/dba config.m4 dba.c
> Log:
> Add support for tokyo cabinet, patch from Michael Maclean
NEWS or [DOC]
tony2001Tue May 19 07:40:51 2009 UTC
Modified files:
/php-src/ext/sessionphp_session.h
Log:
fix build
http://cvs.php.net/viewvc.cgi/php-src/ext/session/php_session.h?r1=1.122&r2=1.123&diff_format=u
Index: php-src/ext/session/php_session.h
diff
69 matches
Mail list logo