Re: [PHP-CVS] com php-src: Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo): ext/standard/tests/general_functions/bug60723.phpt main/main.c

2012-09-24 Thread Kalle Sommer Nielsen
to need an update ;-) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: Test commit (simple WS change): ext/gd/config.w32

2013-01-30 Thread Kalle Sommer Nielsen
Commit:ee149cdd2b222b0cb42d5df32e4b7b544690946e Author:Kalle Sommer Nielsen Wed, 30 Jan 2013 16:16:43 +0100 Parents: c16d8c521e0d56395731a3d1b0b214c20f96be2f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Address feature request #38917 for native SPKAC (HTML5 keygen element) support: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_spki_export.phpt ex

2013-05-09 Thread Kalle Sommer Nielsen
allenge)); Since we don't modify challenge here, wouldn't be smarter to use challenge_len we already get from zend_parse_parameters() or did I miss something? =P -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] com php-src: Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server): NEWS ext/pdo/pdo_dbh.c ext/pdo_mysql/tests/bug63176.phpt

2013-06-16 Thread Kalle Sommer Nielsen
$this->db = new PDO2(PDO_MYSQL_TEST_DSN, > PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTENT => > true)); > + } Shouldn't this be PDO3, in the else, or did I miss something? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Maili

[PHP-CVS] com php-src: Check for NULL ptr from get_stream() before passing it on to php_stream_cast(): ext/mysqlnd/mysqlnd.c

2013-08-05 Thread Kalle Sommer Nielsen
Commit:85b7e9f046acacb323e2cb53eb792785b69a37bb Author:Kalle Sommer Nielsen Mon, 5 Aug 2013 16:58:37 +0200 Parents: 8f74384947d81c92250dc55fe78cf5d612b18e70 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=85b7e9f046acacb323e2cb53eb792785b69a37bb

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/mysqlnd/mysqlnd.c

2013-08-05 Thread Kalle Sommer Nielsen
Commit:963c1be38db3fd4b31303ae28e72933c5873103f Author:Kalle Sommer Nielsen Mon, 5 Aug 2013 17:16:05 +0200 Parents: cb8d1fc7f913085117da109f89a1e5a6cb535c09 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/mysqlnd/mysqlnd.c

2013-08-05 Thread Kalle Sommer Nielsen
Commit:cabf38af6d1013b6ea6d0c8539fc8f632da04870 Author:Kalle Sommer Nielsen Mon, 5 Aug 2013 17:23:00 +0200 Parents: f718684a6c1d6221015031d1e72d3eb55ecbb659 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Kill another TSRMLS_FETCH() in zend_indent(): Zend/zend_indent.c Zend/zend_indent.h main/main.c sapi/cgi/cgi_main.c sapi/cli/php_cli.c sapi/pi3web/pi3web_sapi.c

2013-12-12 Thread Kalle Sommer Nielsen
Commit:1433dec2d0c00fcda5bebaeebefca8264deb912a Author:Kalle Sommer Nielsen Thu, 12 Dec 2013 22:09:38 +0100 Parents: 0fc8e6af0a0ff8eeb15746978ce1e6009ed76f11 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs: main/SAPI.c main/SAPI.h sapi/apache/mod_php5.c sapi/apache2fi

2013-12-18 Thread Kalle Sommer Nielsen
Commit:ed5a8d510f6e4ae865008fe711efbbc5452adf42 Author:Kalle Sommer Nielsen Wed, 18 Dec 2013 09:06:39 +0100 Parents: f70f89c1b1e0bbd2b2b6940bb0a4e12a2be07770 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix these SAPI hooks so that the TSRMLS parameters are correctly passed as required by the sapi struct: sapi/tux/php_tux.c

2013-12-18 Thread Kalle Sommer Nielsen
Commit:520d969feade9076bd93578992cee09c4e4a07ec Author:Kalle Sommer Nielsen Wed, 18 Dec 2013 09:01:44 +0100 Parents: 432e91f1121595e2dacd6f5ee6436b5f8c12dde6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] svn: /php/php-src/trunk/ext/ com_dotnet/com_handlers.c phar/phar_object.c phar/util.c standard/head.c standard/string.c standard/type.c standard/var.c

2010-11-19 Thread Kalle Sommer Nielsen
kalleFri, 19 Nov 2010 16:03:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=305560 Log: Kill some more constness warnings in com_dotnet/phar/standard Changed paths: U php/php-src/trunk/ext/com_dotnet/com_handlers.c U php/php-src

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-11-19 Thread Kalle Sommer Nielsen
kalleFri, 19 Nov 2010 15:48:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=305559 Log: Kill warnings about constness Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified: php/php-src/trunk/ext/reflection/php_r

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/phar.c trunk/ext/phar/phar.c

2010-11-20 Thread Kalle Sommer Nielsen
kalleSat, 20 Nov 2010 20:59:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=305584 Log: Added second fix from #50987 that wasn't apart of Ilia's commit Bug: http://bugs.php.net/50987 (Closed) unaligned memory access in phar.c Changed

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/phar/phar.c trunk/ext/phar/phar.c

2010-11-20 Thread Kalle Sommer Nielsen
Hi Chris 2010/11/20 Christopher Jones : > Hi Ilia, > > Was the 2nd patch in the bug no longer needed? Fixed :) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2010-11-22 Thread Kalle Sommer Nielsen
kalleMon, 22 Nov 2010 15:43:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=305657 Log: Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/tr

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c branches/PHP_5_3/ext/mysqli/tests/bug53503.phpt trunk/ext/mysqli/mysqli_nonapi.c trunk/ext/mysqli/tests/b

2010-12-12 Thread Kalle Sommer Nielsen
kalleSun, 12 Dec 2010 16:17:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=306266 Log: Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) Bug: http://bugs.php.net/53503 (error getting bug information) Ch

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/traits/bugs/case-sensitive.phpt tests/traits/conflict001.phpt tests/traits/conflict003.phpt tests/traits/error_011.phpt tests/traits/error_015.phpt te

2010-12-12 Thread Kalle Sommer Nielsen
rror(E_ERROR, "Trait method %s has not > been applied, because there are collisions with other trait methods on %s", > fn->common.function_name, ce->name); >                } Wouldn't it make more sense to mark this as E_COMPILE_ERROR as it happens at compilation stage

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c trunk/ext/mysqli/mysqli_nonapi.c

2010-12-12 Thread Kalle Sommer Nielsen
kalleSun, 12 Dec 2010 18:00:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=306278 Log: Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql) # Based on patch by tre-php-net at crushedhat dot com Bug: h

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/xmlrpc/tests/bug53493.phpt branches/PHP_5_3/ext/xmlrpc/xmlrpc-epi-php.c trunk/ext/xmlrpc/tests/bug53493.phpt trunk/ext/xmlrpc/xm

2010-12-13 Thread Kalle Sommer Nielsen
kalleMon, 13 Dec 2010 09:52:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=306339 Log: Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace) Bug: http://bugs.php.net/53493 (Assigned) xmlrpc_decode should not be sen

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/xmlrpc/tests/bug53493.phpt branches/PHP_5_3/ext/xmlrpc/xmlrpc-epi-php.c trunk/ext/xmlrpc/tests/bug53493.phpt trunk/ext/xmlrpc/xm

2010-12-13 Thread Kalle Sommer Nielsen
kalleMon, 13 Dec 2010 14:29:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=306341 Log: Revert fix for bug #53493 to be compliant with the XML specification Bug: http://bugs.php.net/53493 (Assigned) xmlrpc_decode should not be sensitive to

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ confutils.js

2010-12-13 Thread Kalle Sommer Nielsen
kalleMon, 13 Dec 2010 20:46:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=306346 Log: * Don't print the shared headers table after enabling each extension (cleaner configure output) * Fix double slashes for directory targets in PHP_INSTAL

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/win32/build/ Makefile confutils.js

2010-12-14 Thread Kalle Sommer Nielsen
to version 3.01 of the PHP license,      | > -#  | that is bundled with this package in the file LICENSE, and is        | > +#  | that is bundled with this package in the file LICENSE, and is        |3 This looks like a typo that shouldn't have been committed Kalle Sommer Nielsen ka...@php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/zip/lib/zip_dirent.c trunk/ext/zip/lib/zip_dirent.c

2010-12-17 Thread Kalle Sommer Nielsen
ile like ext/fileinfo does it to patch php-src specific changes until its fixed. Pierre? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Kalle Sommer Nielsen
s in the NEWS file aswell -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/confutils.js trunk/win32/build/confutils.js

2011-01-03 Thread Kalle Sommer Nielsen
kalleMon, 03 Jan 2011 23:08:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=307044 Log: Fixed linking of extensions that would use a static .lib file (libname_a.lib rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug: http://bugs.php.net/47802 (Open) PDO_MYSQL doesn't use the charset

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Changed paths: U php/php-src/trunk/ext/pdo_mysql/mysq

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/7 Andrey Hristov : > On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: > > this fix is inefficient. Implies a query to the server. Much efficient > is using mysql_options() on a MYSQL handle after mysql_init() but before > mysql_real_connect() (which sets the cha

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c tests/mysql_pdo_test.inc tests/pdo_mysql_connect_charset.phpt

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 17:18:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=307228 Log: Added test case for #47802 and fixed macro name after the move to mysql_options() Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 18:25:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=307231 Log: Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db) Bug: http://bugs.php.net/39847 (Assigned) mysqli_fetch_[field|field

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ basic_functions.c http.c php_http.h url.h

2011-01-09 Thread Kalle Sommer Nielsen
_copy_stream() which was the implementation of its counterpart php_copy_ex(), so the API was the same, and added a new function. I think the same should be done to achieve BC here. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32

2011-01-16 Thread Kalle Sommer Nielsen
kalleSun, 16 Jan 2011 15:44:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=307512 Log: Fix mysqlnd build Changed paths: U php/php-src/trunk/ext/mysqlnd/config.w32 Modified: php/php-src/trunk/ext/mysqlnd/config.w32 ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_3/ext/pdo_mysql/php_pdo_mysql_int.h branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 09:54:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=307529 Log: MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the chars

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt trunk/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 09:59:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=307531 Log: Remove this void comment (c/p mistake) Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt U p

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 10:43:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=307532 Log: Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup) Changed paths: U php/php-src/trunk/NEWS U ph

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 11:20:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=307533 Log: MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847) Bug: http://bugs.php.net/39847 (Assigned) mysqli_fetch_[field|fields|fie

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/047.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_direct.phpt b

2011-01-17 Thread Kalle Sommer Nielsen
e quick fix :) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-31 Thread Kalle Sommer Nielsen
kalleMon, 31 Jan 2011 12:32:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=307878 Log: Use our own zend_strndup() implementation of strndup() -- Fixes build on platforms without strndup(), like Windows Changed paths: U php/php-src/t

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_2/ext/snmp/snmp.c PHP_5_3/NEWS PHP_5_3/ext/snmp/snmp.c

2011-01-31 Thread Kalle Sommer Nielsen
p v1) does not handle > end of OID tree correctly > > Changed paths: >    U   php/php-src/branches/PHP_5_2/NEWS >    U   php/php-src/branches/PHP_5_2/ext/snmp/snmp.c The PHP_5_2 branch is dead, so please revert the changes in that branch and keep it to 5.3/trunk. -- regards, Kal

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqlnd/config.w32 trunk/ext/mysqlnd/config.w32

2011-01-31 Thread Kalle Sommer Nielsen
kalleMon, 31 Jan 2011 12:47:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=307880 Log: Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL) Bug: http://bugs.php.net/53795 (Assigned) Connect Error from MySqli (mysqlnd) whe

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/31, Andrey Hristov : > On 01/31/2011 01:32 PM, Kalle Sommer Nielsen wrote: > this will return emalloc-ed memory, right? Later this memory will be > freed with free() and guess what happens :) No, the e functions will return emalloc()'d memory, the zend_str

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-03 Thread Kalle Sommer Nielsen
kalleThu, 03 Feb 2011 23:57:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=307986 Log: Fix ZTS build Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/network/ gethostbynamel_error.phpt

2011-05-16 Thread Kalle Sommer Nielsen
   U   > php/php-src/branches/PHP_5_3/ext/standard/tests/network/gethostbynamel_error.phpt Please keep all the branches in sync (PHP_5_3, PHP_5_4 and trunk), you can use a sparse checkout and commit it all at once. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (h

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/network/ gethostbynamel_error.phpt

2011-05-16 Thread Kalle Sommer Nielsen
Hi 2011/5/16 Ferenc Kovacs : > oh, so you favor that over merging between the branches? > Tyrael Yeah, less spam on php.cvs :) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/network/ gethostbynamel_error.phpt

2011-05-16 Thread Kalle Sommer Nielsen
for next time to do a sparse -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Kalle Sommer Nielsen
(see test: ext/simplexml/tests/034.phpt) Shouldn't this be merged to PHP_5_4 aswell? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/oci8/tests/null_byte_1.phpt trunk/ext/oci8/tests/null_byte_1.phpt

2011-06-07 Thread Kalle Sommer Nielsen
+NULL Just a note here unrelated to this patch but the change; wouldn't we want the error message to say "to be A valid path" to be more grammatically correct? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/sapi/litespeed/ lsapilib.c

2011-06-08 Thread Kalle Sommer Nielsen
Hi 2011/6/8 George Wang : > gwang                                    Wed, 08 Jun 2011 16:51:59 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311935 > > Log: > fix socket address parsing code Merge to PHP_5_4 and trunk? -- regards, Kalle Sommer

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/head.c trunk/ext/standard/basic_functions.c trunk/ext/standard/head.c

2011-07-11 Thread Kalle Sommer Nielsen
kalleTue, 12 Jul 2011 03:56:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=313156 Log: Changed http_response_code() to be able to set a response code Changed paths: U php/php-src/branches/PHP_5_4/NEWS U php/php-src/branches/PHP

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/fileinfo/libmagic/softmagic.c branches/PHP_5_4/ext/fileinfo/libmagic/softmagic.c trunk/ext/fileinfo/libmagic/softmagic.c

2011-08-08 Thread Kalle Sommer Nielsen
ource thats distributed in php-src, just remember to update the .patch file in the ext/fileinfo folder so that when the lib is updated, so is the fix and report upstream if needed. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/NEWS trunk/sapi/cli/php_cli_server.c

2011-08-22 Thread Kalle Sommer Nielsen
(+ SERVER_SOFTWARE) if not available too -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-08-30 Thread Kalle Sommer Nielsen
when using substr_replace an array (Arpad) > +  . Fixed bug #55510: $_FILES 'name' missing first character after upload > (Arpad) Please list newest bugs first (descending) and use the "Fixed bug #no (desc) (who)" syntax like the others :) -- regards, Kalle Sommer Nie

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug46024.phpt

2011-09-02 Thread Kalle Sommer Nielsen
Hi Afair realpath() is not always available, so maybe a function_exist() check here? Sendt fra min iPhone Den 02/09/2011 kl. 22.28 skrev Ferenc Kovacs : > tyrael Fri, 02 Sep 2011 20:28:39 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=31

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter.phpt branches/PHP_5_4/ext/iconv/tests/iconv_stream_filter.phpt trunk/ext/iconv/tests/iconv_stream_filter.phpt

2011-09-05 Thread Kalle Sommer Nielsen
e new won't. So lets just suppress > it rather then making the test uselessly fail for random people. Just for the record here, is this behaviour documented anywhere? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/iconv/tests/iconv_stream_filter.phpt branches/PHP_5_4/ext/iconv/tests/iconv_stream_filter.phpt trunk/ext/iconv/tests/iconv_stream_filter.phpt

2011-09-05 Thread Kalle Sommer Nielsen
Hi > We generally don't document random warnings/notices, especially not > when originating from 3rd party libs.. kk, just wondering but I guess if it becomes a must then either a bug or user comment will appear regarding this. -- regards, Kalle Sommer Nielsen [email protected]

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sysvshm/tests/001.phpt branches/PHP_5_4/ext/sysvshm/tests/001.phpt trunk/ext/sysvshm/tests/001.phpt

2011-09-06 Thread Kalle Sommer Nielsen
ble sysvshm on Windows too. But back to subject, I agree that we should move both the function and tests if there is no other valuable uses for ftok() outside of that extension. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/filestat.c trunk/ext/standard/filestat.c

2011-09-06 Thread Kalle Sommer Nielsen
Hi Stas 2011/9/6 Stanislav Malyshev : > stas                                     Tue, 06 Sep 2011 05:31:08 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=316208 We generally use PHP_WIN32 to check for Windows, but thats just a cosmetic :) -- regards, Kalle S

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt trunk/ext/mysqli/tests/mysqli_poll_kill.phpt

2011-09-12 Thread Kalle Sommer Nielsen
Hi Ulf 2011/9/12 Ulf Wendel : >  array(1) { >   [%u|b%"processed beofre killed"]=> > Is this correct? Shouldn't it be named: "processed before killed"? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To u

[PHP-CVS] svn: /php/php-src/trunk/main/ php_globals.h

2011-09-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Sep 2011 14:35:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=316638 Log: Fix build on Windows Changed paths: U php/php-src/trunk/main/php_globals.h Modified: php/php-src/trunk/main/php_globals.h ===

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/main/ php_globals.h

2011-09-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Sep 2011 14:35:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=316639 Log: MFT: Fix build on Windows Changed paths: U php/php-src/branches/PHP_5_4/main/php_globals.h Modified: php/php-src/branches/PHP_5_4/main/php_global

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Kalle Sommer Nielsen
Just by skimming over the patch, then all of those is most likely to fail on Windows because you include the forward slash in the path for error messages, whereas on Windows its a backslash. So you want to use: %s.php instead -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/fileinfo/libmagic/print.c branches/PHP_5_4/main/snprintf.c trunk/ext/fileinfo/libmagic/print.c trunk/main/snprintf.c

2011-09-15 Thread Kalle Sommer Nielsen
er to sync the .patch file seeing as you altered the files in libmagic/ for when the library is updated :) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_4/NEWS trunk/NEWS

2011-09-17 Thread Kalle Sommer Nielsen
bug #55705 (Omitting a callable typehinted argument causes a > segfault). > +    (Felipe, Laruence) > > +- MySQLi extension: > +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields). > +    (eran at zend dot com, Laruence) > + >  15 Sep 2011, PHP 5.4.0 Beta >  

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/collator/collator_compare.c branches/PHP_5_3/ext/intl/collator/collator_locale.c branches/PHP_5_3/ext/intl/collator/collator_sort.c branches/

2011-11-02 Thread Kalle Sommer Nielsen
hat harsh enough, should be E_RECOVERABLE_ERROR if any fatal error since we leave the Engine in a non fatal state -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_builtin_functions.c branches/PHP_5_4/ext/com_dotnet/com_typeinfo.c branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/e

2011-11-18 Thread Kalle Sommer Nielsen
en); > +       if(name == NULL) { > +               RETURN_FALSE; > +       } This looks wrong, as c.name have the return value of zend_strndup(), not name. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-09-20 Thread Kalle Sommer Nielsen
kalleMon, 21 Sep 2009 03:20:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=288494 Log: Fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/ bug48204.phpt

2009-09-22 Thread Kalle Sommer Nielsen
Hi Dmitry > + !stristr(PHP_OS, 'linux')) print "skip unknown PHP_MAXPATHLEN"; ?> This looks wrong: !substr(PHP_OS, 0, 3) == "WIN" The substr will always be false unless the value returned by substr() is 0 -- regrads, Kalle Sommer Nielsen ka...@php

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/standard/proc_open.c ext/zip/php_zip.c main/php_streams.h

2009-09-23 Thread Kalle Sommer Nielsen
d uses macros for cross php versions in the branches. -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_3/NEWS

2009-09-28 Thread Kalle Sommer Nielsen
kalleMon, 28 Sep 2009 15:07:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=288907 Log: NEWS for Rasmus' bug fix Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branc

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/bug49692.ini branches/PHP_5_2/ext/standard/tests/general_functions/bug49692.phpt branches/PHP_5_3/ext/standard/

2009-09-30 Thread Kalle Sommer Nielsen
2009/10/1 Kalle Sommer Nielsen : > Hi Rafael > > Without looking at the test then it looks like a copy paste mistake > here. GD required for an ini test in ext/standard tests? :) > Guess I was too fast to reply to this email before seeing you already removed it -- regrads

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/bug49692.ini branches/PHP_5_2/ext/standard/tests/general_functions/bug49692.phpt branches/PHP_5_3/ext/standard/

2009-09-30 Thread Kalle Sommer Nielsen
Hi Rafael 2009/9/29 Rafael Machado Dohms : > +--SKIPIF-- > + +       if (!extension_loaded("gd")) die("skip GD not present"); > +?> Without looking at the test then it looks like a copy paste mistake here. GD required for an ini test in ext/standard tests? :) --

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2009-10-22 Thread Kalle Sommer Nielsen
:) -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/win-installer/trunk/ GenPHPInstaller.wxs.php PHPInstallerBase52.wxs PHPInstallerBase52NTS.wxs PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs PHPInstallerBase60.wxs PHPInsta

2009-10-29 Thread Kalle Sommer Nielsen
KLM' > +              Key='Software\PHP' > +              Name='Version' > +              Action='write' > +              Type='string' > +              Value='5.2.0' /> >           >                       DiskId="1&qu

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/ collator/collator_class.c collator/collator_sort.c collator/collator_sort.h php_intl.c tests/ut_common.inc

2009-10-29 Thread Kalle Sommer Nielsen
Hi Stas 2009/10/26 Stanislav Malyshev : > stas                                     Mon, 26 Oct 2009 22:35:48 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=289961 > > Log: > add collator_get_sort_key() NEWS ? :) -- regrads, Kalle Sommer Nielsen ka.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2009-10-30 Thread Kalle Sommer Nielsen
kalleFri, 30 Oct 2009 14:20:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=290074 Log: Set WINVER to Windows 2000 like in config.w32.h.in Changed paths: U php/php-src/branches/PHP_5_3/win32/build/config.w32 U php/php-src/trunk/

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c

2009-11-24 Thread Kalle Sommer Nielsen
kalleTue, 24 Nov 2009 11:08:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=291259 Log: Fixed #50226 (Insufficient memory allocation for unicode string) - Patch by yoarvi at gmail dot com Bug: http://bugs.php.net/50226 (Open) [PATCH] - Ins

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50

2009-11-24 Thread Kalle Sommer Nielsen
t; 2 to 62, and -2 to -36) PHP_5_2 is a bug fix branch, was it approved by Ilia? -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/ ext/sockets/sockets.c ext/standard/flock_compat.h main/php_network.h main/streams/php_streams_int.h

2009-12-03 Thread Kalle Sommer Nielsen
kalleThu, 03 Dec 2009 10:17:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=291636 Log: Use correct defines for VC10 support Changed paths: U php/php-src/trunk/ext/sockets/sockets.c U php/php-src/trunk/ext/standard/flock_compat.

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ ext/sockets/sockets.c ext/standard/flock_compat.h main/php_network.h main/streams/php_streams_int.h win32/build/config.w32 win32/php_stdint.h

2009-12-03 Thread Kalle Sommer Nielsen
kalleThu, 03 Dec 2009 11:50:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=291639 Log: MFT: VC10 build support Changed paths: U php/php-src/branches/PHP_5_3/ext/sockets/sockets.c U php/php-src/branches/PHP_5_3/ext/standard/floc

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c branches/PHP_5_3/TSRM/tsrm_virtual_cwd.h branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_

2009-12-07 Thread Kalle Sommer Nielsen
to the functions, for functions with no parameters we use the "zend_parse_parameters_none()" macro. -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2009-12-14 Thread Kalle Sommer Nielsen
kalleMon, 14 Dec 2009 10:55:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=292126 Log: Change to E_CORE_ERROR as advertised (Fixes #50435) - Patch by [email protected] Bug: http://bugs.php.net/50435 (Open) Fatal error thrown for removed ini d

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2009-12-14 Thread Kalle Sommer Nielsen
kalleMon, 14 Dec 2009 10:56:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=292128 Log: Add some more removed ini directives Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c =

Re: [PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2009-12-14 Thread Kalle Sommer Nielsen
detect_unicode is for Zend Multibyte support, and have existed since 5.1.0, and since Zend Multibyte support obv. doesn't exists in HEAD, then this option won't unless its assigned a new function, which in that case should be noted in the documentation. -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2009-12-14 Thread Kalle Sommer Nielsen
2009/12/14 Jani Taskinen : > 14.12.2009 20:10, Kalle Sommer Nielsen wrote: > > I only added the note. I only added the entries, there was no sign of any of the other directives in 'Makefile.global', and neither do I understand the Unix build system code, so if it broke some

[PHP-CVS] svn: /php/php-src/trunk/ Makefile.global

2009-12-15 Thread Kalle Sommer Nielsen
kalleWed, 16 Dec 2009 06:08:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=292187 Log: Added newly added removed directives to the makefile Changed paths: U php/php-src/trunk/Makefile.global Modified: php/php-src/trunk/Makefile.glob

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/dbase/dbf_head.c

2009-12-23 Thread Kalle Sommer Nielsen
Hi Jani 2009/12/23 Jani Taskinen : > I feel like broken record. Is this some PHP_5_2 only issue or why isn't this > merged to other branches? Because ext/dbase was moved to PECL in PHP_5_3. -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.p

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ basic_functions.c dns.c php_dns.h

2010-01-07 Thread Kalle Sommer Nielsen
> Why is that commit script picking these without word 'bug' in the commit > message? Sebastian spammed a few reports now unintentionally.. I guess its because the commit script also considers #\d as a bug report. Not just "bug #\d" -- regrads, Kalle Sommer Nielsen

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/soap/ php_http.c

2010-01-12 Thread Kalle Sommer Nielsen
> SoapClient to fail when requesting a URL Please merge this change into trunk (HEAD) and PHP_5_2 if needed. -- regrads, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/cli/php.1.in branches/PHP_5_2/scripts/man1/php-config.1.in branches/PHP_5_2/scripts/man1/phpize.1.in branches/PHP_5_3/sapi/cli/php.1.in branches/PHP_

2010-02-16 Thread Kalle Sommer Nielsen
kalleWed, 17 Feb 2010 05:32:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=295195 Log: Fixed bug #50795 (man pages have bad whatis entries) - Patch by Debian Bug: http://bugs.php.net/50795 (Open) man pages have bad whatis entries C

Fwd: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/snmp/config.w32 tests/security/open_basedir_parse_ini_file.phpt

2010-02-19 Thread Kalle Sommer Nielsen
-- Forwarded message -- From: Kalle Sommer Nielsen Date: 2010/2/9 Subject: Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_2/ ext/snmp/config.w32 tests/security/open_basedir_parse_ini_file.phpt To: Pierre Joye 2010/2/9 Pierre Joye : > +       if (CHECK_HEADER_ADD_INCL

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_dblib/dblib_stmt.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_dblib/dblib_stmt.c trunk/ext/pdo_dblib/dblib_stmt.c

2010-03-08 Thread Kalle Sommer Nielsen
would be worth merging this into ext/mssql aswell? -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/iconv/config.w32 branches/PHP_5_3/ext/iconv/config.w32 trunk/ext/iconv/config.w32

2010-03-08 Thread Kalle Sommer Nielsen
kalleMon, 08 Mar 2010 14:04:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=295962 Log: Fix linking of iconv on Windows Changed paths: U php/php-src/branches/PHP_5_2/ext/iconv/config.w32 U php/php-src/branches/PHP_5_3/ext/iconv/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/acinclude.m4 branches/PHP_5_2/ext/iconv/config.w32 branches/PHP_5_2/ext/iconv/iconv.c branches/PHP_5_2/ext/iconv/php_iconv.h branches/PHP_5_3/acinclude.m4

2010-03-08 Thread Kalle Sommer Nielsen
kalleMon, 08 Mar 2010 15:51:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=295968 Log: Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic Changed paths: U php/php-src/branches/PHP_5_2/acincl

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_wireprotocol.h

2010-03-23 Thread Kalle Sommer Nielsen
kalleTue, 23 Mar 2010 13:21:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=296669 Log: Fix declaring Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.h Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h branches/PHP_5_3/ext/mysqlnd/my

2010-04-01 Thread Kalle Sommer Nielsen
7;void *' : unknown size ext\mysqlnd\mysqlnd_debug.c(927) : error C2036: 'void *' : unknown size ext\mysqlnd\mysqlnd_debug.c(929) : error C2036: 'void *' : unknown size ext\mysqlnd\mysqlnd_debug.c(979) : warning C4090: 'initializing' : different 'const' qualifiers NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' : return code '0x2' Stop. mysqlnd_debug.c surely isn't the only affected file here. Would you guys mind attempting to build on Windows before commits? Lately theres been many build error issues like this, Thanks. -- regards, Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Kalle Sommer Nielsen
::isTemporary() and >> ReflectionExtension::isPersistent(). > > Whattaheck is a temporary extension? > dl()ed? > > -Hannes Indeed, a persistent extension is an extension loaded via php.ini, temporary is via dl() =) -- regards, Kalle Sommer Nielsen [email protected] -- PHP CV

[PHP-CVS] svn: /php/php-src/trunk/ Makefile.global ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/php_ext_syslog.h ext/standard/syslog.c ext/standard/tests/misc/syslog_vars

2010-04-11 Thread Kalle Sommer Nielsen
kalleMon, 12 Apr 2010 01:52:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=297852 Log: * Changed the way removed ini directives are shown so its easier to add new ones * Removed define_syslog_variables and its associated functions Changed

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-04-12 Thread Kalle Sommer Nielsen
kalleMon, 12 Apr 2010 07:01:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=297863 Log: NEWS entry for the define_syslog_variables commit Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ==

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/datetime.c main/main.c main/php_globals.h php.ini-development php.ini-production

2010-04-12 Thread Kalle Sommer Nielsen
kalleMon, 12 Apr 2010 07:34:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=297864 Log: Removed y2k_compliance ini option, making it "always" enabled internally - The only reference to y2k_compliance was in php_std_date(). Browsers thats n

[PHP-CVS] svn: /php/php-src/trunk/ ext/com_dotnet/com_persist.c ext/com_dotnet/com_wrapper.c ext/curl/interface.c ext/ereg/ereg.c ext/ereg/php_ereg.h ext/oci8/oci8_statement.c ext/openssl/openssl.c ex

2010-04-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Apr 2010 11:02:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=297955 Log: Remove a couple TSRMLS_FETCH() calls around ext/main/sapi Changed paths: U php/php-src/trunk/ext/com_dotnet/com_persist.c U php/php-src/trun

  1   2   3   4   5   >