davidc Mon Nov 10 12:49:52 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_mysql/testspdo_mysql_attr_init_command.phpt
Log:
- Hrphm, sorry about that, forgot the array value. Now the test runs fine
http://cvs.php.net/viewvc.cgi/php-src/ext
Hi
2008/11/10 Timm Friebe <[EMAIL PROTECTED]>:
> thekid Mon Nov 10 11:57:10 2008 UTC
>
> Modified files:
>/php-srcNEWS
> Log:
> - Documented changes / fixes to sybase_ct
> # MFB, all also in PHP_5_3
>
> http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2169&r2=1.2170&diff_format
thekid Mon Nov 10 10:59:45 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
- Added optional parameter "new" to sybase_connect
# [DOC] If a second call is made to sybase_connect() with the same arguments
# no new link
thekid Mon Nov 10 11:50:28 2008 UTC
Modified files:
/php-src/ext/sybase_ct/teststest.inc
Log:
- MFB: Changed source to read host, user and password from environment
# E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa
PHP_SYBASE_P
thekid Mon Nov 10 11:49:49 2008 UTC
Modified files:
/php-src/ext/sybase_ct/testsbug30312-withfree.phpt bug43578.phpt
test_close.phpt
test_close_default.phpt
thekid Mon Nov 10 14:45:31 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
- Removed notes about fixes to sybase_ct that are already announced in PHP
5.2 news
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.372&r2=1.2027.2.54
thekid Mon Nov 10 14:46:50 2008 UTC
Modified files:
/php-srcNEWS
Log:
- Reverted my last commit
# See http://news.php.net/php.cvs/54140
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2170&r2=1.2171&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1
thekid Mon Nov 10 11:51:13 2008 UTC
Modified files:
/php-src/ext/sybase_ct/testsbug29064.phpt
Log:
- Adjusted tests to reality
# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)
http://cvs.php
Seems like you've adopted the idea from Ilia that HEAD is not for
development? You either commit to HEAD first and THEN to branches or you
don't commit at all. Remember the bunnies..
--Jani
Timm Friebe wrote:
thekid Mon Nov 10 10:59:45 2008 UTC
Modified files: (Branc
On 24.10.2008 06:45, Gwynne Raskind wrote:
> gwynneFri Oct 24 02:45:27 2008 UTC
>
> Added files:
> /SVNROOT run-conversion.php
> Log:
> initial version of conversion script
Uhm, could you stop these micro-commits please?
It's starting to overcrowd the
thekid Mon Nov 10 11:49:06 2008 UTC
Modified files:
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
- MFB: Added optional parameter "new" to sybase_connect()
- MFB: Fixed crash in sybase_unbuffered_query()
- MFB: Migrated to new parameter parsing API
- MFB:
Hi,
Seems like you've adopted the idea from Ilia that HEAD is not for
development? You either commit to HEAD first and THEN to branches or you
don't commit at all.
I merged all the bugfixes and changes to CVS head. As said yesterday, I was
focussing on getting the stuff into PHP_5_3 and all
thekid Mon Nov 10 11:03:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
- Documented sybase_connect()'s new optional parameter 'new'
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.371&r2=1.2027.2.547.2.965.2.372&diff_forma
jmertic Mon Nov 10 16:05:03 2008 UTC
Modified files:
/win-installer PHPInstallerCommon.wxs PHPInstallerCommonNTS.wxs
Log:
Fixed message displayed when IIS FastCGI is selected but not installed on
Windows 2003 Server.
http://cvs.php.net/viewvc.cgi/win-insta
jmertic Mon Nov 10 16:46:25 2008 UTC
Modified files:
/win-installer WixUI_en-us.wxl
Log:
Update error message strings when IIS FastCGI is not installed, but chosen in
the installer.
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.28&r2=1.2
thekid Mon Nov 10 11:51:35 2008 UTC
Modified files:
/php-src/ext/sybase_ct/testsbug30312.phpt
Log:
- MFB: Made this test independent of date format
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/tests/bug30312.phpt?r1=1.3&r2=1.4&diff_format=u
Index
felipe Mon Nov 10 18:01:37 2008 UTC
Added files:
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_free_query_001.phpt
felipe Mon Nov 10 18:02:56 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_free_query_001.phpt
felipe Mon Nov 10 18:04:41 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_free_query_001.phpt
thekid Mon Nov 10 11:52:52 2008 UTC
Modified files:
/php-src/ext/sybase_ct/teststest_msghandler.phpt
Log:
- MFB: Fixed expected warning messages
# Changed during migration to parameter parsing API
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/te
2008/11/4 Marcus Boerger <[EMAIL PROTECTED]>:
> helly Tue Nov 4 15:59:00 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
>/php-srcNEWS
>/ZendEngine2zend_API.c zend_API.h zend_compile.c zend_compile.h
>zend_constants.c zend_execute_
thekid Mon Nov 10 11:52:16 2008 UTC
Modified files:
/php-src/ext/sybase_ct/teststest_appname.phpt
Log:
- MFB: Made this test independent of field types in master..sysprocesses
# char on ASE 11, varchar on ASE 15
http://cvs.php.net/viewvc.cgi/php-src/e
davidc Mon Nov 10 18:47:28 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdopdo_dbh.c pdo_stmt.c
Log:
- After readying Johannes's mail, the conclusion that a "smarter" system
to find out if the return_value had the correct number of elements was
davidc Mon Nov 10 12:40:23 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_mysql/testspdo_mysql_attr_init_command.phpt
Log:
- Adjusted test to make sure it reflects the behavior of the method
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_m
davidc Mon Nov 10 18:54:30 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
- Added resolution of bug #44153, #44154
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.373&r2=1.2027.2.547.2.965.2.374&diff_format=u
Index: php-sr
pajoye Mon Nov 10 19:00:01 2008 UTC
Modified files:
/CVSROOTavail
Log:
- php-src karma for Sean Coates (tests)
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1467&r2=1.1468&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1467 CVSROOT/avail:1
seanMon Nov 10 19:01:35 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/tests/classes arrayobject_001.phpt
Log:
add test for ArrayObject acting as array (for 5.3)
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/arrayobject_001.phpt?view=markup&r
>>
>> PDO::MYSQL_ATTR_INIT_COMMAND
>> [ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt]
>> MySQL PDO->errorInfo() [ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt]
>> MySQL PDO->exec(), affected rows
>> [ext/pdo_mysql/tests/pdo_mysql_exec.phpt]
>> MySQL PDO->exec(), SELECT
>> [ext/pdo_mysql/tests
iliaa Mon Nov 10 19:03:57 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli_prop.c
Log:
Fixed compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_prop.c?r1=1.37&r2=1.38&diff_format=u
Index: php-src/ext/mysqli/mysqli_prop.c
diff -u ph
2008/11/10 David Coallier <[EMAIL PROTECTED]>:
> davidc Mon Nov 10 18:54:30 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
>/php-srcNEWS
> Log:
> - Added resolution of bug #44153, #44154
>
>
> http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.373&r2
jmertic Mon Nov 10 19:13:10 2008 UTC
Modified files:
/win-installer PHPInstallerBase52.wxs PHPInstallerBase52NTS.wxs
PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs
PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs
gwynne Mon Nov 10 19:19:31 2008 UTC
Modified files:
/CVSROOTloginfo
Log:
SVNROOT commits go to svn-migration@, not php-cvs@
http://cvs.php.net/viewvc.cgi/CVSROOT/loginfo?r1=1.132&r2=1.133&diff_format=u
Index: CVSROOT/loginfo
diff -u CVSROOT/loginfo:1.132 CV
seanMon Nov 10 19:22:11 2008 UTC
Modified files:
/php-src/tests/classes arrayobject_001.phpt
Log:
(MFB because I'm a bad person) test to ensure that ArrayObject can act as an
array
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/arrayobject_001.php
davidc Mon Nov 10 18:44:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_mysql/testsbug41125.phpt bug_41997.phpt
pdo_mysql_begintransaction.phpt
pdo_mysql_errorinfo.p
thekid Mon Nov 10 11:57:10 2008 UTC
Modified files:
/php-srcNEWS
Log:
- Documented changes / fixes to sybase_ct
# MFB, all also in PHP_5_3
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2169&r2=1.2170&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEW
On Mon, Nov 10, 2008 at 09:50, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> On 24.10.2008 06:45, Gwynne Raskind wrote:
>> gwynneFri Oct 24 02:45:27 2008 UTC
>>
>> Added files:
>> /SVNROOT run-conversion.php
>> Log:
>> initial version of conversion script
>
> Uhm, could you
iliaa Mon Nov 10 19:04:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli_prop.c
Log:
MFH: Fixed compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_prop.c?r1=1.23.2.5.2.2.2.6&r2=1.23.2.5.2.2.2.7&diff_format=u
Inde
andrey Mon Nov 10 20:04:56 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli_prop.c
Log:
Remove unneeded cast
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_prop.c?r1=1.38&r2=1.39&diff_format=u
Index: php-src/ext/mysqli/mysqli_prop.c
diff -u php-s
andrey Mon Nov 10 20:06:23 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli_prop.c
Log:
MFH: Remove unneeded cast
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_prop.c?r1=1.23.2.5.2.2.2.7&r2=1.23.2.5.2.2.2.8&diff_format=u
Index:
>
> Also aren't these in HEAD or did I miss the commits? If not then
> please remember HEAD first or Jani will kill some bunnies :)
>
Those aren't commited but were made on HEAD first. I have a few
compiling issues right now so as soon as HEAD is back on track. But no
no didn't forget, head before
davidc Mon Nov 10 20:34:53 2008 UTC
Modified files:
/php-src/ext/pdopdo_dbh.c pdo_stmt.c
Log:
- MFB (Which was an MFH)
- Bug #44153 (ErrorCode returns NULL when no error)
- Bug #44154 (ErrorInfo to ALWAYS have 3 elements)
http://cvs.php.net/viewvc.cg
2008/11/10 David Coallier <[EMAIL PROTECTED]>:
>>
>> Also aren't these in HEAD or did I miss the commits? If not then
>> please remember HEAD first or Jani will kill some bunnies :)
>>
>
> Those aren't commited but were made on HEAD first. I have a few
> compiling issues right now so as soon as HEA
> Hmm, HEAD compiles for for me (latest checkout, 5 minutes old) on
> Windows Vista with VC++ 9 with a normal "configure" without any
> parameters.
>
I know it's not related to PHP. I have been playing with some system
headers and now I have to revert back. It's not related to PHP but to
personal
jmertic Mon Nov 10 16:44:10 2008 UTC
Modified files:
/win-installer PHPInstallerBase52.wxs PHPInstallerBase52NTS.wxs
PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs
PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs
kalle Mon Nov 10 22:10:21 2008 UTC
Modified files:
/php-srcREADME.CVS-RULES
Log:
State that bugs should be sorted desc.
http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES?r1=1.24&r2=1.25&diff_format=u
Index: php-src/README.CVS-RULES
diff -u php-src/REA
kalle Mon Nov 10 22:10:59 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcREADME.CVS-RULES
Log:
MFH: State that bugs should be sorted desc.
http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES?r1=1.18.2.1.2.2.2.3&r2=1.18.2.1.2.2.2.4&diff_format=u
Index
felipe Mon Nov 10 22:33:01 2008 UTC
Modified files:
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_num_params_001.phpt
Log:
- Make expec
felipe Mon Nov 10 22:33:54 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_num_params_001.phpt
Lo
felipe Mon Nov 10 22:35:02 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/interbase/testsibase_affected_rows_001.phpt
ibase_errmsg_001.phpt
ibase_num_params_001.phpt
Lo
pajoye Mon Nov 10 22:58:44 2008 UTC
Modified files:
/php-src/ext/curl interface.c
Log:
- make the curl phpinfo more verbose
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.128&r2=1.129&diff_format=u
Index: php-src/ext/curl/interface.c
diff -u
pajoye Mon Nov 10 22:59:28 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/curl interface.c
Log:
- MFH: make the curl phpinfo more verbose
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.15&r2=1.62.2.14.2.27.2.16&diff_for
lbarnaudTue Nov 11 00:40:05 2008 UTC
Added files:
/php-src/ext/standard/tests/filebug45585.phpt
Modified files:
/php-src/ext/standard file.c
Log:
Fixed bug #45585 (fread() return value for EOF inconsistent
between PHP 5
lbarnaudTue Nov 11 00:44:37 2008 UTC
Added files:
/php-src/ext/standard/tests/streams bug44818.phpt
Modified files:
/php-src/ext/standard php_fopen_wrapper.c
Log:
Fixed bug #44818 (php://memory writeable when opened read only)
lbarnaudTue Nov 11 00:44:55 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/streams bug44818.phpt
Modified files:
/php-src/ext/standard php_fopen_wrapper.c
Log:
MFH: Fixed bug #44818 (php://memory writeable
lbarnaudTue Nov 11 00:45:36 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/streams bug44818.phpt
Modified files:
/php-src/ext/standard php_fopen_wrapper.c
/php-srcNEWS
Log:
MFH: Fixed bug #44818 (p
2008/11/10 Pierre-Alain Joye <[EMAIL PROTECTED]>:
> pajoye Mon Nov 10 22:58:44 2008 UTC
>
> Modified files:
>/php-src/ext/curl interface.c
> Log:
> - make the curl phpinfo more verbose
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.128&r2=1.129&diff_format=u
>
lbarnaudTue Nov 11 01:55:19 2008 UTC
Added files:
/php-src/ext/standard/tests/streams stream_get_contents_002.phpt
Modified files:
/php-src/main/streams streams.c
Log:
Fixed stream_get_contents() when using $maxlength and sock
lbarnaudTue Nov 11 01:55:51 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/streams stream_get_contents_002.phpt
Modified files:
/php-src/main/streams streams.c
Log:
MFH: Fixed stream_get_contents() when usi
lbarnaudTue Nov 11 01:56:34 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/streams stream_get_contents_002.phpt
Modified files:
/php-src/main/streams streams.c
/php-srcNEWS
Log:
MFH: Fixed stream_g
thekid Mon Nov 10 11:00:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/sybase_ct/teststest.inc test_connection_caching.phpt
Log:
- Added test for optional parameter "new" to sybase_connect()
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct
60 matches
Mail list logo