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
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
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
$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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
_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
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
==
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
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
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
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
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
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
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
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
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
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
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
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
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
(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
+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
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
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
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
(+ 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
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
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
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
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]
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,
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
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
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
===
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
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
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
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
>
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
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
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
=
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
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
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
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
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? :)
--
:)
--
regrads,
Kalle Sommer Nielsen
[email protected]
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
KLM'
> + Key='Software\PHP'
> + Name='Version'
> + Action='write'
> + Type='string'
> + Value='5.2.0' />
>
> DiskId="1&qu
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.
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/
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
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
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.
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
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
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
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
=
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
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
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
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
> 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
> 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
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
-- 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
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
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/
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
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
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
::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
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
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
==
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
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 - 100 of 493 matches
Mail list logo