]> granicus.if.org Git - php/log
php
9 years agoOptimize strtolower()/strtoupper()
Yoshio HANAWA [Sun, 13 Dec 2015 05:22:50 +0000 (14:22 +0900)]
Optimize strtolower()/strtoupper()

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sun, 13 Dec 2015 02:45:39 +0000 (18:45 -0800)]
Merge branch 'PHP-7.0'

9 years agoUse format string
Xinchen Hui [Sun, 13 Dec 2015 02:45:11 +0000 (18:45 -0800)]
Use format string

9 years agoDrop superfluous assignment
Nikita Popov [Sat, 12 Dec 2015 22:21:36 +0000 (23:21 +0100)]
Drop superfluous assignment

And fix a branch annotation.

9 years agoMerge branch 'PHP-7.0'
Christopher Jones [Sat, 12 Dec 2015 21:22:30 +0000 (08:22 +1100)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christopher Jones [Sat, 12 Dec 2015 21:22:14 +0000 (08:22 +1100)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoUpdate README
Christopher Jones [Sat, 12 Dec 2015 21:21:41 +0000 (08:21 +1100)]
Update README

9 years agoMerge branch 'PHP-7.0'
Reeze Xia [Sat, 12 Dec 2015 15:29:46 +0000 (23:29 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Unused value casting should be `void`

9 years agoUnused value casting should be `void`
Reeze Xia [Sat, 12 Dec 2015 15:25:30 +0000 (23:25 +0800)]
Unused value casting should be `void`

9 years agoMerge branch 'PHP-7.0'
Christopher Jones [Sat, 12 Dec 2015 05:08:14 +0000 (16:08 +1100)]
Merge branch 'PHP-7.0'

9 years agoPrepare for a PECL release
Christopher Jones [Sat, 12 Dec 2015 05:07:57 +0000 (16:07 +1100)]
Prepare for a PECL release

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christopher Jones [Sat, 12 Dec 2015 05:06:44 +0000 (16:06 +1100)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoPrepare for a PECL release
Christopher Jones [Sat, 12 Dec 2015 05:06:08 +0000 (16:06 +1100)]
Prepare for a PECL release

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 11 Dec 2015 17:13:26 +0000 (09:13 -0800)]
Merge branch 'PHP-7.0'

Conflicts:
NEWS

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Fri, 11 Dec 2015 17:13:00 +0000 (09:13 -0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

9 years agoFixed bug #71092 (Segmentation fault with return type hinting)
Xinchen Hui [Fri, 11 Dec 2015 17:11:28 +0000 (09:11 -0800)]
Fixed bug #71092 (Segmentation fault with return type hinting)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 11 Dec 2015 16:43:51 +0000 (17:43 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Fri, 11 Dec 2015 16:43:36 +0000 (17:43 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS
  backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0

9 years agoupdate NEWS
Anatol Belski [Fri, 11 Dec 2015 16:42:01 +0000 (17:42 +0100)]
update NEWS

9 years agobackported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0
Anatol Belski [Fri, 11 Dec 2015 16:39:57 +0000 (17:39 +0100)]
backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0

the way it doesn't hurt BC

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Fri, 11 Dec 2015 15:33:47 +0000 (16:33 +0100)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #71094
Nikita Popov [Fri, 11 Dec 2015 15:32:10 +0000 (16:32 +0100)]
Fixed bug #71094

I didn't see any non-dummy readline tests to work off, so this
change is tested manually only.

While at it also fix other zval_dtors and use ZVAL_COPY.

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Fri, 11 Dec 2015 15:06:28 +0000 (16:06 +0100)]
Merge branch 'PHP-7.0'

9 years agoFix bug #71086
Nikita Popov [Fri, 11 Dec 2015 15:04:32 +0000 (16:04 +0100)]
Fix bug #71086

9 years agoRemove BP_VAR_REF
Nikita Popov [Fri, 11 Dec 2015 14:56:52 +0000 (15:56 +0100)]
Remove BP_VAR_REF

The distinction between BP_VAR_REF and BP_VAR_W is no longer
revelant, since we dropped support for =& new.

9 years agows fixes
Dmitry Stogov [Fri, 11 Dec 2015 14:40:23 +0000 (17:40 +0300)]
ws fixes

9 years agodos2unix
Dmitry Stogov [Fri, 11 Dec 2015 14:29:42 +0000 (17:29 +0300)]
dos2unix

9 years agoAdded e-SSA based DFA optimisation framework (incomplete)
Dmitry Stogov [Fri, 11 Dec 2015 14:24:55 +0000 (17:24 +0300)]
Added e-SSA based DFA optimisation framework (incomplete)

9 years agoMerge branch 'PHP-7.0'
Remi Collet [Fri, 11 Dec 2015 12:23:36 +0000 (13:23 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  NEWS
  NEWS
  Fix Bug #71089 No check to duplicate zend_extension

9 years agoNEWS
Remi Collet [Fri, 11 Dec 2015 12:23:21 +0000 (13:23 +0100)]
NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Remi Collet [Fri, 11 Dec 2015 12:22:55 +0000 (13:22 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  NEWS
  Fix Bug #71089 No check to duplicate zend_extension

9 years agoNEWS
Remi Collet [Fri, 11 Dec 2015 12:22:13 +0000 (13:22 +0100)]
NEWS

9 years agoFix Bug #71089 No check to duplicate zend_extension
Remi Collet [Fri, 11 Dec 2015 12:21:24 +0000 (13:21 +0100)]
Fix Bug #71089 No check to duplicate zend_extension

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 11 Dec 2015 09:26:48 +0000 (17:26 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug memleak in header_register_callback
Xinchen Hui [Fri, 11 Dec 2015 09:26:31 +0000 (17:26 +0800)]
Fixed bug memleak in header_register_callback

9 years agoDescribe special meaning of IS_UNUSED oprerand
Dmitry Stogov [Thu, 10 Dec 2015 23:31:28 +0000 (02:31 +0300)]
Describe special meaning of IS_UNUSED oprerand

9 years agoUse more compact description encoding schema to free some bits
Dmitry Stogov [Thu, 10 Dec 2015 22:45:26 +0000 (01:45 +0300)]
Use more compact description encoding schema to free some bits

9 years agoMake 2nd arg of xml_set_object by value
Nikita Popov [Thu, 10 Dec 2015 22:33:55 +0000 (23:33 +0100)]
Make 2nd arg of xml_set_object by value

The argument is not being modified. Probably holdover from PHP 4
days.

9 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 10 Dec 2015 21:48:20 +0000 (00:48 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Make duplicate class constant error for internal class
  Make ZEND_CLONE return a TMP_VAR

9 years agoImprove Optimizer debugging facility (print the meaning of extended_value)
Dmitry Stogov [Thu, 10 Dec 2015 21:47:02 +0000 (00:47 +0300)]
Improve Optimizer debugging facility (print the meaning of extended_value)

9 years agoMake duplicate class constant error for internal class
Nikita Popov [Thu, 10 Dec 2015 21:22:49 +0000 (22:22 +0100)]
Make duplicate class constant error for internal class

And drop two duplicate constant declarations from intl. These
were leaking previously.

9 years agoMake ZEND_CLONE return a TMP_VAR
Nikita Popov [Thu, 10 Dec 2015 21:14:39 +0000 (22:14 +0100)]
Make ZEND_CLONE return a TMP_VAR

As the return value can't be reference and it's unlikely to be
unused.

Also remove some unnecessary checks for ce==NULL. A ce is required
nowadays.

9 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 10 Dec 2015 18:20:30 +0000 (21:20 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Add missed tests for FETCH_GLOBAL_LOCK change
  Fix cleanup in bug70748.phpt

9 years agoFixed typo
Dmitry Stogov [Thu, 10 Dec 2015 18:17:24 +0000 (21:17 +0300)]
Fixed typo

9 years agoAdd missed tests for FETCH_GLOBAL_LOCK change
Nikita Popov [Thu, 10 Dec 2015 18:17:17 +0000 (19:17 +0100)]
Add missed tests for FETCH_GLOBAL_LOCK change

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Thu, 10 Dec 2015 18:15:21 +0000 (19:15 +0100)]
Merge branch 'PHP-7.0'

9 years agoFix cleanup in bug70748.phpt
Nikita Popov [Thu, 10 Dec 2015 18:14:49 +0000 (19:14 +0100)]
Fix cleanup in bug70748.phpt

git add Zend/tests usable again...

9 years agoDrop two compiler TODOs
Nikita Popov [Thu, 10 Dec 2015 18:04:08 +0000 (19:04 +0100)]
Drop two compiler TODOs

Call-time pass by reference is now a parse error.
There is no benefit in dropping implementing_class currently.

9 years agoReintroduce use of FETCH_GLOBAL_LOCK
Nikita Popov [Thu, 10 Dec 2015 17:51:03 +0000 (18:51 +0100)]
Reintroduce use of FETCH_GLOBAL_LOCK

Just found this old AST todo...

It no longer makes sense as an optimization due to the introduction
of BIND_GLOBAL, however it ensures that the global variable name is
not evaluated twice, which is presumably something we wish to
guarantee.

9 years agoImproved specializer:
Bob Weinand [Thu, 10 Dec 2015 17:46:14 +0000 (20:46 +0300)]
Improved specializer:

- Allow dispatching from specialized handler to unspecialized one

9 years agoRemove FETCH_STATIC_MEMBER flag
Nikita Popov [Thu, 10 Dec 2015 17:25:29 +0000 (18:25 +0100)]
Remove FETCH_STATIC_MEMBER flag

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Thu, 10 Dec 2015 17:24:29 +0000 (18:24 +0100)]
Merge branch 'PHP-7.0'

Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

9 years agoMake update_opN_const implementation symmetric
Nikita Popov [Thu, 10 Dec 2015 17:17:49 +0000 (18:17 +0100)]
Make update_opN_const implementation symmetric

So the main structure is the same...

9 years agoFix Foo::${42} and similar
Nikita Popov [Thu, 10 Dec 2015 17:12:59 +0000 (18:12 +0100)]
Fix Foo::${42} and similar

Fixes segfault on direct use, segfault on opcache evaluated use,
leak on temporary use.

Fixes analogeous segfault for ${42} on opcache eval as well.

9 years agoImproved specializer (Bob)
Dmitry Stogov [Thu, 10 Dec 2015 14:17:59 +0000 (17:17 +0300)]
Improved specializer (Bob)

- All helpers now may be declatred and called without ZEND_VM_HELPER_EX() and ZEND_VM_DISPATCH_TO_HELPER_EX() macros
- ZEND_VM_HELPER() may declare few arguments
- ZEND_VM_DISPATCH_TO_HELPER() may pass few parameters
- ZEND_VM_INLINE_HELPER() may be used to declare inline helpers (it won't be inlined in SWITH/GOTO executors)

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Thu, 10 Dec 2015 13:47:36 +0000 (21:47 +0800)]
Merge branch 'master' of git.php.net:/php-src

9 years agoFixed test by disable opcache
Xinchen Hui [Thu, 10 Dec 2015 13:46:37 +0000 (21:46 +0800)]
Fixed test by disable opcache

9 years agoAlign NEWS entry format for bug #71024
Lior Kaplan [Thu, 10 Dec 2015 13:31:06 +0000 (15:31 +0200)]
Align NEWS entry format for bug #71024

9 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 10 Dec 2015 12:34:15 +0000 (15:34 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  The first arg is optional
  Return -1 seems bug here

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 10 Dec 2015 11:37:44 +0000 (19:37 +0800)]
Merge branch 'PHP-7.0'

9 years agoThe first arg is optional
Xinchen Hui [Thu, 10 Dec 2015 11:36:41 +0000 (19:36 +0800)]
The first arg is optional

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 10 Dec 2015 09:35:55 +0000 (17:35 +0800)]
Merge branch 'PHP-7.0'

9 years agoReturn -1 seems bug here
Xinchen Hui [Thu, 10 Dec 2015 09:35:35 +0000 (17:35 +0800)]
Return -1 seems bug here

9 years agoInitialize bitset before processing the seconf BB (we skip the first one)
Dmitry Stogov [Thu, 10 Dec 2015 08:29:53 +0000 (11:29 +0300)]
Initialize bitset before processing the seconf BB (we skip the first one)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 10 Dec 2015 07:12:07 +0000 (08:12 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  set release date

9 years agoset release date
Anatol Belski [Thu, 10 Dec 2015 07:09:39 +0000 (08:09 +0100)]
set release date

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 10 Dec 2015 07:10:25 +0000 (08:10 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  set release date

9 years agoset release date
Anatol Belski [Thu, 10 Dec 2015 07:09:39 +0000 (08:09 +0100)]
set release date

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 10 Dec 2015 07:02:33 +0000 (15:02 +0800)]
Merge branch 'PHP-7.0'

9 years agoiFixed key leak with invalid resource
Xinchen Hui [Thu, 10 Dec 2015 07:02:01 +0000 (15:02 +0800)]
iFixed key leak with invalid resource

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 10 Dec 2015 00:58:37 +0000 (08:58 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong number...
Xinchen Hui [Thu, 10 Dec 2015 00:56:18 +0000 (08:56 +0800)]
Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong number of parameters)

9 years agoMerge branch 'PHP-7.0'
Ferenc Kovacs [Thu, 10 Dec 2015 00:32:56 +0000 (01:32 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  5.6.18 will be next

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Thu, 10 Dec 2015 00:31:51 +0000 (01:31 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  5.6.18 will be next

9 years ago5.6.18 will be next
Ferenc Kovacs [Thu, 10 Dec 2015 00:28:51 +0000 (01:28 +0100)]
5.6.18 will be next

9 years agoApply local optimizatons to extended bacic block (this allows some optimizarions...
Dmitry Stogov [Wed, 9 Dec 2015 22:17:35 +0000 (01:17 +0300)]
Apply local optimizatons to extended bacic block (this allows some optimizarions across few following BBs).

9 years agoExplain the disabled optimization pattern
Dmitry Stogov [Wed, 9 Dec 2015 19:22:07 +0000 (22:22 +0300)]
Explain the disabled optimization pattern

9 years agoFixed test (opcache denpends)
Xinchen Hui [Wed, 9 Dec 2015 15:52:03 +0000 (07:52 -0800)]
Fixed test (opcache denpends)

9 years agoImprove debugging of non-local variables
Dmitry Stogov [Wed, 9 Dec 2015 14:21:57 +0000 (17:21 +0300)]
Improve debugging of non-local variables

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 9 Dec 2015 13:49:23 +0000 (14:49 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fixed NEWS

9 years agofixed NEWS
Anatol Belski [Wed, 9 Dec 2015 13:48:44 +0000 (14:48 +0100)]
fixed NEWS

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 9 Dec 2015 13:09:09 +0000 (21:09 +0800)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 9 Dec 2015 13:08:57 +0000 (21:08 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

9 years agoFixed bug #71067 (Local object in class method stays in memory for each call)
Xinchen Hui [Wed, 9 Dec 2015 13:07:59 +0000 (21:07 +0800)]
Fixed bug #71067 (Local object in class method stays in memory for each call)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 9 Dec 2015 12:39:42 +0000 (13:39 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Wed, 9 Dec 2015 12:39:07 +0000 (13:39 +0100)]
update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 9 Dec 2015 12:38:41 +0000 (13:38 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Wed, 9 Dec 2015 12:37:37 +0000 (13:37 +0100)]
update NEWS

9 years agoImproved optimizer dubugging facility
Dmitry Stogov [Wed, 9 Dec 2015 11:52:00 +0000 (14:52 +0300)]
Improved optimizer dubugging facility

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 9 Dec 2015 11:05:18 +0000 (12:05 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.
  ext/dba/config.m4: Autodetect Berkeley DB v5.3.
  fix path separator in test
  Bumped SAPI version to 6.9
  Added "mod_auth_basic" to apache module list.
  Add sanitizing checks for request data.
  Clear secret after use.
  Fixed __DIR__ in CLI mode.
  Add PDO_Firebird fix in NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 9 Dec 2015 11:05:01 +0000 (12:05 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.
  ext/dba/config.m4: Autodetect Berkeley DB v5.3.
  fix path separator in test
  Bumped SAPI version to 6.9
  Added "mod_auth_basic" to apache module list.
  Add sanitizing checks for request data.
  Clear secret after use.
  Fixed __DIR__ in CLI mode.
  Add PDO_Firebird fix in NEWS

9 years agoext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.
Michael Orlitzky [Mon, 9 Nov 2015 17:08:36 +0000 (12:08 -0500)]
ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.

The test program for utf8_to_mutf7 attempts to call it without
arguments. The function expects one argument, however, and this leads
to a segfault as reported in PHP bug #66909.

The test program is using the PHP_IMAP_TEST_BUILD macro which
complicates things a little. To keep this diff small, the
PHP_IMAP_TEST_BUILD macro was modified to pass a fifth argument
"extra-source" to the PHP_TEST_BUILD macro. The check for
utf8_to_mutf7 was then modified to check for a dummy function,
utf8_to_mutf7_php, which passes the correct number of arguments to
utf8_to_mutf7.

PHP-Bug: https://bugs.php.net/bug.php?id=66909
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=376735

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 9 Dec 2015 10:59:05 +0000 (11:59 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Wed, 9 Dec 2015 10:57:03 +0000 (11:57 +0100)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 9 Dec 2015 10:38:54 +0000 (11:38 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  ext/dba/config.m4: Autodetect Berkeley DB v5.3.
  Bumped SAPI version to 6.9
  Added "mod_auth_basic" to apache module list.
  Add sanitizing checks for request data.
  Clear secret after use.
  Fixed __DIR__ in CLI mode.

9 years agoext/dba/config.m4: Autodetect Berkeley DB v5.3.
Michael Orlitzky [Tue, 3 Nov 2015 20:35:31 +0000 (15:35 -0500)]
ext/dba/config.m4: Autodetect Berkeley DB v5.3.

When the user passes --with-db4=DIR to ./configure, the directory DIR
is searched for a number of paths in order of preference. These paths
contain possible locations for Berkeley DB (BDB) to be installed, and
since PHP only supports BDB-4.x and BDB-5.x, it's important that (for
example) version 5.1 be autodetected before falling back to
/usr/include/db.h which can point to BDB-6.x.

The newer BDB-5.3 works with PHP, and if only BDB-5.3 is installed on
the user's system, the current ./configure script is fine. However, if
both BDB-5.3 and BDB-6.0 are installed, version 5.3 is not
autodetected, causing BDB-6.0 to be used. The ./configure step then fails.

This commit adds autodetection for BDB-5.3, and fixes a bug reported
on Gentoo at https://bugs.gentoo.org/show_bug.cgi?id=564824.

9 years agoBumped SAPI version to 6.9
George Wang [Wed, 9 Dec 2015 05:19:18 +0000 (00:19 -0500)]
Bumped SAPI version to 6.9

9 years agoAdded "mod_auth_basic" to apache module list.
George Wang [Wed, 9 Dec 2015 05:16:16 +0000 (00:16 -0500)]
Added "mod_auth_basic" to apache module list.

9 years agoAdd sanitizing checks for request data.
George Wang [Wed, 9 Dec 2015 05:06:49 +0000 (00:06 -0500)]
Add sanitizing checks for request data.

9 years agoClear secret after use.
George Wang [Wed, 9 Dec 2015 04:43:29 +0000 (23:43 -0500)]
Clear secret after use.