dmitry Wed Jul 12 07:55:04 2006 UTC
Modified files:
/php-src/ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt
Log:
Destructors call order is changed (Fixed bug #36759 - Objects destructors are
invoked in wrong order when script is finished)
http://
dmitry Wed Jul 12 07:55:17 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt
Log:
Destructors call order is changed (Fixed bug #36759 - Objects destructors are
invoked in wrong order when script is finish
dmitry Wed Jul 12 08:59:40 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/soap/tests/bugsbug38067.phpt bug38067.wsdl
Modified files:
/php-srcNEWS
/php-src/ext/soap php_encoding.c
Log:
Fixed bug #38067 (Parameters ar
tony2001Wed Jul 12 09:51:47 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests 068.phpt
Modified files:
/php-src/ext/mysqli mysqli_api.c
/php-srcNEWS
Log:
fix #38072 (boolean arg for mysqli_autocommit() is a
Hallo Hartmut,
Hartmut Holzgraefe wrote:
hholzgraTue Jul 11 07:21:27 2006 UTC
Modified files:
/php-src/ext/mysqli/tests 071.phpt
Log:
check both OO and procedural style as "thread_id" is a property and not
a method in the OO interface
http://cv
tony2001Wed Jul 12 13:17:25 2006 UTC
Modified files:
/php-src/ext/dbase dbase.c
/php-src/ext/dbase/tests001.phpt
Log:
restore missing check and prevent segfaulting
MFB and add test
http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1
hholzgraTue Jul 11 23:41:41 2006 UTC
Added files:
/php-src/ext/mysqli/tests skipifnotemb.inc
Modified files:
/php-src/ext/mysqli/tests connect.inc
Log:
make sure embedded server is correctly initialized
http://cvs.php.net/
hholzgraTue Jul 11 23:43:55 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests connect.inc
Log:
MFH make sure that embedded database is correctly initialized
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/connect.inc?r1=1.6.
dmitry Wed Jul 12 09:00:15 2006 UTC
Modified files:
/php-src/ext/soap php_encoding.c
/php-src/ext/soap/tests/bugsbug38067.phpt bug38067.wsdl
Log:
Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding
option)
http://cvs.p
mikeWed Jul 12 15:28:44 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sessionsession.c
Log:
MFH: add note why replace is 0, so that I don't wonder again in 2 months
why session_regenerate_id() sends the session cookie twice
http://
hholzgraTue Jul 11 23:42:58 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests connect.inc
Log:
debug output was breaking all tests
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/connect.inc?r1=1.6.2.1&r2=1.6.2.1.2.1&diff_fo
mikeWed Jul 12 15:28:18 2006 UTC
Modified files:
/php-src/ext/sessionsession.c
Log:
- add note why replace is 0, so that I don't wonder again in 2 months
why session_regenerate_id() sends the session cookie twice
http://cvs.php.net/viewvc.cgi/
andrei Wed Jul 12 17:04:14 2006 UTC
Modified files:
/ZendEngine2zend.c zend.h zend_vm_def.h zend_vm_execute.h
/php-src/main main.c
Log:
Commit Sara's patch for supporting filesystem enccoding in
include/require.
http://cvs.php.net/viewvc.
andrei Wed Jul 12 17:23:53 2006 UTC
Modified files:
/php-src/ext/standard var.c
Log:
Use zend_convert_from_unicode() in var_dump().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.235&r2=1.236&diff_format=u
Index: php-src/ext/standard/var
tony2001Wed Jul 12 22:19:12 2006 UTC
Modified files:
/php-src/ext/standard assert.c
Log:
fix assert() in Unicode mode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/assert.c?r1=1.66&r2=1.67&diff_format=u
Index: php-src/ext/standard/assert.c
andrei Wed Jul 12 23:17:07 2006 UTC
Modified files:
/php-srcunicode-progress.txt
Log:
Make notes about array.c functions.
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.11&r2=1.12&diff_format=u
Index: php-src/unicode-progress.txt
diff -u
iliaa Thu Jul 13 00:13:19 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sessionsession.c
Log:
Fixed compiler warnings.
http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.3&r2=1.417.2.8.2.4&diff_format=u
Index: php-sr
iliaa Thu Jul 13 00:13:42 2006 UTC
Modified files:
/php-src/ext/sessionsession.c
Log:
MFB: Fixed compiler warnings.
http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.438&r2=1.439&diff_format=u
Index: php-src/ext/session/session.c
diff
pajoye Wed Jul 12 09:37:49 2006 UTC
Modified files:
/CVSROOTavail
Log:
- Thorsten R. karma for pear
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1159&r2=1.1160&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1159 CVSROOT/avail:1.1160
--- C
tony2001Wed Jul 12 12:38:49 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard streamsfuncs.c
Log:
it's usually good idea to initialize variables
especially if you rely on their values
http://cvs.php.net/viewvc.cgi/php-src/ext/sta
helly Wed Jul 12 07:34:28 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcREADME.PARAMETER_PARSING_API
Log:
- Reorder and add missing
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7&r2=1.7.6.1&diff_format=u
Index: php-src/README
tony2001Wed Jul 12 13:08:38 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dbase/tests001.phpt
Modified files:
/php-src/ext/dbase dbase.c
Log:
bailout on error and don't try to create fields of unknown type
add test
hholzgraWed Jul 12 08:01:44 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests 072.phpt 073.phpt
Log:
MFH new test cases
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/072.phpt?view=markup&rev=1.1
Index: php-src/ext/mysqli/
tony2001Wed Jul 12 09:33:37 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli mysqli.c
Log:
fix TSRM build
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.9&r2=1.72.2.16.2.10&diff_format=u
Index: php-src/ext/mysqli
hholzgraWed Jul 12 08:00:24 2006 UTC
Added files:
/php-src/ext/mysqli/tests 072.phpt 073.phpt
Log:
new test cases for mysqli_warnings and mysql_driver properties
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/072.phpt?view=markup&rev=1.1
hholzgraWed Jul 12 07:00:48 2006 UTC
Modified files:
/php-src/ext/mysqli mysqli_embedded.c
Log:
fixed C&P errors in groups handling, activated groups feature
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.5&r2=1.6&diff_format=
hholzgraWed Jul 12 07:01:04 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli mysqli_embedded.c
Log:
fixed C&P errors in groups handling, activated groups feature
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.4.2.
helly Wed Jul 12 07:31:56 2006 UTC
Modified files:
/php-srcREADME.PARAMETER_PARSING_API
Log:
- Reorder and add missing
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.11&r2=1.12&diff_format=u
Index: php-src/README.PARAMETER_PARSING_
tony2001Wed Jul 12 10:15:30 2006 UTC
Added files:
/php-src/ext/mysqli/tests 074.phpt
Modified files:
/php-src/ext/mysqli mysqli_api.c
Log:
MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on
Solaris)
http
tony2001Wed Jul 12 12:33:05 2006 UTC
Added files:
/php-src/ext/standard/tests/strings stripos.phpt
Modified files:
/php-src/ext/standard string.c
Log:
don't try to compare strings if haystack is "" or shorter than needle
add
tony2001Wed Jul 12 12:33:48 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings stripos.phpt
Modified files:
/php-src/ext/standard string.c
Log:
fix invalid read - no need to compare strings if haystack
tony2001Tue Jul 11 21:19:57 2006 UTC
Modified files:
/php-src/ext/standard/tests/filebug24313.phpt
Log:
/tmp is often a symlink, use /bin instead
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug24313.phpt?r1=1.4&r2=1.5&diff_format
tony2001Tue Jul 11 21:20:20 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filebug24313.phpt
Log:
MFH: /tmp is often a symlink, use /bin instead
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug24313.phpt?r1=
tony2001Tue Jul 11 12:37:26 2006 UTC
Modified files:
/php-src/ext/date/lib parse_tz.c
Log:
MFB: eliminate compile warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.27&r2=1.28&diff_format=u
Index: php-src/ext/date/lib/pa
tony2001Tue Jul 11 12:37:00 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date/lib parse_tz.c
Log:
eliminate compile warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.3&r2=1.20.2.6.2.4&diff_format=u
In
andrei Tue Jul 11 17:59:47 2006 UTC
Modified files:
/php-src/ext/unicodeunicode_iterators.c
Log:
Make next() and previous() take optional step parameter and optimize
return value usage.
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iter
tony2001Tue Jul 11 14:16:26 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/calendar/tests jdtomonthname.phpt
Modified files:
/php-src/ext/calendar gregor.c
Log:
fix segfault in jdmonthname(), add test
http://cvs.php
dmitry Tue Jul 11 14:36:05 2006 UTC
Modified files:
/php-src/ext/soap php_encoding.c soap.c
Log:
Nuke signed/unsigned compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.132&r2=1.133&diff_format=u
Index: php-src/ext/soap/ph
dmitry Tue Jul 11 14:35:50 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/soap php_encoding.c soap.c
Log:
Nuke signed/unsigned compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.6&r2=1.103.2.21.2.7&diff_
hholzgraTue Jul 11 23:45:28 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests skipifnotemb.inc
Modified files:
/php-src/ext/mysqli/tests 019.phpt 047.phpt bug33263.phpt
Log:
MFH
http://cvs.php.net/viewvc.cg
tony2001Tue Jul 11 14:15:38 2006 UTC
Added files:
/php-src/ext/calendar/tests jdtomonthname.phpt
Modified files:
/php-src/ext/calendar gregor.c
/php-src/ext/calendar/tests cal_info.phpt easter_date.phpt
andrei Tue Jul 11 20:51:18 2006 UTC
Modified files:
/php-src/ext/unicodeunicode_iterators.c
Log:
Protos.
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.43&r2=1.44&diff_format=u
Index: php-src/ext/unicode/unicode_iterators.
andrei Tue Jul 11 17:48:14 2006 UTC
Modified files:
/php-src/ext/unicodeunicode_iterators.c
Log:
Implement getRuleStatus() and getRuleStatusArray() as well as related
constants.
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iterators.c?
tony2001Tue Jul 11 21:28:07 2006 UTC
Added files:
/php-src/ext/standard/tests/array array_fill.phpt array_filter.phpt
array_flip.phpt
Log:
add new tests by Ligaya Turmelle
http://cvs.php.net/viewvc.cgi/php
tony2001Tue Jul 11 21:28:38 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array array_fill.phpt array_filter.phpt
array_flip.phpt
Log:
add new tests by Ligaya Turmelle
http://cvs.php.n
andrei Tue Jul 11 22:59:19 2006 UTC
Modified files:
/php-srcREADME.UNICODE
Log:
Update design doc.
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE?r1=1.2&r2=1.3&diff_format=u
Index: php-src/README.UNICODE
diff -u php-src/README.UNICODE:1.2 php-src/RE
46 matches
Mail list logo