gwynne Tue, 01 Dec 2009 04:29:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291534
Log:
1) sanitize Subject and From headers more thorughly, 2) calculate large email
sizes more correctly
Changed paths:
U SVNROOT/commit-email.php
Mod
felipe Tue, 01 Dec 2009 02:05:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291533
Log:
- Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single
On Nov 30, 2009, at 5:45 PM, Jani Taskinen wrote:
> 1. Does not deal with utf8 stuff very well..?
> 2. Paths..?
> 3. Diff..?
>
> I'd say revert whatever you did..
Having taken another look at the UTF-8 issue, I'd say this was a problem with
your SVN, not anything here. The log message got entere
On Nov 30, 2009, at 5:45 PM, Jani Taskinen wrote:
> 1. Does not deal with utf8 stuff very well..?
> 2. Paths..?
> 3. Diff..?
>
> I'd say revert whatever you did..
>
> --Jani
The missing paths are Philip's fault (the diffs size shouldn't have been used
in determining whether to hide the paths),
1. Does not deal with utf8 stuff very well..?
2. Paths..?
3. Diff..?
I'd say revert whatever you did..
--Jani
Jani Taskinen wrote:
jani Mon, 30 Nov 2009 22:39:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291526
Log:
- Touch?\195?\16
jani Mon, 30 Nov 2009 22:39:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291526
Log:
- Touch?\195?\169 fil?\195?\169s
Changed paths:
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
jani Mon, 30 Nov 2009 22:38:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291525
Log:
- Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)
Bug: http://bugs.php.net/50340 (Open) php.ini parser does not allow spaces in
ini
gwynne Mon, 30 Nov 2009 21:38:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291523
Log:
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not
10, and uses an ugly CFLAGS hack that messes with the entire build. This
v
jani Mon, 30 Nov 2009 20:31:52 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291521
Log:
- Fix tests assuming wrong ini options and extensions that might not be there
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/tests/bug50174.ph
jani Mon, 30 Nov 2009 19:52:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291519
Log:
MFH: removed last test for MAX_INT, did not work on x64 and this case is
covered by bug47745.phpt
Bug: http://bugs.php.net/47745 (Closed) FILTER_VALIDA
philip Mon, 30 Nov 2009 19:24:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291518
Log:
- This deals with an accidental commit I made 30 minutes ago (thanks to Pierre
for spotting this)
- This check ensures the commit mail size doesn't exce
rasmus Mon, 30 Nov 2009 19:13:50 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291517
Log:
Fix bug #50337
Bug: http://bugs.php.net/50337 (Bogus) Caching of pdo_cv_inc_path breaks
compile of PDO extensions
Changed paths:
U php/php
philip Mon, 30 Nov 2009 18:41:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291516
Log:
Doc karma for Satoru Yoshida (satoruyoshida)
Changed paths:
U SVNROOT/commit-email.php
U SVNROOT/global_avail
Modified: SVNROOT/commit-emai
jani Mon, 30 Nov 2009 15:16:50 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291502
Log:
bfn
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS
==
lbarnaud Mon, 30 Nov 2009 15:43:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291504
Log:
news
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS
=
iliaaMon, 30 Nov 2009 15:22:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291503
Log:
bfn
Changed paths:
U php/php-src/branches/PHP_5_2/NEWS
Modified: php/php-src/branches/PHP_5_2/NEWS
==
jani Mon, 30 Nov 2009 15:11:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291501
Log:
- Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when
mysqlnd is enabled)
Bug: http://bugs.php.net/50231 (Open) Socket path pa
dmitry Mon, 30 Nov 2009 14:43:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291497
Log:
Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to
non-existant file)
Bug: http://bugs.php.net/50168 (Assigned) FastCGI fails with wro
dmitry Mon, 30 Nov 2009 14:21:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291496
Log:
Fixed bug #50159 (wrong working directory in symlinked files)
Bug: http://bugs.php.net/50159 (Assigned) wrong working directory in symlinked
files
jani Mon, 30 Nov 2009 14:10:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291495
Log:
MF53: sync
Changed paths:
U php/php-src/branches/PHP_5_2/configure.in
Modified: php/php-src/branches/PHP_5_2/configure.in
===
jani Mon, 30 Nov 2009 14:08:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291494
Log:
- Restore configure.in before the madness started
Changed paths:
U php/php-src/branches/PHP_5_3/configure.in
Modified: php/php-src/branches/PHP_5
lbarnaud Mon, 30 Nov 2009 13:31:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291493
Log:
merge from trunk: openssl sni support (rev 289831)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/openssl/openssl.c
A + php/php-src/branche
Antony Dovgal wrote:
It doesn't look like you meant to commit this:
You are right.
Thanks. Dmitry.
--- php/php-src/branches/PHP_5_3/Zend/zend_API.c2009-11-30 11:18:00 UTC
(rev 291487)
+++ php/php-src/branches/PHP_5_3/Zend/zend_API.c2009-11-30 11:39:53 UTC
(rev 291488)
@@ -
dmitry Mon, 30 Nov 2009 12:27:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291491
Log:
Reverted accidental change
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_API.c
Modified: php/php-src/branches/PHP_5_3/Zend/zend_API.c
=
It doesn't look like you meant to commit this:
--- php/php-src/branches/PHP_5_3/Zend/zend_API.c2009-11-30 11:18:00 UTC
(rev 291487)
+++ php/php-src/branches/PHP_5_3/Zend/zend_API.c2009-11-30 11:39:53 UTC
(rev 291488)
@@ -2117,7 +2117,7 @@
#if HAVE_LIBDL
#if !(defined(NETWARE) &
dmitry Mon, 30 Nov 2009 11:39:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291488
Log:
Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())
Bug: http://bugs.php.net/50261 (Assigned) Crash When Calling Parent Const
kguest Mon, 30 Nov 2009 11:05:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291485
Log:
grant kornel access to HTML_Template_PHPTAL
Changed paths:
U SVNROOT/pear_avail
Modified: SVNROOT/pear_avail
pajoye Mon, 30 Nov 2009 10:56:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291483
Log:
- void is NaN, you can't do math ops on void. Declarations go first. Fix TS
build
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysql
pajoye Mon, 30 Nov 2009 09:52:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291482
Log:
- restore /W3
Changed paths:
U php/php-src/trunk/win32/build/config.w32
Modified: php/php-src/trunk/win32/build/config.w32
==
pajoye Mon, 30 Nov 2009 09:52:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291481
Log:
- MFH: vs2010 detection support, restore /W3
Changed paths:
U php/php-src/branches/PHP_5_3/win32/build/config.w32
U php/php-src/branches/PHP
jani Mon, 30 Nov 2009 08:31:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291479
Log:
- Revert bad patch
Changed paths:
U php/php-src/branches/PHP_5_3/configure.in
Modified: php/php-src/branches/PHP_5_3/configure.in
===
gwynne Mon, 30 Nov 2009 08:18:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291478
Log:
re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify
LDFLAGS from the environment. keeping them doesn't seem to cause any troub
gwynne Mon, 30 Nov 2009 08:17:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291477
Log:
once and for all remove the old broken Darwin hack, replace it with the new and
much cleaner and simpler one
Changed paths:
U php/php-src/branche
33 matches
Mail list logo