nlopess Wed Jun 2 14:00:06 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-set.xml
Log:
update table, using new version of the script
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-set.xml?r1=1.36&r2=1.37&ty=u
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.36
phpdoc/en/reference/info/functions/ini-set.xml:1.37
--- phpdoc/en/reference/info/functions/ini-set.xml:1.36 Fri May 21 09:14:17 2004
+++ phpdoc/en/reference/info/functions/ini-set.xml Wed Jun 2 14:00:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-set">
<refnamediv>
@@ -408,18 +408,13 @@
<entry>PHP_INI_ALL</entry>
</row>
<row>
- <entry>hwapi.allow_persistent</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
<entry>ibase.allow_persistent</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>ibase.dateformat</entry>
- <entry>"%m/%d/%Y"</entry>
+ <entry>"%Y-%m-%d"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
@@ -459,7 +454,7 @@
</row>
<row>
<entry>ibase.timestampformat</entry>
- <entry>"%m/%d/%Y %H:%M:%S"</entry>
+ <entry>"%Y-%m-%d %H:%M:%S"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
@@ -1140,11 +1135,6 @@
<row>
<entry>session.cookie_secure</entry>
<entry>""</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>session.encode_sources</entry>
- <entry>"globals,track"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>