time to review edit.php.net or github.
(while reviewing on edit.php.net has the benefit that it can directly
validate the docbook, github can't)
johannes
(who is one of the bad people not really actively helping with docs)
we use git-svn integration to keep up-to-date copy in pecl
> SVN?
The question is who owns the "master" repository. It's nice that I can
branch and fix it while the maintainer ignores it and all users use the
wrong branch (btw. my mongodb fix from my cleanup commit didn't reach
github ...)
johannes
he end this comes down to:
- Do we want PECL to be a place for "approved" "good" extensions or
- Do we want PECL to be a place for "all" PHP extensions?
johannes
(*) Looking at this from the code perspective it kind of reminds me on
the CLA discussions, they used our SVN server but didn't allow us to
commit by our rules ...
On Sat, 2010-04-03 at 18:21 +0200, Johannes Schlüter wrote:
> dl()ed or loaded using the extension directive in php.ini, persistent is
> statically compiled-in.
eh I meant to write "dl()ed is temporary, persistent is statically
compiled-in or loaded using the extension directive
On Sat, 2010-04-03 at 14:53 +, Hannes Magnusson wrote:
> 2010/3/30 Johannes Schlüter :
> > johannes Tue, 30 Mar 2010 20:50:42 +
> >
> > Revision: http://svn.php.net/viewvc?view=revision&revision=297202
> >
> > Log:
>
unning
smoother than last year where I jumped in just from time to time when I
found out the original admin didn't have enough time.
Everybody: come up with ideas and write them down
Scott: run it from here :-)
johannes
ps. When answering: Please strip down the recipients list to not spam
everybody.
johannesThu Jan 22 21:01:59 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqlndmysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h
/php-src/ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c
php_mysqli_structs.h
/php
On Tue, 2009-01-06 at 01:13 +0100, Hannes Magnusson wrote:
> I think you already have phpdoc karma so feel free to commit.
> If you don't, Johannes will have to take care of it, Philip is in Nicaragua
I've upgraded him.
johannes
Hi,
could anybody of you review the patches Christian (CC'd) sent me from a
doc perspective? From the contents they seem to be fine but I have
little knowledge about XML formatting rules and similar things...
thanks!
johannes
Index: manual.x
johannesMon Dec 1 23:30:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/recode config9.m4
Log:
MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and
mysql
with recent libmysql versions [DOC
johannesMon Dec 1 23:29:42 2008 UTC
Modified files:
/php-src/ext/recode config9.m4
Log:
- hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
with recent libmysql versions [DOC]
http://cvs.php.net/viewvc.cgi/php-src/ext
etch_err will most likely do a add_next_index_*
call too, that will give you 5 elements. *if* you really want to fix
that you should check the array size after calling the driver's
fetch_error and add missing elements, while I don't know if it's really
worth the trouble...
johannes
p.s. we need a stricter PDO spec :-(
johannesTue Oct 14 19:00:53 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c
php_pdo_mysql_int.h
/php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt
Log
thing, never did that on Windows, but on my *nix it's a shot task
to get it running.
The hard part is not installation of tools but writing the docs
themselves.
johannes
johannesWed Nov 21 00:03:16 2007 UTC
Added files: (Branch: PHP_5_3)
/ZendEngine2/tests 021.phpt
Modified files:
/ZendEngine2zend_language_parser.y
Log:
- MFH ?: operator (Marcus)
[DOC] "expr1 ?: expr1" is a sh
johannesTue Nov 20 21:25:10 2007 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/sysvmsg/tests 003.phpt
Modified files:
/php-srcNEWS
/php-src/ext/sysvmsgphp_sysvmsg.h sysvmsg.c
Log:
MFH: Add msg_queue_exists
johannesWed Nov 14 01:42:01 2007 UTC
Modified files:
/php-srcbuildconf.bat
Log:
- pass parameters to buildconf.bat over to buildconf.js (#43281)
[DOC] install.windows.building.php currently reads like "e.g. cscript /nologo
win32/
johannesTue Sep 4 23:55:17 2007 UTC
Modified files:
/phpdoc/en/internals2/structure files.xml
Log:
- Some more details about extension files
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals2/structure/files.xml?r1=1.2&r2=1.3&diff_format
johannesFri Aug 17 14:21:01 2007 UTC
Modified files:
/php-src/ext/reflection php_reflection.c
Log:
- Mark the parameter for ReflectionProperty::GetValue as optional
# [DOC] The documentation on this is wrong, too. The parameter is only
# needed for
Hi Antony,
On Wed, 2007-08-01 at 11:45 +0400, Antony Dovgal wrote:
> Johannes, the patch looks a bit weird to me.
>
> You called new parameter "categorize", which to my understanding means
> that the only difference it makes - adds categories to the list of extensions.
&g
johannesTue Jul 31 22:47:25 2007 UTC
Modified files: (Branch: PHP_5_2)
/ZendEngine2zend_builtin_functions.c
/ZendEngine2/tests 017.phpt
Log:
- MFH: Add additional param to get_loaded_extensions() for returning Zend
extensions (Fixes #41278
From: johannes dot ponader at web dot de
Operating system:
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: Documentation corrup in preg_match_all
Description:
Hi,
the documentation of preg_match_all seems to be corrupt.
In the
johannesTue Jul 24 23:15:59 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/reflection/tests 026.phpt
Modified files:
/php-srcNEWS
/php-src/ext/reflection php_reflection.c
Log:
- New ReflectionExtension::info
johannesThu Jul 12 23:44:50 2007 UTC
Modified files: (Branch: PHP_4_4)
/php-srcREADME.CVS-RULES
Log:
MFH: - Mention [DOC] tag in the README
- PHP_5_1 is closed meanwhile
- Fixed a small typo
http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES
johannesThu Jul 12 23:44:43 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcREADME.CVS-RULES
Log:
MFH: - Mention [DOC] tag in the README
- PHP_5_1 is closed meanwhile
- Fixed a small typo
http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES
johannesThu Jul 12 23:44:30 2007 UTC
Modified files:
/php-srcREADME.CVS-RULES
Log:
- Mention [DOC] tag in the README
- PHP_5_1 is closed meanwhile
- Fixed a small typo
http://cvs.php.net/viewvc.cgi/php-src/README.CVS-RULES?r1=1.20&r2=
johannesThu Jun 7 14:15:48 2007 UTC
Modified files:
/phpdoc/en/reference/pdo_sqlite/functions
PDO-sqliteCreateFunction.xml
Log:
- Remove bogus note about parameter order
http://cvs.php.net/viewvc.cgi
!
Vänliga hälsingar
Johannes Engström
Komptensslussen
ID: 33622
Updated by: [EMAIL PROTECTED]
Reported By: meh at v-cm dot net
-Status: Closed
+Status: Open
Bug Type: Documentation problem
Operating System: Windows XP
PHP Version: 4.3.11
Assigned To: sean
New Comment:
it should al
ID: 33351
User updated by: johannes dot haseitl at zugspitzpokal dot de
Reported By: johannes dot haseitl at zugspitzpokal dot de
-Status: Bogus
+Status: Closed
Bug Type: Documentation problem
Operating System: Windows XP
PHP Version
From: johannes dot haseitl at zugspitzpokal dot de
Operating system: Windows XP
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: Doc-files(chm) don't work anymore, due to an WinXP update
release.
Description:
I work with PHP Des
johannesMon Apr 25 15:08:03 2005 EDT
Modified files:
/phpdoc/en/language/oop5reflection.xml
Log:
new ReflectionProperty::getDocComment() method
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.9&r2=1.10&ty=u
Index: p
ID: 31724
Updated by: [EMAIL PROTECTED]
Reported By: jsalomon at science dot uva dot nl
Status: Open
-Bug Type: *Configuration Issues
+Bug Type: Documentation problem
Operating System: Linux Fedora Core 3
PHP Version: 5.0.3
New Comment:
exactly know what I want I use Mozillas TypeAhead so I don't need it sorted
alphabetic.
Just a users note...
johannes
K - I only looked into RFC 1945, and there are no words about
a Host: header...
--
Johannes
Jim Winstead wrote:
> fsockopen: add host header to example, add see also for curl extension
>
>-fputs ($fp, "GET / HTTP/1.0\r\n\r\n");
>+fputs ($fp, "GET / HTTP/1.0\r\nHost: www.php.net\r\n\r\n");
The Host: header is only present in HTTP/1.1 requests.
--
Johannes
cause proxies (e.g. WebWasher) may strip the
referrer...
--
Johannes
>[Using HTTP_REFERER for security purposes]
>
>Simple, effective, and safe.
Simple, but unsafe. $HTTP_REFERER is not suited for security
related purposes, because
- it's optional, you cannot rely on it's presence
- it's easy to manipulate
--
Johannes
38 matches
Mail list logo