dmitry Tue Feb 12 09:28:01 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/tokenizer tokenizer.c
Log:
Added NOWDOC
http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer.c?r1=1.31.2.5.2.7.2.2&r2=1.31.2.5.2.7.2.3&diff_format=u
Index: php-sr
dmitry Tue Feb 12 09:28:31 2008 UTC
Modified files:
/php-src/ext/tokenizer tokenizer.c
Log:
Added NOWDOC
http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer.c?r1=1.45&r2=1.46&diff_format=u
Index: php-src/ext/tokenizer/tokenizer.c
diff -u php-s
On 11.02.2008 19:44, Andrey Hristov wrote:
> + REGISTER_LONG_CONSTANT("MYSQLI_ENUM_FLAG", ENUM_FLAG, CONST_CS |
> CONST_PERSISTENT);
> + REGISTER_LONG_CONSTANT("MYSQLI_BINARY_FLAG", BINARY_FLAG, CONST_CS |
> CONST_PERSISTENT);
> + REGISTER_LONG_CONSTANT("MYSQLI_NO_DEFAULT_VALUE_FLAG",
felipe Tue Feb 12 10:24:35 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysql php_mysql.c
Log:
MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.20&r2=1.213.2.6.2.21
felipe Tue Feb 12 10:15:16 2008 UTC
Modified files:
/php-src/ext/mysql php_mysql.c
Log:
MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.249&r2=1.250&diff_format=u
Index: php-src/ext/m
felipe Tue Feb 12 10:11:55 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysql php_mysql.c
Log:
Fixed Bug #44094 (SEGFAULT when using mysql_connect())
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.16.2.8&r2=1.213.2.6.2.16.
andrey Tue Feb 12 10:51:25 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli.c
Log:
Fix typo
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.118&r2=1.119&diff_format=u
Index: php-src/ext/mysqli/mysqli.c
diff -u php-src/ext/mysqli/mysqli.c:1.
andrey Tue Feb 12 10:51:39 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli.c
Log:
Fix typo
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.17.2.12&r2=1.72.2.16.2.17.2.13&diff_format=u
Index: php-src/ext/mysqli/my
tony2001Tue Feb 12 10:54:27 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli.c
Log:
nuke unnecessary TSRMLS_FETCH()
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.119&r2=1.120&diff_format=u
Index: php-src/ext/mysqli/mysqli.c
diff -u
tony2001Tue Feb 12 10:54:54 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.17.2.13&r2=1.72.2.16.2.17.2.14&diff_format=u
Index: php-src/ext/mysqli
Windows build still seems to be broken:
mysqli.c
c:\projects\php-5.3\zend\zend_execute.h(229) : warning C4018: '>' :
signed/unsigned mismatch
ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character :
possibly the result of a macro expansion
ext\mysqli\mysqli.c(792) : error C2065: 'ifdef
iliaa Tue Feb 12 18:23:14 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcrun-tests.php
Log:
Disable mbstring overload
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.15&r2=1.226.2.37.2.35.2.16&diff_format=u
Index: php-src/run
bjori Tue Feb 12 20:05:29 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array
array_change_key_case_variation7.phpt
Log:
Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/arr
Em Ter, 2008-02-12 às 20:04 +0100, Hannes Magnusson escreveu:
> On Feb 12, 2008 11:24 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> > felipe Tue Feb 12 10:24:35 2008 UTC
> >
> > Modified files: (Branch: PHP_5_2)
> > /php-src/ext/mysql php_mysql.c
> > Log:
> > MFB: Fi
johannesTue Feb 12 20:43:29 2008 UTC
Modified files:
/php-src/ext/mysql php_mysql.c
Log:
- Make clear what's going on and avoid overwriting parameters
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.250&r2=1.251&diff_format=u
Index: php
Em Ter, 2008-02-12 às 20:04 +0100, Hannes Magnusson escreveu:
> On Feb 12, 2008 11:24 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> > felipe Tue Feb 12 10:24:35 2008 UTC
> >
> > Modified files: (Branch: PHP_5_2)
> > /php-src/ext/mysql php_mysql.c
> > Log:
> > MFB: Fi
cellog Tue Feb 12 23:29:18 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/zlib zlib_filter.c
/php-srcNEWS
Log:
MFH: fix potential memleak due to destruction of filterparams zval
http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=
cellog Tue Feb 12 23:27:46 2008 UTC
Modified files:
/php-src/ext/zlib zlib_filter.c
Log:
fix potential memleak due to destruction of filterparams zval
http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.22&r2=1.23&diff_format=u
Index: php-src/ex
andrey Tue Feb 12 22:05:34 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli.c
Log:
Fix windows build - VC doesn't like nested macros
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.17.2.15&r2=1.72.2.16.2.17.2.16&diff
johannesTue Feb 12 20:43:50 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysql php_mysql.c
Log:
- MFH: Make clear what's going on and avoid overwriting parameters
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.21&r2
johannesTue Feb 12 20:43:42 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysql php_mysql.c
Log:
- MFH: Make clear what's going on and avoid overwriting parameters
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.16.2.
johannesTue Feb 12 20:19:21 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli mysqli.c
Log:
MFH: - Fix build with TSRM and mysqlnd
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.17.2.14&r2=1.72.2.16.2.17.2.15&diff
johannesTue Feb 12 20:18:56 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli.c
Log:
- Fix build with TSRM and mysqlnd
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.120&r2=1.121&diff_format=u
Index: php-src/ext/mysqli/mysqli.c
diff
bjori Tue Feb 12 20:06:10 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array
array_change_key_case_variation7.phpt
Log:
Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/arr
On 2008-02-12 20:04, Hannes Magnusson wrote:
On Feb 12, 2008 11:24 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
felipe Tue Feb 12 10:24:35 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysql php_mysql.c
Log:
MFB: Fixed Bug #44094 (SEGFAULT when using mys
On Feb 12, 2008 11:24 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> felipe Tue Feb 12 10:24:35 2008 UTC
>
> Modified files: (Branch: PHP_5_2)
> /php-src/ext/mysql php_mysql.c
> Log:
> MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
>
> http://cvs.php.net/
cellog Tue Feb 12 23:28:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/zlib zlib_filter.c
Log:
MFH: fix potential memleak due to destruction of filterparams zval
http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.4.2.6&r2=1.6
jmessa Tue Feb 12 17:45:48 2008 UTC
Modified files:
/php-src/ext/standard/tests/array
array_change_key_case_variation4.phpt
array_change_key_case_variation7.phpt
jmessa Tue Feb 12 17:43:54 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array
array_change_key_case_variation1.phpt
array_change_key_case_variation5.phpt
jmessa Tue Feb 12 17:44:50 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array
array_change_key_case_variation6.phpt
array_change_key_case_variation4.phpt
andrey Tue Feb 12 22:06:06 2008 UTC
Modified files:
/php-src/ext/mysqli mysqli.c
Log:
Fix Windows build. VC doesn't like nested macros - expansion + #if
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.121&r2=1.122&diff_format=u
Index: php-src/ext
Hi,
On Tue, 2008-02-12 at 20:04 +0100, "Hannes Magnusson" wrote:
> > @@ -556,7 +556,7 @@
> > hashed_details_length = spprintf(&hashed_details, 0,
> > "mysql__%s_", user);
> > client_flags = CLIENT_INTERACTIVE;
> > } else {
> > - if (zend_parse
Em Ter, 2008-02-12 às 18:50 +0100, Hannes Magnusson escreveu:
> On Feb 12, 2008 2:31 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> > felipe Tue Feb 12 01:31:12 2008 UTC
> >
> > Modified files: (Branch: PHP_5_3)
> > /php-src/ext/standard array.c
> > Log:
> > arra
On Feb 12, 2008 2:31 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> felipe Tue Feb 12 01:31:12 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/standard array.c
> Log:
> array_slice() - Fixed behavior when NULL is given in third parameter (BC)
This
@@ -471,14 +471,14 @@
Returns e raised to the power of the number */
PHP_FUNCTION(exp)
{
- zval **num;
+double num;
+
+if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &num)
== FAILURE) {
+return;
+}
+
+RETURN_DOUBLE(exp(num));
you h
felipe Tue Feb 12 12:47:30 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard array.c
Log:
MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21
36 matches
Mail list logo